Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1350,3 +1350,15 @@ SNAP API
Auxiliary Data Handling
-----------------------
- handle empty URL lists in `DEMHandler.__retrieve`

0.34.4 | 2026-03-03
===================

SNAP API
--------
- :func:`pyroSAR.snap.auxil.erode_edges`: explictly open BEAM-DIMAP .img files with the ENVI driver.
This was necessary because GDAL 3.12 introduces a new `MiraMonRaster` driver, which is used per default for .img files.

Drivers
-------
- use `MEM` instead of `Memory` as driver for creating in-memory :class:`spatialist.vector.Vector` objects. `Memory` has been deprecated.