-
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.
Add stac_dist/3D_building_model_LOD2/3D_building_model_LOD2.json for …
…pull request submission
- Loading branch information
Showing
1 changed file
with
119 additions
and
0 deletions.
There are no files selected for viewing
119 changes: 119 additions & 0 deletions
119
stac_dist/3D_building_model_LOD2/3D_building_model_LOD2.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,119 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"properties": { | ||
"license": null, | ||
"description": null, | ||
"area_cover": "NO,ES,NL,FI,EE", | ||
"crs": null, | ||
"providers": [ | ||
{ | ||
"organization": "GeoE3", | ||
"organization_name": null, | ||
"organization_email": null, | ||
"orcid_id": null, | ||
"project_purpose": null, | ||
"doc_link": "https://geoe3platform.eu/geoe3/contents/", | ||
"comments": null | ||
} | ||
], | ||
"dataSource": "https://geoe3platform.eu/geoe3", | ||
"cube:dimensions": { | ||
"x": { | ||
"axis": "x", | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"reference_system": null, | ||
"type": "spatial", | ||
"unit_of_measure": null, | ||
"interpolation": null | ||
}, | ||
"y": { | ||
"axis": "y", | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"reference_system": null, | ||
"type": "spatial", | ||
"unit_of_measure": null, | ||
"interpolation": null | ||
}, | ||
"z": { | ||
"axis": "z", | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"reference_system": null, | ||
"type": "spatial", | ||
"unit_of_measure": null, | ||
"interpolation": null | ||
}, | ||
"time": { | ||
"extent": [ | ||
null, | ||
null | ||
], | ||
"type": "temporal", | ||
"unit_of_measure": null, | ||
"interpolation": null | ||
} | ||
}, | ||
"datetime": "2000-01-01T00:00:00Z", | ||
"raster:bands": [ | ||
{ | ||
"band_name": null, | ||
"unit": null, | ||
"nodata": null, | ||
"data_type": null, | ||
"definition": null, | ||
"description": null, | ||
"category_list": null, | ||
"comment": null, | ||
"interpolation": null | ||
} | ||
], | ||
"title": "3D building model (LOD2)", | ||
"datasource_type": "vector", | ||
"personalData": null, | ||
"Provenance_name": "GeoE3 (A Geospatially Enabled Ecosystem for Europe)", | ||
"preprocessing": null, | ||
"documentation": null, | ||
"keywords": null, | ||
"use_case_S4E": 2, | ||
"use_case_WER": null, | ||
"use_case_NHM_2": null, | ||
"use_case_NILU": 1, | ||
"use_case_NHM": null, | ||
"platform": "Eox", | ||
"ingestion_status": "Contact Babak" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [] | ||
}, | ||
"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" | ||
} | ||
], | ||
"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": "3D_building_model_LOD2" | ||
} |