<?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 Mosaic dataset - Arcpy&amp;nbsp; and data from multiple dates in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/mosaic-dataset-arcpy-nbsp-and-data-from-multiple/m-p/730223#M56645</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;firstly, please accept my apologies for the use a Translator, my English is not enough. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Subject: more than 11,000 daily on Africa (same extent) images of rainfall. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Name files = xxxxxxxxYYYYMMDD.tif &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my aim: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) extract the data of rainfall for an area bounded by a polygon, for a given period (e.g. from 01/01/2008 to 31/03/2010), then grouped (sum/mean) by years and/or months and/or 10j... with output in a summary table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (I built a python script (python toolkit) using files located in a folder and that works even if the code is far from being "clean".) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) perform a weekly automatic update of files from the web source. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not yet analyzed this part and will be the subject of another post.&amp;nbsp; But I'm interested information/samples&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; My questions: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wanting to share all the files, I've built a mosaic dataset, as advocated by ESRI, and I followed the sample for temporal data, but I did not intend (for the moment) to use it with an ArcGisOnline service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.ArcGIS.com/en/help/main/10.1/index.html#//009t000000v1000000"&gt;http://resources.ArcGIS.com/en/help/main/10.1/index.html#//009t000000v1000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(Creation of the annual mosaics + master mosaic dataset)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) is this structure of dataset right for what I want to do? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I did not intend (for the moment) to use it with an ArcGisOnline service)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) from the master mosaic dataset, how can I access the files directly to a selection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found as a simple command that the creation of the paths of any base in a .dbf (ExportRasterCatalogPaths_management(master mosaic dataset) file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(This table I can then analyze it in the same way as when my python script, by analysis of the characters of the names of the files to select dates.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Are there other methods? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nowhere in the dataset I have found indication enabling me to connect the "Name" field with "field" indicating the path and therefore the corresponding file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I add fields Year/Month/Day or date in the annual mosaics for use in a query? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanking you in advance for your answers, information or idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Couret Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2014 13:13:00 GMT</pubDate>
    <dc:creator>DanielCouret</dc:creator>
    <dc:date>2014-03-14T13:13:00Z</dc:date>
    <item>
      <title>Mosaic dataset - Arcpy  and data from multiple dates</title>
      <link>https://community.esri.com/t5/python-questions/mosaic-dataset-arcpy-nbsp-and-data-from-multiple/m-p/730223#M56645</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;firstly, please accept my apologies for the use a Translator, my English is not enough. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Subject: more than 11,000 daily on Africa (same extent) images of rainfall. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Name files = xxxxxxxxYYYYMMDD.tif &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my aim: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) extract the data of rainfall for an area bounded by a polygon, for a given period (e.g. from 01/01/2008 to 31/03/2010), then grouped (sum/mean) by years and/or months and/or 10j... with output in a summary table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (I built a python script (python toolkit) using files located in a folder and that works even if the code is far from being "clean".) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) perform a weekly automatic update of files from the web source. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not yet analyzed this part and will be the subject of another post.&amp;nbsp; But I'm interested information/samples&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; My questions: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wanting to share all the files, I've built a mosaic dataset, as advocated by ESRI, and I followed the sample for temporal data, but I did not intend (for the moment) to use it with an ArcGisOnline service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.ArcGIS.com/en/help/main/10.1/index.html#//009t000000v1000000"&gt;http://resources.ArcGIS.com/en/help/main/10.1/index.html#//009t000000v1000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(Creation of the annual mosaics + master mosaic dataset)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) is this structure of dataset right for what I want to do? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I did not intend (for the moment) to use it with an ArcGisOnline service)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) from the master mosaic dataset, how can I access the files directly to a selection?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found as a simple command that the creation of the paths of any base in a .dbf (ExportRasterCatalogPaths_management(master mosaic dataset) file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(This table I can then analyze it in the same way as when my python script, by analysis of the characters of the names of the files to select dates.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Are there other methods? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nowhere in the dataset I have found indication enabling me to connect the "Name" field with "field" indicating the path and therefore the corresponding file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should I add fields Year/Month/Day or date in the annual mosaics for use in a query? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanking you in advance for your answers, information or idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Couret Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 13:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/mosaic-dataset-arcpy-nbsp-and-data-from-multiple/m-p/730223#M56645</guid>
      <dc:creator>DanielCouret</dc:creator>
      <dc:date>2014-03-14T13:13:00Z</dc:date>
    </item>
  </channel>
</rss>

