nixpkgs/pkgs/development/libraries/gdal
Matthew Pickering 76fd69c674 gdal: wrap executables in environment containing numpy
Since gdal 3.8.1 there is a numpy dependency on the python library it
seems. This resulted in broken python scrips such as gdal2tiles.py

```
[nix-shell:~/map-scraper/shake-rg]$ gdal2tiles.py --help
ModuleNotFoundError: No module named 'numpy'
```

Therefore it's important to wrap the executables in an environment which
contains numpy.
2024-02-14 12:02:17 +01:00
..
default.nix gdal: wrap executables in environment containing numpy 2024-02-14 12:02:17 +01:00
tests.nix gdal: add java bindings 2024-01-25 12:35:33 +01:00