Skip to content

Commit

Permalink
Merge pull request #51 from zhyt1985/main
Browse files Browse the repository at this point in the history
update changelog for v1.0.2
  • Loading branch information
zhyt1985 authored Oct 14, 2021
2 parents 288a93a + cc226d7 commit d25b03c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Change Log
## [1.0.2] - 2021-10-14
### Added
- A correlation method to verify the validity of spatial geometry
- WKB transforms Str correlation methods
- Add circle geometry
## Fix
- Fix buffer analysis bug
- Fix overlay analysis bug

## [1.0.1] - 2021-08-30
### Added
- Methods for creating spatial indexes include Kd Tree, Quad Tree, Interval Tree, and Hilbert Packed R-Tree

## [1.0.0] - 2021-08-09
### Added
- Reconstruction of geometric coverage, spatial analysis, vector construction and other related methods
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 更新日志

## [1.0.2] - 2021-10-14
### 新增
- 检验空间几何图形有效性相关方法
- WKB转换Str相关方法
- 添加圆形几何图形方法
### 修复
- 生成buffer部分异常
- 叠加分析异常

## [1.0.1] - 2021-08-30
### 新增
- 创建空间索引相关方法包含Kd tree、Quad tree、Interval tree、Hilbert Packed R-tree
Expand Down

0 comments on commit d25b03c

Please sign in to comment.