Nyall Dawson
b8dcafbf10
[processing] Fix missing default value for Select by Expression
...
Fixes #30218
2019-06-17 06:27:17 +10:00
Nyall Dawson
4ff8429f7a
[processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm
...
(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) distances
are used
2019-06-12 10:08:51 +07:00
Nyall Dawson
d10db05b5a
[processing] Nicer strings, default values for select/extract by attribute
2019-06-12 07:03:30 +10:00
Nyall Dawson
43904df6c4
[processing] Fix exception in select by expression using not equal to operator
...
Fixes #30135
2019-06-12 07:03:30 +10:00
Martin Varga
f4e11bf7d5
[processing] tiles_xyz: maximize map preview
2019-06-07 11:09:41 +02:00
Martin Varga
228040d153
[processing] tiles_xyz: get rid of unlabeled areas at the edges of metatiles
2019-06-07 11:09:41 +02:00
Martin Varga
4013925083
[processing] deferred transparency/bg_color option in xyz alg
2019-06-07 11:09:41 +02:00
Martin Varga
ebab737420
[processing] changed alpha to transparent option in tiles_xyz, default bg color from canvas
2019-06-07 11:09:41 +02:00
Martin Varga
3a9b32d635
[processing] added new options (alpha, quality, tile_size) to xyz alg
2019-06-07 11:09:41 +02:00
matteo
cf634aa3aa
[processing] fix NDVI calculation
2019-05-28 15:40:47 +02:00
saber
169e246fdc
fixes issue with db lock when writing mbtiles
2019-05-27 14:45:16 +02:00
Alessandro Pasotti
bb567cd5b8
Processing importintopostgis: Do not transform table name to lowercase
2019-05-23 09:14:59 +02:00
nirvn
20ed28da29
[processing] Move the new XYZ algorithms under the raster tools group
2019-05-21 12:19:20 +07:00
Peter Petrik
6d9b40f634
add TMS ( fix #21987 )and HTML output ( fix #21991 ) for tilesxyz. Split to 2 algorithms (directory and MBTiles)
2019-05-18 11:34:15 +02:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
Raymond Nijssen
95c8cfed5f
use distance instead of number parameter, and set advanced flag
2019-05-11 08:39:41 +02:00
Raymond Nijssen
a6d9d26e7d
fix keyword
2019-05-11 08:39:41 +02:00
Raymond Nijssen
052db03919
Round values in ExtentFromLayer processing algorithm
2019-05-11 08:39:41 +02:00
Marcel Dancak
b1106b9f1e
[processing] fix #21958 used sqlite3 module instead of GDAL/ORG's SQLite driver
2019-05-03 13:43:15 +02:00
Martin Dobias
5e4ea73399
Merge pull request #9857 from marcel-dancak/tiles_xyz
...
New Processing Algorithm to generate raster XYZ tiles
2019-04-26 08:41:30 +02:00
Martin Dobias
e6ff7e00ef
Raise an exception if the necessary parameter was not specified
2019-04-25 23:25:05 +02:00
Martin Dobias
285d4e0da0
Remove NAME parameter, use OUTPUT_FILE instead
...
For output to directory, OUTPUT_DIRECTORY destination parameter is used.
For output to MBTiles file, OUTPUT_FILE destimation parameter is used.
2019-04-25 22:10:37 +02:00
Marcel Dancak
e0d6694a12
Adjusted min/max/default values of parameters, moved some code into 'prepareAlgorithm'
2019-04-25 12:15:52 +02:00
Marcel Dancak
83f35617f3
MBTilesWriter can write tiles in any order, proper transforming of extents
2019-04-25 09:43:33 +02:00
Marcel Dancak
efdd52cb2f
Commented out code for debugging (saving of metatiles), fixed python formatting
2019-04-24 15:23:56 +02:00
Marcel Dancak
4ab9bb6175
Registration of TilesXYZ algorithm
2019-04-24 13:11:36 +02:00
Marcel Dancak
73a5a6adc1
Initial version of xyz tiles export (processing tool)
2019-04-24 12:25:58 +02:00
Alexander Bruy
c706cdeb06
[processing] ensure that output temporary directory exists ( fix #21701 )
2019-04-20 11:53:47 +03:00
Matthias Kuhn
8416e7588c
Merge pull request #9781 from m-kuhn/processing_parameter_as_boolean
...
Add QgsProcessingAlgorithm::parameterAsBoolean
2019-04-17 09:20:07 +02:00
Alessandro Pasotti
ac04339434
Pass transform context to raster calculator
2019-04-17 10:06:41 +10:00
Nyall Dawson
b6bc1ee2d4
Tweak QgsProcessingUtils::combineLayerExtents for future proofing, remove deprecated usage
2019-04-17 10:06:41 +10:00
Matthias Kuhn
b90a01847f
Prefer parameterAsBoolean over parameterAsBool
2019-04-16 08:30:00 +02:00
nirvn
9ce1093bce
[FEATURE][ogr] Add string list field type support
2019-04-10 08:06:12 +07:00
nirvn
5e0fd15570
[FEATURE][processing] Add concatenate_unique support to the aggregate alg
2019-04-05 12:01:06 +07:00
Nyall Dawson
39a255c1b9
[processing] Use null instead of nan for invalid stat values in join by location summary
2019-04-02 06:17:56 +10:00
Nyall Dawson
7bf9279a53
[processing] Fix invalid reprojection in join by location (summary)
2019-04-02 06:17:56 +10:00
Nyall Dawson
f5a3485eae
Fix some Python warnings, avoid accidently hiding all deprecation warnings
2019-03-28 11:47:23 +10:00
Nyall Dawson
ac651ee0d9
Followup 8d51a693, fix broken plugins
2019-03-27 07:20:43 +10:00
Denis Rouzaud
8d51a693a1
missing changes of QgsMapLayer::Type => QgsMapLayerType
2019-03-26 14:09:19 -05:00
Nyall Dawson
95930ed68c
[processing] Fix IDW parameter value creation
2019-03-15 08:38:01 +10:00
Nyall Dawson
c24f51ece8
[processing] Fix exception in IDW interpolation
...
Fixes #21578
2019-03-15 08:38:01 +10:00
Etienne Trimaille
2076ca4fe0
replace some PyQt5 to qgis.PyQt
2019-03-09 22:45:51 -04:00
Nyall Dawson
cccf974211
[processing] Port enum widget wrapper to new API
...
Fixes:
- enum parameters set to "allow multiple" only allow a single
value selection when used in modeler
- optional enum parameters cannot be set to no value when
used outside of modeler
Fixes #20406
2019-03-08 15:46:59 +10:00
Nyall Dawson
ce5faa1524
[processing] Force regeneration of primary key for more algorithms
...
Fixes #21445
2019-03-05 07:06:30 +10:00
Nyall Dawson
49742c302a
[needs-docs][processing] Add option to check validity alg to ignore self-intersection
...
causing rings errors
By default the algorithm now uses the strict OGC definition of polygon validity, where
a polygon is marked as invalid if a self-intersecting ring causes an interior hole.
If the "Ignore ring self intersections" option is checked, then this rule will be
ignored and a more lenient validity check will be performed.
Refs #16418 , refs #21336
2019-02-27 06:05:26 +10:00
Nyall Dawson
ec1218314d
[processing] Fix "Add geometry attributes" handling of multipoint geom
...
For multipoints, export the count of geometries only
2019-02-25 07:50:48 +10:00
Nyall Dawson
6021683c35
Capitalization
2019-02-20 05:39:04 +10:00
Nyall Dawson
346f33544c
[processing] Expose correct expression context in Refactor fields alg
2019-02-20 05:39:04 +10:00
Nyall Dawson
d614ff39e7
[processing] Field calculator algorithms should not force an upper limit
...
on string field lengths
Don't hold back the algorithms because of outdated format limitations!
2019-02-12 12:58:55 +10:00
Nyall Dawson
c6f3d5ff48
[processing][needs-docs] Make Find Projection algorithm simpler to use
...
We no longer require the seperate CRS parameter, because the extent
parameter contains the CRS information itself. This means the algorithm
is simplified to just picking the layer and drawing the desired area
on the canvas.
2019-02-05 16:55:54 +11:00