geospatial-nix icon indicating copy to clipboard operation
geospatial-nix copied to clipboard

Geospatial packages repository and environment. Check out https://geospatial-nix.today/ .

Results 10 geospatial-nix issues
Sort by recently updated
recently updated
newest added

This PR enables OpenGL support for GRASS package. But unfortunately 3D view in GRASS GUI doesn't work: ``` ./src/unix/glegl.cpp(391) in InitVisual(): Failed to get an EGLConfig for the requested attributes....

geos is currently using ``` src = fetchurl { url = "https://download.osgeo.org/geos/${pname}-${version}.tar.bz2"; sha256 = "sha256-eauMq/SqhgTRYVV7UuPk2EV1rNwNCMsJqz96rvpNhYo="; }; ```

Running `nix-build --check -A proj.tests` is using nixpkgs upstream proj 9.1.0 while we have version 9.1.1.

[proj-datumgrid](https://github.com/OSGeo/proj-datumgrid) is used only for PROJ < 7. For later PROJ versions it needs to be replaced with [proj-data](https://github.com/OSGeo/PROJ-data)