PyCINRAD Versions Save

Decode CINRAD (China New Generation Weather Radar) data and visualize.

v1.8.0

10 months ago

What's Changed

Full Changelog: https://github.com/CyanideCN/PyCINRAD/compare/v1.7.2...v1.8.0

v1.7.2

1 year ago

What's Changed

  • 增加cinrad.io.read_level2快捷读取函数
  • 增加CD格式单层扫描的支持
  • 增加PPI生成透明图功能 by @pysoer in https://github.com/CyanideCN/PyCINRAD/pull/89
  • 修复剖面绘制的一些问题
  • 修复GridMapper调用过程中的KeyError

v1.7.1

2 years ago

What's Changed

  • Fix SWAN datetime error
  • Fix PPI add_city_names error
  • Fix sdist installation error

Full Changelog: https://github.com/CyanideCN/PyCINRAD/compare/v1.7.0...v1.7.1

v1.7.0

2 years ago

Fix wrong resolution in StandardData Fix the long-lasting issue of adding coordinate labels in the map And other minor fixes

Support decoding phased-array radar file in PhasedArrayData

v1.6.3

3 years ago

Bug fixes Fix SWAN decoding error Fix error in exporting netcdf New features Add HCL x-section colormap Add StandardData.merge method to merge single-tilt standard data Change radar station info to json format to facilitate editing

v1.6.2

3 years ago

New features Support single-tilt standard data Support CC2 file format (VOL only)

Bug fixes Change the way of calculating azimuths to eliminate discontinuity Fix RF mask in StandardPUP Support HCL product in StandardPUP

v1.6.2-beta

3 years ago

v1.6.1

3 years ago

New features Hydrometeor classification Support OHP products

Bug fixes Many

v1.6.0

3 years ago

New features Support more types of PUP file, including VIL, ET, CR Use xarray.Dataset as data container 5x speedup in VIL calculation

Bug fixes Incorrect velocity mapping in PUP file Incorrect max range attribute in PUP file Echo top calculation Missing color of RF when plotting velocity PPI

Deprecation cinrad.easycalc is depreacted, and is changed to cinrad.calc cinrad.visualize.RHI is removed, use cinrad.visualize.Section instead cinrad.io.NexradL2Data is removed

v1.5.1

4 years ago

New Features Consistent figure size Skip unrecognized variable in StandardData with a warning instead of an error

And several bug fixes regarding decoding files.