Skip to content

Commit

Permalink
Merge pull request #739 from es5nhc/master
Browse files Browse the repository at this point in the history
Add VRADH and VRADV quantities to ODIM HDF5 decoder
  • Loading branch information
scollis authored May 16, 2018
2 parents ba838e3 + 2647c9d commit 26a62a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyart/aux_io/odim_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
'KDP': 'specific_differential_phase',
'SQI': 'normalized_coherent_power',
'SNR': 'signal_to_noise_ratio',
'VRAD': 'velocity',
'VRAD': 'velocity', # radial velocity, marked for deprecation in ODIM HDF5 2.2
'VRADH': 'velocity', # radial velocity, horizontal polarisation
'VRADV': 'velocity', # radial velocity, vertical polarisation
'WRAD': 'spectrum_width',
'QIND': 'quality_index',
}
Expand Down

0 comments on commit 26a62a8

Please sign in to comment.