Pyorbital

Latest version: v1.8.3

Safety actively analyzes 665719 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.0.0

-------------------
- Update changelog. [Martin Raspaud]
- Bump version: 0.3.2 → 1.0.0. [Martin Raspaud]
- Cleanup. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Fix version number. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Cosmetics. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge pull request 2 from pnuu/feature_tle_lookup. [Martin Raspaud]

Use NORAD catalog numbers for TLE reading
- Example file for mapping OSCAR platform names and NORAD catalog
numbers. [Panu Lahtinen]
- Add setup.cfg for easy rpm generation. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'develop' of github.com:mraspaud/pyorbital into develop.
[Martin Raspaud]
- Merge pull request 1 from spareeth/develop. [Martin Raspaud]

changes to avhrr_gacfunction and read_tle_decimal
- Added '+' as a condition in the read_tle function. [Sajid Pareeth]
- Renaming the variable scans_nb to scan_times in offset in avhrr_gac
function. [Sajid Pareeth]
- Bugfix: eccentricity too low message formatting. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Allow reading TLE from the most recent file described by the TLES env.
[Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Change decimate to frequency in avhrr instruments. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Add the avhrr instrument, gac version. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Accept missing zeros in TLE (old noaa compatibility). [Martin Raspaud]
- Add the horizon parameter to get_next_passes to get the
risetime/falltime at given angle. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'master' into develop. [Martin Raspaud]
- Fix backwards numpy compatibility. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

0.3.2

-------------------
- Merge branch 'develop' [Martin Raspaud]
- Bump up version number. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'feature-no-scipy' into develop. [Martin Raspaud]
- Remove scipy dependencies. [Martin Raspaud]

Was depending on scipy.optimize, brent and brentq function.
Replaced by secant method root finding and successive parabolic
interpolation local minimum finding.

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Correcting the travis file. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

0.3.1

-------------------
- Bugfix in travis file. [Martin Raspaud]
- Bump up version number. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Fixed documentation. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Cleanup. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- New nadir computations for geoloc. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- More unit tests. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

0.3.0

-------------------
- Auto update version number in documentation. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Change to version file and bump up to v0.3.0. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Cleanup the testfiles. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Add a test to read tle from file. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Fix doc path in MANIFEST.in. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

0.2.4

-------------------
- Merge branch 'feature-travis' into pre-master. [Martin Raspaud]
- Add test for tle reading, cleanup and make ready for travis. [Martin
Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Cleanup. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Add function to fetch the tle files from internet manually. [Martin
Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Adding the viirs instrument. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Change sphinx theme. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Fix doc for readthedocs. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Remove unused old file. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'geoloc' into pre-master. [Martin Raspaud]
- Work on geolocation. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Numpyze the orbital computation. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Add some logging in tle file fetching. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Fix syntax error in doc/conf.py. [Martin Raspaud]
- Make the scan angle of avhrr an argument. [Martin Raspaud]
- Factorize avhrr code (geoloc definition) [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Add Mikhail's definition of AMSU-A. [Martin Raspaud]
- Add instrument examples for geoloc. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'geoloc' of github.com:mraspaud/pyorbital into geoloc.
[Martin Raspaud]
- Try fixing nadir. [Martin Raspaud]
- Fix attitude. [Martin Raspaud]
- Updated doc and copyright. [Martin Raspaud]
- Add geoloc example. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Merge branch 'feature-vectorize' into geoloc. [Martin Raspaud]
- Vectorize the days function. [Martin Raspaud]
- Merge branch 'master' into geoloc. [Martin Raspaud]
- Merge branch 'pre-master' into geoloc. [Martin Raspaud]
- Cosmetics. [Martin Raspaud]
- Computations for true nadir. [Martin Raspaud]
- Bugfix in the example and added attitude correction (roll and pitch
for now). [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Cosmetic, be consistent in name og time argument as 'utc_time' [Lars
Orum Rasmussen]
- Get_zenith_overpass replaced by Martin's get_next_passes. [Lars Orum
Rasmussen]
- Add sun_earth_distance_correction function. [Martin Raspaud]

0.2.3

-------------------
- Merge branch 'release-0.2.3' [Martin Raspaud]
- Merge branch 'pre-master' into release-0.2.3. [Martin Raspaud]
- Bumped up version number. [Martin Raspaud]
- Corrected search for previous an_time with a substracted 10 min. dt.
[Esben S. Nielsen]
- Merge branch 'release-0.2.2' [Martin Raspaud]
- Import with_statement in test_aiaa.py for python 2.5 compliance.
[Esben S. Nielsen]
- Made unit tests python 2.5 and 2.6 compliant. [Esben S. Nielsen]
- Removed download URL from setup.py. [Esben S. Nielsen]
- Bumped version number and marked as stable. [Esben S. Nielsen]
- Better handling of time deltas in test_aiaa.py. [Esben S. Nielsen]
- Updated equator test with position check. [Esben S. Nielsen]
- Now uses nodal period for orbit number calculation instead of revs/day
for mean motion. [Esben S. Nielsen]
- Orbit number now handles epoch AN mis-match. Made AIAA unit test path
agnostic. [Esben S. Nielsen]
- Better __main__ [Lars Orum Rasmussen]
- Adding risetime and falltime functions, and improving the
get_zenith_overpass function. [Adam Dybbroe]
- Editorial. [Adam Dybbroe]
- Cleanup. [Martin Raspaud]

Signed-off-by: Martin Raspaud <martin.raspaudsmhi.se>

- Feature: Correcting/adding test cases from the aiaa. [Martin Raspaud]
- Style: raises NotImplementedErrors instead of just Exceptions. [Martin
Raspaud]
- Merge branch 'pre-master' of github.com:mraspaud/pyorbital into pre-
master. [Martin Raspaud]
- Adding new function get_zenith_overpass to get the time when the
satellite passes over zenith relative to an observer on ground. [Adam
Dybbroe]
- Feature: Added checksum for tle lines. [Martin Raspaud]

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.