search for: ssta

Displaying 3 results from an estimated 3 matches for "ssta".

Did you mean: sata
2007 Jul 02
1
download.file - it works on my Mac but not on Windows.
Hi: I am working with someone remotely to allow them access to our data. The follow command using "download.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.noa...
2007 Jul 03
0
(no subject)
Hi: We are having some very strange problems with R on WIndows, both with 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...
2012 Dec 13
2
More efficient use of reshape?
Hi all, I have played a bit with the "reshape" package and function along with "melt" and "cast", but I feel I still don't have a good handle on how to use them efficiently. Below I have included a application of "reshape" that is rather clunky and I'm hoping someone can offer advice on how to use reshape (or melt/cast) more efficiently. #For this