Hello everyone,
I have a folder of raster files in TIFF format on my computer's disk. I want to use Python APIs to create a time series, upload it to ArcGIS Online (I have an Image license, of course), and publish the dataset as a public ImageService, specifically a tiled image service.
Important detail: when I have a new raster (we produce one every week), I want to update the dataset, always via Python, by adding the latest data without overwriting the entire collection.
I couldn't figure out if this is possible and, if so, how I should proceed.
Thanks!