Skip to content

Releases: CyanideCN/PyCINRAD

PyCINRAD 1.9.0

06 May 03:39
Compare
Choose a tag to compare

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
  • 修复了cartopynumpy的兼容问题
  • 修复了转换到pyart对象时可能出现的错误

New Contributors

Full Changelog: v1.8.0...v1.9.0

PyCINRAD 1.8.0

08 Jul 13:06
Compare
Choose a tag to compare

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

08 Jan 01:24
Compare
Choose a tag to compare

What's Changed

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

PyCINRAD 1.7.1

05 May 21:35
Compare
Choose a tag to compare

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

05 Dec 00:29
Compare
Choose a tag to compare

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

04 Apr 14:46
Compare
Choose a tag to compare

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

30 Nov 06:16
Compare
Choose a tag to compare

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

15 Sep 15:33
Compare
Choose a tag to compare
PyCINRAD 1.6.2-beta Pre-release
Pre-release
v1.6.2-beta

Change the way of calculating azimuths to eliminate discontinuity

PyCINRAD 1.6.1

11 Jul 07:51
Compare
Choose a tag to compare

New features
Hydrometeor classification
Support OHP products

Bug fixes
Many

PyCINRAD 1.6.0

02 Jun 05:24
Compare
Choose a tag to compare

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