Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeType.update stac_dist/none/none.json #334

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
130 changes: 130 additions & 0 deletions stac_dist/none/none.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "none",
"properties": {
"keywords": [],
"license": "CC-BY-1.0",
"description": "Object height (e.g. trees, buildings) in centimeters.\nSource originally from ahn.nl, but processed at WENR from absolute height to relative heights of objects in raster format.",
"providers": [],
"dataSource": "ahn.nl originally, but processed at WENR from absolute height to relative heights of objects",
"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"
}
},
"raster:bands": [],
"title": "Object Height Netherlands",
"datasource_type": "Raster",
"area_cover": "Central Netherlands",
"crs": "28992",
"datetime": null,
"modification": null,
"provision": null,
"use_case_WER": "1",
"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=none&outputType=GeneralGridCoverage",
"rel": "item",
"type": "text/xml",
"title": "Link to the description of this coverage object within the WCS Service"
},
{
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=none",
"rel": "alternate",
"type": "text/html",
"title": "Link to the rasdaman dashboard to Access, process gridded data"
},
{
"href": "https://catalog:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=GetCapabilities",
"rel": "collection",
"type": "text/xml",
"title": "Link to the main WCS service URI providing this data"
}
],
"assets": {
"thumbnail_rasdaman": {
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=none&bbox=51.8407808425126,5.105442156813408,52.80691561255643,6.408453362667011&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"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"
]
}
Loading