Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"license": "CC0-1.0",
"stac_version": "1.0.0",
"links": [],
"spatial_extent": {
"xmin": 94.8,
"ymin": 17.04,
"xmax": 97.12,
"ymax": 23.52
},
"temporal_extent": {
"startdate": "2025-04-01T00:00:00Z",
"enddate": "2025-04-01T23:59:59Z"
},
"discovery_items": [
{
"upload": false,
"cogify": false,
"dry_run": false,
"filename_regex": "(.*)SAR_Deformation_NS_(.*).tif$",
"use_multithreading": false,
"discovery": "s3",
"prefix": "burma_eq/",
"bucket": "veda-data-store-staging"
}
],
"sample_files": [
"s3://veda-data-store-staging/burma_eq/SAR_Deformation_NS_Burma_EQ_2025-04-01.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"
}
},
"renders": {
"dashboard": {
"bidx": [
1
],
"rescale": [
[
-5,
5
]
],
"colormap_name": "bwr_r",
"resampling": "bilinear",
"nodata": "-999",
"assets": [
"cog_default"
]
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"type": "image/png",
"roles": [
"thumbnail"
],
"description": "Collapsed high-rise in Mandalay, Burma.",
"href": "https://thumbnails.openveda.cloud/burma_eq_background.jpg"
}
},
"collection": "burma-eq-s2-deformation-ns",
"title": "S2 North-South Deformation - 2025 Burma Earthquake",
"description": "NASA/JPL/Caltech/ARIA product - modified Copernicus Sentinel-2 Multispectral Imager (MSI) north-south ground displacement from February 28 to April 1, 2025.",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"transfer": true
}
Loading