256 Commits

Author SHA1 Message Date
Médéric Ribreux
1d1534279f Add i.cca algorithm (segfaults from GRASS) 2016-05-29 09:00:16 +02:00
Médéric Ribreux
02bbcbb81a Add i.oif algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
c9f56125b9 Add i.pansharpen algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
5182748e10 Add i.topo.corr algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
cce451c722 Add i.pca algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
a73ed12dd7 Add i.segment algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
7bc533884b Add i.smap algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
297c632566 Add i.tasscap algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
68f42a406c Add i.vi algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
ecf6d2ad37 Add i.landsat.toar algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
aabcc1e0ed Add i.image.mosaic (needs Redmine #5742 to be implemented) 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
d39614f7d1 Add i.evapo.mh parameters detection 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
689d41511b Add i.group algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
83b6cfdf8b Add i.gensigset algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
a231bbd9c2 Add i.gensig algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
b5330003f2 Add i.evapo.time algorithm 2016-05-29 09:00:16 +02:00
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