Skip to content

Commit

Permalink
Fix autorefresh manifest for floods script (datacommonsorg#986)
Browse files Browse the repository at this point in the history
* autorefresh script for flood events

* udpate pipeline config

* update floods configs

* fix unit tests

* add readme

* add requirements.txt for ee scripts

* fix review comments

* address review comments

* fix floods manifest

* resolve sync conflict
  • Loading branch information
ajaits authored Feb 21, 2024
1 parent 4394fdf commit ea79e45
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ea79e45

Please sign in to comment.