Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix autorefresh manifest for floods script #986

Merged
merged 15 commits into from
Feb 21, 2024
Merged
4 changes: 2 additions & 2 deletions scripts/floods/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"import_specifications": [{
"import_name":
"DynamicWorld_FloodEvents",
"DynamicWorld_FloodEvents_AutoRefresh",
"curator_emails": ["[email protected]"],
"provenance_url":
"https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_DYNAMICWORLD_V1",
"provenance_description":
"Flood events inferred from areas marked with high probability of water outside the permanent water bodies.",
"scripts": ["generate_flood_events.py"],
"scripts": ["generate_floods_events.py"],
"import_inputs": [{
"template_mcf": "",
"cleaned_csv": ""
Expand Down
Loading