Skip to content

Commit 508b425

Browse files
committed
1.07
1 parent e106528 commit 508b425

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

Page/Code/GIStip.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GIS 小技巧
2+
3+
## 计算几何
4+
5+
常用公式:
6+
7+
```python in GIS
8+
计算面积
9+
!Shape.Area!
10+
11+
计算椭球体面积
12+
!Shape.geodesicarea!
13+
```
File renamed without changes.

Page/Code/python.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

Page/Code/summary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# 测试目录 <!-- {docsify-ignore} -->
33

44
- [🔙 网站首页](Readme "关于网站的说明")
5-
- [🐍 python](Page/Code/python "python笔记")
6-
- [🛜 网页](Page/Code/css "CSS笔记")
5+
- [🌏 GIS](Page/Code/GIStip "GIS笔记")
6+
- [🐍 python笔记](Page/Code/pythontip "一些python笔记")
7+
- [🛜 网页](Page/Code/csstip "CSS笔记")

Page/Notes/summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
- [沉积地球化学](Page/Notes/SGC "部分沉积地球化学 Sedimentary Geochemistry 文献收录")
1010
- [生物化学沉积](Page/Notes/Biochemical-Deposit "关于生物化学沉积文献收录")
1111
- [地理坐标转换](Page/Notes/GeoDis "关于地理坐标转换成球面距离的问题")
12-
- [python笔记](Page/Notes/pythontip "一些python笔记")

0 commit comments

Comments
 (0)