Tag: netcdf
-
NOAA OISST v2 High Resolution daily sea surface temperatures with R
Update, 2015-11-30 It appears that NOAA has gone through and upgraded all of the OISST files to the newer version of the NetCDF file format. As a result, the functions outlined in this post don’t work any longer. Instead, see the updated functions in my newer post, https://lukemiller.org/index.php/2014/11/extracting-noaa-sea-surface-temperatures-with-ncdf4/. The concepts are the same as described…
-
ncdf4 R package binaries for Windows
David Pierce has made available a pre-packaged Windows binary version of his ncdf4 package for R. Go to his ncdf page to download the zip file you need. The current file at the time of this writing is ncdf_1.8.1.zip. http://cirrus.ucsd.edu/~pierce/ncdf/ After downloading the zip file to your Windows computer, you can install this R package…
-
Extracting sea surface temperatures from NOAA’s OISSTv2
Update, 2015-11-30 It appears that NOAA has gone through and upgraded all of the OISST files to the newer version of the NetCDF file format. As a result, the functions outlined in this post don’t work any longer. Instead, see the updated functions in my newer post, https://lukemiller.org/index.php/2014/11/extracting-noaa-sea-surface-temperatures-with-ncdf4/. The concepts are the same as described…