leftfield-geospatial / geedim

Search, composite, and download Google Earth Engine imagery.

Home Page:https://geedim.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unbounded search and download errors

dugalh opened this issue · comments

  • Searching an unbounded collection without a region is not possible due to ee.Image.reduceRegion() in MaskedImage._set_region_stats(). The ee.EEException that is raised should be communicated to the user in a more helpful way.
  • MODIS NBAR images are unbounded but not recognised as such by the checks in BaseImage._prepare_for_export(), resulting in a cryptic EE error. The unbounded check should also check for a footprint that is global.