Skip to content

Commit

Permalink
version 0.25.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt authored Apr 16, 2024
1 parent 5c8aaaf commit cac0063
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1014,3 +1014,33 @@ Drivers
Auxiliary Data Handling
-----------------------
- method :meth:`pyroSAR.S1.OSV.catch`: fixed bug in finding files starting in previous month

0.25.0 | 2024-04-16
===================

Drivers
-------
- class :class:`pyroSAR.drivers.Archive`:

+ replaced column `bbox` with `geometry`; requires database migration
+ method :meth:`~pyroSAR.drivers.Archive.export2shp`: improved column name laundering

SNAP API
--------
- function :func:`pyroSAR.snap.auxil.gpt`: fixed bug that occurred during removal of BNR node

Ancillary Tools
---------------
- new classes :class:`pyroSAR.ancillary.Lock` and :class:`pyroSAR.ancillary.LockCollection`
for custom file/folder locking

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

changes to Sentinel-1 OSV data handling:

- function :meth:`pyroSAR.auxdata.dem_create`:

+ make use of new classes :class:`~pyroSAR.ancillary.Lock` and :class:`~pyroSAR.ancillary.LockCollection`
for DEM download and mosaic creation (new argument `lock_timeout`)
+ check whether all VRT source files exist

0 comments on commit cac0063

Please sign in to comment.