Skip to content

Commit aa17061

Browse files
Ingest Request for ndvi-global-2022 (#403)
* Create ingestion-data/staging/dataset-config/ndvi-global-2022.json * update via UI * update via UI * Apply suggestions from code review URL fixes --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: aliziel <21992503+aliziel@users.noreply.github.com>
1 parent f03e70b commit aa17061

1 file changed

Lines changed: 89 additions & 0 deletions

File tree

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"collection": "ndvi-global-2022",
3+
"title": "Bi-Monthly NDVI GIMMS-3G+",
4+
"description": "This dataset holds the Global Inventory Modeling and Mapping Studies-3rd Generation V1.2 (GIMMS-3G+) data for the Normalized Difference Vegetation Index (NDVI). NDVI was based on corrected and calibrated measurements from Advanced Very High Resolution Radiometer (AVHRR) data with a spatial resolution of 0.0833 degree and global coverage for 1982 to 2022. Maximum NDVI values are reported within twice monthly compositing periods (two values per month). The dataset was assembled from different AVHRR sensors and accounts for various deleterious effects, such as calibration loss, orbital drift, and volcanic eruptions. The data are provided in NetCDF format.",
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": -180,
12+
"ymin": 85,
13+
"xmax": 188,
14+
"ymax": -85
15+
},
16+
"temporal_extent": {
17+
"startdate": "2022-01-08T00:00:00Z",
18+
"enddate": "2022-06-23T23:59:59Z"
19+
},
20+
"discovery_items": [
21+
{
22+
"discovery": "s3",
23+
"prefix": "cattle-heat-story/ndvi/",
24+
"bucket": "veda-data-store-staging",
25+
"filename_regex": "(.*)ndvi_(.*)\\.tif$",
26+
"use_multithreading": false,
27+
"cogify": false,
28+
"dry_run": false,
29+
"upload": false
30+
}
31+
],
32+
"sample_files": [
33+
"s3://veda-data-store-staging/cattle-heat-story/ndvi/ndvi_20220108_cog.tif"
34+
],
35+
"data_type": "cog",
36+
"stac_extensions": [
37+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
38+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
39+
],
40+
"item_assets": {
41+
"cog_default": {
42+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
43+
"roles": [
44+
"data",
45+
"layer"
46+
],
47+
"title": "Default COG Layer",
48+
"description": "Cloud optimized default layer to display on map"
49+
}
50+
},
51+
"renders": {
52+
"dashboard": {
53+
"assets": [
54+
"cog_default"
55+
],
56+
"bidx": [
57+
1
58+
],
59+
"resampling": "nearest",
60+
"rescale": [
61+
[
62+
-0.3,
63+
0.9
64+
]
65+
],
66+
"title": "VEDA Dashboard Render Parameters"
67+
}
68+
},
69+
"providers": [
70+
{
71+
"name": "NASA VEDA",
72+
"roles": [
73+
"host"
74+
],
75+
"url": "https://www.earthdata.nasa.gov/dashboard/"
76+
}
77+
],
78+
"assets": {
79+
"thumbnail": {
80+
"title": "Thumbnail",
81+
"description": "NDVI",
82+
"href": "https://thumbnails.openveda.cloud/smap-soil-moisture-2to1-compressed.png",
83+
"type": "image/jpeg",
84+
"roles": [
85+
"thumbnail"
86+
]
87+
}
88+
}
89+
}

0 commit comments

Comments
 (0)