Skip to content

Commit

Permalink
Add discovery items (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd authored Dec 19, 2023
1 parent ed2bb04 commit 93c3223
Show file tree
Hide file tree
Showing 114 changed files with 869 additions and 198 deletions.
70 changes: 0 additions & 70 deletions ingestion-data/collections/snow-projections-diff.json

This file was deleted.

70 changes: 0 additions & 70 deletions ingestion-data/collections/snow-projections-median.json

This file was deleted.

42 changes: 42 additions & 0 deletions ingestion-data/discovery-items/CMIP585-winter-median-pr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"collection": "CMIP585-winter-median-pr",
"prefix": "EIS/NEX-GDDP-CMIP6/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)_pr(.*)ssp585_2025(.*).cog.tif$",
"discovery": "s3",
"upload": false,
"start_datetime": "2025-01-01T00:00:00Z",
"end_datetime": "2025-03-31T12:00:00Z"
},
{
"collection": "CMIP585-winter-median-pr",
"prefix": "EIS/NEX-GDDP-CMIP6/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)_pr(.*)ssp585_2045(.*).cog.tif$",
"discovery": "s3",
"upload": false,
"start_datetime": "2045-01-01T00:00:00Z",
"end_datetime": "2045-03-31T12:00:00Z"
},
{
"collection": "CMIP585-winter-median-pr",
"prefix": "EIS/NEX-GDDP-CMIP6/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)_pr(.*)ssp585_2065(.*).cog.tif$",
"discovery": "s3",
"upload": false,
"start_datetime": "2065-01-01T00:00:00Z",
"end_datetime": "2065-03-31T12:00:00Z"
},
{
"collection": "CMIP585-winter-median-pr",
"prefix": "EIS/NEX-GDDP-CMIP6/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*)_pr(.*)ssp585_2085(.*).cog.tif$",
"discovery": "s3",
"upload": false,
"start_datetime": "2085-01-01T00:00:00Z",
"end_datetime": "2085-03-31T12:00:00Z"
}
]
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"collection": "OMSO2PCA-COG",
"prefix": "OMSO2PCA-COG/",
"bucket": "veda-data-store-staging",
"filename_regex": "^(.*).tif$",
"prefix": "OMSO2PCA-COG/",
"filename_regex":"OMSO2PCA_LUT_SCD",
"discovery": "s3",
"upload": false,
"datetime_range": "year"
}
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/barc-thomasfire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "barc-thomasfire",
"bucket": "veda-data-store-staging",
"prefix": "EIS/COG/Fire-Hydro/",
"filename_regex": "thomas_fire_barc_201712",
"discovery": "s3",
"upload": false
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/campfire-albedo-wsa-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "campfire-albedo-wsa-diff",
"bucket": "veda-data-store-staging",
"prefix": "campfire-data/",
"filename_regex": "CampFire_albedo_WSA_2015_2022_diff",
"discovery": "s3",
"upload": false
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/campfire-lst-day-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "campfire-lst-day-diff",
"bucket": "veda-data-store-staging",
"prefix": "campfire-data/",
"filename_regex": "CampFire_LST_Day_2015_2022_diff",
"discovery": "s3",
"upload": false
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/campfire-lst-night-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "campfire-lst-night-diff",
"bucket": "veda-data-store-staging",
"prefix": "campfire-data/",
"filename_regex": "CampFire_LST_Night_2015_2022_diff",
"discovery": "s3",
"upload": false
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/campfire-ndvi-diff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "campfire-ndvi-diff",
"bucket": "veda-data-store-staging",
"prefix": "campfire-data/",
"filename_regex": "CampFire_NDVI_2015_2022_diff",
"discovery": "s3",
"upload": false
}
8 changes: 8 additions & 0 deletions ingestion-data/discovery-items/campfire-nlcd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": "campfire-nlcd",
"bucket": "veda-data-store-staging",
"prefix": "campfire-data/",
"filename_regex": "CampFire_NLCD_2019",
"discovery": "s3",
"upload": false
}
Loading

0 comments on commit 93c3223

Please sign in to comment.