-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #342 from FAIRiCUBE/stac-dist-adc-grassland-marker-2
ChangeType.update stac_dist/ADC_Grassland_Markers_No_Mowing/ADC_Grassland_Markers_No_Mowing.json
- Loading branch information
Showing
1 changed file
with
151 additions
and
0 deletions.
There are no files selected for viewing
151 changes: 151 additions & 0 deletions
151
stac_dist/ADC_Grassland_Markers_No_Mowing/ADC_Grassland_Markers_No_Mowing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "ADC_Grassland_Markers_No_Mowing", | ||
"properties": { | ||
"keywords": [ | ||
"adc" | ||
], | ||
"license": "CC-BY-NC-4.0", | ||
"description": "AgroDataCube provides a collection of open and derived data for use in agri-food applications. It is provided by Wageningen Environmental Research, part of Wageningen University and Research.\nGrassland Markers No Mowing - number of mowing events per year.", | ||
"providers": [], | ||
"dataSource": "https://filesender.surf.nl/?s=download&token=68156301-eb19-470f-a016-19a0ed9b4eba", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
136000, | ||
223870 | ||
], | ||
"reference_system": "28992", | ||
"type": "spatial", | ||
"unit": "meters", | ||
"step": 10 | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
428495, | ||
535555 | ||
], | ||
"reference_system": "28992", | ||
"type": "spatial", | ||
"unit": "meters", | ||
"step": 10 | ||
}, | ||
"z": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"type": "spatial" | ||
}, | ||
"time": { | ||
"type": "temporal", | ||
"extent": [ | ||
"2018-01-01T12:00Z", | ||
"2022-01-01T12:00Z" | ||
], | ||
"step": "P1Y0M0DT0H0M0S", | ||
"unit": "year" | ||
} | ||
}, | ||
"raster:bands": [ | ||
{ | ||
"band_name": "adc", | ||
"unit": "1", | ||
"data_type": "uint16", | ||
"nodata": 65535, | ||
"definition": "https://documenter.getpostman.com/view/3284162/TVeqd7aa", | ||
"description": "Number of mowing events per year in agricultural grassland.", | ||
"category_list": "1,2,3,4,5,6" | ||
} | ||
], | ||
"title": "ADC - Grassland Markers No Mowing", | ||
"datasource_type": "Raster", | ||
"area_cover": "Central Netherlands", | ||
"documentation": "https://doi.org/10.18174/455759", | ||
"crs": "28992", | ||
"start_datetime": "2018-01-01T12:00Z", | ||
"end_datetime": "2022-01-01T12:00Z", | ||
"provenance_name": "https://agrodatacube.wur.nl/", | ||
"source_data": "https://documenter.getpostman.com/view/3284162/TVeqd7aa", | ||
"datetime": null, | ||
"modification": null, | ||
"provision": null, | ||
"use_case_WER": "1", | ||
"ingestion_status": "completed", | ||
"platform": "Both" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
5.105442156813408, | ||
51.8407808425126 | ||
], | ||
[ | ||
5.105442156813408, | ||
52.80691561255643 | ||
], | ||
[ | ||
6.408453362667011, | ||
52.80691561255643 | ||
], | ||
[ | ||
6.408453362667011, | ||
51.8407808425126 | ||
], | ||
[ | ||
5.105442156813408, | ||
51.8407808425126 | ||
] | ||
] | ||
] | ||
}, | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "data-access catalog" | ||
}, | ||
{ | ||
"href": "https://catalog:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=ADC_Grassland_Markers_No_Mowing&outputType=GeneralGridCoverage", | ||
"rel": "about", | ||
"type": "text/xml", | ||
"title": "Link to the rasdaman coverage description in XML" | ||
}, | ||
{ | ||
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=ADC_Grassland_Markers_No_Mowing", | ||
"rel": "service", | ||
"type": "text/html", | ||
"title": "Link to the rasdaman web application to Access, process gridded data" | ||
} | ||
], | ||
"assets": { | ||
"thumbnail_rasdaman": { | ||
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=ADC_Grassland_Markers_No_Mowing&bbox=51.8407808425126,5.105442156813408,52.80691561255643,6.408453362667011&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=time=\"2018-01-01T12:00Z\"", | ||
"roles": [ | ||
"thumbnail" | ||
] | ||
} | ||
}, | ||
"bbox": [ | ||
5.105442156813408, | ||
51.8407808425126, | ||
6.408453362667011, | ||
52.80691561255643 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/raster/v1.1.0/schema.json", | ||
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json" | ||
] | ||
} |