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
When multiple scans at same elevation are available, WSRLIB uses largest PRF sweep for radial velocity and spectrum with, and lowest PRF for reflectivity. I think a better approach would be to keep the reflectivity scan acquired simultaneously with reflectivity, so largest PRF sweep in all cases. However, currently the behaviour is unclear, because unclear which of two sweeps at identical elevation is returned by RSL_get_sweep(sweep, elev). Have to add control over this in vol2bird.
Related: the above file includes multiple reflectivity scans that do not have associated radial velocity. These are currently not used or stored in converted ODIM output. Add access to these
The text was updated successfully, but these errors were encountered:
adokter
changed the title
sweeps loaded from RSL may have VRADH and DBZH from different sweeps
VRADH and DBZH moments may be loaded from different sweeps, and DBZH-only sweeps dropped
Oct 10, 2019
Certain older NEXRAD data has different range resolution for lowest three (250 m) and highest two (500 m) elevation scans, as well as different resolutions for different moments, e.g.
https://noaa-nexrad-level2.s3.amazonaws.com/2010/09/11/KBGM/KBGM20100911_012056_V03.gz:
RSL_get_sweep(sweep, elev)
. Have to add control over this in vol2bird.The text was updated successfully, but these errors were encountered: