Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1503 from alexbruy/processing-ogr
Processing ogr
- Loading branch information
Showing
with
91 additions
and 2,425 deletions.
- +1 −3 python/plugins/processing/algs/gdal/CMakeLists.txt
- +2 −2 python/plugins/processing/algs/gdal/GdalUtils.py
- +0 −15 python/plugins/processing/algs/gdal/OgrAlgorithm.py
- +3 −1 python/plugins/processing/algs/gdal/information.py
- +42 −137 python/plugins/processing/algs/gdal/ogr2ogr.py
- +17 −131 python/plugins/processing/algs/gdal/ogrinfo.py
- +26 −79 python/plugins/processing/algs/gdal/ogrsql.py
- +0 −3 python/plugins/processing/algs/gdal/pyogr/CMakeLists.txt
- 0 python/plugins/processing/algs/gdal/pyogr/__init__.py
- +0 −1,780 python/plugins/processing/algs/gdal/pyogr/ogr2ogr.py
- +0 −75 python/plugins/processing/algs/gdal/pyogr/ogrds.py
- +0 −199 python/plugins/processing/algs/gdal/pyogr/ogrvrt.py
@@ -1,5 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
ADD_SUBDIRECTORY(pyogr) | ||
|
||
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES}) |
Oops, something went wrong.