1,668 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
2
replies
37
views
How do i retrieve 'data attribution' from Google Earth?
I am working on a project that requires me to check which company uploaded the image and when was the last update for a list of coordinates on Google Earth. I uploaded the coordinates data using a KML ...
Advice
0
votes
0
replies
42
views
Qgis Many-to-One (m:1) Join
I have the following issue: I have a line and polygon layer, and I want to add every polygon feature to the lines they intersect. Every line should then have new columns, e.g.:
id_polygon_1; ...
1
vote
0
answers
64
views
raster image with missing no-data information rendering with no-data parts in qgis
I have a raster image. I run 'gdalinfo -stats' command for it, and I get:
Band 1 Block=256x256 Type=Float32, ColorInterp=Gray
Description = NDVI
Min=-0.768 Max=0.859
Minimum=-0.768, Maximum=0....
0
votes
1
answer
62
views
How to integrate PyQGIS custom processing algorithm dialog into toolbox
I'm trying to create a custom dialog for a processing algorithm, in line with the documentation: https://docs.qgis.org/3.40/en/docs/pyqgis_developer_cookbook/processing.html#customizing-the-algorithm-...
0
votes
0
answers
13
views
QGIS Animation Workbench Run Button Greyed Out
I am relatively new to QGIS and GIS in general, but I am running into a rather strange problem I am having trouble solving. I am running QGIS 3.36.2 and have recently installed the Animation Workbench ...
0
votes
0
answers
39
views
New validation of xml by .iterparse
Good Morning,
Does anyone use validation via .iterparse?
I need to rebuild the plugin to validate files over 2GB.
To do this, I need to change the parser – I'm using etree.iterparse instead of lxml....
0
votes
0
answers
83
views
QGIS headless + Python - exporting PDF with XYZ tiles layer
I have a script that generates a PDF file from QGIS headless running on Ubuntu.
The script generates a map view from a geojson feature which is centered on the view and a Mapbox XYZ tile layer is put ...
Dusan's user avatar
- 3,508
0
votes
0
answers
70
views
QGIS problems with adding WFS layer and it being converted to a table when reopening the project
I am using QGIS 3.44.2 on Windows 11. In my QGIS Projects I often use layers from this WFS: https://www.wfs.nrw.de/geobasis/wfs_nw_alkis_aaa-modell-basiert.
There are multiple layers in the WFS with ...
-1
votes
1
answer
49
views
How to accurately locate coordinates (X:2251400, Y:1389400) in Idaho Trans Mercator [closed]
I was reading a paper where they performed a dampened cubic spline of satellite derived ETrF. I'm trying to reproduce the example provided, for better understanding. I just want to locate this wheat ...
0
votes
1
answer
121
views
Python error when starting QGIS animation workbench plugin
I happily came across the "animation workbench" plugin for QGIS, because it seems to provide exactly, what I'm looking for: easy creation of animations of panning and zooming in maps.
...
0
votes
0
answers
38
views
Saving DataArray through to_netcdf loses coordinates?
I am using xarray and rioxarray to compute values from an existing dataset, the existing dataset as band like red, blue and green so I have something like this:
import xarray as xr
dataset: xr....
0
votes
0
answers
33
views
Automate QGIS v.kernel.rast across multiple nested folders with Python
I'm using QGIS 3.40.8 and need to automate kernel density calculations across a nested folder structure. I don't know Python - the code below was created by an LLM based on my QGIS log output from ...
0
votes
0
answers
62
views
Is it possible to save changes in the attributes form of a layer to a GeoPackage in QGIS?
I have several point-layers in QGIS where I changed the attributes form. The changes in the value mapping (for example) are not saved in the GeoPackage. If I open the layers in another project, the ...
0
votes
0
answers
28
views
QGIS Problem with optional geometry field in model builder
I have a model that before version 3.40.7-Bratislava worked fine.
After the update, this is the error:
In the model, if you remove this setting (by deleting the word "geom"), and run the ...
1
vote
0
answers
64
views
Import Excel File using PYQGIS
I have tired to import excel file to qgis program by using PYQGIS.
uri = r"C:\Users6503円-0249\Desktop\Expropriation\SALE\TEST.xlsx"
vlayer = QgsVectorLayer(uri, "layer_name_you_like&...