<?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 make time series table from several rasters in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394593#M22566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it may not be in the format type you want, check out the Combine tool &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000007r000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000007r000000&lt;/A&gt;&amp;nbsp;&amp;nbsp; but it only works with integer values...floating point inputs will be truncated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 14:00:58 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2014-07-11T14:00:58Z</dc:date>
    <item>
      <title>How to make time series table from several rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394592#M22565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please tell me how I can make a time series table from a bunch of radar raster data sets? Would really appreciate any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394592#M22565</guid>
      <dc:creator>VTStar</dc:creator>
      <dc:date>2014-07-11T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make time series table from several rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394593#M22566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it may not be in the format type you want, check out the Combine tool &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000007r000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000007r000000&lt;/A&gt;&amp;nbsp;&amp;nbsp; but it only works with integer values...floating point inputs will be truncated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394593#M22566</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-07-11T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make time series table from several rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394594#M22567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This is something that is doable with your rasters. The best way to accomplish is to load the rasters into a&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000032000000" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Raster Catalog&lt;/A&gt; or &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000037000000" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Mosaic Dataset&lt;/A&gt; within a file geodatabase. In a Raster Catalog, you have an attribute table that can be used to store year information for each raster within the catalog. This attribute can then be used to create the time series maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Sample Workflow for Raster Catalog:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;1. Rename your raster datasets with a year suffix (i.e. "Rainfall_2014.tif")&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;2. &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000036000000" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Load&lt;/A&gt; those rasters into a Raster Catalog&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;3. Add a field called to the Raster Catalog to represent your time field&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;4. Start an edit session in ArcMap to edit the time field to match your Rasters&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;5. Save your edits&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;6. Create a map using the &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005z0000000z000000" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Time Slider&lt;/A&gt; or &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000002z000000" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;Definition Query&lt;/A&gt; to query your rasters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-time-series-table-from-several-rasters/m-p/394594#M22567</guid>
      <dc:creator>ChristianWells</dc:creator>
      <dc:date>2014-07-11T14:04:42Z</dc:date>
    </item>
  </channel>
</rss>

