Médéric RIBREUX
0b8784cf65
Add i.evapo.pt algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
474a258ea5
Add i.evapo.pm algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
b6396cb9e0
Add i.evapo.mh algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
109a7f4fbc
Add i.emissivity algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
0529062f63
Add i.biomass algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
13402f653c
Add i.eb.soilheatflux algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
b355940395
Add i.eb.netrad algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
a5afb94121
Add i.eb.hsebal01 algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
8c69220b79
Add i.eb.eta algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
e3da53779e
Add i.eb.evapfr algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
89ec2fbb7c
Add i.colors.enhance algorithm
2016-05-29 09:00:16 +02:00
Médéric RIBREUX
651302e360
Add i.albedo and i.cluster algorithms
2016-05-29 09:00:16 +02:00
ninsbl
75c76f51f1
[processing] Don't round grass7 extent and resolution to integer
...
fix #14582
See: https://hub.qgis.org/issues/14582
The commit removes the a-flag when the grass region for raster analysis is set. The a-flag causes in some cases unwanted rounding of raster extend / resolution, and should not be set hardcoded in processing. It is usually used in combination with the "res" option.
For aligning the pixels of the GRASS region to a specific raster, the align option should be used (and not the a-flag). See: https://grass.osgeo.org/grass70/manuals/g.region.html
GRASS 6.4 algs do not use the a-flag either, which explains why this bug appears only for GRASS 7.
2016-05-23 08:49:29 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Larry Shaffer
b3a0d9d146
Revert "[processing] Extra check to ensure GRASS folder setting not already None"
...
This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0.
2016-04-25 21:27:45 -06:00
Larry Shaffer
36a820e516
[processing] Extra check to ensure GRASS folder setting not already None
...
- Update to 5131e93; not sure why ProcessingConfig.getSetting returning
None sets folder = None instead of '' (on the previous line on Win)
2016-04-25 18:52:44 -06:00
Alexander Bruy
e873540d14
[processing] fix path handling ( fix #14432 )
2016-04-11 18:52:27 +03:00
Alexander Bruy
525194dc0b
[processing] don't ask for MSYS folder for GRASS7 ( fix #14431 )
2016-04-10 11:31:46 +03:00
volaya
5131e93e1f
[processing] extra checks to avoid issues with previous versions values
2016-04-05 09:55:41 +02:00
Alexander Bruy
aef26c90f3
[processing] more HiDPI fixes (refs #14474 )
2016-04-01 16:48:04 +03:00
Juergen E. Fischer
3bfe2f1467
really fix ab5f06b (ouch again - machine mixup)
2016-03-31 23:03:03 +02:00
Juergen E. Fischer
c6117e0d32
fix ab5f06b (ouch)
2016-03-31 22:57:24 +02:00
Juergen E. Fischer
ab5f06b9fb
processing: base grass path on OSGEO4W_ROOT where available
2016-03-31 22:51:56 +02:00
Juergen E. Fischer
fbf4d675ca
de-plenk more
2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66
de-plenk exclamation marks
2016-03-25 22:50:50 +01:00
Alexander Bruy
660bb27388
[processing] replace some raster icons with SVG to improve HiDPI support (refs #14474 )
2016-03-25 15:19:52 +02:00
volaya
2e6fcf57d6
Merge pull request #2865 from medspx/processing_raster_bunch
...
[Processing] Add the last GRASS7 r.* algorithms
2016-03-23 10:39:58 +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
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
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
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
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