I've been using the ncdf package for reading climate data (mostly, NCEP/NCAR
and ECMWF reanalysis stuff). The package does what it says on the tin, but
can become quite slow when working with large data sets (e.g. a stack of
daily grids say 144x73 elements 1970-to date). Does anyone have any tips for
speedy retrieval? I'm thinking about typical drilling/slicing type
operations.

Cheers, Ben

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Prof Brian Ripley
Sent: 12 November 2004 15:05
To: Yogesh K. Tiwari
Cc: [EMAIL PROTECTED]
Subject: Re: [R] whether R can import netcdf file format data ?


On Fri, 12 Nov 2004, Yogesh K. Tiwari wrote:

> Whether 'R' can import Netcdf format data files ??

It can read from and write to them, at least.

> Any package in 'R' that can help me on this front ??

Do look at the `R Data Import/Export' manual that ships with R (a recent
version is needed), or the R FAQ or the list of packages on CRAN.
You will find RNetCDF, ncdf and ncvar.

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to