Skip to content

Releases: leftfield-geospatial/geedim

v1.5.1

18 Sep 11:17
Compare
Choose a tag to compare
  • Always allow download with ee.Geometry() type region.
  • Fixes #6.

v1.5.0

30 Aug 08:38
Compare
Choose a tag to compare
  • Add crs_transform and shape parameters to the download / export API and CLI.
  • Add a download / export CLI --like option, that uses a template image to specify crs, crs_transform and shape.
  • Download / export on the Earth Engine image pixel grid when possible.

v1.4.0

03 Aug 12:11
Compare
Choose a tag to compare
  • Add max_tile_size and max_tile_dim parameters to download CLI and API for working around EE "user memory limit exceeded" errors.

v1.3.2

22 Jul 14:54
Compare
Choose a tag to compare
  • Ensure download progress reaches 100% on success.

v1.3.1

21 Jul 18:53
Compare
Choose a tag to compare
  • Bugfix for large downloads causing a segmentation fault (all python versions).

v1.3.0

18 Jul 18:32
Compare
Choose a tag to compare
  • 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.

v1.2.0

20 Jun 17:01
Compare
Choose a tag to compare
  • 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.

v1.1.2

16 Jun 12:04
Compare
Choose a tag to compare
  • Fix PyPI readme format.

v1.1.1

16 Jun 10:46
Compare
Choose a tag to compare
  • CLI and API documentation improvements.
  • Sphinx config and RST content added for building docs.
  • Add notebook tutorial.
  • Clip Landsat cloud distance at a maximum.
  • Allow repeat cloud/shadow masking on filtered collections with different config.
  • Add yapf style file.
  • Other minor bug fixes.

v1.0.1

27 May 14:36
Compare
Choose a tag to compare
  • Remove the dependency on pip with a new spinner class
  • Display spinner in CLI search while waiting