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

Export to google cloud storage bucket fails w/ `ee.ee_exception.EEException: Unknown configuration options: {'assetId': 'test'}`.

brownag opened this issue · comments

Thank you for this excellent tool! I was playing around with the new export function/types and ran into a minor issue with export to google cloud bucket. When using export() with ExportType "cloud" and filename e.g. "test" I get:

ee.ee_exception.EEException: Unknown configuration options: {'assetId': 'test'}

It appears that assetId is not an argument of Export.image.toCloudStorage(). I think it should work to set just description here:

https://github.com/dugalh/geedim/blob/7d8ecfcb2e4505192a3e19364fc0afcfda7452ae/geedim/download.py#L805-L808

Hi Andrew. Thanks for picking this up. It should be fixed now with v1.6.1. Can you confirm it is working for you?

@dugalh Thanks Dugal! I confirm it is working w/ v1.6.1

Great - thank you!