<?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: Monthly average snow depth files  in Renewable Energy Questions</title>
    <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407172#M107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replay, Dan.&amp;nbsp; It's not quite so straight forward.&amp;nbsp; There is no header file, although I did get a suggested header file from their tech support.&amp;nbsp; The problem is that each month of the year is included in one download file, so I think I need to read it in and write out each month to a separate file.&amp;nbsp; They supply the Fortran code to read it, and I can do that, but I was wondering if anyone else has done it yet.&amp;nbsp; Thanks again!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 21:12:33 GMT</pubDate>
    <dc:creator>PriscillaCoe</dc:creator>
    <dc:date>2015-08-17T21:12:33Z</dc:date>
    <item>
      <title>Monthly average snow depth files</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407170#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to import grids from the Candadian Meteorological Centre to ArcGIS but it looks like some processing of each file will be needed.&amp;nbsp; I'm wondering if anyone has developed scripts to read these files and prepare them for ASCII to Raster import? Here is the link: &lt;A href="http://nsidc.org/data/NSIDC-0447" title="http://nsidc.org/data/NSIDC-0447"&gt;Data Set Landing Page&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407170#M105</guid>
      <dc:creator>PriscillaCoe</dc:creator>
      <dc:date>2015-08-13T23:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly average snow depth files</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407171#M106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is pretty straight forward... the format etc is well described in the documentation and there is an ftp site for downloading.&amp;nbsp; The asciii file is tab delimited and they indicated that they can be view in a text editor.&amp;nbsp; Check the first couple of lines to see if it contains typical ascii raster format and you can use asciitoraster in the conversion toolset&lt;/P&gt;&lt;P&gt;&lt;A href="http://nsidc.org/data/docs/daac/nsidc0447_CMC_snow_depth/index.html#format" title="http://nsidc.org/data/docs/daac/nsidc0447_CMC_snow_depth/index.html#format"&gt;Canadian Meteorological Centre (CMC) Daily Snow Depth Analysis Data&lt;/A&gt; &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 01:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407171#M106</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-08-14T01:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly average snow depth files</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407172#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replay, Dan.&amp;nbsp; It's not quite so straight forward.&amp;nbsp; There is no header file, although I did get a suggested header file from their tech support.&amp;nbsp; The problem is that each month of the year is included in one download file, so I think I need to read it in and write out each month to a separate file.&amp;nbsp; They supply the Fortran code to read it, and I can do that, but I was wondering if anyone else has done it yet.&amp;nbsp; Thanks again!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 21:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407172#M107</guid>
      <dc:creator>PriscillaCoe</dc:creator>
      <dc:date>2015-08-17T21:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly average snow depth files</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407173#M108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can all be done, somewhat tediously, in Python using the &lt;A href="https://docs.python.org/2/library/csv.html"&gt;csv &lt;/A&gt;library. Read through each line. If it contains only the date, start a new file. If it contains data, write the line to the new file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious, if you have the code and can do this in Fortran, why bother making your own script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 23:12:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407173#M108</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-08-17T23:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly average snow depth files</title>
      <link>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407174#M109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion. I would have to tweak the Fortran code, plus I don't have a compiler, plus I'm lazy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 23:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/renewable-energy-questions/monthly-average-snow-depth-files/m-p/407174#M109</guid>
      <dc:creator>PriscillaCoe</dc:creator>
      <dc:date>2015-08-17T23:22:36Z</dc:date>
    </item>
  </channel>
</rss>

