Médéric Ribreux
6b8f943022
Fix i.atcor algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
b40d2ff3ba
Add last set of tests
2016-05-29 09:00:16 +02:00
Médéric Ribreux
e70f9bcf0c
Add first set of unit tests
2016-05-29 09:00:16 +02:00
Médéric Ribreux
ed97ca5628
Fix some algorithms
2016-05-29 09:00:16 +02:00
Médéric Ribreux
2aab32487a
Add i.aster.toar algorithm (need to fix a GRASS7 bug about number of files)
2016-05-29 09:00:16 +02:00
Médéric Ribreux
fe5c6f5157
Add i.rectify algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
8ff07cf91a
Add i.landsat.acc algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
90758b533c
Add i.in.spotvgt algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
033fd1fa8b
Add i.modis.qc algorithm
2016-05-29 09:00:16 +02:00
Médéric Ribreux
fdce74885a
Add i.maxlik algorithm
2016-05-29 09:00:16 +02:00
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