Skip to content

Commit

Permalink
Add stac_dist/Actual_height_database_AHN/Actual_height_database_AHN.j…
Browse files Browse the repository at this point in the history
…son for pull request submission
  • Loading branch information
fairicube-data committed Jun 12, 2024
1 parent 62f0f36 commit 901dcd1
Showing 1 changed file with 90 additions and 42 deletions.
132 changes: 90 additions & 42 deletions stac_dist/Actual_height_database_AHN/Actual_height_database_AHN.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,124 @@
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "Actual_height_database_AHN",
"properties": {
"license": null,
"description": null,
"area_cover": "Netherlands",
"crs": null,
"description": "Object height (e.g. trees, buildings) in centimeters.",
"providers": [
{
"organization": "AHN",
"organization_name": null,
"organization": "AHN",
"comments": "free and open",
"doc_link": "https://www.ahn.nl/",
"organization_email": null,
"orcid_id": null,
"project_purpose": null,
"doc_link": "ahn.nl",
"comments": "free and open"
"project_purpose": null
}
],
"dataSource": "https://ahn.nl/",
"dataSource": "https://filesender.surf.nl/?s=download&token=35aac7a8-baa5-4e35-92d0-59edb13c3544",
"cube:dimensions": {
"x": {
"axis": "x",
"extent": [
null,
null
136000,
223870
],
"reference_system": null,
"reference_system": "28992",
"type": "spatial",
"unit_of_measure": null,
"unit_of_measure": "meters",
"interpolation": null
},
"y": {
"axis": "y",
"extent": [
null,
null
428495,
535555
],
"reference_system": null,
"reference_system": "28992",
"type": "spatial",
"unit_of_measure": null,
"unit_of_measure": "meters",
"interpolation": null
},
"time": {
"extent": [
"2018-01-01T00:00Z",
"2018-01-01T00:00Z"
],
"type": "temporal",
"step": ""
},
"z": {
"axis": "z",
"extent": [
null,
null
],
"reference_system": null,
"type": "spatial",
"unit_of_measure": null,
"interpolation": null
},
"time": {
"extent": [
"2014-01-01T00:00:00Z",
"2022-01-01T00:00:00Z"
],
"type": "temporal",
"unit_of_measure": "y",
"interpolation": null
"interpolation": null,
"type": "spatial"
}
},
"datetime": "2000-01-01T00:00:00Z",
"raster:bands": [
{
"band_name": null,
"unit": null,
"nodata": null,
"data_type": null,
"nodata": null,
"definition": null,
"description": null,
"category_list": null,
"comment": null,
"interpolation": null
}
],
"title": "Actual height database (AHN)",
"title": "Object Height Netherlands (OHN)",
"datasource_type": "vector",
"keywords": null,
"area_cover": "Netherlands",
"documentation": null,
"crs": null,
"start_datetime": "2018-01-01T00:00Z",
"end_datetime": "2018-01-01T00:00Z",
"personalData": null,
"Provenance_name": "airborne laser scanner",
"preprocessing": null,
"documentation": null,
"keywords": null,
"modification": null,
"provision": null,
"use_case_S4E": null,
"use_case_WER": 1,
"use_case_NHM_2": null,
"use_case_NILU": null,
"use_case_NHM": null,
"platform": "Rasdaman",
"ingestion_status": "on hold: Dutch Website RWS), ask KathiS"
"use_case_NILU": null,
"use_case_NHM_2": null,
"ingestion_status": "submitted, download link",
"platform": "Both"
},
"geometry": {
"type": "Polygon",
"coordinates": []
"coordinates": [
[
[
5.105442156813408,
51.8407808425126
],
[
5.105442156813408,
52.80691561255643
],
[
6.408453362667011,
52.80691561255643
],
[
6.408453362667011,
51.8407808425126
],
[
5.105442156813408,
51.8407808425126
]
]
]
},
"links": [
{
Expand All @@ -107,13 +132,36 @@
"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=Actual_height_database_AHN&outputType=GeneralGridCoverage",
"rel": "about",
"type": "text/xml",
"title": "Link to the rasdaman coverage description in XML"
},
{
"href": "https://catalog:[email protected]/rasdaman-dashboard/?layers=Actual_height_database_AHN",
"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=Actual_height_database_AHN&bbox=51.8407808425126,5.105442156813408,52.80691561255643,6.408453362667011&time=\"2018-01-01T00:00Z\"&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=",
"roles": [
"thumbnail"
]
}
},
"bbox": [
5.105442156813408,
51.8407808425126,
6.408453362667011,
52.80691561255643
],
"assets": {},
"bbox": [],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
],
"id": "Actual_height_database_AHN"
]
}

0 comments on commit 901dcd1

Please sign in to comment.