grass

grass 8.5.0

GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization

https://grass.osgeo.org/
GNU General Public License v2.0 or later
main program: grassprograms: grass
Platforms (79)
avr-nonemips-nonemips64-linuxmicroblazeel-noneaarch64-darwinx86_64-cygwinriscv64-nonemmix-mmixware
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  grass
];
Ad-hoc shell
nix-shell -p grass
Flake (nix run)
nix run nixpkgs#grass