RNetCDF
RNetCDF copied to clipboard
Read and write netcdf format in R
An error occurred while using the utcal.nc function to converte the time amounts to UTC date. The example of .nc data is from NCEP () ```r library(RNetCDF) diri = "C:/Rmet/data/slp.mon.ltm.1991-2020.nc"...
Firstly, apologies if what I am asking for is already possible... When loading in data from a NetCDF file, it is often useful to be able to select only a...
Hello. I'm running RStudio, version 2022.07.1 554 Build "Spotted Wakerobin" Release for macOS. My computer's MacOS is Monterey Version 12.3. I am unable to download the RNetCDF package. I keep...
There's a longish discussion over here attempting to figure out certificate issues on Windows. I think I'm running into the same thing with RNetCDF. ```r > RNetCDF::open.nc("https://cida.usgs.gov/thredds/dodsC/prism#log&show=fetch") #> Note:Caching=1 #>...
As suggested by @lhmarsden in #102 , `var.get.nc` would be enhanced by adding an optional argument to search for variables based on the standard_name attribute (instead of the variable name)....
RNetCDF has limited integration with udunits2 for conversion of time units in netcdf attributes. Other R packages now provide interfaces to udunits2, such as https://cran.r-project.org/web/packages/units/index.html . The RNetCDF installation process...
The `read.nc` function allows `start` and `count` arguments to be passed to `var.get.nc`, but the same arguments are applied to all variables. Thanks to Marc Girondot for reporting this issue....
OpenDAP is a great way to remotely access large NetCDF datasets. The current version of RNetCDF works with OpenDAP links for un-authenticated URLs. For example, for GHCN CAMS data from...