Displaying 2 results from an estimated 2 matches for "06t00".
Did you mean:
0600
2007 Jul 02
1
download.file - it works on my Mac but not on Windows.
...nload.file" works perfectly on my Mac:
> > download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/
> wcs/satellite/AG/ssta/14day?
> request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage=
> AGssta&Vertical=.0&time=2006-01-06T00:00:00Z&bbox=220,20,250,50",
> destfile="/users/rmendels/desktop/carrie.nc")
> trying URL 'http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/
> satellite/AG/ssta/14day?
> request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage=
>...
2007 Jul 03
0
(no subject)
...th
R 2.4.1 and R 2.5.0. The following command:
> download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/
> satellite/AG/ssta/14day?
> request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage=
> AGssta&Vertical=.0&time=2006-01-06T00:00:00Z&bbox=220,20,250,50",
> destfile="junk.nc")
>
on my Mac downloads a netcdf file, which I can open just fine using
the ncdf package, and displays just fine using the netcdf utility
"ncdump -h"
The same command under Windows downloads a file with that...