Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

imincik/geospatial-nix

Repository files navigation

This repository is archived and replaced by geospatial-nix.repo.

Build packages

Geospatial packages repository

Geospatial NIX provides weekly updated geospatial packages built on top of the latest stable Nixpkgs branch.

Check out the user interface at https://geospatial-nix.today/ .

Quick start

Installation

curl --proto '=https' --tlsv1.2 -sSf \
    -L https://install.determinate.systems/nix \
    | sh -s -- install

Show this repository content

  • Show Geospatial NIX content
nix flake show github:imincik/geospatial-nix

Run applications without installation

  • Launch the latest stable QGIS version
nix run github:imincik/geospatial-nix#qgis
  • Launch QGIS LTR version
nix run github:imincik/geospatial-nix#qgis-ltr

Run shell environments

  • Launch shell environment containing Python (with fiona) and GDAL
nix develop github:imincik/geospatial-nix#cli