Geopandas
GeoPandas is an open source project to make workingwith geospatial data in python easier.
GeoPandas
extends the datatypes used bypandas
to allow spatial operations on geometric types.Geometric operations are performed byshapely
.
Installation and Setup
We have to install several python packages.
pip install -U sodapy pandas geopandas
Document Loader
See ausage example.
from langchain_community.document_loadersimport OpenCityDataLoader
API Reference:OpenCityDataLoader