Releases: cnmetlab/cnmaps
Releases · cnmetlab/cnmaps
1.1.4
Fix
- Dependencies conflict problem.
1.1.3
Fix
- NumbaDeprecationWarning problem
1.1.2
Fix
- shapely version problem for conda
1.1.1
Fix
Refactor
- add
ax
parameter to clips
1.1.0
功能
- 增加对箭矢地图的剪切功能( #29 )。
- 增加对散点分布图的切割功能( #57 )。
- 支持导出边界矢量文件功能( #15 )。
- 地图边界对格点数据的裁剪( #10 )。
- 增加将坐标从GCJ02转为WGS84坐标系的功能( #39)。
- 将文档集成到项目中而非单独设立文档仓库。
优化
- 对
clip_*
函数性能进行了优化。