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

The representation of the spatialResolution should be clearer specified and explained #126

Open
uvoges opened this issue May 28, 2024 · 5 comments

Comments

@uvoges
Copy link

uvoges commented May 28, 2024

For the spatial Resolution , I have seen different diverging representations:
e.g:

   <dcat:spatialResolutionInMeters rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.5</dcat:spatialResolutionInMeters>

or:

    <dqv:hasQualityMeasurement>
      <dqv:QualityMeasurement>
        <dqv:isMeasurementOf rdf:resource="http://data.europa.eu/930/spatialResolutionAsDistance"/>
        <dqv:value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.5</dqv:value>
        <ns0:unitMeasure rdf:resource="http://www.qudt.org/vocab/unit/M"/>
      </dqv:QualityMeasurement>
    </dqv:hasQualityMeasurement>

or:

    <dqv:hasQualityMeasurement>
      <dqv:QualityMeasurement>
        <dqv:isMeasurementOf rdf:resource="http://data.europa.eu/930/spatialResolutionAsScale"/>
        <dqv:value rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.002</dqv:value>
      </dqv:QualityMeasurement>
    </dqv:hasQualityMeasurement>
@uvoges uvoges changed the title The representation of the spatialResolution shoul be better specified and explained The representation of the spatialResolution should be clearer specified and explained May 28, 2024
@jakubklimek
Copy link
Contributor

These options are described in B.6.13 Spatial resolution – Spatial resolution of the dataset. What is your suggestion here?

@uvoges
Copy link
Author

uvoges commented May 29, 2024

I would propose o use the same semantic (model) as in ISO19115- see MD_Resolution
also the Spatial resolution as vertical distance should be defined, seeISO19115: extent /vertical Extent….

@jakubklimek
Copy link
Contributor

@uvoges What specifically do you see as different/problematic?

Regarding the vertical distance, please open a separate issue for this, so that it can be addressed specifically. This is probably one of the places where the mapping is incomplete and no one requested this to be present in GeoDCAT-AP yet.

@uvoges
Copy link
Author

uvoges commented Jun 26, 2024

ther is a discussion on this in DCAT-AP: https://github.com/SEMICeu/GeoDCAT-AP/issues/15

@uvoges
Copy link
Author

uvoges commented Jun 26, 2024

alight-weight solution similar to(in addition to spatial resolution in meters)
equivalentScale:
.. MD_RepresentativeFraction
.. denominator: 50000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants