Skip to content

Commit

Permalink
FIX: Fix Despeckle graph with SNAP10 #177
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 8, 2024
1 parent 01e66ac commit a63af3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## 0.21.3 (2024-mm-dd)

- **ENH: Allow the process of Sentinel-1 COGs (provided by the Copernicus DataSpace) for SNAP >= 10** ([#172](https://github.com/sertit/eoreader/issues/172))
- ENH: Allow the process of Sentinel-1 COGs (provided by the Copernicus DataSpace) for SNAP >= 10 ([#172](https://github.com/sertit/eoreader/issues/172))
- ENH: Add a `BandType` alias for any types that could be a band: a string, a `BandNames` or any of its children: Spectral, SAR, DEM or Cloud band names
- ENH: Anticipate Sentinel C and D platforms in Reader's regexes
- FIX: Anticipate Sentinel C and D platforms in Reader's regexes
- FIX: Resolve the inversion of resolution and pixel size between `stripmap` and `sliding_spotlight` types for `Capella` products
- FIX: Get better window name (if available) when writing bands on disk (in tmp folder)
- FIX: Reject buggy Maxar products (with version 28.4) as the workaround would be too heavy to implement. ([#106](https://github.com/sertit/eoreader/issues/106))
- FIX: Fix Despeckle graph with SNAP10 ([#177](https://github.com/sertit/eoreader/issues/177))
- OPTIM: Save rasterized masks of DIMAP V2 products on disk to avoid recomputing them (`features.rasterize` could be a heavy computation that shouldn't be done twice)
- COMPAT: EOReader works correctly with SNAP 10 ([#165](https://github.com/sertit/eoreader/issues/165))
- PUBLISH: Use PyPI's Trusted Publisher Management mechanism
Expand Down
1 change: 1 addition & 0 deletions eoreader/data/sar_despeckle_default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<sources/>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>${file}</file>
<formatName>GeoTIFF-BigTIFF</formatName>
</parameters>
</node>
<node id="Speckle-Filter">
Expand Down

0 comments on commit a63af3b

Please sign in to comment.