Skip to content

Commit

Permalink
fix: add new dataset-config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Jan 24, 2025
1 parent 9ecf58e commit 5576291
Showing 1 changed file with 76 additions and 18 deletions.
94 changes: 76 additions & 18 deletions ingestion-data/staging/dataset-config/test-sm2a.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,89 @@
{
"collection": "hls-swir-falsecolor-composite-TEST-SM2A",
"title": "HLS SWIR FalseColor Composite",
"collection": "ida-ndwi-difference-TEST-SM2A",
"title": "NDWI Difference for Pre and Post-Hurricane Ida from PlanetScope",
"description": "Normalized Difference Water Index Difference of before and after Hurricane Ida in Southern Louisiana.",
"license": "CC0-1.0",
"is_periodic": true,
"time_density": "day",
"spatial_extent": {
"xmin": -156.75,
"ymin": 20.80,
"xmax": -156.55,
"ymax": 20.94
"xmin": -90.85,
"ymin": 29.03,
"xmax": -90.06,
"ymax": 29.65
},
"temporal_extent": {
"startdate": "2023-08-08T00:00:00Z",
"enddate": "2023-08-08T23:59:59Z"
"startdate": "2021-08-23T00:00:00Z",
"enddate": "2021-09-09T23:59:59Z"
},
"data_type": "cog",
"license": "CC0-1.0",
"description": "HLS falsecolor composite imagery using Bands 12, 8A, and 4.",
"is_periodic": false,
"time_density": "day",
"sample_files": [
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-08_SWIR_falsecolor_cog.tif",
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-13_SWIR_falsecolor_cog.tif"
"s3://veda-data-store-staging/planet-indices-v2/NDWI_Difference_2021-08-23_2021-09-09.tif"
],
"discovery_items": [
{
"discovery": "s3",
"prefix": "maui-fire/",
"cogify": false,
"upload": false,
"dry_run": false,
"prefix": "planet-indices-v2/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)SWIR_falsecolor(.*).tif$"
"filename_regex": "(.*)NDWI_Difference_(.*).tif$"
}
],
"data_type": "cog",
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
]
],
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"cog_default": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Default COG Layer",
"description": "Cloud optimized default layer to display on map"
}
},
"renders": {
"dashboard": {
"resampling": "nearest",
"bidx": [
1
],
"colormap_name": "rdbu",
"assets": [
"cog_default"
],
"rescale": [
[
-1,
1
]
],
"title": "VEDA Dashboard Render Parameters"
}
},
"assets": {
"thumbnail": {
"href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg",
"type": "image/jpeg",
"roles": [
"thumbnail"
],
"title": "Thumbnail",
"description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)"
}
},
"transfer": true
}

0 comments on commit 5576291

Please sign in to comment.