Skip to main content
Question

Is there a workaround to publishing raster to arcigs online using FME?

  • November 5, 2025
  • 1 reply
  • 21 views

cameraobscura
Participant
Forum|alt.badge.img

I’ve been experimenting in FME and reading some conflicting data on this but it seems like there isn’t a way to publish from FME to AGOL raster data without the image license for ArcGIS online. Either AGOL stores it as an image file or FME will store it as a BLOB. I’ve tried using the pythoncaller and httpcaller to no avail. Anyone know any other workaround / have experience here?

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • November 7, 2025

You can use the add item api to POST data to AGOL

https://developers.arcgis.com/rest/users-groups-and-items/add-item/

 

It’s been a while since I used it, but if I recall part of the request can specify, how you want it stored (as a file, or a service etc) You may also need to make a subsequent call to the publish api depending on what you’re needing to do

https://developers.arcgis.com/rest/users-groups-and-items/publish-item/