Skip to content

Commit

Permalink
fix: merge conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed May 29, 2024
2 parents df929a7 + eed1b3c commit 1ca270b
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 14 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_v3_2003_2021",

This comment has been minimized.

Copy link
@smohiudd

smohiudd May 29, 2024

Contributor

We only need the v3 file so file should be kept as is.

"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"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"prefix": "lis-global-da-tws-trend/",
"filename_regex": "^(.*)DATWS_STL_based_trend.cog.tif",
"discovery": "s3",
"upload": false
"upload": false,
"start_datetime": "2003-01-01T00:00:00Z",
"end_datetime": "2021-12-31T23:59:59Z"
}
]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"collection": "snow-projections-diff-585",
"prefix": "snow-projections-diff-245/",
"prefix": "snow-projections-diff-585/",
"bucket": "veda-data-store",
"filename_regex": "^(.*)ssp585(.*)percChange.cog.tif$",
"discovery": "s3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"collection": "snow-projections-median-245",
"prefix": "snow-projections-diff-245/",
"prefix": "snow-projections-median-245/",
"bucket": "veda-data-store",
"filename_regex": "^(.*)ssp245(.*)median.cog.tif$",
"discovery": "s3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"collection": "snow-projections-median-585",
"prefix": "snow-projections-diff-245/",
"prefix": "snow-projections-median-585/",
"bucket": "veda-data-store",
"filename_regex": "^(.*)ssp585(.*)median.cog.tif$",
"discovery": "s3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"origin_prefix": "campfire-data/",
"target_bucket": "veda-data-store",
"collection": "campfire-nlcd",
"filename_regex": "^(.*)CampFire_NLCD_2019"
"filename_regex": "^(.*)CampFire_NLCD_201\\d"
}
]
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 1ca270b

Please sign in to comment.