Urban Green Space Area

Hello, do you guys know where to get the metadata of all Urban Green Space area in the Ranstad?

Maybe you can use the TOP10NL dataset for this information.

It has a layer with ‘terreinvlakken’ (terrain surfaces).

Metadata-record:

WMS:
https://geodata.nationaalgeoregister.nl/top10nlv2/wms?request=getCapabilities&service=WMS

Legend ‘terreinvlak’:
https://geodata.nationaalgeoregister.nl/top10nlv2/ows?service=WMS&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=top10nlv2:terreinvlak

Example WMS request:
https://geodata.nationaalgeoregister.nl/top10nlv2/wms?LAYERS=top10nlv2%3Aterreinvlak&FORMAT=image%2Fpng&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&SRS=EPSG%3A28992&INFO_FORMAT=application%2Fvnd.ogc.gml&BBOX=117260.16386579,484834.12,121357.68386579,486205&WIDTH=1219&HEIGHT=408

If this data is interesting to you, you can use a mapselection tool to download the GML files here:
https://www.pdok.nl/downloads/-/article/basisregistratie-topografie-brt-topnl

2 likes

thank you for the reply.

Do you have any suggestion on how to link this ‘terrain surfaces’ data with the ‘Flickr’ metadata in R?

I’m sorry, i don’t have any R knowledge. Maybe someone else on the forum has any suggestions?

1 like

what about the WFS for urban green space such as parks? do you know where we could get it?

There is also a REST-api for the TOP10NL if you would want to use JSON in R.

https://www.pdok.nl/restful-api/-/article/basisregistratie-topografie-brt-topnl#

It also contains the terrain data:
https://www.pdok.nl/restful-api/-/article/basisregistratie-topografie-brt-topnl#tag/Terrein

You can use a GET request to page through all the terrain data, or do a POST request with a geometry to limit the response to an area that you are interested in.

It’s possible to use postman to try out some calls: Collection Web View | Postman

Make sure to create an enviroment in postman to change the domain variable to ‘https://brt.basisregistraties.overheid.nl’.

If you want to do more requests make sure to request an API-key.
You can request an API key by sending an email to dataplatform@kadaster.nl.

2 likes