Skip to content

Instantly share code, notes, and snippets.

@sfinkens
Created August 24, 2018 08:57
Show Gist options
  • Save sfinkens/0dfddd3da8082c662df854fb89882814 to your computer and use it in GitHub Desktop.
Save sfinkens/0dfddd3da8082c662df854fb89882814 to your computer and use it in GitHub Desktop.
GOES ncdump
netcdf goes15.2018.230.210018.BAND_04 {
dimensions:
xc = 5212 ;
yc = 2704 ;
time = 1 ;
auditCount = 2 ;
auditSize = 80 ;
variables:
int version ;
version:long_name = "McIDAS area file version" ;
int sensorID ;
sensorID:long_name = "McIDAS sensor number" ;
int imageDate ;
imageDate:long_name = "image year and day of year (in ccyyddd format)" ;
int imageTime ;
imageTime:long_name = "image time in UTC (hours/minutes/seconds, in HHMMSS format)" ;
int startLine ;
startLine:long_name = "starting image line (in satellite coordinates)" ;
int startElem ;
startElem:long_name = "starting image element (in satellite coordinates)" ;
int time(time) ;
time:long_name = "seconds since 1970-1-1 0:0:0" ;
time:units = "seconds since 1970-1-1 0:0:0" ;
int dataWidth ;
dataWidth:long_name = "number of 8-bit bytes per source data point" ;
int lineRes ;
lineRes:long_name = "resolution of each pixel in line direction" ;
lineRes:units = "km" ;
int elemRes ;
elemRes:long_name = "resolution of each pixel in element direction" ;
elemRes:units = "km" ;
int prefixSize ;
prefixSize:long_name = "line prefix size in 8-bit bytes" ;
int crDate ;
crDate:long_name = "image creation year and day of year in ccyyddd format" ;
int crTime ;
crTime:long_name = "image creation time in UTC in hhmmss format" ;
int bands ;
bands:long_name = "satellite channel number" ;
char auditTrail(auditCount, auditSize) ;
auditTrail:long_name = "audit trail" ;
float data(time, yc, xc) ;
data :long_name = "Raw Satellite Counts" ;
data :type = "GVAR" ;
data :coordinates = "lon lat" ;
float lat(yc, xc) ;
lat:long_name = "lat" ;
lat:units = "degrees_north" ;
float lon(yc, xc) ;
lon:long_name = "lon" ;
lon:units = "degrees_east" ;
// global attributes:
:Conventions = "CF-1.4" ;
:Source = "McIDAS Area File" ;
:Satellite\ Sensor = "G-15 IMG " ;
data:
version = 4 ;
sensorID = 184 ;
imageDate = 2018230 ;
imageTime = 210000 ;
startLine = 2485 ;
startElem = 5789 ;
time = 1534626000 ;
dataWidth = 4 ;
lineRes = 4 ;
elemRes = 4 ;
prefixSize = 232 ;
crDate = 2018230 ;
crTime = 210018 ;
bands = 4 ;
auditTrail =
"18230 222649 IMGCOPY DELIVERY/IN3572961894.1 DELIVERY/NC3572961894.4 LINELE=2485",
" 5789 I PLACE=ULEFT BAND=4 DOC=YES MAG=-1 -1 SIZE=2704 5209 " ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment