All Projects → Quarantine-Projects → ISS_Info

Quarantine-Projects / ISS_Info

Licence: MIT license
Python wrapper for tracking information about International Space Station via http://open-notify.org

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ISS Info

starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+3533.33%)
Mutual labels:  pypi, pypi-package
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (+100%)
Mutual labels:  pypi, pypi-package
pypi-command-line
A powerful, colorful, beautiful command-line-interface for pypi.org
Stars: ✭ 32 (+166.67%)
Mutual labels:  pypi, pypi-package
rdkit-pypi
⚛️ RDKit Python Wheels on PyPi. 💻 pip install rdkit-pypi
Stars: ✭ 62 (+416.67%)
Mutual labels:  pypi, pypi-package
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+566.67%)
Mutual labels:  pypi, pypi-package
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (+75%)
Mutual labels:  pypi, python-package
python-package-template
Easy to use template for great PyPi packages
Stars: ✭ 19 (+58.33%)
Mutual labels:  pypi, python-package
querycontacts
Query network abuse contacts for a given ip address on abuse-contacts.abusix.zone
Stars: ✭ 13 (+8.33%)
Mutual labels:  pypi
HABApp
Easy home automation with MQTT and/or openHAB
Stars: ✭ 35 (+191.67%)
Mutual labels:  pypi
twitivity
🐍 Twitter Accounts Activity API Client Library for Python
Stars: ✭ 49 (+308.33%)
Mutual labels:  pypi
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+1241.67%)
Mutual labels:  pypi-package
terminalplot
No description or website provided.
Stars: ✭ 40 (+233.33%)
Mutual labels:  pypi
feedsearch-crawler
Crawl sites for RSS, Atom, and JSON feeds.
Stars: ✭ 23 (+91.67%)
Mutual labels:  pypi
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+258.33%)
Mutual labels:  pypi
sphinx-themes.org
A showcase for Sphinx documentation themes
Stars: ✭ 114 (+850%)
Mutual labels:  pypi
Vestaboard
An API Wrapper for Vestaboards written in Python
Stars: ✭ 23 (+91.67%)
Mutual labels:  pypi
drum-hat
Python library for the Pimoroni Drum HAT Raspberry Pi Add-on board.
Stars: ✭ 26 (+116.67%)
Mutual labels:  pypi-package
ertis-auth
Generic token generator and validator service like auth
Stars: ✭ 28 (+133.33%)
Mutual labels:  pypi
matrix-registration
a token based matrix registration api
Stars: ✭ 182 (+1416.67%)
Mutual labels:  pypi
PySDM
Pythonic particle-based (super-droplet) warm-rain/aqueous-chemistry cloud microphysics package with box, parcel & 1D/2D prescribed-flow examples in Python, Julia and Matlab
Stars: ✭ 26 (+116.67%)
Mutual labels:  pypi-package

ISS-Info

MIT license Downloads Downloads Downloads

Python wrapper for tracking information about International Space Station via http://open-notify.org

Installation

In order install this package, simply run:

pip install ISS_Info

Usage

To use ISS_Info, you first need to import the package:

import ISS_Info

International Space Station Current Location:

ISS_Info.iss_current_loc()     # Returns a dictionary with latitude, longitude, timestamp.

How Many People Are In ISS Right Now:

ISS_Info.iss_people_in_space()     # Returns a dictionary with number, names, craft information.

International Space Station Pass Times:

Given a location on Earth (latitude, longitude, and altitude) this API will compute the next n number of times that the ISS will be overhead. Overhead is defined as 10° in elevation for the observer. The times are computed in UTC and the length of time that the ISS is above 10° is in seconds.

ISS_Info.iss_passes(43.5,-74,200,3)     # Returns a dictionary with every pass information.
Input Description Parameter Name Valid Range Units Required
Latitude The latitude of the place to predict passes lat -80 ~ 80 degrees YES
Longitude The longitude of the place to predict passes lon -180 ~ 180 degrees YES
Altitude The altitude of the place to predict passes alt 0 ~ 10,000 meters Optional
Number The number of passes to return n 1 ~ 100 Optional

Contributors

Thanks goes to these wonderful people (emoji key):


Salil Gautam

💻 📖 💡

Pdx97

💻 📖 💡

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].