This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>To: "'address@hidden'" <address@hidden> >From: Trevor Gilbert <address@hidden> >Subject: netCDF into ArcView GIS format >Organization: UCAR/Unidata >Keywords: 200106230458.f5N4wc101636 Hi Trevor, > I am looking to find a way to import netCDF files (most meteorological > datasets) into a GIS readable format. > > The ArcView software can import ASCII files, excel and dbase formats. > > Do you or your group have software that will convert netCDF files into any > these easily.? You can use the ncdump utility that comes with netCDF to get an ASCII version of the data, but it would require some reformatting to make it suitable as input to another program. You could do that reformatting with a text editor for a small amount of data, but if you have many files or lots of data, you'd need to automate the conversion with another program or script. A few other possibilities appear in this support reply to a similar question: http://www.unidata.ucar.edu/glimpse/netcdf/3895 --Russ