Skip to content

Commit

Permalink
version 0.24.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt authored Jan 10, 2024
1 parent cf4efaf commit 07b38be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -999,3 +999,18 @@ changes to Sentinel-1 OSV data handling:
+ :func:`pyroSAR.snap.auxil.orb_parametrize`: `url_option`
+ :func:`pyroSAR.snap.util.geocode`: `s1_osv_url_option`
+ :func:`pyroSAR.snap.util.noise_power`: `osv_url_option`

0.24.0 | 2024-01-10
===================

Drivers
-------
- new base attribute `coordinates`
- enable method :meth:`~pyroSAR.drivers.ID.geometry` for all driver classes
- classes :class:`~pyroSAR.drivers.ESA` and :class:`~pyroSAR.drivers.CEOS_ERS`: removed call to `gdalinfo`
(for increased test capability and speed)
- outsourced regular expressions for product identification into separate module `patterns`

Auxiliary Data Handling
-----------------------
- method :meth:`pyroSAR.S1.OSV.catch`: fixed bug in finding files starting in previous month

0 comments on commit 07b38be

Please sign in to comment.