Questions tagged [ubuntu]
Ubuntu is a computer operating system based on the Debian Linux distribution and distributed as free and open source software, using its own desktop environment.
647 questions
1 vote
2 answers
63 views
What Dockerfile should I use so I can use geofileops within the container built from it?
I am trying to have a Python shell in a Docker container with geofileops available. This is the furthest I got: FROM --platform=linux/amd64 ghcr.io/osgeo/gdal:ubuntu-full-3.11.4 RUN apt-get update &...
0 votes
0 answers
35 views
Upgrade GeoServer from 2.13 to?
GeoServer 2.13.0 binary/jetty version running on Ubuntu 18.04. I'd like to upgrade. I've installed OpenJDK 11 but it's not activated. I have GWC. Which version can I safely/easily upgrade to? I see 2....
1 vote
1 answer
78 views
geosop doesn't raise any error on invalid geometries
I would have expected this geosop command (GEOS 3.10.2) in bash to raise an error such as "Hole lies outside shell" or at least tell me whether the geometry is valid or not, but its result ...
1 vote
1 answer
118 views
CORS not working on Tomcat for GeoServer despite following official guide
I’m developing a real-time GIS web app. On my Windows dev machine, I used the GeoServer Jetty binary install and enabled CORS via the official guide. This worked without any CORS issues. On my Ubuntu ...
0 votes
1 answer
124 views
Exporting ECW files from QGIS on Ubuntu
I'm starting to use QGIS, in Ubuntu, and I've seen that I can't export files in ECW to visualize rasters. I've read that I need a specific GDAL to read ECW files but that I need to ask for it as it's ...
3 votes
1 answer
211 views
QGIS weird behavior
I have two laptops where recently I installed QGIS v3.34 in Linux Mint (Xia). Everything works normally in one of them (Thinkpad), however nothing works normal on the other laptop (Asus), here an ...
1 vote
0 answers
48 views
"No QGIS plugins found in `/usr/share/qgis/lib/qgis/plugins`" when installing QGIS plugins on Ubuntu
I messed up some QGIS file integrity on Ubuntu. Now upon clicking "Manage and install plugins" I get: No QGIS plugins found in /usr/share/qgis/lib/qgis/plugins And the following window ...
4 votes
2 answers
732 views
MapServer v8.0 problems with mapserver.config
I just found that the latest version of MapServer (or since the last versions) has a global configuration file called mapserver.config (a copy of the original mapserver-sample.config). In 2015 (yeah, ...
1 vote
1 answer
391 views
How to configure QGIS on Ubuntu to use a virtual environment for custom Python libraries
I am trying to figure out the best way to run QGIS with custom python libraries and I gather I should create a virtual environment, but I am open to other suggestions. Currently, I am trying to ...
2 votes
1 answer
149 views
Executing laszip on Ubuntu
I am having trouble getting the laszip program to work on an ubuntu machine, and wondering if I'm missing something obvious. File downloaded from: https://laszip.org/ Then I run: tar -xvzf laszip-src-...
-1 votes
1 answer
2k views
libgdal-dev install problem on Ubuntu Noble 24.04
I've just upgraded to Ubuntu 24.04 from 23.10. As usual, the upgrade removed all GDAL (which was working perfectly). So under 24.04 I had to reinstall. I could install gdal-bin etc without problems, ...
0 votes
1 answer
1k views
GDAL is installed but stil getting ModuleNotFoundError: No module named '_gdal' in ubuntu
I used to work with gdal in my ubuntu but after installing geany it stoped working and when I try running my code I get the error. ModuleNotFoundError: No module named '_gdal' this is what the sample ...
3 votes
0 answers
506 views
Disabling automatic updates to QGIS
I previously had Prizren installed and a few weeks ago it updated to Maidenhead I need to use an incredibly niche plugin whose development I have no control over. Getting it working on Prizren was ...
1 vote
0 answers
158 views
ModuleNotFoundError: No module named 'PySAGA'
I am trying to install the SAGA GIS python bindings on ubuntu 22.04. I have successfully installed SAGA on my computer and have it running on my QGIS install. However, when I try to import the python ...
1 vote
1 answer
462 views
Cannot install GRASS addons in GRASS 8.2 (Ubuntu jammy)
I am trying to install the r.clip addon in GRASS 8.2 in Ubuntu 22.04.3 LTS (jammy). I installed GRASS 8.2.0-1~jammy0 from https://launchpad.net/~ubuntugis/+archive/ubuntu/ppa and ideally need to use ...