Giovanni Manghi
|
de2b3ea81d
|
remove spaces
|
2015-02-02 00:25:49 +00:00 |
|
Giovanni Manghi
|
e3bd6acbac
|
update to latest changes in master
|
2015-02-02 00:21:31 +00:00 |
|
Giovanni Manghi
|
dab3092139
|
better and new fixes for processing/ogr import in postgis tools
|
2015-02-01 23:56:10 +00:00 |
|
Juergen E. Fischer
|
956c155e8f
|
fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
|
2015-02-01 20:46:47 +01:00 |
|
Giovanni Manghi
|
9edff1430f
|
processing/gdal: remove output formats that are not supported by qgis
|
2015-01-31 21:28:01 +00:00 |
|
Giovanni Manghi
|
bb97dcc8d1
|
remove space from string
|
2015-01-30 11:47:20 +00:00 |
|
Giovanni Manghi
|
ef0c955c95
|
fix processing ogr postgis import when db name or password are empty
|
2015-01-30 11:42:31 +00:00 |
|
volaya
|
1eec3b9ecf
|
[processing] fixed ogr import to postgis when origin layer is a database
|
2015-01-28 11:24:43 +01:00 |
|
radosuav
|
b835f406fa
|
[Processing] Allow user defined projections in Processing.
|
2015-01-22 14:38:47 +01:00 |
|
Giovanni Manghi
|
2db2c5cb7f
|
fix Processing ogr2ogr convert format tool
|
2015-01-21 19:19:45 +00:00 |
|
Giovanni Manghi
|
8499242b82
|
fix Processing OGR import into PostGIS
|
2015-01-21 18:52:13 +00:00 |
|
Juergen E. Fischer
|
6a65050faf
|
translation string fixes
|
2015-01-18 00:48:08 +01:00 |
|
Alexander Bruy
|
d8a224d896
|
fix typos
|
2015-01-17 12:17:15 +02:00 |
|
Alexander Bruy
|
f3f09fa500
|
[processing] i18n support in gdal provider
|
2015-01-17 11:24:54 +02:00 |
|
volaya
|
2363ae56ab
|
[processing] indentation fix
|
2014-12-16 15:24:15 +01:00 |
|
volaya
|
901c7642d1
|
[processing] fixed handling of source strings in ogr algorithms
|
2014-12-16 14:04:45 +01:00 |
|
Giovanni Manghi
|
8afbe83c74
|
fix gdal rasterize when using the -ts parameter
|
2014-12-15 18:20:17 +00:00 |
|
Juergen E. Fischer
|
e48a6f642f
|
indentation update [ci skip]
|
2014-11-30 10:26:39 +01:00 |
|
Alexander Bruy
|
cefc4df6be
|
[processing] redirect output from command line tools to Info tab (fix #5618)
|
2014-11-22 12:53:26 +02:00 |
|
volaya
|
51de0caeb8
|
[processing] better output logging for gdal/org calls
Fixes #11501
|
2014-11-21 15:02:19 +01:00 |
|
volaya
|
f3fdd9c200
|
[processing] clean unused line
|
2014-11-21 15:02:18 +01:00 |
|
Giovanni Manghi
|
97e796906f
|
[Processing] A new tool to import data in PostGIS based on ogr2ogr and a few other ogr related fixes
|
2014-11-21 10:25:26 +01:00 |
|
volaya
|
d7f7b06ed8
|
Merge pull request #1614 from radosuav/small_fixes
Small fixes for Processing
|
2014-11-18 16:11:25 +01:00 |
|
Juergen E. Fischer
|
d4f64d9bde
|
indentation update and typo fixes
|
2014-11-13 23:13:13 +01:00 |
|
Alexander Bruy
|
5d1dde034e
|
fix regex for getting layer name
|
2014-11-08 18:17:39 +02:00 |
|
Alexander Bruy
|
2417a82bd7
|
[processing] add method in OGR algorithms for getting layer name from source
|
2014-11-07 16:11:11 +02:00 |
|
alexbruy
|
47f5873e86
|
Merge pull request #1649 from gioman/ogr_clip
add Processing clip using ogr2ogr to compensate for the bad Clip perform...
|
2014-10-22 11:12:47 +03:00 |
|
Giovanni Manghi
|
d9b1638073
|
added detail about the output
|
2014-10-21 22:27:18 +01:00 |
|
Giovanni Manghi
|
ee8b74f5ca
|
fix processing gdal_rasterize to allow write vector values in a existing raster layer
|
2014-10-21 22:21:52 +01:00 |
|
Giovanni Manghi
|
80c1dda94d
|
add Processing clip using ogr2ogr to compensate for the bad Clip performances of the native QGIS Clip tool
|
2014-10-21 16:48:19 +01:00 |
|
Giovanni Manghi
|
eea6c6bf54
|
Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64
|
2014-10-21 12:38:44 +01:00 |
|
Giovanni Manghi
|
93efeeff83
|
Add raster data type output option to some Processing/GDAL tools otherewise output is always Float64
|
2014-10-21 12:34:16 +01:00 |
|
Giovanni Manghi
|
3c246159b7
|
Add option to allow choose raster type output to gdal_rasterize
|
2014-10-19 23:24:06 +01:00 |
|
Giovanni Manghi
|
e1dedee70c
|
better gdal rasterize defaults
|
2014-10-19 22:33:54 +01:00 |
|
radosuav
|
79f8841af4
|
[Processing] Add GDAL build virtual raster alg - part 2.
|
2014-10-06 16:58:24 +02:00 |
|
radosuav
|
7f45a9c0f9
|
[Processing] Add GDAL build virtual raster alg.
|
2014-10-06 16:50:08 +02:00 |
|
volaya
|
a39315afad
|
[processing] enable non-tif outputs in gdaldem algorithms
|
2014-10-06 07:33:44 +02:00 |
|
volaya
|
559c2d95ec
|
[processing] enabled more gdal output extensions
|
2014-10-06 07:33:43 +02:00 |
|
elpaso
|
59ec15bb2b
|
[processing] Avoid python hangs when run in headless mode from FCGI
|
2014-10-03 10:35:07 +02:00 |
|
Alexander Bruy
|
2d835fbae0
|
[processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
|
2014-08-01 08:29:55 +03:00 |
|
volaya
|
6486594f57
|
[Processing] Refactoring of parameters and outputs
It also adds some changes in the core and tools package, to provide a cleaner structure
|
2014-07-14 14:47:05 +02:00 |
|
Alexander Bruy
|
c33007fe70
|
remove unused files, code cleanup
|
2014-07-09 20:53:45 +03:00 |
|
Alexander Bruy
|
a9216c7189
|
[processing] refactor OGR algorithms to use commandline tools, not
bindings
|
2014-07-09 19:58:17 +03:00 |
|
volaya
|
5c9cb5a0cd
|
Merge pull request #1490 from radosuav/small_processing_fixes2
[processing] Small fixes 2
|
2014-06-28 09:09:35 +02:00 |
|
Nyall
|
0a7e69c6a0
|
[processing] Add [not set] option for field combos when parent layer changes (fix #10728), also fix some strings displaying with extra spaces
|
2014-06-27 08:33:32 +10:00 |
|
Rado Guzinski
|
1fca1ebe5d
|
Do not put GDAL extra parameters in quotes.
|
2014-06-26 16:26:49 +02:00 |
|
Victor Olaya
|
260d55e541
|
[processing] fix #10662
|
2014-06-20 23:18:40 +02:00 |
|
Victor Olaya
|
09cfc03a45
|
[processing] Prioritze bundled gdal over framework on OS X
|
2014-06-16 12:04:24 +02:00 |
|
Juergen E. Fischer
|
3682384675
|
indentation update
|
2014-06-13 09:03:15 +02:00 |
|
Victor Olaya
|
dc0f34957a
|
[processing] added gdal algs to simplified interface, replacing saga ones
|
2014-06-08 19:59:59 +02:00 |
|