MrChebur

Results 11 comments of MrChebur

I think that the implementation of all of these options can be useful to users, but at the moment I as a user would benefit from option two: "Collapse all...

This is what we need, but in both directions, horizontal and vertical: https://www.youtube.com/watch?v=VLv_wAfVO9A

Same problem - memory leak. Currently investigating.

I can confirm memory leaks in the `for` loops and the `zonal_stats` function. OS=Windows-10-10.0.19045-SP0 python=3.12.4 (main, Jun 10 2024, 12:48:35) [MSC v.1938 64 bit (AMD64)] gdal=3.9.1 numpy=1.26.4 I attach code...

@mouzui > I am currently using QGIS as a replacement for this package. And I on the contrary - used this package to replace QGIS, thinking that package is faster...

> The best part is that QGIS does not have memory leaks Unfortunately not, at least in QGIS Appication (Windows 10): https://github.com/qgis/QGIS/issues/37861

And thanks for the plugin. It really speeds up my work. 👍

Strangely, if images are supposed to come in random order, it's suspiciously common for users to receive the same images. Perhaps the problem is that our data is similar to...

This feature could be implemented as a python code located in `startup.py` file: For windows users `C:\Users\%USERNAME%\AppData\Roaming\QGIS\QGIS3` ![qgis-bin_DXM0sjkuZ7](https://github.com/qgis/QGIS/assets/20655102/6ef99c3f-d8f6-4466-879d-c8d4381b6f68) ```python import qgis def collapse_or_expand_group(): selected = qgis.utils.iface.layerTreeView().selectedNodes() if len(selected) == 1:...

In my opinion, renaming is not as common as expanding/collapsing a layer group. Besides, you can use the F2 key to rename a layer.