Skip to main content

I am trying to use FME to create ArcGIS Online Feature Collections instead of Feature Services. I assume I need to write some Python script for it but wanted to see if anyone else had perfected this process.

-Mark

See if the new arcgis Python module has what you need, it is way simpler than using the REST calls in the underlying API:

https://developers.arcgis.com/python/


Working with Esri, they provided us a .py file for this function. It takes an existing Feature Service on AGOL, exports it to a temporary Feature Collection and then overwrites an existing Feature Collection. Finally, it will delete the temporary Feature Collection. It can be found here: Esri Transportation 511 Tool

 


Reply