Geospatial utilities for Earth surface calculations
Project description
Earth Surface Calculations (esc)
球面几何计算库,提供地球表面点、线、轨迹的空间关系计算
功能特性
- 地球面两点距离计算(可选 haversine/vincenty)
- 地球面点到线段距离
- 轨迹相似度度量(可选 Hausdorff/DTW/Fréchet/Lcss/Edr/Owd/Lip/Mean)
- 轨迹稀释(可选 按距离/按点数)
- 轨迹插值
- 地球面区域拓展
安装指南
pip install earth-surface-calculations
卸载指南
pip uninstall earth-surface-calculations
快速入门
import esc
# 计算两点间距离
point1 = (116.3975, 39.9087) # 北京
point2 = (121.4737, 31.2304) # 上海
print(esc.point_distance(point1, point2, method='vincenty'))
# 计算点到线段距离
line = [(116.3975, 39.9087), (121.4737, 31.2304)]
print(esc.point_to_segment_distance((117.2, 36.6), line))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file earth-surface-calculations-4.2.0.tar.gz.
File metadata
- Download URL: earth-surface-calculations-4.2.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4327a46d2ae201af1de9da97134c4b0f2f26dbf169496378c35437f743110c0
|
|
| MD5 |
97fa28579a91a33b2566809fd2fe41b8
|
|
| BLAKE2b-256 |
91edf6d9d819527f2592a57352517a98b421931d937e3266614f0afcb846de3d
|
File details
Details for the file earth_surface_calculations-4.2.0-py3-none-any.whl.
File metadata
- Download URL: earth_surface_calculations-4.2.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e07293075f36595ed9dbddabeb5ee367fe6b82d4a6d55a62a53c27b67baf99b
|
|
| MD5 |
7d6cae3ad10f0f933cc8914840e80f48
|
|
| BLAKE2b-256 |
af505e88628f33d1ef44a5ab098ffe0d784b7ba2454c35341ed9c1798f6d09c8
|