<?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: Time Enabled Image Service in ArcGIS Image Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603761#M299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Include details of the error in a different way. The above link in your message is not accessible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2019 01:02:02 GMT</pubDate>
    <dc:creator>PeterBecker</dc:creator>
    <dc:date>2019-08-29T01:02:02Z</dc:date>
    <item>
      <title>Time Enabled Image Service</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603758#M296</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;BR /&gt;&lt;SPAN&gt;We have many years of ortho photography that I would like to create a time enabled service for.&amp;nbsp; I can take each years worth of imagery and add it to a mosaic dataset and verify that it is visible, has statistics/overviews/pyramids built on it and looks good.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next part would be to take all of these datasets and load into a master mosaic dataset that includes a year field.&amp;nbsp; This is where I hit the first problem.&amp;nbsp; I can't add these datasets as a raster dataset.&amp;nbsp; When the add rasters method runs, it creates a huge temp file, running me out of diskspace before the rasters finish being added.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried two different other ways of adding the datasets.&amp;nbsp; The first is adding them as a table.&amp;nbsp; This looks like it will work, but the pyramids/overviews/etc don't seem to come with the datasets and the time dataset will not work as an image service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other method I tried was to turn each individual mosaic datasets to an image service, and then add each of these image services to a mosaic dataset with the time field.&amp;nbsp; Unfortunately, even though each of those individual image services works great.&amp;nbsp; The time enabled dataset again will only show the imagery at the raw imagery scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else done this and come up with the correct procedure to create a single time-enabled image service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonathan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 20:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603758#M296</guid>
      <dc:creator>JonathanKressin</dc:creator>
      <dc:date>2013-01-22T20:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time Enabled Image Service</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603759#M297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The suggest workflow is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create for each years (or subset) worth of imagery a mosaic dataset (will call this the source mosaic dataset)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In each source mosaic dataset create suitable overviews and apply any required enhancements clipping etc to remove areas of NoData&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a field (say YEAR) to each of the source Mosaic datasets and use calculate to fill the appropriate value. (Include the overviews)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do any required QC for each source mosaic dataset and ensure imagery is displayed at all scales&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new Derived Mosaic Dataset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the 'Table' Raster type and point to the Source Mosaic Dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ENSURE THAT YOU TURN OFF 'Update Cell Size Ranges' (Else the system will combine all image based on scales)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Note in versions before 10.0, the MinPS,MaxPS fields were not copied across so it was necessary to create in the source mosaic datasets a _MinPS and _MaxPS fields. Then after adding to the Derived Mosaic Dataset using calculate to set the MinPS and MaxPS back to the _MinPS and _MaxPS values)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set the appropriate properties for the Mosaic Dataset including:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Allowed Compression methods (set JPEG 80 as default)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Allowed Mosaic Method (Set to ByAttribute, Year, and put a base value in the future&amp;nbsp; (eg 2050)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Always Clip the Raster to its Footprints - Yes&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Footprints may contain NoData - No&amp;nbsp;&amp;nbsp;&amp;nbsp; (These last two enable the system to optimize by geometrically clipping the data vs looking for NoData&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use Time - Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start Time Field - YEAR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Time Field -YEAR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Properties/Index add YEAR as an indexed field (just for to aid performance)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on the overlap of the imagery, you may want to create a new overview, but force the system to create overviews only at a very small scale (Put BasePixel size as say width of the Mosaic Dataset/5000). This is only to help ensure that when zooming to extent the system does not need to open too many different years of overlapping imagery.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will now find the you can use the different time sliders as well as tools such as timeliner available on the resource Center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the above example I was using YEAR which is quite coarse. You could instead. If you have finer details on the dates of the imagery use say AcquisitonDate as a Date field. If each of the images has a range of dates then you can also define say StartDate, EndDate and set the Time properties appropriately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603759#M297</guid>
      <dc:creator>PeterBecker</dc:creator>
      <dc:date>2013-01-23T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time Enabled Image Service</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603760#M298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;I have followed the above steps as specified and am receiving this error upon saving and re-opening the derived mosaic dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://email-courriel.canada.ca/owa/service.svc/s/GetFileAttachment?id=AAMkADBkMGNhZDVkLWFlYjEtNDcxYS04ZWYwLTA4NGNhMmFmNjMzNABGAAAAAADhMJbxQTefSY98AZuMoS2ZBwDmlF1zUhSHSpoWcI2C6CDMAAAAAAEMAADmlF1zUhSHSpoWcI2C6CDMAADDqZZCAAABEgAQAJji4DUdmVlNtWPLuvBVF8k%3D&amp;amp;X-OWA-CANARY=k5cfrHfTiEquV3adIK3BAKCr-zEOLNcIT3-3NEICmsXm8KyaoWbs1mr3jqy1kbyvL-98SD-XghY." /&gt;&lt;BR /&gt;Please advise&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Jenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 23:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603760#M298</guid>
      <dc:creator>JenniferRichards</dc:creator>
      <dc:date>2019-08-28T23:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time Enabled Image Service</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603761#M299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Include details of the error in a different way. The above link in your message is not accessible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 01:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603761#M299</guid>
      <dc:creator>PeterBecker</dc:creator>
      <dc:date>2019-08-29T01:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time Enabled Image Service</title>
      <link>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603762#M300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It displays an ArcMap Drawing Error as follows:&lt;BR /&gt;&lt;BR /&gt;One or more layers failed to draw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test4: Image: Function Read Error [Mosaic Function]&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Image: An invalid SQL statement was used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Image: An invalid SQL statement was used. [AMD_Test4_CAT]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Image: An invalid SQL statement was used. [SELECT ZOrder, LowPS, YEAR, OBJECTID from&amp;nbsp; AMD_test4_CAT WHERE (( NOT&amp;nbsp; (( YEAR &amp;gt; 0001/01/01 00:00:00 and YEAR is not null )))) AND MinPS &amp;lt;= 0.00138469048266299 AND MacPS &amp;gt; 0.00138469048262955]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Footprint: an invalid SQL statement was used.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Footprint: an invalid SQL statement was used.&amp;nbsp;[AMD_Test4_CAT]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Test4: Footprint: an invalid SQL statement was used. [SELECT Shape FROM AMD_Test4_CAT WHERE NOT (( "YEAR' &amp;gt; 0001/01/01 00:00:000 and "YEAR" is not null) or ("YEAR" &amp;lt; -001/01/01 00:00:00 and "YEAR" is not null))]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-image-server-questions/time-enabled-image-service/m-p/603762#M300</guid>
      <dc:creator>JenniferRichards</dc:creator>
      <dc:date>2019-08-29T19:23:27Z</dc:date>
    </item>
  </channel>
</rss>

