PhraseGeocoder:用Python和SQL编写的简单地址解析器 源码
词组地理编码器 这是一个基于Python和Postgres的简单地理编码器,基于以下文章: : 要求 诗歌 Python 3.6+ Postgres 12 地理编码的国家地址文件( ) 安装 装诗 pip install poetry poetry install 用法 要设置GNAF,请先从上面的链接下载。然后使用以下代码,将gnaf_path和gnaf_aut_path中的路径替换为将数据提取到其中的文件夹的路径 # set up the GNAF database from phrasegeo import GNAFLoader # specify the name of the database gnaf = GNAFLoader("postgresql:///GNAF_VIC") # path to the auth and the state psv files gna
文件列表
PhraseGeocoder-main.zip
(预估有个27文件)
PhraseGeocoder-main
phrasegeo
Matcher.py
2KB
datasets
addresses1.csv
256B
__init__.py
86B
GNAFLoader.py
4KB
poetry.lock
37KB
pyproject.toml
336B
setup_example.py
553B
暂无评论