Чтение / открытие данных Oceancolor из MODIS в формате nc
В этом месяце формат данных oceancolor ( http://oceancolor.gsfc.nasa.gov/cms/) начал переходить с hdf на nc. Я работаю с R-software, но я не могу открыть этот тип данных с помощью R.. у кого-нибудь есть идеи?
> library (ncdf)
> indeso.nc <- open.ncdf('D:/A2015199.L3m_DAY_SST_sst_4km.nc')
Error in R_nc_open: NetCDF: Unknown file format
Error in open.ncdf("D:/A2015199.L3m_DAY_SST_sst_4km.nc") :
Error in open.ncdf trying to open file D:/A2015199.L3m_DAY_SST_sst_4km.nc
> print (indeso.nc);
Error in print(indeso.nc) : object 'indeso.nc' not found
Подробнее я читаю новый R-пакет (ncdf4 - https://cran.r-project.org/web/packages/ncdf4/index.html). Но этот пакет не может быть установлен
> library (ncdf4)
Error in library(ncdf4) : there is no package called ‘ncdf4’
> utils:::menuInstallPkgs()
--- Please select a CRAN mirror for use in this session ---
Package which is only available in source form, and may need
compilation of C/C++/Fortran: ‘ncdf4’
These will not be installed