Comment by aduffy
8 hours ago
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
Thanks...
Do you absolutely need `mamba` / `conda`??
Can you use `uv` instead to install QGIS? Any experiences to share?
Thanks!!
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...