Skip to content

Commit 2dfd2c7

Browse files
veda-github-actor[bot]botanicalanayeaye
authored
Ingest Request for dust_depo_chlorophyll (#377)
* Create ingestion-data/staging/dataset-config/dust_depo_chlorophyll.json * Update ingestion-data/staging/dataset-config/dust_depo_chlorophyll.json * Update ingestion-data/staging/dataset-config/dust_depo_chlorophyll.json Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org> --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Jennifer Tran <12633533+botanical@users.noreply.github.com> Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org>
1 parent d2cbbd8 commit 2dfd2c7

1 file changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"collection": "dust_depo_chlorophyll",
3+
"title": "PACE - North Atlantic Chlorophyll-a for 2024-2025",
4+
"description": "PACE/OCI Chlorophyll-a for the North Atlantic Region for three select dust events between 2024 and 2025",
5+
"license": "CC0-1.0",
6+
"stac_version": "1.0.0",
7+
"dashboard:is_periodic": false,
8+
"dashboard:time_density": "day",
9+
"links": [],
10+
"spatial_extent": {
11+
"xmin": -75,
12+
"ymin": 0,
13+
"xmax": -8,
14+
"ymax": 28
15+
},
16+
"temporal_extent": {
17+
"startdate": "2024-05-23T00:00:00.000Z",
18+
"enddate": "2025-05-07T23:59:59.000Z"
19+
},
20+
"discovery_items": [
21+
{
22+
"discovery": "s3",
23+
"prefix": "Dust_Depot/COG/",
24+
"bucket": "veda-data-store-staging",
25+
"filename_regex": "(.*)Dust_PACE_chlorophyll_COG_(.*).tif$",
26+
"use_multithreading": false
27+
}
28+
],
29+
"sample_files": [
30+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2024-05-23.tif",
31+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2024-05-31.tif",
32+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2024-08-01.tif",
33+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2024-07-17.tif",
34+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2025-04-13.tif",
35+
"s3://veda-data-store-staging/Dust_Depot/COG/Dust_PACE_chlorophyll_COG_2025-05-07.tif"
36+
],
37+
"data_type": "cog",
38+
"stac_extensions": [
39+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
40+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
41+
],
42+
"item_assets": {
43+
"cog_default": {
44+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
45+
"roles": [
46+
"data",
47+
"layer"
48+
],
49+
"title": "Default COG Layer",
50+
"description": "Cloud optimized default layer to display on map"
51+
}
52+
},
53+
"renders": {
54+
"dashboard": {
55+
"bidx": [
56+
1,
57+
2,
58+
3
59+
],
60+
"rescale": [],
61+
"nodata": "0",
62+
"assets": [
63+
"cog_default"
64+
]
65+
}
66+
},
67+
"providers": [
68+
{
69+
"name": "NASA VEDA",
70+
"roles": [
71+
"host"
72+
],
73+
"url": "https://www.earthdata.nasa.gov/dashboard/"
74+
}
75+
],
76+
"assets": {
77+
"thumbnail": {
78+
"title": "Thumbnail",
79+
"description": "Phytoplankton in the North Atlantic Ocean as viewed by NASA's MODIS sensor",
80+
"href": "https://thumbnails.openveda.cloud/dust-deposition-background.jpg",
81+
"type": "image/jpg",
82+
"roles": [
83+
"thumbnail"
84+
]
85+
}
86+
}
87+
}

0 commit comments

Comments
 (0)