[QGIS Commit] [qgis/Quantum-GIS] 6d506d: move ftools utils to tools utils module
GitHub
noreply at github.com
Sat Sep 14 04:27:16 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 6d506d6a33b0c9e79107f7aab25986b7c779b337
https://github.com/qgis/Quantum-GIS/commit/6d506d6a33b0c9e79107f7aab25986b7c779b337
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/algs/ftools/BasicStatisticsNumbers.py
M python/plugins/processing/algs/ftools/BasicStatisticsStrings.py
M python/plugins/processing/algs/ftools/Clip.py
M python/plugins/processing/algs/ftools/ConvexHull.py
M python/plugins/processing/algs/ftools/Difference.py
M python/plugins/processing/algs/ftools/Dissolve.py
M python/plugins/processing/algs/ftools/ExportGeometryInfo.py
M python/plugins/processing/algs/ftools/ExtractNodes.py
R python/plugins/processing/algs/ftools/FToolsUtils.py
M python/plugins/processing/algs/ftools/Intersection.py
M python/plugins/processing/algs/ftools/LinesIntersection.py
M python/plugins/processing/algs/ftools/MeanCoords.py
M python/plugins/processing/algs/ftools/NearestNeighbourAnalysis.py
M python/plugins/processing/algs/ftools/PointDistance.py
M python/plugins/processing/algs/ftools/PointsInPolygon.py
M python/plugins/processing/algs/ftools/PointsInPolygonUnique.py
M python/plugins/processing/algs/ftools/PointsInPolygonWeighted.py
M python/plugins/processing/algs/ftools/RandomSelectionWithinSubsets.py
M python/plugins/processing/algs/ftools/SelectByLocation.py
M python/plugins/processing/algs/ftools/SinglePartsToMultiparts.py
M python/plugins/processing/algs/ftools/SumLines.py
M python/plugins/processing/algs/ftools/Union.py
M python/plugins/processing/algs/ftools/UniqueValues.py
M python/plugins/processing/core/LayerExporter.py
M python/plugins/processing/script/scripts/Number_of_unique_values_in_classes.py
M python/plugins/processing/tools/vector.py
Log Message:
-----------
move ftools utils to tools utils module
Commit: 4d9832c210f056b71b2ba2e5d2ba2ae6b2bf5d80
https://github.com/qgis/Quantum-GIS/commit/4d9832c210f056b71b2ba2e5d2ba2ae6b2bf5d80
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
A python/plugins/processing/grass/description/m.cogo.txt
Log Message:
-----------
[Processing] added GRASS m.cogo
Commit: 807ffaa5e63ae09a510e85664afcf1613d1bb4d0
https://github.com/qgis/Quantum-GIS/commit/807ffaa5e63ae09a510e85664afcf1613d1bb4d0
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/ProcessingPlugin.py
M python/plugins/processing/__init__.py
M python/plugins/processing/admintools/CreateMosaicDatastore.py
M python/plugins/processing/admintools/ImportIntoPostGIS.py
M python/plugins/processing/admintools/ImportVectorIntoGeoServer.py
M python/plugins/processing/admintools/geoserver/support.py
M python/plugins/processing/algs/AddTableField.py
M python/plugins/processing/algs/AutoincrementalField.py
M python/plugins/processing/algs/BarPlot.py
M python/plugins/processing/algs/CreateConstantRaster.py
M python/plugins/processing/algs/EquivalentNumField.py
M python/plugins/processing/algs/Explode.py
M python/plugins/processing/algs/FieldPyculator.py
M python/plugins/processing/algs/FieldsCalculator.py
M python/plugins/processing/algs/JoinAttributes.py
M python/plugins/processing/algs/MeanAndStdDevPlot.py
M python/plugins/processing/algs/PointsLayerFromTable.py
M python/plugins/processing/algs/PolarPlot.py
M python/plugins/processing/algs/Polygonize.py
M python/plugins/processing/algs/RasterLayerHistogram.py
M python/plugins/processing/algs/RasterLayerStatistics.py
M python/plugins/processing/algs/SaveSelectedFeatures.py
M python/plugins/processing/algs/StatisticsByCategories.py
M python/plugins/processing/algs/VectorLayerHistogram.py
M python/plugins/processing/algs/VectorLayerScatterplot.py
M python/plugins/processing/algs/ftools/BasicStatisticsNumbers.py
M python/plugins/processing/algs/ftools/BasicStatisticsStrings.py
M python/plugins/processing/algs/ftools/Buffer.py
M python/plugins/processing/algs/ftools/Centroids.py
M python/plugins/processing/algs/ftools/Clip.py
M python/plugins/processing/algs/ftools/ConvexHull.py
M python/plugins/processing/algs/ftools/Delaunay.py
M python/plugins/processing/algs/ftools/DensifyGeometries.py
M python/plugins/processing/algs/ftools/DensifyGeometriesInterval.py
M python/plugins/processing/algs/ftools/Difference.py
M python/plugins/processing/algs/ftools/Dissolve.py
M python/plugins/processing/algs/ftools/ExportGeometryInfo.py
M python/plugins/processing/algs/ftools/ExtentFromLayer.py
M python/plugins/processing/algs/ftools/ExtractNodes.py
M python/plugins/processing/algs/ftools/FixedDistanceBuffer.py
M python/plugins/processing/algs/ftools/Intersection.py
M python/plugins/processing/algs/ftools/LinesIntersection.py
M python/plugins/processing/algs/ftools/LinesToPolygons.py
M python/plugins/processing/algs/ftools/MeanCoords.py
M python/plugins/processing/algs/ftools/MultipartToSingleparts.py
M python/plugins/processing/algs/ftools/NearestNeighbourAnalysis.py
M python/plugins/processing/algs/ftools/PointsInPolygon.py
M python/plugins/processing/algs/ftools/PointsInPolygonUnique.py
M python/plugins/processing/algs/ftools/PointsInPolygonWeighted.py
M python/plugins/processing/algs/ftools/PolygonsToLines.py
M python/plugins/processing/algs/ftools/RandomSelection.py
M python/plugins/processing/algs/ftools/RandomSelectionWithinSubsets.py
M python/plugins/processing/algs/ftools/ReprojectLayer.py
M python/plugins/processing/algs/ftools/SelectByLocation.py
M python/plugins/processing/algs/ftools/SimplifyGeometries.py
M python/plugins/processing/algs/ftools/SinglePartsToMultiparts.py
M python/plugins/processing/algs/ftools/SumLines.py
M python/plugins/processing/algs/ftools/Union.py
M python/plugins/processing/algs/ftools/UniqueValues.py
M python/plugins/processing/algs/ftools/VariableDistanceBuffer.py
M python/plugins/processing/algs/ftools/VoronoiPolygons.py
M python/plugins/processing/algs/mmqgisx/MMQGISXAlgorithms.py
M python/plugins/processing/commander/CommanderWindow.py
M python/plugins/processing/core/GeoAlgorithm.py
R python/plugins/processing/core/LayerExporter.py
M python/plugins/processing/core/Processing.py
M python/plugins/processing/core/ProcessingConfig.py
M python/plugins/processing/core/ProcessingLog.py
R python/plugins/processing/core/ProcessingUtils.py
R python/plugins/processing/core/QGisLayers.py
M python/plugins/processing/exampleprovider/ExampleAlgorithm.py
M python/plugins/processing/gdal/GdalUtils.py
M python/plugins/processing/gdal/OgrAlgorithm.py
M python/plugins/processing/gdal/merge.py
M python/plugins/processing/gdal/pct2rgb.py
M python/plugins/processing/gdal/polygonize.py
M python/plugins/processing/gdal/rgb2pct.py
M python/plugins/processing/grass/GrassAlgorithm.py
M python/plugins/processing/grass/GrassAlgorithmProvider.py
M python/plugins/processing/grass/GrassUtils.py
M python/plugins/processing/grass/nviz.py
M python/plugins/processing/gui/AlgorithmExecutionDialog.py
M python/plugins/processing/gui/AlgorithmExecutor.py
M python/plugins/processing/gui/BatchProcessingDialog.py
M python/plugins/processing/gui/ExtentSelectionPanel.py
M python/plugins/processing/gui/FileSelectionPanel.py
M python/plugins/processing/gui/Help2Html.py
M python/plugins/processing/gui/MultipleInputPanel.py
M python/plugins/processing/gui/NumberInputDialog.py
M python/plugins/processing/gui/ParametersPanel.py
M python/plugins/processing/gui/Postprocessing.py
M python/plugins/processing/gui/ProcessingToolbox.py
M python/plugins/processing/gui/RenderingStyles.py
M python/plugins/processing/gui/TestTools.py
M python/plugins/processing/gui/UnthreadedAlgorithmExecutor.py
A python/plugins/processing/interface.py
M python/plugins/processing/lidar/LidarToolsAlgorithmProvider.py
M python/plugins/processing/lidar/fusion/FusionUtils.py
M python/plugins/processing/modeler/ModelerAlgorithm.py
M python/plugins/processing/modeler/ModelerDialog.py
M python/plugins/processing/modeler/ModelerUtils.py
M python/plugins/processing/modeler/RasterLayerBoundsAlgorithm.py
M python/plugins/processing/modeler/VectorLayerBoundsAlgorithm.py
M python/plugins/processing/otb/OTBAlgorithm.py
M python/plugins/processing/otb/OTBUtils.py
M python/plugins/processing/outputs/Output.py
M python/plugins/processing/outputs/OutputRaster.py
M python/plugins/processing/outputs/OutputTable.py
M python/plugins/processing/outputs/OutputVector.py
M python/plugins/processing/parameters/ParameterDataObject.py
M python/plugins/processing/parameters/ParameterMultipleInput.py
M python/plugins/processing/parameters/ParameterRaster.py
M python/plugins/processing/parameters/ParameterTable.py
M python/plugins/processing/parameters/ParameterVector.py
M python/plugins/processing/r/EditRScriptDialog.py
M python/plugins/processing/r/RAlgorithm.py
M python/plugins/processing/r/RAlgorithmProvider.py
M python/plugins/processing/r/RUtils.py
M python/plugins/processing/saga/SagaAlgorithm.py
M python/plugins/processing/saga/SagaAlgorithmProvider.py
M python/plugins/processing/saga/SagaUtils.py
M python/plugins/processing/saga/SplitRGBBands.py
M python/plugins/processing/script/ScriptUtils.py
M python/plugins/processing/script/scripts/Create_tiling_from_vector_layer.py
M python/plugins/processing/script/scripts/Hex_grid_from_layer_bounds.py
M python/plugins/processing/script/scripts/Number_of_unique_values_in_classes.py
M python/plugins/processing/script/scripts/Save_selected_features.py
M python/plugins/processing/script/scripts/Split_vector_layer_by_attribute.py
M python/plugins/processing/script/scripts/Summarize.py
M python/plugins/processing/taudem/TauDEMAlgorithm.py
M python/plugins/processing/taudem/TauDEMUtils.py
M python/plugins/processing/taudem/dinfdistdown.py
M python/plugins/processing/taudem/dinfdistup.py
M python/plugins/processing/taudem/dinftranslimaccum.py
M python/plugins/processing/taudem/dinftranslimaccum2.py
M python/plugins/processing/taudem/dropanalysis.py
M python/plugins/processing/taudem/gridnet.py
M python/plugins/processing/taudem/lengtharea.py
M python/plugins/processing/taudem/peukerdouglas.py
M python/plugins/processing/taudem/slopearea.py
M python/plugins/processing/tests/GdalTest.py
M python/plugins/processing/tests/GeoAlgorithmTest.py
M python/plugins/processing/tests/ModelerAlgorithmTest.py
M python/plugins/processing/tests/ProcessingToolsTest.py
M python/plugins/processing/tests/QgisAlgsTest.py
M python/plugins/processing/tests/RunAlgTest.py
M python/plugins/processing/tests/SagaTest.py
M python/plugins/processing/tests/ScriptTest.py
M python/plugins/processing/tests/TestData.py
A python/plugins/processing/tools/dataobjects.py
M python/plugins/processing/tools/general.py
M python/plugins/processing/tools/help.py
A python/plugins/processing/tools/system.py
M python/plugins/processing/tools/vector.py
Log Message:
-----------
[processing] refactoring to move common functions to tools package
Commit: 3d775d69133c32bab4d12886c224545319722aa5
https://github.com/qgis/Quantum-GIS/commit/3d775d69133c32bab4d12886c224545319722aa5
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/admintools/ImportIntoPostGIS.py
Log Message:
-----------
[processing] Added schema parameter to ImportIntoPostGIS.py
Commit: d69667b838855ed9eeea8f78045f1522806a61b4
https://github.com/qgis/Quantum-GIS/commit/d69667b838855ed9eeea8f78045f1522806a61b4
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/core/Processing.py
A python/plugins/processing/gui/MessageBarProgress.py
M python/plugins/processing/tools/dataobjects.py
Log Message:
-----------
[processing] added progress display in qgsMessageBar
Commit: 2e3765b729ef9978ae0f98cdb8291a1d7b84b845
https://github.com/qgis/Quantum-GIS/commit/2e3765b729ef9978ae0f98cdb8291a1d7b84b845
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/gui/AlgorithmExecutionDialog.py
Log Message:
-----------
[processing] improved non-threaded execution
Commit: 99857bcfd239b87350d91c78b958ad66e9ce40fc
https://github.com/qgis/Quantum-GIS/commit/99857bcfd239b87350d91c78b958ad66e9ce40fc
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/saga/SagaAlgorithm.py
M python/plugins/processing/saga/description/2.1_ShapesBuffer.txt
A python/plugins/processing/saga/description/2.1_ShapesBufferFixed.txt
M python/plugins/processing/script/scripts/Save_selected_features.py
Log Message:
-----------
[processing]fixes in saga filename handling
fixed saga buffer description
Commit: 73dc9c479d93f69823b9f87e1d8f10a63f955ec0
https://github.com/qgis/Quantum-GIS/commit/73dc9c479d93f69823b9f87e1d8f10a63f955ec0
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/algs/SaveSelectedFeatures.py
Log Message:
-----------
`processing]improved doc of example algorithm
Commit: 2e3dfbae32992e82b12a5f51e0521478e447eaa2
https://github.com/qgis/Quantum-GIS/commit/2e3dfbae32992e82b12a5f51e0521478e447eaa2
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/saga/SagaAlgorithm.py
Log Message:
-----------
[processing] fixed minor saga file issue
Commit: a7dfcaa6af5b11ab24a72a11e527bc6de506a0f5
https://github.com/qgis/Quantum-GIS/commit/a7dfcaa6af5b11ab24a72a11e527bc6de506a0f5
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/algs/SaveSelectedFeatures.py
M python/plugins/processing/gui/HistoryDialog.py
M python/plugins/processing/tools/dataobjects.py
M python/plugins/processing/tools/vector.py
Log Message:
-----------
[processing] added some in-code docs and comments
Commit: ff5e1ee3a8745ae44db85b1a9511a5f81f6a85fd
https://github.com/qgis/Quantum-GIS/commit/ff5e1ee3a8745ae44db85b1a9511a5f81f6a85fd
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/core/GeoAlgorithm.py
M python/plugins/processing/modeler/ModelerParameterDefinitionDialog.py
M python/plugins/processing/saga/SagaAlgorithm.py
M python/plugins/processing/saga/SplitRGBBands.py
M python/plugins/processing/tools/dataobjects.py
M python/plugins/processing/tools/general.py
M python/plugins/processing/tools/help.py
M python/plugins/processing/tools/system.py
Log Message:
-----------
[processing]fixed bug with wrong characters in output filenames
refactored to reuse string cleaning function
Commit: 236c239844a00f3b6ba203ca52034dae8e920b10
https://github.com/qgis/Quantum-GIS/commit/236c239844a00f3b6ba203ca52034dae8e920b10
Author: Victor Olaya <volayaf at gmail.com>
Date: 2013-09-14 (Sat, 14 Sep 2013)
Changed paths:
M python/plugins/processing/admintools/ImportIntoPostGIS.py
M python/plugins/processing/algs/PointsDisplacement.py
M python/plugins/processing/algs/PointsFromLines.py
M python/plugins/processing/algs/PointsFromPolygons.py
R python/plugins/processing/algs/QGISUtils.py
M python/plugins/processing/algs/ZonalStatistics.py
M python/plugins/processing/algs/ftools/PointDistance.py
M python/plugins/processing/core/ProcessingConfig.py
M python/plugins/processing/script/scripts/Extract_raster_values_to_CSV.py
M python/plugins/processing/script/scripts/Extract_raster_values_to_shapefile.py
M python/plugins/processing/tools/raster.py
Log Message:
-----------
[processing] adapted algorithm to function refactoring
Also set threaded execution to false by default, since it was behaving strangely
Compare: https://github.com/qgis/Quantum-GIS/compare/c02c28bbcd78...236c239844a0
More information about the QGIS-commit
mailing list