Last active
May 28, 2025 12:23
-
-
Save janxkoci/f581c68751e19a9684524f2a19eefd48 to your computer and use it in GitHub Desktop.
conda env for compiling GRASS GIS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: grass | |
channels: | |
- conda-forge | |
dependencies: | |
- proj | |
- gdal | |
- parallel # for parallelization | |
- flex | |
- bison # yacc parser | |
- pdal | |
- python-pdal # not sure if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://grasswiki.osgeo.org/wiki/Compile_and_Install
Example configuration:
Trying the following, but still fails finding PDAL: