Skip to content

Commit 5854108

Browse files
Ingest Request for burma-eq-s2-deformation-ns (#367)
* Create ingestion-data/staging/dataset-config/burma-eq-s2-deformation-ns.json * Update ingestion-data/staging/dataset-config/burma-eq-s2-deformation-ns.json --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: sandrahoang686 <sandrahoang686@gmail.com>
1 parent 7380cab commit 5854108

1 file changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"license": "CC0-1.0",
3+
"stac_version": "1.0.0",
4+
"links": [],
5+
"spatial_extent": {
6+
"xmin": 94.8,
7+
"ymin": 17.04,
8+
"xmax": 97.12,
9+
"ymax": 23.52
10+
},
11+
"temporal_extent": {
12+
"startdate": "2025-04-01T00:00:00Z",
13+
"enddate": "2025-04-01T23:59:59Z"
14+
},
15+
"discovery_items": [
16+
{
17+
"upload": false,
18+
"cogify": false,
19+
"dry_run": false,
20+
"filename_regex": "(.*)SAR_Deformation_NS_(.*).tif$",
21+
"use_multithreading": false,
22+
"discovery": "s3",
23+
"prefix": "burma_eq/",
24+
"bucket": "veda-data-store-staging"
25+
}
26+
],
27+
"sample_files": [
28+
"s3://veda-data-store-staging/burma_eq/SAR_Deformation_NS_Burma_EQ_2025-04-01.tif"
29+
],
30+
"data_type": "cog",
31+
"stac_extensions": [
32+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
33+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
34+
],
35+
"item_assets": {
36+
"cog_default": {
37+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
38+
"roles": [
39+
"data",
40+
"layer"
41+
],
42+
"title": "Default COG Layer",
43+
"description": "Cloud optimized default layer to display on map"
44+
}
45+
},
46+
"renders": {
47+
"dashboard": {
48+
"bidx": [
49+
1
50+
],
51+
"rescale": [
52+
[
53+
-5,
54+
5
55+
]
56+
],
57+
"colormap_name": "bwr_r",
58+
"resampling": "bilinear",
59+
"nodata": "-999",
60+
"assets": [
61+
"cog_default"
62+
]
63+
}
64+
},
65+
"providers": [
66+
{
67+
"name": "NASA VEDA",
68+
"roles": [
69+
"host"
70+
],
71+
"url": "https://www.earthdata.nasa.gov/dashboard/"
72+
}
73+
],
74+
"assets": {
75+
"thumbnail": {
76+
"title": "Thumbnail",
77+
"type": "image/png",
78+
"roles": [
79+
"thumbnail"
80+
],
81+
"description": "Collapsed high-rise in Mandalay, Burma.",
82+
"href": "https://thumbnails.openveda.cloud/burma_eq_background.jpg"
83+
}
84+
},
85+
"collection": "burma-eq-s2-deformation-ns",
86+
"title": "S2 North-South Deformation - 2025 Burma Earthquake",
87+
"description": "NASA/JPL/Caltech/ARIA product - modified Copernicus Sentinel-2 Multispectral Imager (MSI) north-south ground displacement from February 28 to April 1, 2025.",
88+
"dashboard:is_periodic": false,
89+
"dashboard:time_density": "day",
90+
"datetime_range": "day",
91+
"transfer": true
92+
}

0 commit comments

Comments
 (0)