Hi,
We are setting up a web application using ArcGIS Experience Builder, and in it we are retrieving a local TIF file from an external API.
We'd like to convert this local TIF file into an ArcGIS Online and/or ArcGIS Enterprise layer that can be integrated into a map.
Unfortunately, we haven't found any way of doing this from within ArcGIS Experience Builder.
We had done the same exercise in a Notebook in ArcGIS Online and were able to convert this local TIF into a Hosted Imagery Layer in ArcGIS Online using the arcgis.raster.analytics.copy_raster function.
Is there a similar function in ArcGIS REST JS to convert a local TIF file into a layer in an ArcGIS Online and Enterprise environment (our solution needs to work with both ArcGIS Online and ArcGIS Enterprise)?
Thank you in advance for your help.