Skip to main content

Questions tagged [select]

The selection of data from a database based on some criteria.

3 votes
1 answer
46 views

Selecting unsymbolised features in QGIS

In QGIS 3.34.5, I am symbolising a large area of point features extracted from OpenStreetMap. I currently have an ELSE clause that shows me the features that have not yet been symbolised in a large ...
Tom Brennan's user avatar
  • 5,279
0 votes
1 answer
38 views

Spatial selection of intersected entities within a shape does not take the new entity

I'd like to retrieve part of shape A from layer A in relation to the boundary of my layer B. After making an intersection, I end up with a new layer, "intersect_layer". Using spatial ...
MesanGeo's user avatar
1 vote
0 answers
39 views

How to select mesh elements using an expression?

I'm using QGIS (3.34.7) and I'm trying to get a grip on meshes. In this example, I'd like to select mesh elements within a polygon layer (and later export them). QGIS (3.22) introduced "Select ...
pumpaij's user avatar
  • 11
1 vote
1 answer
42 views

How to buffer a selected point in PyQGIS

I have a few random points that I generated within a polygon. I randomly selected one of the points and would like to buffer that point. In the case below, buffering will be applied to all points and ...
seak23's user avatar
  • 191
0 votes
1 answer
62 views

Select point features within same polygon AND with same field value QGIS

The situation I have a point layer ("Beobachtungen") and a single part polygon layer ("Single parts"). For both layers, every feature has a unique id. As shown in the image, some ...
Hannes's user avatar
  • 129
-1 votes
1 answer
124 views

Seeking "redo selection" or "undo clear selection" in ArcGIS Pro

Is there a "redo selection" or "undo clear selection" in ArcGIS Pro? I'm wanting to be able to basically undo a clear selection, so that a selection that I've cleared comes back. ...
Holden_Schaefer's user avatar
4 votes
1 answer
210 views

How to make the selection color the same in the map and attribute table windows?

At 3.34, the color of selected features in the main map can be changed in either the Settings > Options menu or in the Project > Properties. However, I have not found a way to change the color ...
Stu Smith's user avatar
  • 8,192
0 votes
1 answer
66 views

Selecting roads covered by point features QGIS

I have a layer consisting of roads and another layer of point features (traffic signs). Is there a way in QGIS to choose the area that the traffic signs cover? By this I mean the area within multiple ...
pe5's user avatar
  • 1
1 vote
3 answers
76 views

What function in ArcGIS Pro Python replaces the ArcMap data frame method zoomToSelectedFeatures()?

What function in ArcGIS Pro Python replaces the ArcMap data frame method zoomToSelectedFeatures()? I already tried other solutions (getLayerExtend for Layout), but didn't work. ##SNIPPET CODE arcpy....
dallalana91's user avatar
0 votes
0 answers
48 views

QGIS - How to show only one value when having multiple same values by expression [duplicate]

I wonder how could I show by expression only one labels when having the same values multiple times? Does an "unique" function exists in QGIS? For my column "abrev_county" I would ...
Sarah BOUTARD's user avatar
1 vote
0 answers
55 views

Number of features decreases when saving selected features to new layer in QGIS

I'm selecting features from a dataset using an expression. After selection, the selected features are a total of 6349. I save the selected using export -> save selected features as, and I've tried ...
Laura Riis-Klinkvort's user avatar
2 votes
1 answer
138 views

Highlight polygon in Leaflet

How can I hide(opacity) all polygons, and only show the one with ID 73 [click example code]: https://jsfiddle.net/etrv684u/1/ HTML: <div id="map"></div> <button id="...
user_unknown's user avatar
1 vote
2 answers
96 views

ST_Distance from one location to others

I have a table that contains different city buildings and want to calculate the distance of all the buildings of a type to another with a specific id using the ST_DISTANCE() function
Alm's user avatar
  • 83
0 votes
0 answers
52 views

How to select lines within a distance of a certain point?

I am currently dealing with the following issue: I have a dataset with of the roads of a certain place in The Netherlands. Within this place I added two points. I would like to know all the roads ...
Marius 's user avatar
0 votes
0 answers
43 views

Trying to delete buildings selectively from a CityGML

I'm currently working on refining my cityGML file by selectively removing certain buildings. My objective is to include specific neighboring buildings within designated building blocks while deleting ...
Gülce's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
40