Skip to content

Commit

Permalink
fix: lis-global-da-gpp-trend transfer-config and discovery-items
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed May 22, 2024
1 parent 18af1fc commit e49237d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"collection": "lis-global-da-gpp-trend",
"bucket": "veda-data-store",
"prefix": "lis-global-da-gpp-trend/",
"filename_regex": "^(.*)DAGPP_STL_based_trend",
"discovery": "s3",
"upload": false
}
[
{
"collection": "lis-global-da-gpp-trend",
"bucket": "veda-data-store",
"prefix": "lis-global-da-gpp-trend/",
"filename_regex": "^(.*)DAGPP_STL_based_trend_v3_2003_2021.cog.tif",
"discovery": "s3",
"upload": false
},
{
"collection": "lis-global-da-gpp-trend",
"bucket": "veda-data-store",
"prefix": "lis-global-da-gpp-trend/",
"filename_regex": "^(.*)DAGPP_STL_based_trendv2_2003_2021.cog.tif",
"discovery": "s3",
"upload": false
},
{
"collection": "lis-global-da-gpp-trend",
"bucket": "veda-data-store",
"prefix": "lis-global-da-gpp-trend/",
"filename_regex": "^(.*)DAGPP_STL_based_trend.cog.tif",
"discovery": "s3",
"upload": false,
"start_datetime": "2003-01-01T00:00:00Z",
"end_datetime": "2021-12-31T23:59:59Z"
}
]
16 changes: 15 additions & 1 deletion ingestion-data/transfer-config/lis-global-da-gpp-trend.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
"target_bucket": "veda-data-store",
"collection": "lis-global-da-gpp-trend",
"filename_regex": "^(.*)DAGPP_STL_based_trend"
"filename_regex": "^(.*)DAGPP_STL_based_trend.cog.tif"
},
{
"origin_bucket": "veda-data-store-staging",
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
"target_bucket": "veda-data-store",
"collection": "lis-global-da-gpp-trend",
"filename_regex": "^(.*)DAGPP_STL_based_trend_v3_2003_2021.cog.tif"
},
{
"origin_bucket": "veda-data-store-staging",
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
"target_bucket": "veda-data-store",
"collection": "lis-global-da-gpp-trend",
"filename_regex": "^(.*)DAGPP_STL_based_trendv2_2003_2021.cog.tif"
}
]

0 comments on commit e49237d

Please sign in to comment.