fmemuir / COASTGUARD

Coastal Observation + Analysis using Satellite-derived Timeseries, Generated Using AI + Real-time Data
33 stars 3 forks source link

GEE metadata #5

Closed cmac95 closed 12 months ago

cmac95 commented 12 months ago

Code syntax error in Image Download cell of Jupyter Notebook driver. Attempting to resolve myself and if I can I will post solution here.

image

cmac95 commented 12 months ago

It appears to be a bespoke function with two arguments, however "inputs" seems to have multiple components that get split out after being ingested by the function. Not yet sure what data format the "inputs" argument needs to be?

image

cmac95 commented 12 months ago

Issue resolved.

Passed previous "inputs" variable (dictionary format).

Change has been saved on local machine git, can provide updated script once running fully (other changes might also be required).

fmemuir commented 12 months ago

Typo is from when metadata_collection took more arguments, has since been simplified. Docstring in metadata_collection() has been updated for clarity. Should be all fixed