-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature-178-enhance-spatial-section #179
Conversation
"spatial": {
"location": {
"address": "",
"@id": "",
"latitude": "",
"longitude": "" },
"extent": {
"name": "",
"@id": "",
"boundingBox": [,,,],
"resolutionValue": "",
"resolutionUnit": "",
"crs": ""}} |
"spatial": {
"location": {
"address": "Rudower Chaussee 12, 12489 Berlin",
"@id": "https://www.wikidata.org/wiki/Q77077223",
"latitude": "52.432822",
"longitude": "13.5351004" },
"extent": {
"name": null,
"@id": null,
"boundingBox": null,
"resolutionValue": null,
"resolutionUnit": null,
"crs": null}} |
"spatial": {
"location": {
"address": null,
"@id": null,
"latitude": null,
"longitude": null },
"extent": {
"name": "Berlin",
"@id": "https://www.wikidata.org/wiki/Q64",
"boundingBox": [13.08825, 52.33859, 13.76104, 52.6754],
"resolutionValue": "100",
"resolutionUnit": "m",
"crs": "EPSG:4326"}} [minLon (W), minLat (S), maxLon (E), maxLat (N)] |
"spatial": {
"location": {
"address": null,
"@id": null,
"latitude": null,
"longitude": null },
"extent": {
"name": "Germany",
"@id": "https://www.wikidata.org/wiki/Q183",
"boundingBox": null,
"resolutionValue": null,
"resolutionUnit": "federal state",
"crs": null}} |
…EnergyPlatform/metadata into feature-178-enhance-spatial-section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice concept! Thanks a lot @jh-RLI and @christian-rli
Summary of the discussion
This PR enhances the spatial information of the oemetadata. It includes new keys for extensive spatial information which need to be discussed further. This includes fields for boundingBox to better describe the extend of the data and also crs information for better reusability of the data.
The "extent" field was reworked to be able to link to external resources that define region names like "Europe" and provide additional information. An @id key was introduced.
The "resolution" was also reworked to make the information more machine readable and also more clear to the user as fields that must hold non atomic information seems to raise confusion as the use case is not well specified.
The original objective of this PR is to resolve the "location" key and introduce more explicit "lat" "lon" key. To keep the human readable address information i suggest to add a address field.
Type of change (CHANGELOG.md)
Updated
Workflow checklist
Automation
Closes #178
PR-Assignee
Reviewer