Description Usage Arguments Value
View source: R/extractRadarGrid.R
Extract radar Cartesian data over a set of points.
1 2 3 4 5 6 7 8 9 10 11 12 |
url |
The URL of the server. Ex: "http://192.168.1.10:8080" |
source |
A partial path of the directory containing the folders dates of the mdv files. Ex: "radarCart/ops", "ctrec" or "radarCart/echo_tops" |
start_time, end_time |
The start and end time same time zone as |
fields |
Vector of the fields to extract. |
points |
A data frame of the points to extract. Data frame with column names "id", "longitude" and "latitude" |
levels |
A vector of the index of altitudes to be extracted in integer, or -1 to extract all available altitude |
padxyz |
A vector of the padding to use in number of pixels, in order "lon", "lat", "alt" |
fun_sp |
Character, function to be used for the padding. Options: "mean", "median", "max", "min" |
time_zone |
the time zone of |
A named list
points: the original points used to extract the data
date: list of dates of the extracted data
altitude: list of the altitudes of the extracted data
data: list of the fields in the form of 3d array.
Dimension: (length(date) x length(altitude) x length(points))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.