SEMICeu / GeoDCAT-AP

Repository of the geospatial extension to DCAT-AP (GeoDCAT-AP)
https://joinup.ec.europa.eu/solution/geodcat-application-profile-data-portals-europe
Creative Commons Attribution 4.0 International
19 stars 6 forks source link

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

Open uvoges opened 4 months ago

uvoges commented 4 months ago

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>
jakubklimek commented 4 months ago

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

uvoges commented 4 months ago

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 commented 3 months ago

@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 commented 3 months ago

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

uvoges commented 3 months ago

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

jakubklimek commented 1 week ago

The current state of representation of spatial resolution is the result of the discussion in #15. For spatial resolution as vertical distance, there is a corresponding metric usable with spatial resolution using DQV.

Spatial resolution in meters is there for compatibility with DCAT-AP.

I still do not see what you percieve as problematic or what you propose to do.