Changed - dask.dalayed on data before parallel execution in make_radar_fst.py
2.0.9
Changed - proper Python logging in radar_tools allows for clean logs when running in parallel Deprecated - removed "verbose" keyword in radar_tools module
2.0.8
Added - new python script make_radar_fst.py that converts odim reflectivity mosaics to CMC "standard" format - plot_rdpr_rdqi.py a module that plots the content of the standard file above. Fixed - several examples had img_res=(nx,ny) size inverted. img_res should be ( x pixel E-W , y pixel N-S)
2.0.7
Added - support for RDBZ in radar_tools Change - proj_data and get_instantaneous methods optimized for speed. Factor 7 improvements in run time.
2.0.6
Added - the rendering of a few images is now checked to ensure proper display of figures uwing cartopy+imshow - now geo_tools properly handle NaN and infty on cartopy outputs for pixels with no projections Fixed - numpy was complaining about floats used as integers in a couple of places - fix origin='upper' for all imshow in the code to prevent upside down images on doctest
2.0.5
Added - new option to specify the latlon file for Odim H5 radar data in HDF5 format