Skip to main content
Solved

Download INSPIRE RSS based on defined area

  • June 12, 2019
  • 1 reply
  • 23 views

hlynur
Supporter
Forum|alt.badge.img+10

Hello.

I am trying to automatize, or at least making it simpler, to download multiple INSPIRE GML data from a RSS feed based on location of a defined area (polygon or coordinates) and preferably clipping the data to that same area. Then to top it all of to transform it to DWG/SHP.

Datasource is this:

 

http://geodata.nationaalgeoregister.nl/plu/atom/plu.xml

Anyone up to the task of assisting me or giving me tips on creating such an amazing workspace?

Best answer by itay

Hoi @hlynur,

You could download the gml (since opening it from the URL will result in downloading it anyway, so I rather do it myself so that I can make sure I delete the files after the proces) and then open it using a FeatureReader intersecting your area of interest.

Use a GeoRSS/RSS Feed Reader and it will provide you with the url's you need to get to the data.

Veel succes.

Itay

 

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.

1 reply

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • Best Answer
  • June 12, 2019

Hoi @hlynur,

You could download the gml (since opening it from the URL will result in downloading it anyway, so I rather do it myself so that I can make sure I delete the files after the proces) and then open it using a FeatureReader intersecting your area of interest.

Use a GeoRSS/RSS Feed Reader and it will provide you with the url's you need to get to the data.

Veel succes.

Itay