search for: oceanview

Displaying 2 results from an estimated 2 matches for "oceanview".

2024 Feb 01
1
Need help testing a problem
...es ?curl?, ?crul? and ?http? are up to date. > > 3. Run the following: > > # load rerddap > library("rerddap?) > # delete rerddap cache just in case > cache_delete_all() > # get the data extract > dat <- tabledap('FED_JSATS_detects', url = "https://oceanview.pfeg.noaa.gov/erddap/", 'study_id="RBDD_2018"', callopts = list(verbose = TRUE), store = memory()) > > 4. If it works also do: > > head(dat) > > Either way if all the output could be sent to me it would be very helpful. The download may take a couple o...
2024 Jan 31
1
Need help testing a problem
...the latest 2. make certain that the packages ?curl?, ?crul? and ?http? are up to date. 3. Run the following: # load rerddap library("rerddap?) # delete rerddap cache just in case cache_delete_all() # get the data extract dat <- tabledap('FED_JSATS_detects', url = "https://oceanview.pfeg.noaa.gov/erddap/", 'study_id="RBDD_2018"', callopts = list(verbose = TRUE), store = memory()) 4. If it works also do: head(dat) Either way if all the output could be sent to me it would be very helpful. The download may take a couple of minutes, the file size is abo...