Questions tagged [windows]
Graphical interface operating system software by Microsoft.
458 questions
0 votes
1 answer
29 views
Why is fiona.open causing a PermissionError?
I'm working on a flask app that takes a geojson file and returns a shapefile. Currently it is giving me the error PermissionError: [Errno 13] Permission denied: 'C:\\Users\\john\\Desktop\\...
1 vote
0 answers
35 views
QGIS on WSL2 - attribute form windows are inaccessible
I have installed WSL2 on a new windows 11 machine with the Ubuntu (Noble) distro. I followed the full instructions on QGIS.org to install on a Linux machine. The software installs correctly and starts ...
0 votes
1 answer
58 views
Windows 11 pytorch installation error
I am following this tutorial to install GeoSAM plugin for QGIS. As I removed my old QGIS and installed the latest LTS version through OSGeo4W installer it seems that at some point the old installation ...
2 votes
0 answers
48 views
Building a GDAL-dependent program in Windows without Visual Studio
I am currently making my first multi-platform program that uses GDAL for geospatial calculations. I have already successfully built and run the program in an Ubuntu station but I have trouble building ...
0 votes
0 answers
101 views
New GDAL CLI does not work for me
After watching this youtube (and in person at FOSS4G-EU)I thought that with the latest version of gdal I would be able to do this kind of command: gdal info "C:\tmp\World states 2024-distance....
1 vote
0 answers
73 views
Properly uninstalling Python package in FME Form
In FME (2025.1.0.1, build 25609 at the time of writing), according to the official documentation, one can install Python packages using this command, e.g. on Windows: C:\<install_dir>\FME> ...
0 votes
0 answers
48 views
QGIS Server layer PostgreSQL authentication with Windows IIS
So I've been trying to figure out how to serve a project through QGIS Server, where the layer spatial data is stored in PostGIS. I have a project where I can serve the map if the layer data resides in ...
2 votes
1 answer
102 views
"Creation of datasource failed (OGR-Error: D://eP.shp is not a directory)" error when creating shapefile from layer using PyQGIS
I'm creating a layer from some database table using this code: conString = 'dbname=\'mydatabase\' host=mymachine port=1521 user=\'myuser\' password=\'mypassword\' key=\'myID\' srid=25832 type=Point ...
0 votes
0 answers
33 views
Building a new GeoServer in Azure, having issues connecting to an Azure fileshare for image mosaic stores
We have multiple Image mosaic stores on the server however this particular store is quite large and we want to share it between multiple GeoServer instances. When I either user the share name ''\...
0 votes
0 answers
49 views
QGIS removed or requiring repair from control panel after company wide Windows updates
QGIS requires reinstallation or repair via the Control Panel after each round of Windows updates deployed to our company’s laptops. I’ve ensured that the latest version is installed and confirmed that ...
1 vote
1 answer
147 views
Enable/Install FileGDB Driver in Windows-Python
Scoured the internet, github, and stack exchange for a couple days to get the FileGDB Driver installed/enabled within a venv. Purpose is to generate a FileGDB (NOT read a gdb - OpenFileGDB) and ...
0 votes
1 answer
40 views
OSGeo4W version of Qt Designer
I have a scaling problem with the version of Qt Designer in included in OSGeo4W. I have some .ui files that I created with Designer (not the OSGeo4W version). They appear correctly on my high DPI ...
0 votes
0 answers
61 views
Why can I call gdal_polygonize.exe from cmd, but not from a python script?
I am trying to polygonize a raster dataset. I have a QGIS installation. Calling > C:/OSGeo4W/apps/Python312/Scripts/gdal_polygonize.exe c:/example/example.tif c:/example/example.shp in a cmd box ...
1 vote
0 answers
80 views
QgsVectorFileWriter.writeAsVectorFormatV3 can't delete or create more than one file
I am creating several layers in .geojson via QGIS API. In loop I save them using this function after downloading them via WFS. def save_layer_as_geojson(layer, temp_dir, layer_name): """...
0 votes
0 answers
57 views
QGIS write thousands SQLite files to Windows directory
Why does QGIS writing more than thousands SQLite files to my Windows directory '? How can I let QGIS write these files to another map..? Windows > QGIS3-OjXByK > RLTLmf_styles.db Every time with ...