Unable to render {include} The included page could not be found.
  1. Downloag and install FWTools, use FWTools 2.3.0 (Windows 32bit) link.
  2. Install HDF Explorer
  3. Register HDF Explorer as a viewer for *.nc files (in Windows Explorer Open with ..., then Browse to HDF Explore and check *Always use this program to open ...).
  4. Convert any source raster file into NetCDF using GDAL:
    gdal_translate.exe -of netCDF input_file.asc output_file.nc
    
  5. Click on output_file.nc to view it using HDF Explorer.


NetCDF useful links

Main sources

Programming

Utilities

nco

http://nco.sourceforge.net/

gdal

http://www.gdal.org/

fwtools

http://fwtools.maptools.org/ (OpenEV, GDAL, MapServer, PROJ.4 and OGDI)

spatial ref

http://spatialreference.org/

NetCDF current discussions

From netcdf news group comp.lib.netcdf

Could not access the content at the URL because it is not from an allowed source.

http://rss.gmane.org/topics/excerpts/gmane.comp.lib.netcdf

You may contact your site administrator and request that this URL be added to the list of allowed sources.

CF NetCDF as default output

The architecture taskforce held a meeting (2008-4-15) on the progress of NetCDF as the default output format for Delft3D and SOBEK. The presentation is attached.

Issues discussed (aside from topics mentioned in the presentation):

  • Importance of adaptation en extension of the CF standard for output.
  • Implementation challenges
  • phasing out old tools and libraries (What is the end of life cycle for old file formats?)
  • backward compatibility (Will we make sure all old files can be read and written?)
  • programming language for conversion tools (Shall we use matlab or another dynamic language to implement the converters?)
  • Planning

Agreed was that:
In the next few months we will work on creating converters to import and export cf/netcdf files from and to our current output files. (april - july)
In the 2nd half of this year we will work to change our output formats from his/nefis to netcdf.

Relevant links:
CF standard
CF standard names
NetCDF
Unstruc example requires access to delft3d/sobek repository
NetCDF sources with VS2005 solution requires access to delft3d/sobek repository

  File Modified
PDF File Netcdf_with_notes.pdf Presentation about the CF/NetCDF file migration 16-04-2008 by Fedor Baart
ZIP Archive samples.zip Polygonial grid example format (open for discussion, not yet standardized) 16-04-2008 by Fedor Baart
Microsoft Powerpoint 97 Slideshow netcdf course.ppt Netcdf course october 2008 18-11-2008 by Fedor Baart

To get the netcdf files working under windows you need the following:

Visual studio >= 7, Visual C++ 6 doesnt support long longs, this will work but you have to manually disable large file support.
An updated cfortran.h, A patch has been sent in 2002 to mr burrow, maintainer of the cfortran bridge http://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg01463.html . I think his whereabouts are not known. The patch is part of default linux distributions.

  • No labels