python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can't open data from external hard drive, Qgis 3.10
In the Browser panel and in the Data source manager of Qgis 3.10, I can only open shapefiles and rasters saved in /home and some files in /. There is no path to my external hard drive : no /run/media....
Who
Votes: 0
Answers: 1
Create regularly-spaced vector points from irregular XY geographic data in Python
I have point (vector) coordinates in meters (x and y in 1-D arrays) which are irregularly spaced. I would like to re-sample the points so that they are regularly spaced by 10 m between each set of XY ...
jb16006
Votes: 0
Answers: 2
Visualize PostGIS geography bounding boxes to understand the "&&" operator
I have a point at (-130.2, 30.5) and a box at (-130, 30, -129, 31). As geometry, the && operator reports no bounding box intersection, while as geography, it does:
WITH src(point, envelope) AS...
sjones
Votes: 0
Answers: 1
QGIS select first nth values from a sorted field
I have a point layer with a "dist" field. I need to show its value only for the lowest n features using the field calculator, Is there any function ready availalbe I am missing here?, like L...

Stefano Verugi
Votes: 0
Answers: 1