<?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: Synchronize Raster Dataset in ArcGIS Image Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369383#M1187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The steps to duplicate my problem is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) create an empty image service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) add one tiff file &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) generate overview&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) run compute footprint by geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) build boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) select overviews &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7) run compute footprint of overviews by clipping to boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; add bing layer below this layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9) confirm that white (nodata) area are not visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10) compile to iscdef and publish &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11) confirm that white areas are visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you run the command synchronize raster dataset before step 10, the resulting service will have no white areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, is there an API or IScommand for Synchronize raster dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 15:07:33 GMT</pubDate>
    <dc:creator>VuDang</dc:creator>
    <dc:date>2010-09-01T15:07:33Z</dc:date>
    <item>
      <title>Synchronize Raster Dataset</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369380#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an API or ISCommand that is the equivalent of Using the toolbar command &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Image Service &amp;gt; Advanced &amp;gt; Synchronize Raster Dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to call this programatically for my custom application to ensure that the image service can be compiled properly.&amp;nbsp; Apparently, the compiled version behave differently from the ISDef version if the footprints in the RPDefs do not match the footprints in the Image Service table (ie shapefile).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help if you know the ISCommand or other API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vu Dang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TransCanada PipeLines&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 16:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369380#M1184</guid>
      <dc:creator>VuDang</dc:creator>
      <dc:date>2010-08-31T16:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize Raster Dataset</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369381#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When compiling the ISDef the footprints are taken from the shape file not from the RPDefs. The synchronize is primarily to update the RPDefs. A work flow in which you may want to update the RPDefs is if you are importing the RPDefs into a different ISDef. In this case it would be easier to use recompute footprint by related geometry to copy the footprints across. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the service is not compiling properly then is must be another issue. One possibility is that the footprints are very detailed and you have some intersecting vertices. If you have generated the footprints the you may want to recheck this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 12:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369381#M1185</guid>
      <dc:creator>PeterBecker</dc:creator>
      <dc:date>2010-09-01T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize Raster Dataset</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369382#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I do not use the Synchronize Raster Dataset command before compiling into an ISCDef, the resulting image service will have white areas around the overviews when placed on top of Bing online map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This command must be affecting compilation of the ISCDef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As this command is only affecting the RPDefs, the compile must be using the RPDefs in some manner.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 14:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369382#M1186</guid>
      <dc:creator>VuDang</dc:creator>
      <dc:date>2010-09-01T14:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize Raster Dataset</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369383#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The steps to duplicate my problem is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) create an empty image service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) add one tiff file &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) generate overview&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) run compute footprint by geometry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) build boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) select overviews &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7) run compute footprint of overviews by clipping to boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; add bing layer below this layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9) confirm that white (nodata) area are not visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;10) compile to iscdef and publish &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11) confirm that white areas are visible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you run the command synchronize raster dataset before step 10, the resulting service will have no white areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, is there an API or IScommand for Synchronize raster dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 15:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369383#M1187</guid>
      <dc:creator>VuDang</dc:creator>
      <dc:date>2010-09-01T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize Raster Dataset</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369384#M1188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is working now after upgrading to 9.3.1 SP2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 21:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/synchronize-raster-dataset/m-p/369384#M1188</guid>
      <dc:creator>VuDang</dc:creator>
      <dc:date>2010-09-08T21:32:24Z</dc:date>
    </item>
  </channel>
</rss>

