Skip to content

Commit

Permalink
Merge pull request #221 from johntruckenbrodt/doc_improve
Browse files Browse the repository at this point in the history
documentation improvements
  • Loading branch information
johntruckenbrodt authored Aug 24, 2022
2 parents 5b2726c + 7bfca5a commit f85a169
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<h3 align="center">A Python Framework for Large-Scale SAR Satellite Data Processing</h3>

<p align="center">
<a href='https://www.travis-ci.com/johntruckenbrodt/pyroSAR'>
<img src='https://www.travis-ci.com/johntruckenbrodt/pyroSAR.svg?branch=master' alt='Travis Status'></a>
<a href='https://app.travis-ci.com/johntruckenbrodt/pyroSAR'>
<img src='https://app.travis-ci.com/johntruckenbrodt/pyroSAR.svg?branch=master' alt='Travis Status'></a>
<a href='https://ci.appveyor.com/project/johntruckenbrodt/pyrosar'>
<img src='https://ci.appveyor.com/api/projects/status/won0layps8mkss9h/branch/master?svg=true' alt='AppVeyor Status' /></a>
<a href='https://coveralls.io/github/johntruckenbrodt/pyroSAR?branch=master'>
Expand Down
20 changes: 20 additions & 0 deletions docs/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gamma-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
1 change: 0 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ dependencies:
- sphinxcontrib-bibtex>=2.2
- pip
- cairosvg
- gdal>=2.4
- pip:
- sphinxcontrib-svg2pdfconverter

0 comments on commit f85a169

Please sign in to comment.