Spatial Intelligence meets AI Automation
A standardized library of geospatial verbs and definitions that allow Large Language Models to read, modify, and analyze spatial data securely.
Universal Spatial Interoperability
We've designed the OpenVerb GIS standard to be completely universal. Whether you are building an integration for QGIS, PostGIS, ArcGIS, or a custom web mapping tool, the package provides a unified vocabulary for AI agents to interact with spatial engines.
- Automate map layer styling and rendering across platforms
- Run complex spatial analysis via natural language
- Export `.ov` workflows for reproducible geoprocessing
Standardized Verbs
The @openverb/gis package provides the canonical JSON Schema definitions for common spatial operations. From gis.buffer to gis.intersect, every AI agent knows exactly what parameters are required.
Deterministic Execution
When an LLM generates a spatial workflow, it compiles down to an .ov file. This ensures that the geoprocessing is deterministic, repeatable, and easily auditable by GIS professionals.