Skip to main content
Solved

is it possible to work with FME and AGOL to run processes on the data that is hosted there?

  • December 17, 2021
  • 2 replies
  • 16 views

fme_can_do_it
Enthusiast
Forum|alt.badge.img+12

I have a python script that I want to know how to run in FME that way so I don't have to manually trigger it? Any advice would be greatly appreciated.

Best answer by hkingsbury

FME has its own readers/writers that can work with AGOL Data - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisonlinefeatures/arcgisonlinefeatures.htm

 

You may be able to jsut use standard FME transformers to achieve what you're aiming for.

 

If you do need the python, have a look here - https://community.safe.com/s/article/using-arcpy-for-fme-feature-processing

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1620 replies
  • Best Answer
  • December 18, 2021

FME has its own readers/writers that can work with AGOL Data - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisonlinefeatures/arcgisonlinefeatures.htm

 

You may be able to jsut use standard FME transformers to achieve what you're aiming for.

 

If you do need the python, have a look here - https://community.safe.com/s/article/using-arcpy-for-fme-feature-processing


fme_can_do_it
Enthusiast
Forum|alt.badge.img+12
  • Author
  • Enthusiast
  • 70 replies
  • December 21, 2021

Thank you!