Geopandas
GeoPandas 是一个开源项目,旨在让在 Python 中处理地理空间数据变得更加容易。
GeoPandas扩展了pandas所使用的数据类型,以支持对几何类型执行空间操作。几何操作由shapely执行。
安装与设置¶
我们需要安装几个 Python 包。
pip install -U sodapy pandas geopandas
文档加载器¶
查看 使用示例。
from langchain_community.document_loaders import OpenCityDataLoader
API 参考:OpenCityDataLoader