Automate the daily import of GeoJSON content into a feature layer

298
1
12-26-2022 05:19 AM
Labels (1)
Diego_Mendes_Rodrigues
New Contributor II

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

Tags (3)
0 Kudos
1 Reply
GoWest
by
New Contributor III

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

 

0 Kudos