- 27 Feb, 2022 1 commit
-
-
Leonhard Seidelmann authored
-
- 30 Sep, 2021 1 commit
-
-
dvanzo authored
-
- 29 Sep, 2021 1 commit
-
-
Leonhard Seidelmann authored
-
- 16 Jul, 2021 5 commits
-
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
Resolves #58.
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
This uses the new, more efficient implementations from Py2DM v0.2.1
-
- 15 Jul, 2021 1 commit
-
-
Leonhard Seidelmann authored
It would be cleaner to just update the setup/requirements dependency to at least v0.2, but we won't be able to do so until the plugin gets separated out from the main plugin - so here it stays for now.
-
- 13 Jul, 2021 1 commit
-
-
Leonhard Seidelmann authored
-
- 09 Jun, 2021 12 commits
-
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
These allow the retrieval of arbitrary node and element IDs from a given mesh. These use the "get_node" and "get_element" helpers and therefore scale poorly (num_points * num_cells) until a spatial index is introduced. Resolves #52.
-
Leonhard Seidelmann authored
Tuple unpacking operations on annotated names require parentheses in Python 3.7 (i.e. QGIS 3).
-
Leonhard Seidelmann authored
This is purely cosmetic.
-
Leonhard Seidelmann authored
This is mostly for peace of mind; BASEchange never generates channels without reference coordinates.
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
To be fixed in qgis-stubs (upstream)
-
- 08 Jun, 2021 7 commits
-
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
Due to the unavailability of QGIS type stubs, the types of these objects cannot be confirmed. This commit should be reverted once type stubs become available.
-
Leonhard Seidelmann authored
Due to QGIS hooks being a straight port of their C++ equivalents, they do not adhere to Python naming conventions and must be excluded from such checks.
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
- 07 Jun, 2021 1 commit
-
-
Leonhard Seidelmann authored
This limits the number of decimal places in the output geometry. This rounding is for the BASEchange CLI only; Python-defined cross sections will retain full precision.
-
- 01 Jun, 2021 1 commit
-
-
Leonhard Seidelmann authored
Prior to this, the command file name contained the "geometry" suffix. This also fixes the timestamps recorded in the command file.
-
- 11 May, 2021 9 commits
-
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
The decorator already handles this
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
Pylance is both stricter and more accurate in its type checking behaviour, so some adjustments are needed.
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
Numpy v1.20 finally introduces support for type hints. Unfortunately, it and Pylance do not agree on everything yet, so some type overrides were needed.
-
Leonhard Seidelmann authored
-
Leonhard Seidelmann authored
-