<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Upload local Image file to ArcGIS Image for AGOL using API in Imagery in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1145795#M33</link>
    <description>&lt;P&gt;Is there a way to programmatically upload image files to ArcGIS Image for ArcGIS Online? There doesn't seem to be an Upload operation in ImageServer and I couldn't find anything applicable in ArcGIS REST API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no way to upload images to Image Services then are there other way to share image files programmatically with AGOL?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 20:57:23 GMT</pubDate>
    <dc:creator>MichaelWen</dc:creator>
    <dc:date>2022-02-18T20:57:23Z</dc:date>
    <item>
      <title>Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1145795#M33</link>
      <description>&lt;P&gt;Is there a way to programmatically upload image files to ArcGIS Image for ArcGIS Online? There doesn't seem to be an Upload operation in ImageServer and I couldn't find anything applicable in ArcGIS REST API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no way to upload images to Image Services then are there other way to share image files programmatically with AGOL?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 20:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1145795#M33</guid>
      <dc:creator>MichaelWen</dc:creator>
      <dc:date>2022-02-18T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1147782#M36</link>
      <description>&lt;P&gt;Hey Michael,&lt;/P&gt;&lt;P&gt;You can add images through the Python API to ArcGIS Image for ArcGIS Online. You can create and analyze the imagery layer in ArcGIS Online through the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html" target="_self"&gt;arcgis.raster.module&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look there and see if that is what you were looking for.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 22:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1147782#M36</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2022-02-24T22:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1258877#M67</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/922"&gt;@JeffreySwain&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73946"&gt;@MichaelWen&lt;/a&gt;, sorry for reviving this. We have been trying to implement our workflows on several rasters we use mainly for visualization on our arcgis online organization. We use "copy_raster" from raster.analytics module to create mosaics of images (as described &lt;A href="https://developers.arcgis.com/python/guide/creating-imagery-layers/" target="_self"&gt;here&lt;/A&gt;), no issues there. But we are not able then to edit or substitute our tiled imagery layers, only to create new ones with new serviceItemIDs (which breaks all our apps). We need at least to be able to "substitute" our raster mosaic with new data every few hours, while keeping the same ID linked to our maps and dashboards.&amp;nbsp;Is there anything we are missing??? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 14:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1258877#M67</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-16T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259044#M68</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/505884"&gt;@GilMastrapa&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if you are using dynamic or tiled imagery layers? The update will only work on dynamic image collections. So if you are not using the image collections, the update is not supported. As a question about your workflow, how large are the files that you are changing out every few hours?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259044#M68</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2023-02-16T19:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259169#M69</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;We checked our code and we are using “copy_raster” default parameters, so after changing to ‘tiles_only’=False, we should be able to create dynamic imagery layers. Is this enough or only by using the “create_image_collection” function we will be able later to edit and update??&lt;/P&gt;&lt;P&gt;About your question regarding size, we are using as input a single-parameter netcdf file with several timeslots(~36Mb). We hope to do a similar procedure for several products on different intervals. Size in all of them should be similar, we do hope to rotate and only keep the current data hosted. &amp;nbsp;&lt;/P&gt;&lt;P&gt;We did tried out the “create_image_collection” function, but errors arised, even when we were using the same input file as with "copy_raster". We tested both from an IDE and from an ArcGIS Notebook. Here is a snippet of our code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from arcgis.raster.analytics import copy_raster&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;from arcgis.raster.analytics import create_image_collection&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;from arcgis.gis import GIS&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gis = GIS( )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dataset = '/arcgis/home/accum_inmediata.nc'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;def arcgis_save_raster(path_out, image_collection_name):&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;image_collection_item = create_image_collection(image_collection=image_collection_name,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;input_rasters=path_out,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;raster_type_name="NetCDF",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;folder='Testing',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gis=gis)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;arcgis_save_raster(dataset, 'test')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error_test.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63059i3CF7C6E713263E7C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="error_test.png" alt="error_test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sorry for the long post! Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 23:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259169#M69</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-16T23:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259330#M70</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/505884"&gt;@GilMastrapa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You will need the image collection layer configuration in order to update it. So you will need to use that configuration. Sorry I wasn't precise before.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 14:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259330#M70</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2023-02-17T14:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259345#M71</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/922"&gt;@JeffreySwain&lt;/a&gt;&amp;nbsp;, got it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This creates another problem, we haven't been able to use that specific "create_image_collection" function. Is there any license requirement or limitation that applies only to it and not to other functions in the raster.analytics module (e.g. copy_raster)? Any other advice on what may be causing our errors? Thanks again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 15:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259345#M71</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-17T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259395#M72</link>
      <description>&lt;P&gt;So you can create dynamic imagery layers, but not image collection varieties? If you can create the dynamic layers, then you should be able to create them. What is the specific error you are getting?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 16:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259395#M72</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2023-02-17T16:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259510#M73</link>
      <description>&lt;P&gt;Yes, i just redid the tests now, i'm able to create dynamic Imagery layers using copy_raster with 'tiles_only=False' flag.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GilMastrapa_1-1676662654229.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63144iDF128D34E23B8991/image-size/small?v=v2&amp;amp;px=200" role="button" title="GilMastrapa_1-1676662654229.png" alt="GilMastrapa_1-1676662654229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the other hand, when i run the create_image_collection function, i get this:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;                                 Traceback (most recent call last)
Input &lt;SPAN class=""&gt;In [10]&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;&amp;lt;cell line: 13&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;()&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      7&lt;/SPAN&gt; &lt;SPAN class=""&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;arcgis_save_raster&lt;/SPAN&gt;(path_out, image_collection_name):
&lt;SPAN class=""&gt;      8&lt;/SPAN&gt;     image_collection_item &lt;SPAN&gt;=&lt;/SPAN&gt; create_image_collection(image_collection&lt;SPAN&gt;=&lt;/SPAN&gt;image_collection_name,
&lt;SPAN class=""&gt;      9&lt;/SPAN&gt;                                                     input_rasters&lt;SPAN&gt;=&lt;/SPAN&gt;path_out,
&lt;SPAN class=""&gt;     10&lt;/SPAN&gt;                                                     raster_type_name&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;NetCDF&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;,
&lt;SPAN class=""&gt;     11&lt;/SPAN&gt;                                                     folder&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;Testing&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;,
&lt;SPAN class=""&gt;     12&lt;/SPAN&gt;                                                     gis&lt;SPAN&gt;=&lt;/SPAN&gt;gis)
&lt;SPAN class=""&gt;---&amp;gt; 13&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcgis_save_raster&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;dataset&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;test4&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;

Input &lt;SPAN class=""&gt;In [10]&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;arcgis_save_raster&lt;/SPAN&gt;&lt;SPAN class=""&gt;(path_out, image_collection_name)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      7&lt;/SPAN&gt; &lt;SPAN class=""&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;arcgis_save_raster&lt;/SPAN&gt;(path_out, image_collection_name):
&lt;SPAN class=""&gt;----&amp;gt; 8&lt;/SPAN&gt;     image_collection_item &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;create_image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;image_collection_name&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      9&lt;/SPAN&gt;                                                     &lt;SPAN class=""&gt;input_rasters&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;path_out&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     10&lt;/SPAN&gt;                                                     &lt;SPAN class=""&gt;raster_type_name&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;NetCDF&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     11&lt;/SPAN&gt;                                                     &lt;SPAN class=""&gt;folder&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;Testing&lt;/SPAN&gt;&lt;SPAN class=""&gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     12&lt;/SPAN&gt;                                                     &lt;SPAN class=""&gt;gis&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;gis&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/raster/analytics.py:3879&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;create_image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;(image_collection, input_rasters, raster_type_name, raster_type_params, out_sr, context, source_mosaic_dataset, gis, future, **kwargs)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3877&lt;/SPAN&gt; gis &lt;SPAN&gt;=&lt;/SPAN&gt; _arcgis&lt;SPAN&gt;.&lt;/SPAN&gt;env&lt;SPAN&gt;.&lt;/SPAN&gt;active_gis &lt;SPAN class=""&gt;if&lt;/SPAN&gt; gis &lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;SPAN class=""&gt;None&lt;/SPAN&gt; &lt;SPAN class=""&gt;else&lt;/SPAN&gt; gis
&lt;SPAN class=""&gt;   3878&lt;/SPAN&gt; &lt;SPAN&gt;# url = gis.properties.helperServices.rasterAnalytics.url&lt;/SPAN&gt;
&lt;SPAN class=""&gt;-&amp;gt; 3879&lt;/SPAN&gt; &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;gis&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;_tools&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;rasteranalysis&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;create_image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3880&lt;/SPAN&gt;     &lt;SPAN class=""&gt;image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3881&lt;/SPAN&gt;     &lt;SPAN class=""&gt;input_rasters&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;input_rasters&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3882&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raster_type_name&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;raster_type_name&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3883&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raster_type_params&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;raster_type_params&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3884&lt;/SPAN&gt;     &lt;SPAN class=""&gt;out_sr&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;out_sr&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3885&lt;/SPAN&gt;     &lt;SPAN class=""&gt;context&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;context&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3886&lt;/SPAN&gt;     &lt;SPAN class=""&gt;future&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;future&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3887&lt;/SPAN&gt;     &lt;SPAN class=""&gt;md_to_upload&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;source_mosaic_dataset&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3888&lt;/SPAN&gt;     &lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;kwargs&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
&lt;SPAN class=""&gt;   3889&lt;/SPAN&gt; &lt;SPAN class=""&gt;)&lt;/SPAN&gt;

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/_impl/tools.py:10558&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;_RasterAnalysisTools.create_image_collection&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, image_collection, input_rasters, raster_type_name, raster_type_params, out_sr, context, future, md_to_upload, **kwargs)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;  10555&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; future:
&lt;SPAN class=""&gt;  10557&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; RAJob(gpjob, output_service)
&lt;SPAN class=""&gt;&amp;gt; 10558&lt;/SPAN&gt; &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;RAJob&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;gpjob&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;output_service&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/geoprocessing/_job.py:666&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;RAJob.result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    664&lt;/SPAN&gt; &lt;SPAN class=""&gt;elif&lt;/SPAN&gt; &lt;SPAN&gt;isinstance&lt;/SPAN&gt;(&lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_item, (&lt;SPAN&gt;tuple&lt;/SPAN&gt;, &lt;SPAN&gt;list&lt;/SPAN&gt;)):
&lt;SPAN class=""&gt;    665&lt;/SPAN&gt;     [i&lt;SPAN&gt;.&lt;/SPAN&gt;delete() &lt;SPAN class=""&gt;for&lt;/SPAN&gt; i &lt;SPAN class=""&gt;in&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_item &lt;SPAN class=""&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;isinstance&lt;/SPAN&gt;(i, Item)]
&lt;SPAN class=""&gt;--&amp;gt; 666&lt;/SPAN&gt; &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; e

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/geoprocessing/_job.py:658&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;RAJob.result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    651&lt;/SPAN&gt; &lt;SPAN&gt;"""&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    652&lt;/SPAN&gt; &lt;SPAN&gt;Return the value returned by the call. If the call hasn't yet completed&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    653&lt;/SPAN&gt; &lt;SPAN&gt;then this method will wait.&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    654&lt;/SPAN&gt; 
&lt;SPAN class=""&gt;    655&lt;/SPAN&gt; &lt;SPAN&gt;:return: object&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    656&lt;/SPAN&gt; &lt;SPAN&gt;"""&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    657&lt;/SPAN&gt; &lt;SPAN class=""&gt;try&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;--&amp;gt; 658&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;_gpjob&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    659&lt;/SPAN&gt; &lt;SPAN class=""&gt;except&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception&lt;/SPAN&gt; &lt;SPAN class=""&gt;as&lt;/SPAN&gt; e:
&lt;SPAN class=""&gt;    660&lt;/SPAN&gt;     &lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcgis&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;gis&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; Item

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/geoprocessing/_job.py:222&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;GPJob.result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    220&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_process_fa(&lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_future&lt;SPAN&gt;.&lt;/SPAN&gt;result())
&lt;SPAN class=""&gt;    221&lt;/SPAN&gt; &lt;SPAN class=""&gt;elif&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_is_ra:
&lt;SPAN class=""&gt;--&amp;gt; 222&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_process_ra(&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;_future&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;)
&lt;SPAN class=""&gt;    223&lt;/SPAN&gt; &lt;SPAN class=""&gt;elif&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_is_ortho:
&lt;SPAN class=""&gt;    224&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_process_ortho(&lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_future&lt;SPAN&gt;.&lt;/SPAN&gt;result())

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/concurrent/futures/_base.py:446&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;Future.result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, timeout)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    444&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; CancelledError()
&lt;SPAN class=""&gt;    445&lt;/SPAN&gt; &lt;SPAN class=""&gt;elif&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_state &lt;SPAN&gt;==&lt;/SPAN&gt; FINISHED:
&lt;SPAN class=""&gt;--&amp;gt; 446&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt; &lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;__get_result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    447&lt;/SPAN&gt; &lt;SPAN class=""&gt;else&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;    448&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; &lt;SPAN class=""&gt;TimeoutError&lt;/SPAN&gt;()

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/concurrent/futures/_base.py:391&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;Future.__get_result&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    389&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_exception:
&lt;SPAN class=""&gt;    390&lt;/SPAN&gt;     &lt;SPAN class=""&gt;try&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;--&amp;gt; 391&lt;/SPAN&gt;         &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;_exception
&lt;SPAN class=""&gt;    392&lt;/SPAN&gt;     &lt;SPAN class=""&gt;finally&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;    393&lt;/SPAN&gt;         &lt;SPAN&gt;# Break a reference cycle with the exception in self._exception&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    394&lt;/SPAN&gt;         &lt;SPAN&gt;self&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;None&lt;/SPAN&gt;

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/concurrent/futures/thread.py:58&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;_WorkItem.run&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     55&lt;/SPAN&gt;     &lt;SPAN class=""&gt;return&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     57&lt;/SPAN&gt; &lt;SPAN class=""&gt;try&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;---&amp;gt; 58&lt;/SPAN&gt;     result &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;fn&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;args&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;kwargs&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;     59&lt;/SPAN&gt; &lt;SPAN class=""&gt;except&lt;/SPAN&gt; &lt;SPAN class=""&gt;BaseException&lt;/SPAN&gt; &lt;SPAN class=""&gt;as&lt;/SPAN&gt; exc:
&lt;SPAN class=""&gt;     60&lt;/SPAN&gt;     &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;future&lt;SPAN&gt;.&lt;/SPAN&gt;set_exception(exc)

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/geoprocessing/_support.py:322&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;_future_op&lt;/SPAN&gt;&lt;SPAN class=""&gt;(gptool, task_url, job_info, job_id, param_db, return_values, return_messages)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    318&lt;/SPAN&gt; &lt;SPAN class=""&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;_future_op&lt;/SPAN&gt;(
&lt;SPAN class=""&gt;    319&lt;/SPAN&gt;     gptool, task_url, job_info, job_id, param_db, return_values, return_messages
&lt;SPAN class=""&gt;    320&lt;/SPAN&gt; ):
&lt;SPAN class=""&gt;--&amp;gt; 322&lt;/SPAN&gt;     job_info &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;_analysis_job_status&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;gptool&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;task_url&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;job_info&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    323&lt;/SPAN&gt;     resp &lt;SPAN&gt;=&lt;/SPAN&gt; _analysis_job_results(gptool, task_url, job_info, job_id)
&lt;SPAN class=""&gt;    325&lt;/SPAN&gt;     &lt;SPAN&gt;# ---------------------async-out---------------------#&lt;/SPAN&gt;

File &lt;SPAN class=""&gt;/opt/conda/lib/python3.9/site-packages/arcgis/geoprocessing/_support.py:247&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;_analysis_job_status&lt;/SPAN&gt;&lt;SPAN class=""&gt;(gptool, task_url, job_info)&lt;/SPAN&gt;
&lt;SPAN class=""&gt;    244&lt;/SPAN&gt;     num_messages &lt;SPAN&gt;=&lt;/SPAN&gt; num
&lt;SPAN class=""&gt;    246&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; job_response&lt;SPAN&gt;.&lt;/SPAN&gt;get(&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;jobStatus&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;) &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;esriJobFailed&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;--&amp;gt; 247&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;(&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Job failed.&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;)
&lt;SPAN class=""&gt;    248&lt;/SPAN&gt; &lt;SPAN class=""&gt;elif&lt;/SPAN&gt; job_response&lt;SPAN&gt;.&lt;/SPAN&gt;get(&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;jobStatus&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;) &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;esriJobCancelled&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;:
&lt;SPAN class=""&gt;    249&lt;/SPAN&gt;     &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; &lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;(&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Job cancelled.&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;)

&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;: Job failed.&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Feb 2023 19:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259510#M73</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-17T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259515#M74</link>
      <description>&lt;P&gt;Can you confirm if you can create an image collection dynamic imagery layer through the web app? If you can, then it is something else going on. Please let me know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 20:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259515#M74</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2023-02-17T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259539#M75</link>
      <description>&lt;P&gt;Hello again. I ran the create imagery layer routine on the web app. When choosing dynamic Imagery layers, i'm able to create image mosaics, BUT NOT image collections. Images below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63158i89CA72093CBC1B6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="0.png" alt="0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GilMastrapa_0-1676665269802.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63157iBA9E3029E808567B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GilMastrapa_0-1676665269802.png" alt="GilMastrapa_0-1676665269802.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63159i80EEE16AFDAFD307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 20:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259539#M75</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-17T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259559#M76</link>
      <description>&lt;P&gt;Ok so there is a problem with the org with image collections. Also it appears you are using netCDFs can you tell me which version of netCDF you are using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259559#M76</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2023-02-17T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259565#M77</link>
      <description>&lt;P&gt;Yes, it seems to be a problem with our org and image collections. We are using NetCDF4, latest version. It works without issues on copy_raster function. Is there any checklist that we may review?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 21:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1259565#M77</guid>
      <dc:creator>GilMastrapa</dc:creator>
      <dc:date>2023-02-17T21:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upload local Image file to ArcGIS Image for AGOL using API</title>
      <link>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1480490#M107</link>
      <description>&lt;P&gt;I am looking to create a similar workflow. Did you have any progress with this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 19:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-in-arcgis-online-questions/upload-local-image-file-to-arcgis-image-for-agol/m-p/1480490#M107</guid>
      <dc:creator>kaander08</dc:creator>
      <dc:date>2024-05-29T19:30:13Z</dc:date>
    </item>
  </channel>
</rss>

