hydromt icon indicating copy to clipboard operation
hydromt copied to clipboard

support getting data from GEE

Open DirkEilander opened this issue 3 years ago • 1 comments

GEE data is cataloged in STAC https://gee.stac.cloud/?t=catalogs A potential useful package could be https://github.com/aazuspan/wxee

DirkEilander avatar Jul 20 '22 14:07 DirkEilander

If indeed feasible, it would be nice if this could land within https://github.com/Deltares/hydromt/blob/main/hydromt/io.py

And think about generic structure following https://github.com/Deltares/hydromt/blob/main/data/catalogs/deltares_data.yml

Data should probably be cached (so a new query does not download the same data again), and that should probably be stored locally within the default data catalogue (see also https://github.com/Deltares/hydromt/blob/main/hydromt/data_catalog.py).

Finally, tiling is needed, which can use the already existing 'chunks' feature from the data catalog.

ArjenHaag avatar Aug 17 '22 11:08 ArjenHaag

with many of the other issues around data / cloud etc going on I wonder if this is worth pursuing. I'm going to close this issue for now. We can always reopen if we decide this still has added value on top of all the other developements.

DirkEilander avatar Oct 18 '23 14:10 DirkEilander