Metadata-Version: 2.4
Name: gasfca
Version: 1.0.0
Summary: 高斯两步移动搜寻法 Ga2SFCA 空间可达性计算工具
Author-email: Your Name <your@email.com>
Project-URL: Homepage, https://github.com/yourname/gasfca
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: geopandas>=0.14
Requires-Dist: pandas>=2.0
Requires-Dist: numpy>=1.24
Requires-Dist: pyproj>=3.6
Requires-Dist: scipy>=1.10
Requires-Dist: igraph>=0.11
Requires-Dist: shapely>=2.0

# Ga2SFCA 高斯两步移动搜寻法
一行代码计算空间可达性，支持路网最短路径 + 高斯衰减

## 安装
```bash
pip install .
