Releases: odhondt/eo_tools
Releases · odhondt/eo_tools
2024.7.0
Code improvements and some bugfixes:
- Burst Ids are checked only when available in the product metadata
- Improved code clarity by renaming some variables, explicitly naming positional parameters
- Added user friendly exceptions to check product validity
- Cleaned up some old comments
- Added numexpr to environments for upcoming optimizations
- Test data for full processor
- Optional directory for orbit files (default is
\tmp
) - Added and improved existing logging messages
- Refactored
resampling
to useremap
- Fixed bug in
resampling
: using output profile of upsampled DEM instead of original DEM - Changed example notebooks accordingly
2024.6.3
added some parameters for more flexibility
- add iw and pol subsets options to geocoding
- default behaviour of the processor will change:
- insar outputs will only be computed for subsets
- inside the processor, geocoding still looks for
any subset - outside the processor the new options take effect
bugfix
- fix error when
burstId
is not present in the xml and
display a warning
2024.6.2
- New InSAR processor for full products
- Processing, geocoding and merging subswaths in one function call
- Computation of coherence and / or interferogram
- Optional computation of amplitudes
- Selection of subswath and polarization subsets
- Optional crop of an area of interest (to save computation, only intersecting bursts are processed)
- Access to intermediate files in the SAR geometry. These can be further processed prior to geocoding (for instance, speckle filtering or incoherent change detection of amplitudes may be applied)
- Standalone functions to geocode and merge any raster in the SAR geometry
- Cloud Optimized GeoTIFF (COG) geocoded output file which can be displayed in GIS software or uploaded to tile servers
- Improved internals
- Some memory intensive functions are now using child processes to ensure memory from large objects will be released after processing. This ensures an overall lower memory footprint.