These routines can be potentially used to compare radar data above or near the interested gauge location and be used to develop Z-S or Z-R relationships
Coded for Python 3
Required Modules:
Most modules are co-installed with Anaconda.
Not installed with Anaconda, the user will need:
-
pyart (http://arm-doe.github.io/pyart/)
-
nexradaws (https://pypi.org/project/nexradaws/)
-
read_format_nexrad_lvl2 (custom function: Robinson Wallace)
-
calcdistbear (custom function: Robinson Wallace)
-
radar_lonlat (custom function: Robinson Wallace)
Custom modules: read_format_nexrad_lvl2, calcdistbear, and radar_lonlat should be distribtuted alongside this routine.