Displaying 1 result from an estimated 1 matches for "ccd1983_01".
2011 Mar 21
1
Lat Lon NetCDF subset
...#39;m trying to read a subset of a netcdf file into R, but although I'm
relatively experienced using R, I'm still new to netCDF files, so this may
be a very simple/stupid question!
I've included an example of the type of file I'm looking at here.
www.met.reading.ac.uk/~swp06hg/ccd1983_01-dk1_20.nc (~7Mb)
It's a 2D array of the variable CCD along with its lat and long coordinates.
This is its R summary
#[1] "file ccd1983_01-dk1_20.nc has 2 dimensions:"
#[1] "lat Size: 1974"
#[1] "lon Size: 1894"
#[1] "------------------------"
#[1]...