Hi,
I am trying to access the geometries of this endpoint API https://developer.omgevingswet.overheid.nl/api-register/api/rp-opvragen/. I want to extract the geometries that overlap with an area (stored in a feature layer), and add the result in a we map in arcgis online.
I am new to this process and I managed to access the end point, but couldnt come pass that. I am stuck at the point to extract the geometries.
Someone can help me with this flow?
Thanks!
Hey @IB3
Some qualifying information I'll ask before I start spilling out my way of doing this:
Those are the questions I have for you so far, if you're able to answer these then I can surely get something sorted that should point you in the right direction, I'm mostly familiar with moving ArcGIS Online information between environments, but it's not impossible to format data similarly if it's in a different projection or format.
Cody
The API endpoint is external to ArcGIS and can be accessed via the following link:
https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/
(I have an API key that allows me to connect to it)
The data is provided in JSON format, with geometries embedded as GeoJSON and plan texts in XHTML.
Yes — I intend to transfer and create Points, Lines, and Polygons from the data.
Are you using Python to do the API calls and get the JSON response?
I tried both Python and FME.