You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read a time series of vertical profiles (vpts) from file
read_vpts(
file,
radar,
lat,
lon,
height,
wavelength="C"
)
Reason for change
VPTS CSV is now a standardized format for VPTS data. We need a function to read that data
It is intended to replace the "A text file containing the standard output (stdout) generated by vol2bird (or the package function calculate_vp)."
Questions
Should data be converted to VPTS object or remain a data frame? This depends on whether we want to keep vpts objects around or make those regular data frames. @adokter
VPTS objects have some conventions regarding column order and names. I think those should be adopted in VPTS (data frames).
Current functionality
Read a time series of vertical profiles (
vpts
) from fileReason for change
calculate_vp
)."Questions
read_vpts()
: support reading remote files #420)stdout
objects? That requires keeping around all the parameters too.Todo
radar
parameter. It is included in data asradar
lat
parameter. It is included in data asradar_latitude
long
parameter. It is included in data asradar_longitude
height
parameter. It is included in data asradar_height
wavelength
parameter. It is included in data asradar_wavelength
file
. Those files will be combined.readr
as dependencyNA
andNaN
(see data read with read_stdout does not distinguish between NA and NaN (nodata and undetect) #40)The text was updated successfully, but these errors were encountered: