v0.1.4
Refactor the blockwise coregistration module. Add support for NumPy 2, implement filtering capabilities, enable COG (Cloud-Optimized GeoTIFF) format handling, incorporate multiprocessing for terrain attribute computations.
What's Changed
- Switching terrain attribute calculation to
float32by @vschaffn in #710 - Save file with driver COG by @belletva in #702
- Add min, max, mean and median filters by @quinto-clara in #711
- Update with GeoUtils 0.1.16 by @vschaffn in #718
- Add NumPy 2 support by @rhugonnet in #717
- Use automatic
packages.findlisting to avoid forgettingsetuptoolsmodules by @rhugonnet in #720 - Add multiprocessing for terrain attribute calculation by @vschaffn in #704
- Switch the
nmadof xDEM to thenmadof GeoUtils by @vschaffn in #716 - Refactor blockwise coregistration method by @adebardo in #707
- Fixing blockwise documentation and overlap by @adebardo in #723
- Update setup.cfg by @adebardo in #724
- Replace logging.warning to logging.info by @adebardo in #725
New Contributors
- @belletva made their first contribution in #702
- @quinto-clara made their first contribution in #711
Full Changelog: v0.1.3...v0.1.4