<?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: 6,000+ rasters the follow-up in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468379#M36555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one month for you to look at the results in the attachment&lt;/P&gt;&lt;P&gt;Currently this is the timing results for what I have so far... reading the monthly data takes 5.5 seconds, calculating the 3 results takes a sip of coffee, and another sip to write them out.&lt;/P&gt;&lt;P&gt;Let me know if the results are correct, I just want to make sure that I calculated the max, avg and min on the correct dimension.&amp;nbsp; I calculated the min, mean and max for each day for the whole area below the time results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timing function for... read_folder&lt;BR /&gt;['mx19610101.txt', 'mx19610102.txt', 'mx19610103.txt', 'mx19610104.txt', 'mx19610105.txt', 'mx19610106.txt', 'mx19610107.txt', 'mx19610108.txt', 'mx19610109.txt', 'mx19610110.txt', 'mx19610111.txt', 'mx19610112.txt', 'mx19610113.txt', 'mx19610114.txt', 'mx19610115.txt', 'mx19610116.txt', 'mx19610117.txt', 'mx19610118.txt', 'mx19610119.txt', 'mx19610120.txt', 'mx19610121.txt', 'mx19610122.txt', 'mx19610123.txt', 'mx19610124.txt', 'mx19610125.txt', 'mx19610126.txt', 'mx19610127.txt', 'mx19610128.txt', 'mx19610129.txt', 'mx19610130.txt', 'mx19610131.txt']&lt;BR /&gt;Results for... read_folder&lt;BR /&gt;&amp;nbsp; time taken ...5.534821477e+00 sec.&lt;/P&gt;&lt;P&gt;Timing function for... calc_stats&lt;BR /&gt;Results for... calc_stats&lt;BR /&gt;&amp;nbsp; time taken ...5.698581223e-02 sec.&lt;/P&gt;&lt;P&gt;Timing function for... write_file&lt;BR /&gt;Results for... write_file&lt;BR /&gt;&amp;nbsp; time taken ...2.026189804e-01 sec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; s.shape&lt;/P&gt;&lt;P&gt;(691, 886, 31)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; s.ndim&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; for i in range(31):&lt;/P&gt;&lt;P&gt;...&amp;nbsp; print("{:&amp;gt;6.3f}&amp;nbsp; {:&amp;gt;6.3f} {:&amp;gt;6.3f}".format(s&lt;I&gt;.min(), s&lt;I&gt;.mean(), s&lt;I&gt;.max()))&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;25.921&amp;nbsp; 30.192 33.996&lt;/P&gt;&lt;P&gt;25.933&amp;nbsp; 30.194 34.139&lt;/P&gt;&lt;P&gt;25.936&amp;nbsp; 30.196 34.311&lt;/P&gt;&lt;P&gt;25.575&amp;nbsp; 30.198 34.483&lt;/P&gt;&lt;P&gt;25.790&amp;nbsp; 30.201 34.655&lt;/P&gt;&lt;P&gt;25.970&amp;nbsp; 30.205 34.776&lt;/P&gt;&lt;P&gt;25.990&amp;nbsp; 30.209 34.897&lt;/P&gt;&lt;P&gt;26.014&amp;nbsp; 30.212 34.986&lt;/P&gt;&lt;P&gt;26.032&amp;nbsp; 30.217 35.077&lt;/P&gt;&lt;P&gt;25.968&amp;nbsp; 30.222 35.137&lt;/P&gt;&lt;P&gt;25.789&amp;nbsp; 30.227 35.196&lt;/P&gt;&lt;P&gt;25.618&amp;nbsp; 30.232 35.236&lt;/P&gt;&lt;P&gt;25.464&amp;nbsp; 30.238 35.285&lt;/P&gt;&lt;P&gt;25.338&amp;nbsp; 30.243 35.313&lt;/P&gt;&lt;P&gt;25.242&amp;nbsp; 30.250 35.342&lt;/P&gt;&lt;P&gt;25.168&amp;nbsp; 30.258 35.370&lt;/P&gt;&lt;P&gt;25.103&amp;nbsp; 30.266 35.379&lt;/P&gt;&lt;P&gt;25.057&amp;nbsp; 30.275 35.396&lt;/P&gt;&lt;P&gt;25.012&amp;nbsp; 30.285 35.394&lt;/P&gt;&lt;P&gt;24.978&amp;nbsp; 30.295 35.391&lt;/P&gt;&lt;P&gt;24.945&amp;nbsp; 30.305 35.378&lt;/P&gt;&lt;P&gt;24.921&amp;nbsp; 30.315 35.364&lt;/P&gt;&lt;P&gt;24.898&amp;nbsp; 30.326 35.318&lt;/P&gt;&lt;P&gt;24.884&amp;nbsp; 30.339 35.191&lt;/P&gt;&lt;P&gt;24.871&amp;nbsp; 30.349 35.017&lt;/P&gt;&lt;P&gt;24.860&amp;nbsp; 30.360 34.833&lt;/P&gt;&lt;P&gt;24.849&amp;nbsp; 30.371 34.661&lt;/P&gt;&lt;P&gt;24.838&amp;nbsp; 30.383 34.519&lt;/P&gt;&lt;P&gt;24.832&amp;nbsp; 30.392 34.396&lt;/P&gt;&lt;P&gt;24.810&amp;nbsp; 30.407 34.308&lt;/P&gt;&lt;P&gt;24.779&amp;nbsp; 30.421 34.307&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS, can I get permission to use some of this data for writing and teaching purposes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 14:21:17 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-03-08T14:21:17Z</dc:date>
    <item>
      <title>6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468376#M36552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;That's brilliant! It sounds much easier than the previous approach. I have zipped four months' worth of data if you want to play with it. Let me know if you want me to upload some more.&lt;/P&gt;&lt;P&gt;I must say I am not familiar at all with arrays, would you mind pointing me to some additional information ? And possibly copy the start of a script?&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:30:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468376#M36552</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-08T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468377#M36553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok... just let me get organized today, and I will have a working set for you.&amp;nbsp; Can you articulate what statistics your want, for what time sequences (ie weekly, monthly, running means, annualized) and do you want just the stats and/or maps and or histograms like the following.&amp;nbsp; Which I derived from the average of the 5 days you already posted.&amp;nbsp; So you can at least have a look at the histogram for one of those in symbology and compare it relatively to this one...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mean_histogram.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/190241_mean_histogram.png" style="width: 620px; height: 467px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 13:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468377#M36553</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-08T13:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468378#M36554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ultimately, I am trying to get an average "growing season temperature or GST" which is an average temperature for each day from 1 October to 30 April, over a 30-year period. It is to characterise the variability within a region so the maps are essential. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea was to get the average Maximum temperature for that period and the average Minimum temperature for the same period and then get the average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A GST per year would be ideal but might be tricky to get as it straddles two years e.g. from 1 October 1961 to 30 April 1962.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 13:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468378#M36554</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-08T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468379#M36555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one month for you to look at the results in the attachment&lt;/P&gt;&lt;P&gt;Currently this is the timing results for what I have so far... reading the monthly data takes 5.5 seconds, calculating the 3 results takes a sip of coffee, and another sip to write them out.&lt;/P&gt;&lt;P&gt;Let me know if the results are correct, I just want to make sure that I calculated the max, avg and min on the correct dimension.&amp;nbsp; I calculated the min, mean and max for each day for the whole area below the time results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timing function for... read_folder&lt;BR /&gt;['mx19610101.txt', 'mx19610102.txt', 'mx19610103.txt', 'mx19610104.txt', 'mx19610105.txt', 'mx19610106.txt', 'mx19610107.txt', 'mx19610108.txt', 'mx19610109.txt', 'mx19610110.txt', 'mx19610111.txt', 'mx19610112.txt', 'mx19610113.txt', 'mx19610114.txt', 'mx19610115.txt', 'mx19610116.txt', 'mx19610117.txt', 'mx19610118.txt', 'mx19610119.txt', 'mx19610120.txt', 'mx19610121.txt', 'mx19610122.txt', 'mx19610123.txt', 'mx19610124.txt', 'mx19610125.txt', 'mx19610126.txt', 'mx19610127.txt', 'mx19610128.txt', 'mx19610129.txt', 'mx19610130.txt', 'mx19610131.txt']&lt;BR /&gt;Results for... read_folder&lt;BR /&gt;&amp;nbsp; time taken ...5.534821477e+00 sec.&lt;/P&gt;&lt;P&gt;Timing function for... calc_stats&lt;BR /&gt;Results for... calc_stats&lt;BR /&gt;&amp;nbsp; time taken ...5.698581223e-02 sec.&lt;/P&gt;&lt;P&gt;Timing function for... write_file&lt;BR /&gt;Results for... write_file&lt;BR /&gt;&amp;nbsp; time taken ...2.026189804e-01 sec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; s.shape&lt;/P&gt;&lt;P&gt;(691, 886, 31)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; s.ndim&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; for i in range(31):&lt;/P&gt;&lt;P&gt;...&amp;nbsp; print("{:&amp;gt;6.3f}&amp;nbsp; {:&amp;gt;6.3f} {:&amp;gt;6.3f}".format(s&lt;I&gt;.min(), s&lt;I&gt;.mean(), s&lt;I&gt;.max()))&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;25.921&amp;nbsp; 30.192 33.996&lt;/P&gt;&lt;P&gt;25.933&amp;nbsp; 30.194 34.139&lt;/P&gt;&lt;P&gt;25.936&amp;nbsp; 30.196 34.311&lt;/P&gt;&lt;P&gt;25.575&amp;nbsp; 30.198 34.483&lt;/P&gt;&lt;P&gt;25.790&amp;nbsp; 30.201 34.655&lt;/P&gt;&lt;P&gt;25.970&amp;nbsp; 30.205 34.776&lt;/P&gt;&lt;P&gt;25.990&amp;nbsp; 30.209 34.897&lt;/P&gt;&lt;P&gt;26.014&amp;nbsp; 30.212 34.986&lt;/P&gt;&lt;P&gt;26.032&amp;nbsp; 30.217 35.077&lt;/P&gt;&lt;P&gt;25.968&amp;nbsp; 30.222 35.137&lt;/P&gt;&lt;P&gt;25.789&amp;nbsp; 30.227 35.196&lt;/P&gt;&lt;P&gt;25.618&amp;nbsp; 30.232 35.236&lt;/P&gt;&lt;P&gt;25.464&amp;nbsp; 30.238 35.285&lt;/P&gt;&lt;P&gt;25.338&amp;nbsp; 30.243 35.313&lt;/P&gt;&lt;P&gt;25.242&amp;nbsp; 30.250 35.342&lt;/P&gt;&lt;P&gt;25.168&amp;nbsp; 30.258 35.370&lt;/P&gt;&lt;P&gt;25.103&amp;nbsp; 30.266 35.379&lt;/P&gt;&lt;P&gt;25.057&amp;nbsp; 30.275 35.396&lt;/P&gt;&lt;P&gt;25.012&amp;nbsp; 30.285 35.394&lt;/P&gt;&lt;P&gt;24.978&amp;nbsp; 30.295 35.391&lt;/P&gt;&lt;P&gt;24.945&amp;nbsp; 30.305 35.378&lt;/P&gt;&lt;P&gt;24.921&amp;nbsp; 30.315 35.364&lt;/P&gt;&lt;P&gt;24.898&amp;nbsp; 30.326 35.318&lt;/P&gt;&lt;P&gt;24.884&amp;nbsp; 30.339 35.191&lt;/P&gt;&lt;P&gt;24.871&amp;nbsp; 30.349 35.017&lt;/P&gt;&lt;P&gt;24.860&amp;nbsp; 30.360 34.833&lt;/P&gt;&lt;P&gt;24.849&amp;nbsp; 30.371 34.661&lt;/P&gt;&lt;P&gt;24.838&amp;nbsp; 30.383 34.519&lt;/P&gt;&lt;P&gt;24.832&amp;nbsp; 30.392 34.396&lt;/P&gt;&lt;P&gt;24.810&amp;nbsp; 30.407 34.308&lt;/P&gt;&lt;P&gt;24.779&amp;nbsp; 30.421 34.307&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS, can I get permission to use some of this data for writing and teaching purposes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468379#M36555</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-08T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468380#M36556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468380#M36556</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-08T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468381#M36557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that. I somehow get different results. Just looking at the first txt file (mx19610101), I get:&lt;/P&gt;&lt;P&gt;min = 7.829 ; mean = 26.725; max = 45.344.&lt;/P&gt;&lt;P&gt;That's just from reading the Statistics of the grid obtained from the txt file and that seems more realistic for the month of January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding using the data fro writing/teaching, I'll have to get back to you tonight on that one as it is not freely available data and I just need to make sure it's okay to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 00:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468381#M36557</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-09T00:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468382#M36558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ... I will rearrange the axes so the days are first (ie 31)&amp;nbsp; The min, avg and max were the values for all locations on a day, not the observed minimum for the whole of Aust. That is what I wanted to clear up, so it isn't a problem.&amp;nbsp; You can get the min on any day (location not relevant), min (the average minimum... if that makes sense) and any combination/permutation you want, since the data are all there, it is just a matter of pulling it out.&amp;nbsp; No sweat if the actual data can't be used, I just thought it would be nice for materials on time series and a variety of other things..&amp;nbsp; Australia is readily recognizable, self-contained and makes a cool map area... I can simply rescale, shift, rotate, what you have posted, translate and trim the data and plunk it in New Brunswick Can. or somewhere else ... real or imaginary.&amp;nbsp; It is just hard to replicate real temporal data.&amp;nbsp; Once you have the pattern, you can make it totally anon.&amp;nbsp; ...but let me know in any event,&amp;nbsp;&amp;nbsp; we are time-shifted, so I should hope to be finished up with the scripts/summaries 12 hours from now for you to check again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 02:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468382#M36558</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-09T02:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468383#M36559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I branched this to a new discussion for those that are interested in this component and not the original ... or vica versa&lt;/P&gt;&lt;P&gt;I will send stuff later today... that is today Cdn time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468383#M36559</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-11T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468384#M36560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so I have the stats reporting in this fashion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timing function for... read_folder&lt;BR /&gt;['mx19610401.txt', 'mx19610402.txt',&amp;nbsp; ... snip ... 'mx19610429.txt', 'mx19610430.txt']&lt;BR /&gt;Results for... read_folder&lt;BR /&gt;&amp;nbsp; time taken ...6.003275519e+00 sec.&lt;/P&gt;&lt;P&gt;Timing function for... calc_stats&lt;BR /&gt;Results for... calc_stats&lt;BR /&gt;&amp;nbsp; time taken ...5.432958609e-02 sec.&lt;/P&gt;&lt;P&gt;Timing function for... write_stats&lt;BR /&gt;Results for... write_stats&lt;BR /&gt;&amp;nbsp; time taken ...2.396773786e-01 sec.&lt;/P&gt;&lt;P&gt;Timing function for... write_all&lt;BR /&gt;['mx19610401.txt', 'mx19610402.txt', ... snip ...&amp;nbsp; 'mx19610429.txt', 'mx19610430.txt']&lt;BR /&gt;Results for... write_all&lt;BR /&gt;&amp;nbsp; time taken ...7.070477038e+00 sec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day, min, mean, max&lt;/P&gt;&lt;P&gt;00&amp;nbsp;&amp;nbsp; 6.4&amp;nbsp; 28.2&amp;nbsp; 41.6&lt;/P&gt;&lt;P&gt;01&amp;nbsp;&amp;nbsp; 7.9&amp;nbsp; 28.2&amp;nbsp; 40.3&lt;/P&gt;&lt;P&gt;02&amp;nbsp; 12.6&amp;nbsp; 27.8&amp;nbsp; 40.4&lt;/P&gt;&lt;P&gt;... snip ...&lt;/P&gt;&lt;P&gt;28&amp;nbsp;&amp;nbsp; 8.0&amp;nbsp; 24.8&amp;nbsp; 38.1&lt;/P&gt;&lt;P&gt;29&amp;nbsp;&amp;nbsp; 6.9&amp;nbsp; 24.7&amp;nbsp; 38.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attached are the rest of the months for checking.&amp;nbsp; If ok, then I will send the scripts ... after I have written the lesson plan for them &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 11:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468384#M36560</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-12T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468385#M36561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;ADDENDUM&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;It isn't letting me save attachments today... you will have to email me at my profile email so I can email you the zips files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never mind... it is just slow with no progress bar being given&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 11:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468385#M36561</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-12T11:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468386#M36562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, it happended to me before with the attachments. I am downloading them right now and will have a look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 12:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468386#M36562</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-12T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468387#M36563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The results seem correct, Australia is certainly very hot in summer! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 12:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468387#M36563</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-12T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468388#M36564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good... I will wrap it up...&amp;nbsp; Distorted enough for you &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="blog_banner_01.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/190862_blog_banner_01.png" style="width: 620px; height: 108px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 12:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468388#M36564</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-12T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468389#M36565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;script attached... kept it as verbose as possible&lt;/P&gt;&lt;P&gt;you will have to add batch capabilities and output path generation, and assigning the spatial reference if needed.&lt;/P&gt;&lt;P&gt;I included the prj information within the header plus a bunch of other stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to data reclassification into temperature bands, then have a look at my blog post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55629"&gt;Reclassify raster data simply&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDENDUM&lt;/P&gt;&lt;P&gt;link fixed (hopefully)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 12:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468389#M36565</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-13T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: 6,000+ rasters the follow-up</title>
      <link>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468390#M36566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks a lot for that. I will have a look this week-end and let you know how I go!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 08:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/6-000-rasters-the-follow-up/m-p/468390#M36566</guid>
      <dc:creator>MathieuLacorde1</dc:creator>
      <dc:date>2016-03-17T08:45:14Z</dc:date>
    </item>
  </channel>
</rss>

