1081 Commits

Author SHA1 Message Date
Victor Olaya
ead1d9f205 [sextante] temporarily disabled SAGA installation check before running algorithm 2013-03-20 17:39:12 +01:00
Martin Dobias
32de07dc4d Remove the support for reading python plugin metadata from __init__.py
From now on, plugins must have metadata.txt file (with INI format)
that is used for storing of metadata. This has two advantages:
- plugins do not need to be loaded in order to read metadata
- repository can parse the metadata more easily
2013-03-19 00:10:51 +01:00
Victor Olaya
67f4c7290c [sextante] fixed problem in fix for #7348 2013-03-18 23:08:41 +01:00
Tentotwo
796762a306 Added UI elements for specifying resolution in Rasterize 2013-03-18 15:24:46 +01:00
Victor Olaya
3703910d86 [sextante] better behaviour in batch processing interface 2013-03-15 23:10:33 +01:00
Victor Olaya
40ad11dd20 [sextante] added import check for gdal sieve algorithm 2013-03-15 23:10:33 +01:00
Victor Olaya
f195121dc0 [sextante] changed "usergdal" option in R algorithms to "dontuserasterpackage" 2013-03-15 23:10:32 +01:00
Victor Olaya
a2bd6d8e88 [sextante] fixes in batch processing interface for #7348 2013-03-15 23:10:31 +01:00
Victor Olaya
08f2e847d7 [sextante] changed how recent algs group is updated 2013-03-15 23:10:30 +01:00
Victor Olaya
55289e1440 [sextante]added new OTB description 2013-03-15 23:10:29 +01:00
Alexander Bruy
1294190e77 fix Export geometry info tool (fix #7354) 2013-03-14 17:54:09 +04:00
Alexander Bruy
8ad1e2a941 update Vector Grid to vector API changes (fix #7322) 2013-03-14 14:16:10 +04:00
Alexander Bruy
5d31269635 update Random and Regular points tools to API changes (fix #7350) 2013-03-14 13:29:00 +04:00
Alexander Bruy
a915c41a7c fix Join attributes by location (#7103) 2013-03-13 17:20:27 +04:00
Alexander Bruy
a57aa0c9a4 fix Sum line length tool after API changes (fix #7335) 2013-03-13 16:03:23 +04:00
Victor Olaya
a56c9571ea [sextante] fixed problem in Split RGB bands algorithm 2013-03-12 20:01:29 +01:00
Victor Olaya
dd85786fae [sextante]fixed #7330 2013-03-12 19:57:18 +01:00
Victor Olaya
b53b7fe898 [sextante] added multiband check in SAGA algorithms 2013-03-12 19:57:17 +01:00
Victor Olaya
4e4947241f [sextante] fixed #7324 2013-03-11 23:29:49 +01:00
Victor Olaya
9bd0ecbb47 [sextante] edited GRASS descriptions 2013-03-11 23:21:30 +01:00
Victor Olaya
a57965d88e [sextante] fixed #7318 2013-03-11 23:21:30 +01:00
Sandro Santilli
aba568b96a Rename staged plugin install rules to use dashes, not underscores
See http://lists.osgeo.org/pipermail/qgis-developer/2013-March/024759.html
2013-03-11 12:16:59 +01:00
Victor Olaya
5872d49a26 [sextante] R algorithms now use raster package by default 2013-03-10 21:10:53 +01:00
Victor Olaya
da40d3de78 [sextante] improved automated test-creation tools 2013-03-10 21:10:01 +01:00
Victor Olaya
bd50bf081d [sextante] added ParameterFile in modeler 2013-03-10 20:53:24 +01:00
Victor Olaya
1ff5e272ee [sextante] divided v.split in two different modules 2013-03-10 17:14:24 +01:00
Victor Olaya
bb6d1f5c67 [sextante] fixed #7297 2013-03-10 17:14:23 +01:00
Victor Olaya
8ff355e614 [sextante] modifed behaviour of 'log' tab in execution dialog 2013-03-10 00:26:34 +01:00
Victor Olaya
d83b949511 [sextante] fixed #7295 2013-03-10 00:26:33 +01:00
volaya
7bc758e675 Merge pull request #462 from MatMatt/master
[sextante] R scripts can now have empty lines
2013-03-07 00:16:43 -08:00
Matteo Mattiuzzi
0b6fcdafe9 R-scripts can have up to 10 consecutive empty lines before the parser exits 2013-03-07 08:49:12 +01:00
Victor Olaya
cd2be4ba0b [sextante] fixed #7251 2013-03-06 16:29:46 +01:00
Victor Olaya
c0b07c1554 fixed #7277 2013-03-06 15:29:58 +01:00
Victor Olaya
9ecf8238bb [sextante] improvements in test tools 2013-03-06 15:29:57 +01:00
volaya
1a1a925015 Merge pull request #442 from MatMatt/master
[sextante]set package used when writing in case of #passfilenames
2013-03-01 06:50:50 -08:00
Martin Dobias
d56ad4042d Old unmaintained OpenStreetMap support is dead. Long live new OpenStreetMap support! 2013-02-28 23:15:49 +01:00
Juergen E. Fischer
7734cd3ea6 indentation update 2013-02-28 22:08:32 +01:00
Juergen E. Fischer
13b362e583 avoid gdalconst deprecation warning 2013-02-28 16:55:41 +01:00
Victor Olaya
7267c6e765 [sextante] fixed PointsInPolygonWeighted and PointsLayerFromTable algorithms 2013-02-27 00:32:45 +01:00
Matteo Mattiuzzi
735577d32f now passFileNames uses raster in case of writing.
raster:::writeRaster supports any gdal formats (passFileNames and useRasterPackage)
and some other changes
2013-02-26 12:46:28 +01:00
Victor Olaya
037f6013be [sextante] fixed wrong import 2013-02-26 00:13:45 +01:00
Larry Shaffer
b1e7bf2028 [sextante] fix typo 2013-02-25 16:05:16 -07:00
Victor Olaya
8caa79eac1 [sextante] deleted problematic help files 2013-02-25 21:55:04 +01:00
Victor Olaya
23a1b5dddf [sextante]modified problematic headers 2013-02-25 21:55:03 +01:00
volaya
f3fa14ce87 Merge pull request #440 from MatMatt/master
[sextante] changed R command .libPaths to add and not substitute paths
2013-02-25 12:32:59 -08:00
Matteo Mattiuzzi
aa4b291dba changed the R command behavior .libPaths() in RAlgorithm.py to add a .lib.loc and not substitute one
modifies the Advanced_Raster_histogramm.rsx in order to fully benefit from raster package RAM savety
2013-02-25 17:25:04 +01:00
Werner Macho
79d5fb35b8 added help files in doc subdirectory to be installed 2013-02-25 15:49:44 +01:00
matteo
cfb56a21c9 added quotation marks to make passFileNames work 2013-02-25 14:47:27 +01:00
Victor Olaya
3e6c803f9d [sextante]Replaced provider.crs() by layer.crs(). Fixed memory layer usage 2013-02-24 16:42:41 +01:00
Victor Olaya
ce8d79cc0f [sextante]deleted ftool_utils 2013-02-24 16:42:40 +01:00