Description Usage Arguments Value
View source: R/extractRadarPolar.R
Extract radar polar data over a set of points.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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. |
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" |
sweeps |
A vector of the index of elevation angles to be extracted in integer, or -1 to extract all available elevation angles |
pia |
A named list of of the method and parameters to use to perform an attenuation correction for the reflectivity fields before extraction.
Default |
dbz_fields |
A vector of reflectivity fields to correct the attenuation. Must be in |
filter |
A named list of the method and parameters to use to filter the fields before extraction.
Default |
filter_fields |
A vector of fields in which the filter will be applied. Must be in |
apply_cmd |
Logical, apply clutter mitigation decision to the fields. Default |
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
elevation_angle: list of the elevation angles of the extracted data
data: list of longitude, latitude, altitude and the fields in the form of 3d array.
Dimension: (length(date) x length(elevation_angle) x length(points))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.