Live data from Hacker News

QGIS is a free, open-source, cross platform geographical information system

github.com

1–10 of 131 posts

Re: QGIS is a free, open-source, cross platform geographical information system

#3
QGIS is the shit. I absolutely love it, great for visualizing GeoJSON, GeoTIFF files, open data feeds, etc. My one gripe is that their macOS installers have been out of date for ages now, the best way I've found is to actually install from Conda Forge directly:

> brew install micromamba

> mamba install qgis

It's really crazy the number of open geospatial data feeds that exist out there from NASA, NOAA, and ESA. If you're interested in checking any of this stuff out, I highly encourage following Mark Litwinchik's blog, this guy is a legend and he does most of his work with open tools like QGIS and DuckDB

https://tech.marksblogg.com/

Re: QGIS is a free, open-source, cross platform geographical information system

#4
post #3

QGIS is the shit. I absolutely love it, great for visualizing GeoJSON, GeoTIFF files, open data feeds, etc. My one gripe is that their macOS installers have been out of date for ages now, the best way I've found is to actually install from Conda Forge directly: > brew install micromamba > mamba install qgis It's really crazy the number of open geospatial data feeds that exist out there from NASA, NOAA, and ESA. If yo…

brew install --cask qgis

Re: QGIS is a free, open-source, cross platform geographical information system

#5
My wife uses this a lot. ArcMap used to be de-facto software in her field, but QGis has overtaken that completely. It might not be as polished as ArcMap, it's missing a few guardrails that would prevent you messing up, but it has more features, extensions, better platform support and is free as in beer.

For folks working on QGis: thank you

Re: QGIS is a free, open-source, cross platform geographical information system

#7
QGIS is great. It's a slightly janky version of ArcMap, but ArcMap has always been janky anyway, so it doesn't matter for most things. And QGIS is super extensible.

There have been so many random times that QGIS has helped me out over the years. Thanks to everyone who has contributed to it!

Re: QGIS is a free, open-source, cross platform geographical information system

#8
post #3

QGIS is the shit. I absolutely love it, great for visualizing GeoJSON, GeoTIFF files, open data feeds, etc. My one gripe is that their macOS installers have been out of date for ages now, the best way I've found is to actually install from Conda Forge directly: > brew install micromamba > mamba install qgis It's really crazy the number of open geospatial data feeds that exist out there from NASA, NOAA, and ESA. If yo…

brew install --cask qgis

Unfortunately the homebrew cask is still Intel-only so it requires Rosetta, whereas the conda/mamba version has an osx-arm64 build. There are other workarounds discussed here: https://github.com/qgis/QGIS/issues/46299 and here https://geo.malagis.com/native-qgis-on-apple-silicon-solutio...
Post reply on HN