- Add ``max_tile_size`` and ``max_tile_dim`` parameters to download CLI and API for working around EE "_user memory limit exceeded_" errors.
1.3.2
- Ensure download progress reaches 100% on success.
1.3.1
- Bugfix for large downloads causing a segmentation fault (all python versions).
1.3.0
- Resolve 2 by adding `BIGTIFF` support to downloaded images whose uncompressed size is larger than 4GB. - Allow for the inclusion of user-specified properties in `search` results and collection properties. - Allow for custom `search` filters. - Fix an issue with 4 band images being misinterpreted as *RGBA*. - Work around a Python 3.10 issue with concurrent tile downloads. - Update the STAC URL data.
1.2.0
- Add cloud/shadow mask support for harmonised Sentinel-2 collections. - Add scale/offset download/export option that uses STAC information to convert bands to floating point values representing physical quantities. - Abbreviate ``geedim`` collection names, apply ``yapf`` code autoformat & update docs.