Hello!
My client updates a GeoJSON content in a URL:
https://.../arcgis/geoJSONArcgis.jsp
I get the content:
{"features":[{"geometry":{"coordinates":[-52.034170410215186,-17.177872370751466],"type":"Point"},"type":"Feature"}],"type":"FeatureCollection"}
How can I automate the daily import of this content into a feature layer in ArcGIS Pro?
Thanks!
Diego
Save the JSON to a file and then import it to a feature using:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/json-to-features.htm