From 8bcfd8722b35d2ac28c0780e5c11ecee6a7bb45a Mon Sep 17 00:00:00 2001 From: johntruckenbrodt Date: Wed, 24 Aug 2022 10:22:20 +0200 Subject: [PATCH 1/3] [environment-dev.yml] remove duplicated import --- environment-dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment-dev.yml b/environment-dev.yml index 2c521eb3..a9277021 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -22,6 +22,5 @@ dependencies: - sphinxcontrib-bibtex>=2.2 - pip - cairosvg - - gdal>=2.4 - pip: - sphinxcontrib-svg2pdfconverter From da94a5c41863ea3ba90807073323e1a511cb6ed4 Mon Sep 17 00:00:00 2001 From: johntruckenbrodt Date: Wed, 24 Aug 2022 10:22:52 +0200 Subject: [PATCH 2/3] [README] fix Travis CI link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ad3193..9f7bcfdb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

A Python Framework for Large-Scale SAR Satellite Data Processing

- - Travis Status + + Travis Status AppVeyor Status From 7bfca5add6ff2ca293f87df4fbab25d12e97ac6a Mon Sep 17 00:00:00 2001 From: johntruckenbrodt Date: Wed, 24 Aug 2022 10:23:18 +0200 Subject: [PATCH 3/3] version 0.18.0 changelog --- docs/about/changelog.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/about/changelog.rst b/docs/about/changelog.rst index 1c9ce79c..c9b87f8d 100644 --- a/docs/about/changelog.rst +++ b/docs/about/changelog.rst @@ -819,3 +819,23 @@ Auxiliary Data Handling - function :func:`pyroSAR.auxdata.dem_autoload`: + new argument `dst_nodata`. This can be used to temporarily override the native nodata value for extrapolation of ocean areas (in combination with ``hide_nodata=True``). + +0.18.0 | 2022-08-24 +=================== + +Drivers +------- +- method :meth:`pyroSAR.drivers.SAFE.quicklook`: new argument `na_transparent` +- new class :class:`~pyroSAR.drivers.TDM` +- method :meth:`pyroSAR.drivers.TSX.getCorners`: fixed bug in longitude computation +- class :class:`~pyroSAR.drivers.ESA`: improved support for ERS and ASAR + + +GAMMA API +--------- +- :ref:`Command API ` compatibility with GAMMA version 20220629 + +SNAP API +-------- +- compatibility with SNAP version 9 +- function :func:`~pyroSAR.snap.util.geocode`: improved support for ERS and ASAR