Extend get_vpts()
to provide access to the RMI CROW dataset
#13
Labels
enhancement
New feature or request
get_vpts()
to provide access to the RMI CROW dataset
#13
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: