From cac0063629e3444435f8f2395ca979c10880af53 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Tue, 16 Apr 2024 17:51:00 +0200 Subject: [PATCH] version 0.25.0 changelog --- docs/source/about/changelog.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index a7fb5a52..b0392be5 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -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