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!
Release files for ISS-Info 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ISS_Info-1.0.0.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ISS_Info-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / ISS_Info-1.0.0.tar.gz
| Download URL | ISS_Info-1.0.0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0659da170156e37cce9bf633cc4e6225f011159efa93fca4428e4c65fde52a1b
|
|
BLAKE2b-256 checksum How to use checksums |
d2b53b818e1b0f44e36ea720191fe8282a7eef34411041becf231c71233d5f2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / ISS_Info-1.0.0-py3-none-any.whl
| Download URL | ISS_Info-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a509b29f50c51b48af6996cdecf74d970e12156ed34d6aa5a26f96cd06e5d910
|
|
BLAKE2b-256 checksum How to use checksums |
ac99a8541c76eaa2c24b66954396d175435d2cfbe10dd4a1040806c7f85ef2c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|