[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #IBY-859243]: Extract ascii from netcdf

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.


  • Subject: [netCDF #IBY-859243]: Extract ascii from netcdf
  • Date: Mon, 19 Dec 2011 09:02:20 -0700

Javier-

You will want to use the ncdump tool.
Start by doing the command
    ncdump -h <your file name>
This will show you the variables in your
data.

If you want to then get some specific variable,
XX say, the do the command
    ncdump -v XX <your file name>
This will output the contents of that variable
in ascii format.


=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: IBY-859243
Department: Support netCDF
Priority: Normal
Status: Closed