Geopandas
GeoPandas is an open source project to make working with geospatial data in python easier.
GeoPandasextends the datatypes used bypandasto allow spatial operations on geometric types. Geometric operations are performed byshapely.
安装与设置
我们必须安装几个 Python 包。
pip install -U sodapy pandas geopandas
文档加载器
查看一个 使用示例。
from langchain_community.document_loaders import OpenCityDataLoader
API 参考:OpenCityDataLoader