The GeoData Retriever Agent is a plugin integration of an autonomous GIS agent for geospatial data retrieval and QGIS. This plugin simplifies the process of retrieving and loading geospatial data into the QGIS environment through natural language commands. It leverages LLM-Find, an autonomous framework designed to select and fetch geospatial data by generating and executing programs with self-debugging capabilities. For more details on the framework, please refer to our preprint manuscript: Huan Ning, Zhenlong Li, Temitope Akinboyewa, and M. Naser Lessani. 2024. “An Autonomous GIS Agent Framework for Geospatial Data Retrieval.” arXiv. https://doi.org/10.48550/arXiv.2407.21024.
QGIS Plugin page: https://plugins.qgis.org/plugins/AutonomousGIS_GeodataRetrieverAgent/
select Plugins
> Manage and Install Plugins...
AutonomousGIS_GeoDataRetrieverAgent
and click Install Plugin
Alternatively,
Plugin > Manage and install Plugins.. > Install from ZIP
...
to select the directory of the downloaded zip file and Install plugin
The User Manual is available here
Find some usage example on the Data Request Examples page
Plugins
> Python Console
or press Ctrl+Alt+P
import pip
pip.main(['install', 'nest-asyncio'])
If you encounter any issue you can also try installing "nest_asyncio" via the terminal by pointing to QGIS python interpreter:
/Applications/QGIS3.38.1.app/Contents/MacOS/bin/python3 -m pip install nest_asyncio
Some video demonstrations have been created on our YouTubeChannel. Feel free to subscribe to the our YouTube channel dor regular updates.