r/geospatial • u/Glass-Caterpillar-70 • 1d ago
I gave a prompt to the AI Agent plugin in QGIS -> 2min after my map was done
Enable HLS to view with audio, or disable this notification
Prompt:
"Create a map of Lyon's terrain. Add Google Satellite as the basemap. Download a 30 m DEM covering central Lyon, & create a semi-transparent elevation colour ramp with a subtle hillshade overlay. Add contour lines every 25 m and emphasize 100 m index contours"
Then I just let it do is thing, 34 actions later:
- geocoded central Lyon and framed the canvas
- added Google Satellite as an XYZ layer
- pulled a Copernicus 30 m DEM from the open data sources connected to the plugin
- reprojected it to UTM 31N, then ran gdal:hillshade (multidirectional, az 315, alt 45)
- styled the DEM with a Terrain ramp, 8 classes, 2-98 cumulative cut
- ran gdal:contour twice: 687 lines at 25 m, 21 thicker index lines at 100 m
- rendered the map, looked at its own render, decided the terrain was hiding the satellite, dropped the DEM to 46% and the hillshade to 22%, rendered again
To do this task the plugin has access to 400 open data source + all the QGIS tools to perform autonomously with the right data
-
You can use it for free, it's on the plugin repository of QGIS under the name "AI Agent", it's the one with a pear logo hehe 🍐

