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