Skip to content

Commit

Permalink
Ingest Request for ida-ndvi-difference-test (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
veda-github-actor[bot] authored Jan 29, 2025
1 parent 9d2f553 commit c6c79cb
Showing 1 changed file with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"links": [],
"spatial_extent": {
"xmin": -90.85,
"ymin": 29.03,
"xmax": -90.06,
"ymax": 29.65
},
"temporal_extent": {
"startdate": "2021-08-23T00:00:00Z",
"enddate": "2021-09-09T23:59:59Z"
},
"discovery_items": [
{
"upload": false,
"cogify": false,
"dry_run": false,
"filename_regex": "(.*)NDVI_Difference_(.*).tif$",
"use_multithreading": false,
"prefix": "planet-indices-v2/",
"discovery": "s3",
"bucket": "veda-data-store-staging"
}
],
"sample_files": [
"s3://veda-data-store-staging/planet-indices-v2/NDVI_Difference_2021-08-23_2021-09-09.tif"
],
"data_type": "cog",
"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"
}
},
"providers": [
{
"roles": [
"host"
],
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"roles": [
"thumbnail"
],
"href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg",
"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.)",
"title": "Thumbnail",
"type": "image/jpeg"
}
},
"collection": "ida-ndvi-difference-test",
"title": "NDVI Difference for Pre and Post-Hurricane Ida from PlanetScope",
"license": "CC0-1.0",
"description": "Normalized Difference Vegetation Index Difference of before and after Hurricane Ida in Southern Louisiana.",
"dashboard:is_periodic": true,
"dashboard:time_density": "day",
"renders": {
"dashboard": {
"resampling": "nearest",
"bidx": [1],
"colormap_name": "rdbu",
"assets": [
"cog_default"
],
"rescale": [[-1, 1]],
"title": "VEDA Dashboard Render Parameters"
}
}
}

0 comments on commit c6c79cb

Please sign in to comment.