samtx / passpredict

Predict upcoming satellite overpasses over a point on Earth.
MIT License
23 stars 6 forks source link

Add visibility type enum to pass points #27

Closed samtx closed 2 years ago

samtx commented 2 years ago

Adjust heavens above visibility tests to check the vis_tca point

Add '--version' to main CLI program

Remove unecessary imports in init.py files and other files

Remove extraneous functions from tle.py

Dynamically find package version number by scanning passpredict/init.py file for 'version = 'vN.N.N'

Add cython compiled c/cpp files to gitignore. The files will still be available in the sdist, just not in the github repo

Bump to version v0.2.2