Questions tagged [remove]
The remove tag has no summary.
68 questions
4 votes
1 answer
197 views
Removing rows in Layout legend with PyQGIS
I have a script that exports multiple layouts using different layers. Part of it is changing the legend depending on which layer is being printed in the layout. I'm having trouble finding a way to ...
2 votes
0 answers
124 views
Removing overlapping boundary lines from polygons using ArcGIS Pro
I am using ArcGIS Pro 3.3. I have been trying to figure out how to remove some county boundary lines so that I can use a dash effect on the boundaries without them overlapping and interrupting the ...
2 votes
1 answer
439 views
Removing duplicate data based on multiple attributes [closed]
I have a table created using tabulate intersection in ArcGIS Pro, that denotes the species records within each grid cell at certain resolutions e.g. Cell ID Taxon Name Grid Precision (m) 1 Erodium ...
2 votes
2 answers
378 views
Deleting GeoPackage vector layers and releasing open file handles with PyQGIS
On Windows 11 I have a PyQGIS script that creates layers from gpkg files. This all works perfectly fine. I want to delete these layers, recreate the gpkg files and reload them as layers again and this ...
0 votes
1 answer
103 views
Removing 'bad bands' from hyperspectral data in GDAL
I'm new to using GDAL and need to process hyperspectral data. I'm trying to get rid of bands within atmospheric absorption windows, but I'm note sure how to do that in GDAL or other python tools. My ...
3 votes
2 answers
556 views
Removing overlapping features in one layer in QGIS
I have a dataset in QGIS with polygon features that partially overlap completely. I would like to delete the overlapping polygon features so that each area is only covered by one feature. The decision ...
0 votes
1 answer
332 views
How to remove values from raster band QGIS
I recently did a land use land cover analysis using the semi automatic classification plugin in QGIS. While I am satisfied with the produced raster there are a bunch of classes that are not relevant ...
0 votes
0 answers
240 views
How to delete multiple features from multiple layers in QGIS at once?
I want to delete multiple layers containing points, lines, polygons together. According to my research, the tools in qgis can only delete features of the active layer together, is there a method or ...
5 votes
0 answers
206 views
Filtered features in attribute table
Attribute table header of point layer says: "Features total 1200, Filtered: 1197, Selected: 0" There is no layer filter active and also no filter is set in the layer properties under tab &...
2 votes
2 answers
812 views
Removing added layers using Leaflet
I add polygon data on the Leaflet map by selecting parameters: travel_mode and travel_time from the form control and clicking a button "btnGenerate". This button click function is working as ...
2 votes
2 answers
656 views
Delete multiple layer at once in geopackage QGIS
Is there a way to delete more than one layer at the same time in a geopackage file once I have opened the connection in QGIS? I am only able to delete them one by one...very time consuming.
0 votes
1 answer
932 views
Select all layers in QGIS
In the previous versions of QGIS, to select all layers in the 'layer panel' and then remove them, I used 'CTRL + A'. In QGIS 3.22 this is not possible and to delete multiple layers I have to select ...
0 votes
1 answer
148 views
maplibregl.Popup()
To show a popup when clicking the map, I entered: const popup = function(e){new maplibregl.Popup().setLngLat(e.lngLat).setHTML('MODIFICATIONS').addTo(map)}; map.on('click', popup); map.on('...
0 votes
1 answer
319 views
ArcPy command to remove empty layers that are grouped
I have a script that works for MXD with ungrouped layers. How can I change this so it works if there are groups of layers? I have an MXD template with many layers & groups. The underlaying file ...
1 vote
0 answers
66 views
Remove the longest segments of a polygon using QGIS
Is there an expression or tool that allows the user to remove the longest segments of a polygon? The end result would be two end segments (lines)