netcdf saoArchive/820405.sf { dimensions: station = 1489; len8 = 8; len4 = 4; len2 = 2; time = 24; variables: float SLAT(station=1489); :long_name = "latitude"; :units = "degrees_north"; :missing_value = -9999.0f; // float :standard_name = "latitude"; float SLON(station=1489); :long_name = "longitude"; :units = "degrees_east"; :missing_value = -9999.0f; // float :standard_name = "longitude"; char STID(station=1489, len8=8); :long_name = "Station identifier"; :standard_name = "station_id"; int STNM(station=1489); :long_name = "WMO station id"; :missing_value = -9999; // int float SELV(station=1489); :long_name = "altitude"; :units = "meter"; :missing_value = -9999.0f; // float :positive = "up"; :standard_name = "station_altitude"; char STAT(station=1489, len2=2); :long_name = "state or province"; char COUN(station=1489, len2=2); :long_name = "country code"; char STD2(station=1489, len4=4); :long_name = "Extended station id"; int SPRI(station=1489); :long_name = "Station priority"; :missing_value = -9999; // int double time(time=24); :units = "seconds since 1970-01-01 00:00:00"; :long_name = "time"; Structure { float PMSL; :long_name = "Mean sea level pressure"; :units = "millibar"; :missing_value = -9999.0f; // float float ALTI; :long_name = "Altimeter setting"; :units = "inch_Hg"; :missing_value = -9999.0f; // float float TMPK; :long_name = "Temperature"; :units = "K"; :missing_value = -9999.0f; // float float DWPK; :long_name = "Dew-point temperature"; :units = "K"; :missing_value = -9999.0f; // float float SPED; :long_name = "Wind speed"; :units = "meter/second"; :missing_value = -9999.0f; // float float DRCT; :long_name = "Wind direction"; :units = "degree"; :missing_value = -9999.0f; // float float CFRT; :long_name = "Cloud Coverage Symbol"; :missing_value = -9999.0f; // float float WWMO; :long_name = "Numeric WMO weather code"; :missing_value = -9999.0f; // float byte _isMissing; :description = "missing flag - 1 means all params are missing"; :missing_value = 1B; // byte } SFDT(station=1489, time=24); :coordinates = "time SLAT SLON SELV"; // global attributes: :CF:featureType = "timeSeries"; :Conventions = "GEMPAK/CDM"; :file_format = "GEMPAK Surface (standard)"; :history = "Direct read of GEMPAK Surface (standard) into NetCDF-Java API"; :featureType = "timeSeries"; }