- dataInfo
- the return from an 'rerddap::info' call to an 'ERDDAP™' server
- parameter
- character string containing the name of the parameter to extract
- xcoord
- a real array with the x-coordinates of the trajectory (if longitude in #' decimal degrees East, either 0-360 or -180 to 180)
- ycoord
- a real array with the y-coordinate of the trajectory (if latitude in
decimal degrees N; -90 to 90)
- zcoord
-a real array with the z-coordinate of the trajectory (usually altitude or depth)
- tcoord
- a character array with the times of the trajectory in
"YYYY-MM-DD" - for now restricted to be time.
- xlen
- real array defining the longitude box around the given point (xlen/2 around the point)
- ylen
- real array defining the latitude box around the given point (ylen/2 around the point)
- zlen
- real array defining the depth or altitude box around the given point (zlen/2 around the point)
- xName
- character string with name of the xcoord in the 'ERDDAP™' dataset (default "longitude")
- yName
- character string with name of the ycoord in the 'ERDDAP™' dataset (default "latitude")
- zName
- character string with name of the zcoord in the 'ERDDAP™' dataset (default "altitude")
- tName
- character string with name of the tcoord in the 'ERDDAP™' dataset (default "time")
- interp
- array (size 2) of character strings - c(interpolation type, neighborhood)
Uses the new ERDDAP interpoation option to get values
See Vignette for details
Default is Null, do not use the interpolation option
- verbose
- logical variable (default FALSE)
if the the URL request should be verbose
- progress_bar
- logical variable (default FALSE)
should a progress bar be displayed