Skip to content

Commit

Permalink
version 0.23.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt authored Nov 23, 2023
1 parent 4ec334e commit eb88457
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -974,3 +974,28 @@ Drivers
Misc
----
- class :class:`pyroSAR.examine.ExamineGamma`: enhanced flexibility in finding GAMMA installation

0.23.0 | 2023-11-23
===================

Drivers
-------
- class :class:`pyroSAR.drivers.Archive`: fixed bug in loading spatialite on Darwin-based systems

Auxiliary Data Handling
-----------------------

changes to Sentinel-1 OSV data handling:

- method :meth:`pyroSAR.S1.OSV.catch`:

+ removed `url_option` 1 (https://scihub.copernicus.eu/gnss)
+ made option 2 the new default option 1 (https://step.esa.int/auxdata/orbits/Sentinel-1)

- added new arguments to the following functions:

+ :func:`pyroSAR.gamma.correctOSV`: `url_option`
+ :func:`pyroSAR.gamma.geocode`: `s1_osv_url_option`
+ :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 comments on commit eb88457

Please sign in to comment.