Skip to content

Commit 1ca270b

Browse files
author
Jennifer Tran
committed
fix: merge conflict resolutions
2 parents df929a7 + eed1b3c commit 1ca270b

7 files changed

+50
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
{
2-
"collection": "lis-global-da-gpp-trend",
3-
"bucket": "veda-data-store",
4-
"prefix": "lis-global-da-gpp-trend/",
5-
"filename_regex": "^(.*)DAGPP_STL_based_trend_v3_2003_2021",
6-
"discovery": "s3",
7-
"upload": false
8-
}
1+
[
2+
{
3+
"collection": "lis-global-da-gpp-trend",
4+
"bucket": "veda-data-store",
5+
"prefix": "lis-global-da-gpp-trend/",
6+
"filename_regex": "^(.*)DAGPP_STL_based_trend_v3_2003_2021.cog.tif",
7+
"discovery": "s3",
8+
"upload": false
9+
},
10+
{
11+
"collection": "lis-global-da-gpp-trend",
12+
"bucket": "veda-data-store",
13+
"prefix": "lis-global-da-gpp-trend/",
14+
"filename_regex": "^(.*)DAGPP_STL_based_trendv2_2003_2021.cog.tif",
15+
"discovery": "s3",
16+
"upload": false
17+
},
18+
{
19+
"collection": "lis-global-da-gpp-trend",
20+
"bucket": "veda-data-store",
21+
"prefix": "lis-global-da-gpp-trend/",
22+
"filename_regex": "^(.*)DAGPP_STL_based_trend.cog.tif",
23+
"discovery": "s3",
24+
"upload": false,
25+
"start_datetime": "2003-01-01T00:00:00Z",
26+
"end_datetime": "2021-12-31T23:59:59Z"
27+
}
28+
]

ingestion-data/production/discovery-items/lis-global-da-tws-trend.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"prefix": "lis-global-da-tws-trend/",
2222
"filename_regex": "^(.*)DATWS_STL_based_trend.cog.tif",
2323
"discovery": "s3",
24-
"upload": false
24+
"upload": false,
25+
"start_datetime": "2003-01-01T00:00:00Z",
26+
"end_datetime": "2021-12-31T23:59:59Z"
2527
}
2628
]

ingestion-data/production/discovery-items/snow-projections-diff-585.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"collection": "snow-projections-diff-585",
4-
"prefix": "snow-projections-diff-245/",
4+
"prefix": "snow-projections-diff-585/",
55
"bucket": "veda-data-store",
66
"filename_regex": "^(.*)ssp585(.*)percChange.cog.tif$",
77
"discovery": "s3",

ingestion-data/production/discovery-items/snow-projections-median-245.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"collection": "snow-projections-median-245",
4-
"prefix": "snow-projections-diff-245/",
4+
"prefix": "snow-projections-median-245/",
55
"bucket": "veda-data-store",
66
"filename_regex": "^(.*)ssp245(.*)median.cog.tif$",
77
"discovery": "s3",

ingestion-data/production/discovery-items/snow-projections-median-585.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"collection": "snow-projections-median-585",
4-
"prefix": "snow-projections-diff-245/",
4+
"prefix": "snow-projections-median-585/",
55
"bucket": "veda-data-store",
66
"filename_regex": "^(.*)ssp585(.*)median.cog.tif$",
77
"discovery": "s3",

ingestion-data/production/transfer-config/campfire-nlcd.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"origin_prefix": "campfire-data/",
55
"target_bucket": "veda-data-store",
66
"collection": "campfire-nlcd",
7-
"filename_regex": "^(.*)CampFire_NLCD_2019"
7+
"filename_regex": "^(.*)CampFire_NLCD_201\\d"
88
}
99
]

ingestion-data/production/transfer-config/lis-global-da-gpp-trend.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
55
"target_bucket": "veda-data-store",
66
"collection": "lis-global-da-gpp-trend",
7-
"filename_regex": "^(.*)DAGPP_STL_based_trend"
7+
"filename_regex": "^(.*)DAGPP_STL_based_trend.cog.tif"
8+
},
9+
{
10+
"origin_bucket": "veda-data-store-staging",
11+
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
12+
"target_bucket": "veda-data-store",
13+
"collection": "lis-global-da-gpp-trend",
14+
"filename_regex": "^(.*)DAGPP_STL_based_trend_v3_2003_2021.cog.tif"
15+
},
16+
{
17+
"origin_bucket": "veda-data-store-staging",
18+
"origin_prefix": "EIS/COG/LIS_GLOBAL_DA/DA_Trends/",
19+
"target_bucket": "veda-data-store",
20+
"collection": "lis-global-da-gpp-trend",
21+
"filename_regex": "^(.*)DAGPP_STL_based_trendv2_2003_2021.cog.tif"
822
}
923
]

0 commit comments

Comments
 (0)