Skip to content

Commit

Permalink
Adding scheduled cron events for geoglam, no2-monthly, no2-monthly-di…
Browse files Browse the repository at this point in the history
…ff (#177)
  • Loading branch information
sandrahoang686 authored Dec 20, 2024
1 parent 4898607 commit 7bd2c9e
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ingestion-data/production/discovery-items/scheduled/geoglam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"collection": "geoglam",
"prefix": "geoglam/",
"bucket": "veda-data-store",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"collection": "no2-monthly-diff",
"prefix": "no2-monthly-diff/",
"bucket": "veda-data-store",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"collection": "no2-monthly",
"prefix": "no2-monthly/",
"bucket": "veda-data-store",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}
10 changes: 10 additions & 0 deletions ingestion-data/staging/discovery-items/scheduled/geoglam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"collection": "geoglam",
"prefix": "geoglam/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"collection": "no2-monthly-diff",
"prefix": "no2-monthly-diff/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}
10 changes: 10 additions & 0 deletions ingestion-data/staging/discovery-items/scheduled/no2-monthly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"collection": "no2-monthly",
"prefix": "no2-monthly/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*).tif$",
"discovery": "s3",
"datetime_range": "month",
"schedule": "0 0 * * 0",
"upload": false
}
7 changes: 7 additions & 0 deletions ingestion-data/staging/transfer-config/no2-monthly-diff.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"target_bucket": "veda-data-store",
"collection": "no2-monthly-diff",
"filename_regex": "^(.*).tif$"
},
{
"origin_bucket": "covid-eo-data",
"origin_prefix": "OMNO2d_HRMDifference/",
"target_bucket": "veda-data-store-staging",
"collection": "no2-monthly-diff",
"filename_regex": "^(.*).tif$"
}
]
7 changes: 7 additions & 0 deletions ingestion-data/staging/transfer-config/no2-monthly.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"target_bucket": "veda-data-store",
"collection": "no2-monthly",
"filename_regex": "^(.*).tif$"
},
{
"origin_bucket": "covid-eo-data",
"origin_prefix": "OMNO2d_HRM/",
"target_bucket": "veda-data-store-staging",
"collection": "no2-monthly",
"filename_regex": "^(.*).tif$"
}
]

0 comments on commit 7bd2c9e

Please sign in to comment.