Python wrapper for tracking information about International Space Station via http://open-notify.org/
Project description
ISS-Info
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ISS_Info-1.0.0.tar.gz
.
File metadata
- Download URL: ISS_Info-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0659da170156e37cce9bf633cc4e6225f011159efa93fca4428e4c65fde52a1b |
|
MD5 | dc2258c1bea1cf442b7fdb4d273dc48e |
|
BLAKE2b-256 | d2b53b818e1b0f44e36ea720191fe8282a7eef34411041becf231c71233d5f2f |
File details
Details for the file ISS_Info-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ISS_Info-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a509b29f50c51b48af6996cdecf74d970e12156ed34d6aa5a26f96cd06e5d910 |
|
MD5 | 765cd68e16cf2fbbb48a5d82d5d5d5e1 |
|
BLAKE2b-256 | ac99a8541c76eaa2c24b66954396d175435d2cfbe10dd4a1040806c7f85ef2c2 |