<?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 Re: How to automatically update image services without using ArcGISPro and Map? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1086046#M61948</link>
    <description>&lt;P&gt;Hi Rehan&lt;/P&gt;&lt;P&gt;If you published a Mosaic dataset by reference you do not need to republish if you just add or remove rasters from the mosaic. It just like adding records to a layer - no need to republish.&lt;/P&gt;&lt;P&gt;You might need to stop/start or overwrite if the new rasters expend the boundary.&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 05:27:46 GMT</pubDate>
    <dc:creator>mody_buchbinder</dc:creator>
    <dc:date>2021-08-05T05:27:46Z</dc:date>
    <item>
      <title>How to automatically update image services without using ArcGISPro and Map?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085699#M61943</link>
      <description>&lt;P&gt;I have published an image service to ArcGIS Portal by creating a service definition file through a python script and without using any of desktop solutions from ESRI such as ArcGIS Pro. NOW i want to be able to update this same service with the new raster dataset without having to republish the service. Is there a possibility through Python scripting or API that i can do that?&lt;/P&gt;&lt;P&gt;I saw there are some operations within the API for updating raster of a service but i am not sure if that would work. Any suggestions!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085699#M61943</guid>
      <dc:creator>RehanChaudhary</dc:creator>
      <dc:date>2021-08-04T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically update image services without using ArcGISPro and Map?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085707#M61944</link>
      <description>&lt;P&gt;Take a look at using &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/server/upload-service-definition.htm" target="_self"&gt;UploadServiceDefinition_server&lt;/A&gt;&amp;nbsp; to update your service.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085707#M61944</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-04T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically update image services without using ArcGISPro and Map?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085895#M61946</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;thanks for hinting out to Upload Service Definition. So, i intend to overwrite the raster data shown by the service as soon as i have new data available locally. My question would be should i create a sd file each time new raster data is available and then overwrite the existing service with "upload service definition server".&lt;/P&gt;&lt;P&gt;Also which parameter should be used from "Upload Service Definition" for overwriting the data itself a because from the documentation it seems that we can modify only the properties of the service.&lt;BR /&gt;Currently i am using the "CreateImageSddraft" for creating draft file and copying the data to server.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 19:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1085895#M61946</guid>
      <dc:creator>RehanChaudhary</dc:creator>
      <dc:date>2021-08-04T19:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically update image services without using ArcGISPro and Map?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1086046#M61948</link>
      <description>&lt;P&gt;Hi Rehan&lt;/P&gt;&lt;P&gt;If you published a Mosaic dataset by reference you do not need to republish if you just add or remove rasters from the mosaic. It just like adding records to a layer - no need to republish.&lt;/P&gt;&lt;P&gt;You might need to stop/start or overwrite if the new rasters expend the boundary.&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 05:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1086046#M61948</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2021-08-05T05:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically update image services without using ArcGISPro and Map?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1086065#M61949</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413050"&gt;@mody_buchbinder&lt;/a&gt;&amp;nbsp;i am publishing as a web layer and not a mosaic dataset. I am using the Publish Web layer option and then "Copy Data to Server" option rather than referencing. i dont want to use mosaics as i have only one raster data that is going to be updated from time to time with new data so i just want to overwrite it. i don't want to display all the records old and new which is the case in mosaics. just the recent one by overwriting the layer but without arcgispro or arcmap&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 07:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-automatically-update-image-services-without/m-p/1086065#M61949</guid>
      <dc:creator>RehanChaudhary</dc:creator>
      <dc:date>2021-08-05T07:51:47Z</dc:date>
    </item>
  </channel>
</rss>

