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

add scale and distance to spatial section #189

Open
pvgenuchten opened this issue Nov 18, 2022 · 2 comments · May be fixed by #204
Open

add scale and distance to spatial section #189

pvgenuchten opened this issue Nov 18, 2022 · 2 comments · May be fixed by #204

Comments

@pvgenuchten
Copy link
Contributor

scale and/or distance (resolution) are 2 common fields in many iso19139 oriented metadata profiles, such as https://geonovum.github.io/Metadata-ISO19115/#resolutie. I suggest to include these properties in either the spatial or content section of pygeometa, and return them as part of the iso19139 generation in the relevant fields

identificationInfo[1]//spatialResolution//equivalentScale//denominator and identificationInfo[1]//spatialResolution/*/distance

@pvgenuchten
Copy link
Contributor Author

In pycsw these fields are captured as
image

@pvgenuchten
Copy link
Contributor Author

pvgenuchten commented Dec 13, 2022

the parameter is already parsed on OWSLib

Suggestion would be to introduce these in pygeometa (note that usually either scale or resolution is provided):

spatial:
  denominators: 
    - 100
    - 200
  resolution:
     - distance: 100
       uom: m
    - distance 200
      uom: m

pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
@pvgenuchten pvgenuchten linked a pull request Dec 20, 2022 that will close this issue
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Dec 20, 2022
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Nov 9, 2023
pvgenuchten added a commit to pvgenuchten/pygeometa that referenced this issue Nov 9, 2023
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

Successfully merging a pull request may close this issue.

1 participant