Skip to content
Permalink
Browse files

added DBZ, TH, T as scan parameters read by default

  • Loading branch information
adokter committed Apr 11, 2019
1 parent f7291fd commit 5db08bd3e4e237edc9d61267afaa01dc3cfac4a5
Showing with 15 additions and 4 deletions.
  1. +1 −0 R/map.R
  2. +1 −0 R/plot.ppi.R
  3. +1 −0 R/plot.scan.R
  4. +1 −0 R/ppi.R
  5. +2 −1 R/read_pvolfile.R
  6. +1 −0 man/map.Rd
  7. +1 −0 man/plot.ppi.Rd
  8. +1 −0 man/plot.scan.Rd
  9. +5 −3 man/read_pvolfile.Rd
  10. +1 −0 man/summary.ppi.Rd
@@ -30,6 +30,7 @@
#' \code{summary(x)}. Commonly available parameters are:
#' \describe{
#' \item{"\code{DBZH}", "\code{DBZ}"}{(Logged) reflectivity factor [dBZ]}
#' \item{"\code{TH}", "\code{T}"}{(Logged) uncorrected reflectivity factor [dBZ]}
#' \item{"\code{VRADH}", "\code{VRAD}"}{Radial velocity [m/s]. Radial
#' velocities towards the radar are negative, while radial velocities away
#' from the radar are positive}
@@ -20,6 +20,7 @@
#' by \code{summary(x)}. Commonly available parameters are:
#' \describe{
#' \item{"\code{DBZH}", "\code{DBZ}"}{(Logged) reflectivity factor [dBZ]}
#' \item{"\code{TH}", "\code{T}"}{(Logged) uncorrected reflectivity factor [dBZ]}
#' \item{"\code{VRADH}", "\code{VRAD}"}{Radial velocity [m/s]. Radial
#' velocities towards the radar are negative, while radial velocities away
#' from the radar are positive}
@@ -18,6 +18,7 @@
#' by \code{summary(x)}. Commonly available parameters are:
#' \describe{
#' \item{"\code{DBZH}", "\code{DBZ}"}{(Logged) reflectivity factor [dBZ]}
#' \item{"\code{TH}", "\code{T}"}{(Logged) uncorrected reflectivity factor [dBZ]}
#' \item{"\code{VRADH}", "\code{VRAD}"}{Radial velocity [m/s]. Radial
#' velocities towards the radar are negative, while radial velocities away
#' from the radar are positive}
@@ -18,6 +18,7 @@
#' containing the georeferenced data. Commonly available parameters are:
#' \describe{
#' \item{"\code{DBZH}", "\code{DBZ}"}{(Logged) reflectivity factor [dBZ]}
#' \item{"\code{TH}", "\code{T}"}{(Logged) uncorrected reflectivity factor [dBZ]}
#' \item{"\code{VRADH}", "\code{VRAD}"}{Radial velocity [m/s]. Radial
#' velocities towards the radar are negative, while radial velocities
#' away from the radar are positive}
@@ -34,6 +34,7 @@
#' Commonly available parameters are:
#' \describe{
#' \item{"\code{DBZH}", "\code{DBZ}"}{(Logged) reflectivity factor [dBZ]}
#' \item{"\code{TH}", "\code{T}"}{(Logged) uncorrected reflectivity factor [dBZ]}
#' \item{"\code{VRADH}", "\code{VRAD}"}{Radial velocity [m/s]. Radial
#' velocities towards the radar are negative, while radial velocities away
#' from the radar are positive}
@@ -60,7 +61,7 @@
#' # print summary info for the new object:
#' scan
read_pvolfile <- function(file, param = c(
"DBZH", "VRADH", "VRAD", "RHOHV",
"DBZH", "DBZ", "VRADH", "VRAD", "TH", "T", "RHOHV",
"ZDR", "PHIDP", "CELL"
),
sort = TRUE, lat, lon, height, elev_min = 0,

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

0 comments on commit 5db08bd

Please sign in to comment.
You can’t perform that action at this time.