Maximilian Krambach
097b18190c
identation errors and wrong file paths
2016-03-22 22:01:21 +01:00
Maximilian Krambach
c445828f9e
changed check for validity from isGeosValid() to validateGeometry() in dissolve.py
2016-03-21 21:30:23 +01:00
Juergen E. Fischer
2526d3e3c8
processing: switch to pyqt wrappers, flake8 fixes
2016-03-21 17:00:25 +01:00
Alexander Bruy
a3c76c617a
[processing] activate GRASS 7 by default and disable GRASS 6
2016-03-20 08:42:13 +02:00
Médéric RIBREUX
eb186c4928
Remove merge conflict on r.cost algorithms
2016-03-19 10:05:24 +01:00
volaya
6c1201cf13
Merge pull request #2901 from bartnv/fix-iterating-import
...
[processing] Fix extension removal in exportVectorLayer
2016-03-18 14:27:23 +01:00
volaya
2942ce576b
Merge pull request #2904 from medspx/processing_vector_bunch
...
[Processing] GRASS7 complete v.* algorithms (implements Redmine #5725 )
2016-03-18 14:20:13 +01:00
volaya
839db0a505
Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx
...
processing fix GRASS7 detection on osx: courtesy Martin Laloux
2016-03-18 14:17:07 +01:00
Bernhard Ströbl
cd267b066c
[processing] change field access
2016-03-16 16:34:56 +01:00
Bernhard Ströbl
62a4db8c40
[BUG] run eliminate with non-editable input layer
2016-03-16 14:07:12 +01:00
Bernhard Ströbl
8a84152427
[processing] use proper way to access geometry
2016-03-16 08:35:33 +01:00
Juergen E. Fischer
c6d921729e
python fixes:
...
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
python/console/console_sci.py:547 QsciScintillaCompat?
python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Matthias Kuhn
eb8167d920
[processing] Remove various unused imports and variables
2016-03-15 11:55:05 +01:00
Matthias Kuhn
e9b30a0a36
[processing] Fix dissolve
2016-03-15 11:46:05 +01:00
Matthias Kuhn
5607ae3f78
[processing] Fix autoincremental field
2016-03-15 11:37:51 +01:00
Juergen E. Fischer
fb3fcfa3a0
Python3/Qt5/2to3 updates:
...
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Matthias Kuhn
d6fca7e2e3
Indentation update
2016-03-14 10:56:24 +01:00
Bernhard Ströbl
e02d36f830
[BUG] make sure that result line consists of two nodes
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
cfc0eb680e
Try to fix indentation error
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
0c719d6c0e
[BUG] Do not output lines with two identical points
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
e3a2a1e5db
[BUG] access geometry the right way
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
ffae112ece
[BUG] Do not output lines shorter than 0.00001
2016-03-14 09:57:04 +01:00
Bernhard Ströbl
bbcacfbfbd
[BUG] Avoid trying to split a line with itself
2016-03-14 09:57:03 +01:00
Médéric RIBREUX
d318981f3d
Add v.in.lidar algorithm
2016-03-12 21:06:39 +01:00
Médéric RIBREUX
7f461f3f1a
Add v.rectify algorithm
2016-03-12 18:08:09 +01:00
Médéric RIBREUX
538ad69768
Add v.edit algorithm
2016-03-12 17:49:26 +01:00
Médéric RIBREUX
903a804bc3
Add v.lrs.segment algorithm
2016-03-12 17:16:12 +01:00
Médéric RIBREUX
1ebd7683a2
Add v.lrs.where algorithm
2016-03-12 16:53:54 +01:00
Médéric RIBREUX
db65371e99
Add v.lrs.create algorithm
2016-03-12 16:21:30 +01:00
Médéric RIBREUX
3a995cfe8d
Add v.to.lines algorithm
2016-03-12 13:06:58 +01:00
Médéric RIBREUX
4dd5fd365a
Add v.what.vect algorithm
2016-03-12 13:02:45 +01:00
Médéric RIBREUX
ae0b48d84c
Add v.vect.stats algorithm
2016-03-12 12:54:49 +01:00
Médéric RIBREUX
2139d5fddc
Add v.type algorithm
2016-03-12 12:45:35 +01:00
Médéric RIBREUX
b7a6037d51
Add v.to.3d algorithm
2016-03-12 12:34:15 +01:00
Médéric RIBREUX
09b9a6246d
Add v.rast.stats algorithm
2016-03-12 12:21:45 +01:00
Médéric RIBREUX
3f1445998a
Add v.pack algorithm
2016-03-12 11:48:37 +01:00
Médéric RIBREUX
2e0e7b6b17
Add v.out.vtk algorithm
2016-03-12 11:41:40 +01:00
Médéric RIBREUX
a7ec96ce46
Add v.kernel algorithm
2016-03-12 11:39:43 +01:00
Médéric RIBREUX
62b4d7ced7
Add v.in.mapgen algorithm
2016-03-12 11:34:57 +01:00
Médéric RIBREUX
33f3717c91
Add v.in.lines algorithm
2016-03-12 11:33:59 +01:00
Médéric RIBREUX
7f983e359d
Add v.in.ascii algorithm
2016-03-12 11:27:14 +01:00
Médéric RIBREUX
741d146362
Add v.in.geonames algorithm
2016-03-12 10:13:31 +01:00
Médéric RIBREUX
014355aa7e
Add v.extrude algorithm
2016-03-12 10:05:38 +01:00
Médéric RIBREUX
2f579d2372
Add v.build.polylines algorithm
2016-03-12 09:42:43 +01:00
Médéric RIBREUX
8619b812cf
Add v.build algorithm, only for topology checking
2016-03-12 09:27:49 +01:00
Bart Noordervliet
d7c477b078
Fix extension removal in exportVectorLayer
...
Taking the [:-4] slice from basename and splitext() try to do the same thing. Usually splitext() was failing silently, but if you're using the iterating function of processing, you can have filenames like <timestamp>.<sequenceno>.shp, which makes it cut off the sequencenumber and makes the OGR import fail.
I've left only the [:-4] slice because we check whether the file ends with .shp above anyway. This is also the way the grass7 file does it.
2016-03-11 16:56:12 +01:00
Matthias Kuhn
61366583b1
[processing] Fix default argument is SilentProgress for GeoAlgorithm.execute()
2016-03-10 12:14:28 +01:00
Giovanni Manghi
b073111f8a
processing: add extent parameter to gdal_warp
2016-03-10 09:14:29 +00:00
Giovanni Manghi
c4c67b0b59
Processing, better GRASS7 r.cost descriptions files names and parameters
2016-03-09 11:57:37 +00:00
Giovanni Manghi
2bcac17e7c
Processing, better GRASS7 r.cost descriptions files names and parameters
2016-03-09 11:57:28 +00:00