Hi everyone!
I am looking for some guidance on using GRASS GIS 8.5 on Ubuntu 24.04.
Recently, I am contributing to GRASS and need to test code against GRASS 8.5.
I want to use :tools.g_region(flags="g", format="json"), which is not supported by GRASS older version. However, I’ve had trouble setting up a clean local GRASS 8.5 environment on my system.
Any advice or recommended approaches would be greatly appreciated.
Hi everyone!
I am looking for some guidance on using GRASS GIS 8.5 on Ubuntu 24.04.
Recently, I am contributing to GRASS and need to test code against GRASS 8.5.
I want to use :tools.g_region(flags="g", format="json"), which is not supported by GRASS older version. However, I’ve had trouble setting up a clean local GRASS 8.5 environment on my system.
Any advice or recommended approaches would be greatly appreciated.
You will need to update your wx and libfftw libraries to the Ubuntu 24.04 equvilents .
If you plan on working with LiDAR, you will need to install pdal libpdal-dev and I think libpdal-plugins These libraries are only available if you install the ubuntugis unstable ppa
This is what I put together tonight to install on mint 22.3 ( Ubuntu version, which uses Ubuntu 24.04 repositories ) Bear in mind I have GRASS installed from the ubuntugis-unstable repository , which may have put in the relevent WX python Library.