Juernjakob Dugge
c09b379fc7
Rename member variables, remove "forceCartesian" arguments
2019-01-08 09:36:33 +10:00
Juernjakob Dugge
bf5a077e33
Fix typos
2019-01-08 09:36:33 +10:00
Juernjakob Dugge
3e05c99c11
Add centimeter and millimeter based units to Project Properties and Map Tools Options
...
Fix the "map units" option in distance measurements when using geographic coordinate systems
2019-01-08 09:36:33 +10:00
Matthias Kuhn
0cc809b76f
Merge pull request #8804 from m-kuhn/geometry_check_dox
...
Improved API documentation for geometry checks
2019-01-07 16:54:16 +01:00
Juergen E. Fischer
b6293f23c8
osgeo4w: run python scripts with python3 ( fixes #20870 )
2019-01-07 15:41:11 +01:00
Matthias Kuhn
6d38a0ed66
Improved API documentation for geometry checks
2019-01-07 15:38:18 +01:00
Luigi Pirelli
83c6a2c49b
Merge pull request #8444 from NaturalGIS/reenable_grass_r_mapcalculator
...
add GRASS r.mapcalculator, remove r.mapcalc
2019-01-07 13:38:49 +01:00
Giovanni Manghi
a57fec8714
fix module description file
2019-01-07 10:43:50 +00:00
Giovanni Manghi
10d479929c
fix the module name
2019-01-07 10:14:40 +00:00
Giovanni Manghi
9f3c313830
add missed file
2019-01-07 09:56:59 +00:00
Giovanni Manghi
667a86b075
change the name of the module to match the new name in GRASS 7.4.4
2019-01-07 09:54:27 +00:00
mhugent
54a5fae0b7
Merge pull request #8781 from mhugent/get_atlas_print
...
[server][needs-docs] Get atlas print
2019-01-07 10:42:23 +01:00
Nyall Dawson
efd54f862f
[processing][SAGA] Resync Fill Sinks descriptions, add tests
...
Refs #20051
2019-01-07 09:55:46 +10:00
Nyall Dawson
45f8b863db
[processing][SAGA] Resync parameters for resample tool
...
And add tests
Fixes #20882
2019-01-07 09:55:46 +10:00
Marco Hugentobler
4e29558808
Add doc for new function
2019-01-05 15:19:56 +01:00
Marco Hugentobler
2e7bf12ee1
Possibility to restrict number of atlas features (default: 1)
2019-01-05 15:19:55 +01:00
Corentin Falcone
ed9c9b33af
Add comment option on db_manager pluging postgis tables ( #8734 ) [FEATURE]
...
Add possibility to create a comment on a postgres table when import or using the alter table button from db_manager.
2019-01-05 12:02:02 +01:00
Nyall Dawson
cef9c4eaec
[FEATURE][processing] New algorithms "Extract Z values" and "Extract m values"
...
These algorithms allow users to convert z or m values present in feature
geometries to attributes in the layer. By default the z/m value from the
first vertex in the feature is extracted, but optionally statistics
can be calculated on ALL the z/m values from the geometry (e.g. calculating
mean/min/max/sum/etc of z values).
2019-01-04 05:01:40 +10:00
Nyall Dawson
e99072b161
Add method to QgsStatisticalSummary to get a short name corresponding to a stat
...
Returns a short name, suitable for use in a field name
2019-01-04 05:01:40 +10:00
Nyall Dawson
5f817b4db3
Allow QgsStatisticalSummary to calculate first/last value
...
Trivial, but simplifies other code which desires to expose
a choice between first/last/min/max/mean/etc...
2019-01-04 05:01:40 +10:00
Nyall Dawson
5586352a13
[FEATURE][processing] New raster zonal stats algorithm
...
Like the vector zonal stats algorithm, but this one works with
the zones defined in another raster.
Iterates over the input rasters in blocks to be nice and
memory efficient.
From the algorithm help:
"This algorithm calculates statistics for a raster layer's
values, categorized by zones defined in another raster layer.
If the reference layer parameter is set to "Input layer",
then zones are determined by sampling the zone raster layer
value at the centroid of each pixel from the source raster
layer.
If the reference layer parameter is set to "Zones layer",
then the input raster layer will be sampled at the centroid
of each pixel from the zones raster layer.
If either the source raster layer or the zone raster layer
value is NODATA for a pixel, that pixel's value will be
skipped and not including in the calculated statistics."
2019-01-04 05:01:16 +10:00
signedav
666f95998d
Merge branch 'master' into basicfix
2019-01-03 12:43:20 +01:00
signedav
0373fe73a2
autogenerated sip in file
2019-01-03 12:00:53 +01:00
Alessandro Pasotti
a7c3aadf3d
Merge pull request #8785 from elpaso/bugfix-20601-processing-side
...
Pick up all layer entries references from the project context
2019-01-03 09:59:27 +01:00
Nyall Dawson
a441e2b14b
[layouts] Add API allowing drawing map overviews under map layers
...
or under map labels
2019-01-03 04:53:28 +10:00
Nyall Dawson
12da3afa85
[layouts] Add method to alter list of map layers to render to include
...
overview layers
2019-01-03 04:53:28 +10:00
Nyall Dawson
1b309c6810
[layouts] Add setters/getters for map item stacking positions
2019-01-03 04:53:28 +10:00
Nyall Dawson
6eb49feddc
[layouts] Add method to get overview item extent as a vector layer
...
The layer contains a single feature representing the linked map
extent, and set to render using the overview's symbol
2019-01-03 04:53:28 +10:00
Nyall Dawson
9d800d4268
Sipify
2019-01-03 04:53:07 +10:00
Nyall Dawson
62f1bb7a20
Spelling
2019-01-03 04:53:07 +10:00
Nyall Dawson
ddd522b432
Rework validity check API to allow future background threaded use
2019-01-03 04:53:07 +10:00
Nyall Dawson
102f075ad2
Run layout validity checks before export
2019-01-03 04:53:07 +10:00
Nyall Dawson
7ccaa3df32
[FEATURE][API] Add flexible framework for custom "validity checks"
...
Adds a new interface QgsAbstractValidityCheck which defines
a single "check" which can be performed on a given QgsValidityCheckContext.
A new application-wide QgsValidityCheckRegistry registers
and manages instances of all known checks, and allows running
of all registered checks of a specific type at once.
Initially the framework is focused toward print layout validity
checks, but the interface has been designed to be generic enough
to allow alternative types of validity checks (e.g. project save
validity checks, processing model validity checks, etc.).
The API is designed to be used both by internal validity checks
and also to be extended by custom, organisation-specific
validity checks. E.g., for print layout validity checks we could have:
2019-01-03 04:53:07 +10:00
Alessandro Pasotti
ecb6cde3aa
Pick up all layer entries references from the project context
...
This is the processing side of the duplicate layer
names bug, while the core part was already fixed,
the processing logic was extended to handle inputs
from models and full-path references.
Fixes #20601
2019-01-02 16:59:03 +01:00
Alexander Bruy
2f1efd8927
Merge pull request #8776 from alexbruy/gdal_tests
...
[processing] cover more GDAL algorithms with unittests
2019-01-02 08:17:19 +02:00
Juergen E. Fischer
196024ccba
typo fixes
2019-01-01 21:53:37 +01:00
Alexander Bruy
f332233f6d
remove obsolete tests
2019-01-01 19:28:09 +02:00
Alexander Bruy
6809d346ab
[processing] add unittest for gdal_polygonize algorithm
2019-01-01 19:26:14 +02:00
Alexander Bruy
f447745b5f
[processing] add unittest for gdal2xyz algorithm
2019-01-01 18:15:41 +02:00
Alexander Bruy
a5365e26eb
[processing] fix handling of the mask layer in the gdal_sieve algorithm
...
(fix #20713 )
2019-01-01 15:20:21 +02:00
Alexander Bruy
c64383702e
make advanced params optional to keep algorithm API stable
2018-12-31 12:34:12 +02:00
Alexander Bruy
3d33b9f1e2
[processing] expose resampling and format options in the gdaladdo
...
algorithm (fix #20432 )
These options actually were here but not added to the UI.
2018-12-31 12:20:31 +02:00
Alexander Bruy
84d155eaf0
Merge pull request #8759 from alexbruy/processing-interpolation
...
[processing][needs-docs] Add cell size parameter to native interpolation algorithms (fix #18556 , #20114 )
2018-12-30 15:55:05 +02:00
Alexander Bruy
acd4ceca5c
keep also old test for native interpolation algs
2018-12-30 09:48:45 +02:00
Alexander Bruy
1e1ed79e2d
[processing] set default value for band parameters in GDAL algs ( fix #20610 )
2018-12-30 09:18:23 +02:00
Alexander Bruy
e86ca50cc6
restore columns and rows parameters for the extremely rare case if
...
someone have used native interpolation algs in scripts/models
2018-12-30 08:15:26 +02:00
Alexander Bruy
09dbb8917d
update tests
2018-12-30 06:44:09 +02:00
Alexander Bruy
5813b96159
add cell size option to IDW and TIN interpolation algorithms
2018-12-30 06:44:09 +02:00
Alexander Bruy
357cf270ff
add value changed signal for custom interpolation parameter wrapper
...
move duplicated code into common file
2018-12-30 06:44:09 +02:00
Alexander Bruy
37f14f8b3f
add value changed signal for extent parameter widget wrapper
2018-12-30 06:44:09 +02:00