Releases: CyanideCN/PyCINRAD
PyCINRAD 1.9.1
What's Changed
- fix: 自定义cbar标签参数&PPI返回保存的文件名&PUP HCL产品色标 by @pysoer in #103
- StandardPUP添加产品 by @pysoer in #114
- fix: slow add_shp in cartopy v0.23 by @ZhaJiMan in #116
- feat: support fmt phased array data by @pysoer in #117
- 修复
Section
绘图时添加colorbar的错误 - 修复
setup.py
部分参数 - 修复转换为
pyart.Radar
时的错误
New Contributors
Full Changelog: v1.9.0...v1.9.1
PyCINRAD 1.9.0
What's Changed
- 新增MESO和TVS产品解析 by @zzysupernova in #94
- 新增绘图字体检查 by @longtsing in #97
- 新增CAPPI,SWP,UAM,STI解析 by @pysoer in #98
- 新增MOC雷达拼图v3.0解析 by @pysoer in #99
- 修复UTC时间转换 by @Anebrithien in #102
- 在io下面添加函数
read_auto
by @pysoer in #105 - 修复了
cartopy
和numpy
的兼容问题 - 修复了转换到
pyart
对象时可能出现的错误
New Contributors
- @zzysupernova made their first contribution in #94
- @longtsing made their first contribution in #97
- @Anebrithien made their first contribution in #102
Full Changelog: v1.8.0...v1.9.0
PyCINRAD 1.8.0
What's Changed
- 添加了部分StandardPUP产品解析 by @pysoer in #92
- 显著减小了包的大小 by @CyanideCN in #93
- 适配
cartopy
0.21版本带来的改动 - 支持读取ROSE产品中格点格式的文件,包括组合反射率等
Full Changelog: v1.7.2...v1.8.0
PyCINRAD 1.7.2
PyCINRAD 1.7.1
What's Changed
- Fix SWAN datetime error
- Fix PPI
add_city_names
error - Fix sdist installation error
Full Changelog: v1.7.0...v1.7.1
PyCINRAD 1.7.0
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
PyCINRAD 1.6.3
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
PyCINRAD 1.6.2
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
PyCINRAD 1.6.2-beta
v1.6.2-beta Change the way of calculating azimuths to eliminate discontinuity
PyCINRAD 1.6.1
New features
Hydrometeor classification
Support OHP
products
Bug fixes
Many