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

[#12] Extend mapping to spatial coverage #18

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

airnst
Copy link
Collaborator

@airnst airnst commented Jul 23, 2024

Tickets

[#12]

Justification

In order to filter datasets for geographical information such as free text locality descriptions and names as well as named areas containing these locations, it is necessary to map these information properly:

  • Place
    • name (from /abcd:LocalityText)
    • geo
      • GeoCoordinates
        • latitude
        • longitude
        • additionalType (from /abcd:SpatialDatum)
    • containedInPlace
      • Place
        • name (from /abcd:NamedArea)
        • additionalType (from /abcd:AreaClass)

Code changes

XSLT file:

  • Add variables for extracted XML information
  • Add construction of Place, which represents a locality and contains name, coordinates, spatial datum and relationship information of a superior named area

@airnst airnst self-assigned this Jul 23, 2024
@airnst airnst linked an issue Jul 23, 2024 that may be closed by this pull request
4 tasks
@airnst airnst added enhancement New feature or request mapping_xslt labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mapping_xslt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend mapping to spatialCoverage
1 participant