- allow numpy v2
- allow setting ephemeris filename
- add method to compute swath
- add orbit_track method
- add method to compute LOS intersection with earth
- wrong import in CLI
- export main attributes in package directly
- catch footprint error with a custom exception
- push both branch and tags on release
- support python versions 3.10 and up
- rename package to tle-sat
- add absolute off-nadir angle to view angles
- rename to "tle-tools"
- add passes calculation
- add footprint calculation to satellite
- add vector rotate method
- use dataclass instead of tuple for off-nadir
- rename off nadir to view angles
- add off-nadir calculations
- add satellite class with position method