<?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: Reading large NetCDF file in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291347#M16680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Remember you are creating a layer and it may be subjected to the memory of your system. While you may have a lot of RAM to spare ArcMap is a 32 bit process in the foreground and at 10.1 background it is 64 bit.&amp;nbsp; Can you indicate if the process fails due to memory?&amp;nbsp; While I have never tried to create a NETCdf of that size, I would think that the limitations of a layer file on your system would be the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 10:56:47 GMT</pubDate>
    <dc:creator>JeffreySwain</dc:creator>
    <dc:date>2012-12-04T10:56:47Z</dc:date>
    <item>
      <title>Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291346#M16679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to create a large NetCDF file that I can load into ArcMap 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For smaller files (eg 100 MB) it works, but for larger files (eg 5GB) the Make NetCDF Raster Layer tool either takes hours, or hangs indefinitely (possibly because I give up after a few hours).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any limitations on how large a NetCDF file can be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any particular requirements for ArcMap to load the file in a reasonable time?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The 5GB file I'm trying to load at the moment has this header (from ncdump -h)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;netcdf largeFillValue { // format variant: 64bit
dimensions:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x = 39393 ;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y = 17766 ;
variables:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double x(x) ;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double y(y) ;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; double z(x, y) ;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z:_FillValue = 9.96920996838687e+036 ;
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to add any specific parameters to the file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The values are all eastings/northings, not lon/lat.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291346#M16679</guid>
      <dc:creator>__11</dc:creator>
      <dc:date>2021-12-11T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291347#M16680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Remember you are creating a layer and it may be subjected to the memory of your system. While you may have a lot of RAM to spare ArcMap is a 32 bit process in the foreground and at 10.1 background it is 64 bit.&amp;nbsp; Can you indicate if the process fails due to memory?&amp;nbsp; While I have never tried to create a NETCdf of that size, I would think that the limitations of a layer file on your system would be the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 10:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291347#M16680</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-12-04T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291348#M16681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Remember you are creating a layer and it may be subjected to the memory of your system. While you may have a lot of RAM to spare ArcMap is a 32 bit process in the foreground and at 10.1 background it is 64 bit.&amp;nbsp; Can you indicate if the process fails due to memory?&amp;nbsp; While I have never tried to create a NETCdf of that size, I would think that the limitations of a layer file on your system would be the issue.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There's nothing to indicate that lack of memory is the problem. According to Task Manager, ArcMap, ArcSOCP, ArcSOMP use about 500MB between them - nowhere near the 2GB per process limit - after I have loaded the previously described 5GB file. (I don't know how long it took to load - I left it running overnight after waiting an hour for it then going home.) I get similar results with Windows XP with 3GB RAM + 3GB page file and Windows 7 32-bit, 12 GB RAM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 21:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291348#M16681</guid>
      <dc:creator>__11</dc:creator>
      <dc:date>2012-12-04T21:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291349#M16682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've found the problem. Z must be stored in row-major order, ie z(y, x), not z(x, y).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The latter works, but is unusably slow especially with larger data sets (presumably once the size of z exceeds the cache).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 01:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291349#M16682</guid>
      <dc:creator>__11</dc:creator>
      <dc:date>2012-12-05T01:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291350#M16683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've found the problem. Z must be stored in row-major order, ie z(y, x), not z(x, y).&lt;BR /&gt;The latter works, but is unusably slow especially with larger data sets (presumably once the size of z exceeds the cache).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well that fix works in some cases....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Specifically on Windows 7 64-bit with 32GB RAM, ArcGIS Desktop 10, ArcMap 10.0 build 2414, it works - loading the 5GB NetCDF file in about 2 minutes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However on Windows XP 32-bit with 4GB RAM, ArcGIS Desktop 10 SP2, ArcMAP 10.0 build 3200, the same file thrashes the harddisk continuously and takes 15 minutes or longer to load (and then is unusably slow).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 05:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291350#M16683</guid>
      <dc:creator>__11</dc:creator>
      <dc:date>2012-12-05T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading large NetCDF file</title>
      <link>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291351#M16684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are creating the NetCDF, I always recommend using a &lt;/SPAN&gt;&lt;A href="http://puma.nerc.ac.uk/cgi-bin/cf-checker.pl?cfversion=1.0"&gt;format checker&lt;/A&gt;&lt;SPAN&gt;, like the one found here to find any errors with regards to the formatting.&amp;nbsp; Out or curiosity, how is the performance of a 1 gig NetCDF file on your system?&amp;nbsp; Most of the NetCDFs that I have used are no where near that size of file and still generate fairly good sized rasters when exported.&amp;nbsp; Have you taken a look at how large the 5 Gig NetCDF raster output will be?&amp;nbsp; I still would consider using a smaller file based on your description.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 10:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reading-large-netcdf-file/m-p/291351#M16684</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-12-05T10:27:00Z</dc:date>
    </item>
  </channel>
</rss>

