Skip to main content
Open on GitHub

ArcGIS

ArcGIS is a family of client, server and online geographic information system software developed and maintained by Esri.

ArcGISLoader uses the arcgis package. arcgis is a Python library for the vector and raster analysis, geocoding, map making, routing and directions. It administers, organizes and manages users, groups and information items in your GIS. It enables access to ready-to-use maps and curated geographic data from Esri and other authoritative sources, and works with your own data as well.

安装与设置

我们必须安装 arcgis 包。

pip install -U arcgis

文档加载器

查看一个 使用示例

from langchain_community.document_loaders import ArcGISLoader
API 参考:ArcGISLoader