Top
Best
New

Posted by rcarmo 17 hours ago

QGIS is a free, open-source, cross platform geographical information system(github.com)
404 points | 97 commentspage 2
vincnetas 16 hours ago|
When I have to do anything with geo data i think this is a one of the first tools i reach for. Integrates with lots of formats, storages. Have lots of plugins and scripting functionality. And it's free like in speech.
Stratus3D 9 hours ago||
I recently participated in a hackathon, and our project was centered around PostGIS. We wanted to work with our queries in a more interactive way without having to fiddle with frontend stuff, so I did a very cursory search and found QGIS. It allowed us to iterate faster and instantly became an invaluable tool. The ability to run SQL queries and see and compare queries results visually saved us days of work.
otter-in-a-suit 15 hours ago||
I adore QGIS. I just built a map (and corresponding GeoPDF file for offline use) for two local wildlife management areas last weekend (and subsequently used them while on them).
kabes 15 hours ago||
Qgis is great on the desktop. On the browser side I find openlayers to be a well thought out gis framework.

A lot of things are evolving though in the gis world. You can now, even in the browser, render huge datasets with geoparquet, geoarrow, wasm and webgl.

jasona123 5 hours ago||
Ah QGIS. Love working with it (it got me through university + 3 years of being in the planning industry w/o touching Esri)! hated managing it on the Mac admin side (no ARM native build and more importantly no notarized builds). I do hear v4 might fix both issues so I’m looking forward to that next month.
kevinkoning 11 hours ago||
I can't help but pile on here. I have had a corporate license of ArcGIS but have used QGIS instead because it simply worked better to process the data I had. ESRI and ArcGIS have a long history of reporting errors with absolutely no helpful information. I swear half the errors are something like "Error 999999: Error executing function." Good luck debugging!!
kwk1 10 hours ago||
As a FreeCAD project admin, it's always been interesting to keep an eye on QGIS development, not just with regards to the GIS domain, but more generally how niche applications like this can swim against the current of proprietary incumbent behemoths.
NoboruWataya 13 hours ago||
It sounds weird but QGIS is one of those projects that I don't use but I love that it exists and wish I had reason to use it more. A bit like Blender.
michaelhoney 12 hours ago||
I work with QGIS, but until recently I’ve only skated over the surface. In the last year or so I’ve found LLMs increasingly useful as a companion to help me code automation scripts or just to ask “how can I do this?” questions. QGIS is deep and powerful but that power can be hard to access. LLMs make it a lot easier.
SparkyMcUnicorn 11 hours ago||
A couple months ago I needed some info about a home/property. The county publishes a zip file of "geo data", and after downloading it I asked Claude Code how I can work with the files. It recommended QGIS, but I was lost when I opened it and searched GitHub to find this MCP server[0].

20 minutes later it had every piece of data I could possibly want placed onto the parcel on the map. It felt magical.

[0] https://github.com/jjsantos01/qgis_mcp/

ascorbic 3 hours ago|||
My wife says something similar. She's used QGIS for years, but never as the main part of her job (she's an archaeologist) and has said ChatGPT has opened up loads of stuff that would've taken her ages to work out before. It even got her using Python.
stevage 11 hours ago||
Yeah I've started doing the same thing with ChatGPT. You know that it's already read all the manuals and tutorials...
jtsaw 9 hours ago|
there's also some open source ways to share spatial data as a website from QGIS like LizMap [1], MapStore [2], and Mundi [3]

[1] https://www.lizmap.com/en/

[2] https://docs.mapstore.geosolutionsgroup.com/en/latest/

[3] https://mundi.ai/

More comments...