Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Simplify interpolation API
Don't require both pixel size and row/col count in constructor, since we can calculate the pixel size from the extent and row/column count.
- Loading branch information
Showing
with
43 additions
and 52 deletions.
- +12 −3 python/analysis/interpolation/qgsgridfilewriter.sip
- +1 −13 python/plugins/processing/algs/qgis/IdwInterpolation.py
- +1 −17 python/plugins/processing/algs/qgis/TinInterpolation.py
- +12 −12 python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
- +3 −3 src/analysis/interpolation/qgsgridfilewriter.cpp
- +14 −4 src/analysis/interpolation/qgsgridfilewriter.h