Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyIss

Coverage Status Build Status PyPI version

ISS

Library

PyIss is a Python3 library to access to International Space Station location and data

  • This library has been developed using this API
  • This library is for Python3 version 3.3 and upper.

Installation

There are many ways to install pyiss:

Usage

To use pyiss, just import it in your project like so::

>>> import pyiss

Afterwards, you can have access to ISS location::

>>> station = pyiss.ISS()
>>> print(station.current_location())
{'longitude': '133.6864', 'latitude': '51.4806'}

Other details::

>>> print(station.pass_times(1, 1))
>>> print(station.number_of_people_in_space())
>>> print(station.seconds_before_next_rise(-50.2322, 76.5668))
>>> print(station.is_ISS_above(4,71, 7))
>>> print(station.next_rise(2, 5, 6).timestamp())

That's it!

Documentation is coming !

License

pyiss is distributed under the MIT license.

About

Python 3 library to access to Internation Space Station location

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages