Skip to main content
Solved

How to read INSPIRE ATOM GML?

  • June 15, 2023
  • 2 replies
  • 113 views

ruud
Participant
Forum|alt.badge.img

I have this GML dataset (https://service.pdok.nl/hwh/administratieve-eenheden/waterschapsgrenzen/atom/downloads/administrativeunit.gml). I tried all kinds of configurations with the different GML readers (although I expect the INSPIRE GML reader to be ready for it). I can't get it to work. I also don't have much knowledge of the ATOM standard. Any directions for help?

Best answer by redgeographics

I managed to do it with the regular XML reader and these settings:

imageThen a GeometryReplacer like so:

image

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • June 15, 2023

I managed to do it with the regular XML reader and these settings:

imageThen a GeometryReplacer like so:

image


ruud
Participant
Forum|alt.badge.img
  • Author
  • Participant
  • June 15, 2023

I managed to do it with the regular XML reader and these settings:

imageThen a GeometryReplacer like so:

image

Works like a charm, thanks!