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
I suggest the value rmi for the parameter source: rmi. It is the only VPTS dataset by RMI. I think the alternative value crow would be confusing as a name, since that is also used for the visualization.
Scope
Metadata and context can be found here. The dataset covers 10 radars and has data since 2019. More data are added daily.
Do we have a mechanism for users to discover the scope (temporal + radars) of dataset?
Data files
Data files are deposited at https://opendata.meteo.be/ftp/observations/radar/vbird/ and organized in radar and year directories. The file names are of the format <radar>_vpts_<yyyymmdd>.txt (e.g. behel_vpts_20191015.txt)
Data format
The data format is the default stdout of vol2bird, which is fixed width (example). If you write a parser for that format, I would call it vol2bird_vpts, not rmi_vpts. The CROW visualization has a minimal parser
The format unfortunately does not contain all columns of VPTS CSV. Below is a suggestion how it could be completed.
radar: value provided by user
datetime: columns <date>T<time>00Z
height: < HGHT>
u: <u>
v: <v>
w: <w>
ff: <ff>
dd: <dd>
sd_vvp: <sd_vvp>
gap: <gap>
eta: <eta>
dens: <dens>
dbz: <dbz>
dbz_all: <DBZH>
n: <n>
n_dbz: <dbz>
n_all: <n_all>
n_dbz_all: <n_dbz_all>
rcs: very likely 11, but it's not recorded and not a required term
sd_vvp_threshold: very likely 2, but it's not recorded and not a required term
vcp: leave empty
radar_latitude: required term, not recorded. I suggest to retrieve that from the radar overview, see suggested function at Possibly integrate radar overview #6
radar_longitude: same issue radar_latitude
radar_height: same issue radar_latitude
radar_wavelength: same issue radar_latitude
source_file: not a required term. Recorded in the csv comments, as eg. # polar volume input: /tmp/20191015143000.rad.behel.pvol.dbzh.scanz.pvol.h5
The text was updated successfully, but these errors were encountered:
Source
I suggest the value
rmi
for the parametersource
:rmi
. It is the only VPTS dataset by RMI. I think the alternative valuecrow
would be confusing as a name, since that is also used for the visualization.Scope
Metadata and context can be found here. The dataset covers 10 radars and has data since 2019. More data are added daily.
Data files
Data files are deposited at https://opendata.meteo.be/ftp/observations/radar/vbird/ and organized in radar and year directories. The file names are of the format
<radar>_vpts_<yyyymmdd>.txt
(e.g.behel_vpts_20191015.txt
)Data format
The data format is the default stdout of vol2bird, which is fixed width (example). If you write a parser for that format, I would call it vol2bird_vpts, not rmi_vpts. The CROW visualization has a minimal parser
The format unfortunately does not contain all columns of VPTS CSV. Below is a suggestion how it could be completed.
<date>T<time>00Z
< HGHT>
<u>
<v>
<w>
<ff>
<dd>
<sd_vvp>
<gap>
<eta>
<dens>
<dbz>
<DBZH>
<n>
<dbz>
<n_all>
<n_dbz_all>
11
, but it's not recorded and not a required term2
, but it's not recorded and not a required termradar_latitude
radar_latitude
radar_latitude
# polar volume input: /tmp/20191015143000.rad.behel.pvol.dbzh.scanz.pvol.h5
The text was updated successfully, but these errors were encountered: