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.
this file seems to have no data, only coordinates:
netcdf C:/data/FAAM_20060427_0822.nc {
dimensions:
time = UNLIMITED; // (59 currently)
variables:
int time(time=59);
:long_name = "time of measurement";
:standard_name = "time";
:units = "seconds since 1970-01-01 00:00:00 +0000";
float latitude(time=59);
:long_name = "latitude";
:units = "degree_N";
:_FillValue = NaNf; // float
float longitude(time=59);
:long_name = "longitude";
:units = "degree_E";
:_FillValue = NaNf; // float
float altitude(time=59);
:long_name = "altitude";
:units = "m";
:_FillValue = NaNf; // float
:Source = "unknown_source";
:Conventions = "NCAR-RAF/nimbus";
:ConventionsURL = "http://www.eol.ucar.edu/raf/Software/netCDF.html";
:Version = "1.3";
:DateProcessed = "2006-04-27 15:15:04 +0000";
:ProjectName = "unknown_project";
:Aircraft = "unknown_aircraft";
:ProjectNumber = "000";
:FlightNumber = "unknown_flight";
:FlightDate = "01/01/1970";
:coordinates = "longitude latitude altitude time";
:landmarks = "";
}
Ticket Details
===================
Ticket ID: IFH-755538
Department: Support netCDF Java
Priority: Normal
Status: Open