Pyorbital

Latest version: v1.9.2

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

Scan your dependencies

Page 3 of 5

1.6.0

Issues Closed

* [Issue 52](https://github.com/pytroll/pyorbital/issues/52) - Pyorbital fails to find TLE For some satellites ([PR 53](https://github.com/pytroll/pyorbital/pull/53))
* [Issue 28](https://github.com/pytroll/pyorbital/issues/28) - Unknown units in return value for get_alt_az ([PR 46](https://github.com/pytroll/pyorbital/pull/46))

In this release 2 issues were closed.

Pull Requests Merged

Bugs fixed

* [PR 46](https://github.com/pytroll/pyorbital/pull/46) - Fix doc about get_alt_az() return units ([28](https://github.com/pytroll/pyorbital/issues/28))

Features added

* [PR 56](https://github.com/pytroll/pyorbital/pull/56) - Add a script to download TLEs and store them to a database
* [PR 53](https://github.com/pytroll/pyorbital/pull/53) - Added active.txt tle path to TLE_URLS ([52](https://github.com/pytroll/pyorbital/issues/52))
* [PR 50](https://github.com/pytroll/pyorbital/pull/50) - docstring fixes
* [PR 49](https://github.com/pytroll/pyorbital/pull/49) - Equatorial Crossing Time
* [PR 47](https://github.com/pytroll/pyorbital/pull/47) - Add support for MWHS-2 (FY-3) and skip edge-functions
* [PR 45](https://github.com/pytroll/pyorbital/pull/45) - Adds engineering.txt TLE source ([15](https://github.com/pytroll/pyorbital/issues/15))

Documentation changes

* [PR 50](https://github.com/pytroll/pyorbital/pull/50) - docstring fixes

In this release 8 pull requests were closed.

1.5.0

Pull Requests Merged

Features added

* [PR 40](https://github.com/pytroll/pyorbital/pull/40) - Add platforms.txt to package data

In this release 1 pull request was closed.

1.4.0

Issues Closed

* [Issue 36](https://github.com/pytroll/pyorbital/issues/36) - Issue(s) with get_next_passes
* [Issue 34](https://github.com/pytroll/pyorbital/issues/34) - Get root secant converging to wrong solution ([PR 35](https://github.com/pytroll/pyorbital/pull/35))
* [Issue 30](https://github.com/pytroll/pyorbital/issues/30) - get_observer_look turns xarray.DataArray objects into dask.array objects
* [Issue 29](https://github.com/pytroll/pyorbital/issues/29) - URL error
* [Issue 27](https://github.com/pytroll/pyorbital/issues/27) - satellite.get_lonlatalt(now) returns wrong longitude with numpy < 1.11
* [Issue 18](https://github.com/pytroll/pyorbital/issues/18) - Sun-satellite angle ranges are not consistent

In this release 6 issues were closed.

Pull Requests Merged

Bugs fixed

* [PR 39](https://github.com/pytroll/pyorbital/pull/39) - Bugfix python3
* [PR 35](https://github.com/pytroll/pyorbital/pull/35) - Use Scipy brentq method instead of secant method to perform root-finding ([34](https://github.com/pytroll/pyorbital/issues/34))

Features added

* [PR 37](https://github.com/pytroll/pyorbital/pull/37) - Switch to versioneer
* [PR 33](https://github.com/pytroll/pyorbital/pull/33) - Remove Develop branch

In this release 4 pull requests were closed.


Changelog
=========

1.3.1

-------------------
- Update changelog. [Martin Raspaud]
- Bump version: 1.3.0 → 1.3.1. [Martin Raspaud]
- Merge branch 'master' of github.com:pytroll/pyorbital. [Martin
Raspaud]
- Merge pull request 24 from pytroll/add-stickler-config. [Martin
Raspaud]

Adding .stickler.yml configuration file
- Adding .stickler.yml. [stickler-ci]

1.3.0

-------------------
- Update changelog. [Martin Raspaud]
- Bump version: 1.2.0 → 1.3.0. [Martin Raspaud]
- Merge pull request 26 from pytroll/bugfix-avoid-numpy-1.14.0. [Martin
Raspaud]

Bugfix avoid numpy 1.14.0
- Add 3.6 and remove 2.6, 3.3 and 3.4 from travis matrix. [Martin
Raspaud]
- Fix numpy version requirement to avoid 1.14.0. [Martin Raspaud]
- Merge pull request 20 from howff/patch-2. [Martin Raspaud]

Update index.rst with Installation section
- Update index.rst with Installation section. [howff]

For the platforms.txt file
- Merge pull request 21 from frdcms/master. [Martin Raspaud]

instrument definitions
- Better presentation to make flake8 happier. [frdcms]
- Add tests for viirs, amsua, mhs, hirs4 and atms geometries. [frdcms]
- Add ATMS support. [frdcms]
- Add MSH and HIRS/4 support. [frdcms]
- Fix AMSU-A error. [frdcms]
- Improve VIIRS (and fix existing error) [frdcms]
- Merge pull request 23 from pytroll/bugfix-next-passes. [Martin
Raspaud]

Fix computation of apogee in next_passes
- Add test for 22. [Martin Raspaud]
- Fix computation of apogee in next_passes. [Martin Raspaud]
- Merge pull request 25 from pytroll/feature-dask-observer-look.
[Martin Raspaud]

Add conditional check to use `da.where` when inputs are dask arrays
- Fix styling to satisfy flake8. [davidh-ssec]
- Add conditional check to use `da.where` when inputs are dask arrays.
[davidh-ssec]

1.2.0

-------------------
- Update changelog. [Adam.Dybbroe]
- Bump version: 1.1.1 → 1.2.0. [Adam.Dybbroe]
- Merge branch 'develop' into new_release. [Adam.Dybbroe]
- Add for NOAA-20. [Adam.Dybbroe]

Signed-off-by: Adam.Dybbroe <adam.dybbroesmhi.se>

- Add github issue and PR templates. [Adam.Dybbroe]

Signed-off-by: Adam.Dybbroe <adam.dybbroesmhi.se>

- Provide units in the get_observer_look documentation. [Martin Raspaud]

Fixes 17
- Check that there are required amount of items in the row. [Panu
Lahtinen]
- Improve documentation: Emphasize the importance of fresh/actual TLEs.
[Adam.Dybbroe]

Signed-off-by: Adam.Dybbroe <adam.dybbroesmhi.se>

- Add GOES-16 and Himawari-9. [Adam.Dybbroe]

Signed-off-by: Adam.Dybbroe <adam.dybbroesmhi.se>

- Merge pull request 16 from jordanlui/newTLEurl. [Martin Raspaud]

New TLE URLs
- Additional TLE URLs from CelesTrak added. [Jordan Lui]
- Added additional TLE paths to TLE_URL. [Jordan Lui]
- Replace numpy.rank with numpy.ndim to make compatible with future
numpy versions. [Adam.Dybbroe]

Currently at 1.13.0 a VisibleDeprecationWarning is raised using numpy.rank

Signed-off-by: Adam.Dybbroe <a000680c20671.ad.smhi.se>

- Numpy 1.12 compatible - accepting number of scans to be a float.
[Adam.Dybbroe]

Signed-off-by: Adam.Dybbroe <a000680c20671.ad.smhi.se>

- Fix avhrr_gac instrument definition. [Martin Raspaud]
- Fix conversion to datetime64. [Martin Raspaud]
- Fix geoloc tests. [Martin Raspaud]
- Add support for 2d time arrays in geoloc. [Martin Raspaud]
- Merge branch 'develop' of github.com:pytroll/pyorbital into develop.
[Martin Raspaud]

Conflicts:
pyorbital/tests/test_aiaa.py

- Merge pull request 13 from pytroll/feature_np_datetime64. [Martin
Raspaud]

Feature np datetime64
- Merge branch 'develop' into feature_np_datetime64. [Martin Raspaud]
- Finish conversion to np datetime64. [Martin Raspaud]
- Add conversion func between datetime and np.datetime64. [Martin
Raspaud]
- Do not crash when start_of_scan already is datetime64. [Martin
Raspaud]

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

- Convert input times to datetime64. [Martin Raspaud]

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

- Allow offset application to be turned off (avhrr) [Martin Raspaud]

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

- Adapt to datetime64. [Martin Raspaud]

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

- Cleanup style. [Martin Raspaud]
- Fix indexing. [Martin Raspaud]
- Merge pull request 19 from howff/patch-1. [Adam Dybbroe]

Update platforms.txt with NOAA-20, MSG 4, GOES-16
- Update platforms.txt with NOAA-20, MSG 4, GOES-16. [howff]
- Merge pull request 14 from kconkas/master. [Martin Raspaud]

Python3 fixes for fetch()
- Python3 fixes for fetch() [Kristijan Conkas]

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.