Geopandas
GeoPandas is an open source project to make working with 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 a usage example.
from langchain_community.document_loaders import OpenCityDataLoader