Barry & Prof Ripley:
Thanks!!
mode="wb" solve the problem.
BTW, it's he.
D Kelly O'Day
--
View this message in context:
http://r.789695.n4.nabble.com/Problem-downloading-and-opening-netcdf-file-tp3046897p3047002.html
Sent from the R help mailing list archive at Nabble.com.
___
On Wed, 17 Nov 2010, Barry Rowlingson wrote:
On Wed, Nov 17, 2010 at 2:54 PM, D Kelly O'Day wrote:
I am trying to download and open an on-line netcdf file.
I'm using Windows XP and R 2.11.1
Here's my script
library(ncdf)
link <-
"http://ibis.grdl.noaa.gov/SAT/SeaLevelRise/slr/slr_sla_gbl
On Wed, Nov 17, 2010 at 2:54 PM, D Kelly O'Day wrote:
>
> I am trying to download and open an on-line netcdf file.
>
> I'm using Windows XP and R 2.11.1
>
> Here's my script
>
> library(ncdf)
> link <-
> "http://ibis.grdl.noaa.gov/SAT/SeaLevelRise/slr/slr_sla_gbl_free_all_66.nc";
> dest <- "C:
I am trying to download and open an on-line netcdf file.
I'm using Windows XP and R 2.11.1
Here's my script
library(ncdf)
link <-
"http://ibis.grdl.noaa.gov/SAT/SeaLevelRise/slr/slr_sla_gbl_free_all_66.nc";
dest <- "C:/temp/slr_sla_gbl_free_all_66.nc"
download.file(url=link,destfile=d
4 matches
Mail list logo