-
### What is the bug or the crash?
utils.py at line 54 calls warnings.simplefilter('default'). This effectively reverts any previously set warning filters, including those set in unit tests, making …
-
**Feature description.**
Pyqgis QgisInterface offers a whole array of default actions which can be triggered.
However, I seem to be missing a reference to the close current project action. (the exit…
-
Would it be possible to make the plugin easily translatable into other languages using the recommendations in the cookbook ?
(https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins/p…
-
Process description:
https://docs.google.com/document/d/1CNmSJxztrHrqLfillDH8v1zWaMzxFUyYSPT3sut55eQ/edit?usp=sharing
* [x] Update process description with new timeline
2024-02-15: Call for …
-
### Question
Hello, I am the maintenance technician of qgis2web (QGIS plugin that creates web maps) . At the moment the plugin directly reads the styles with PyQGIS and converts them to OpenLayers an…
-
We could use some functionality of the plugin and make processing tools out of it. For example downloading data from NOFA. Such a processing tool could then further be used for creating some workflow…
-
I am currently using instructions on [official docs](https://qgis2threejs.readthedocs.io/en/docs/ExportProgrammaticallyUsingPython.html) in order to use qgis2threejs with pyqgis, initially using QGIS …
-
From what I see there is no way to do it in the Mapshaper.
My current plan is to script that in a QGIS ( https://gis.stackexchange.com/questions/41267/buffering-in-pyqgis ), though https://gis.stac…
-
Hi there,
I need to render a pretty large map with a lot of features. It's simply too big, but breaking it into chunks (tiles, let's say) works. To avoid opening the plugin GUI for each individual …
-
### Feature description
Learning how to code is essential in the geospatial domain, specially when you have a lot of repetitive tasks. PyQGIS solves this problem very well, however, sometimes, it is …