Skip to main content
Solved

Has anyone used FME to Create ArcGIS Online Feature Collections?


mmccart
Supporter
Forum|alt.badge.img+17

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

Best answer by mmccart

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

 

View original
Did this help you find an answer to your question?

2 replies

bruceharold
Contributor
Forum|alt.badge.img+17
  • Contributor
  • August 9, 2016

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/


mmccart
Supporter
Forum|alt.badge.img+17
  • Author
  • Supporter
  • Best Answer
  • August 16, 2016

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings