Médéric RIBREUX
|
74826dc1ea
|
Support directory output via QgsProcessingParameterFolderDestination
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
b46e969325
|
Fix indentation
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
65f483d613
|
Modify Grass7 detection
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
d6fb7181aa
|
Fix layers loading...
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
4b8b6a09c8
|
Massive conversion
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
56b963e313
|
Improve ext scripts and support OutputFolder
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
5827513c4b
|
First work on ext mechanism factorisation
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
6bf8448bfb
|
Improve cell size detection and FileDestinationOutput (but not perfect)
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
f32bba4456
|
(WIP) better cellsize suport
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
f0da7b0186
|
Improve MultiLayers and FileDestination support
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
9a52e344fd
|
First working raster algorithm
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
483a4b9e8a
|
First functional version (for single vector inputs/outputs)
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
9eff16f431
|
Finish fixing description files (no more errors on startup)
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
7369c4dece
|
Fix some other description files
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
be78153427
|
(WIP) Grass algorithms can be opened and inputs are treated
|
2017-11-04 15:31:21 +01:00 |
|
Médéric RIBREUX
|
a676db2c0f
|
Handle parameters and update description files (WIP)
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
733218caca
|
(WIP) enable Grass7 provider and start to work on QgsProcessing new framework
|
2017-11-04 15:31:21 +01:00 |
|
Médéric Ribreux
|
297c7b5f8b
|
Update TODO list
|
2017-11-04 15:31:21 +01:00 |
|
Nyall Dawson
|
fe78611cf5
|
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.
|
2017-11-03 14:00:07 +10:00 |
|
Nyall Dawson
|
8631472089
|
QgsTINInterpolator->QgsTinInterpolator
|
2017-11-03 10:49:33 +10:00 |
|
Nyall Dawson
|
bee2a1a86e
|
Update Python code
|
2017-11-03 10:33:04 +10:00 |
|
Nyall Dawson
|
e91ee5b71c
|
More flexible API for interpolation
E.g. adds API support for interpolating by m value
|
2017-11-03 09:18:45 +10:00 |
|
Nyall Dawson
|
73306f1266
|
Update python code
|
2017-11-03 07:47:40 +10:00 |
|
Nyall Dawson
|
7dc48f3a17
|
Merge pull request #5508 from DelazJ/message_spacing
Fixing messages displayed in GUI
|
2017-11-02 08:13:25 +11:00 |
|
Nyall Dawson
|
2bdc323d72
|
More test tolerance
|
2017-10-31 16:01:33 +10:00 |
|
Nyall Dawson
|
284c4d35cd
|
Fix tests
|
2017-10-31 16:01:33 +10:00 |
|
Nyall Dawson
|
8f22f5eb3b
|
[processing] Misc fixes for network analysis tools
Also maintain attributes in service area from layer alg, add test
Fixes #17325
|
2017-10-31 16:01:32 +10:00 |
|
Nyall Dawson
|
8d32bf729e
|
Fix QgsGraphAnalyzer::dijkstra traverses through edges backwards
This means that it flips the direction of the graph edge, breaking
route restrictions.
Refs #17325
|
2017-10-31 16:01:32 +10:00 |
|
Nyall Dawson
|
57edec668e
|
Fix incorrect enum values in network analysis algs
Didn't result in a bug, but made the code confusing to read
|
2017-10-31 16:01:32 +10:00 |
|
Nyall Dawson
|
ab05fe7603
|
Fix extremely confusing network graph API naming
Since names of api calls were backwards to expectations
|
2017-10-31 16:00:19 +10:00 |
|
Nyall Dawson
|
5ffd7214ee
|
[processing] Shortest path handling for multipoint layers
Fixes shortest path algorithms fail for multipoint source layers
or layers with null geometries
Refs #17325
|
2017-10-31 16:00:18 +10:00 |
|
Nyall Dawson
|
4149da0556
|
Better reporting of errors when paths cannot be found, also
output point but with no geometry and missing attributes so
that it's clear which points could not be linked
|
2017-10-31 16:00:18 +10:00 |
|
Nyall Dawson
|
36a38f4e2d
|
[processing] Keep attributes from start/end points layer in
output layer for shortest path algorithms
Otherwise the paths are nearly impossible to link back to
the source layer for further analysis
|
2017-10-31 16:00:18 +10:00 |
|
Nyall Dawson
|
49254384df
|
Fix index out of range error in shortest path algs
|
2017-10-31 16:00:18 +10:00 |
|
Matthias Kuhn
|
d2c1011a13
|
Convert missing from[Geometry]XY calls
|
2017-10-30 09:14:06 +01:00 |
|
Matthias Kuhn
|
e0025b65b1
|
Rename QgsGeometry::fromPoint to QgsGeometry::fromPointXY
Also introduces the from[Geometry]XY for QgsGeometryFactory
|
2017-10-30 09:14:06 +01:00 |
|
Matthias Kuhn
|
750a54f8f6
|
More drop V2 suffix fixes
|
2017-10-30 09:14:05 +01:00 |
|
Matthias Kuhn
|
7f3ad76882
|
Rename QgsMultiPolygonV2 to QgsMultiPolygon
|
2017-10-30 09:14:04 +01:00 |
|
Matthias Kuhn
|
3fcdcd87af
|
Rename QgsMultiPointV2 to QgsMultiPoint
|
2017-10-30 09:14:04 +01:00 |
|
Matthias Kuhn
|
b6f46eae11
|
Rename QgsPolygonV2 to QgsPolygon
|
2017-10-30 09:14:04 +01:00 |
|
Juergen E. Fischer
|
e523780945
|
add loading of spatialite on windows and remove remaining references to
pyspatialite (followup 39816cf84)
|
2017-10-29 20:32:43 +01:00 |
|
Nyall Dawson
|
68179e224c
|
Merge pull request #5475 from nyalldawson/snap_to_grid
[FEATURE][processing] Native c++ snap to grid algorithm
|
2017-10-27 17:19:37 +11:00 |
|
Nyall Dawson
|
4372ac2658
|
[FEATURE][processing] Native c++ snap to grid algorithm
With support for snapping Z/M values, keeping curves
|
2017-10-27 15:16:15 +10:00 |
|
Harrissou Sant-anna
|
30aa5f5f96
|
Allow double typed values in algorithm
Also homogenize the output name
|
2017-10-27 13:09:39 +11:00 |
|
Harrissou Sant-anna
|
c2577ec0fc
|
Full sentence should often begin by capitalized letter
and end by a full stop.
|
2017-10-27 01:46:08 +02:00 |
|
Harrissou Sant-anna
|
f5025cc668
|
Use a more appropriate dialog title for message boxes
and capitalise first letters
|
2017-10-27 01:43:26 +02:00 |
|
Harrissou Sant-anna
|
2614ca1a96
|
Remove trailing spacing and punctuation in ui items
|
2017-10-27 01:43:26 +02:00 |
|
Nyall Dawson
|
034baf1b53
|
Merge pull request #5436 from alexbruy/processing-gdal-memory
[processing] correctly handle layers without attributes in GDAL-based geoprocessing algorithms (fix #17287)
|
2017-10-26 20:19:12 +11:00 |
|
Nyall Dawson
|
d8775fca55
|
Merge pull request #5398 from DelazJ/DelazJ-patch-1
[DB Manager] Set correct dialog alignment
|
2017-10-26 12:59:31 +11:00 |
|
Nyall Dawson
|
c50ee6d42f
|
Update python code to new API
|
2017-10-26 07:06:34 +10:00 |
|