[QGIS Commit] [qgis/Quantum-GIS] 395dc7: [processing] add points displacement algorithm

GitHub noreply at github.com
Fri Sep 13 08:34:18 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 395dc747e003a1079b424101c0650c6f8cca2bb8
      https://github.com/qgis/Quantum-GIS/commit/395dc747e003a1079b424101c0650c6f8cca2bb8
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M python/plugins/processing/algs/QGISAlgorithmProvider.py
    A python/plugins/sextante/algs/PointsDisplacement.py

  Log Message:
  -----------
  [processing] add points displacement algorithm


  Commit: 72536f65d5eed0445f0d014f28f689560a431fc4
      https://github.com/qgis/Quantum-GIS/commit/72536f65d5eed0445f0d014f28f689560a431fc4
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M python/plugins/sextante/algs/PointsDisplacement.py

  Log Message:
  -----------
  [processing] update points displacement alg to new ParameterVector syntax


  Commit: 8481ebcc9181d56778263a3ffdc6101a9d273fd8
      https://github.com/qgis/Quantum-GIS/commit/8481ebcc9181d56778263a3ffdc6101a9d273fd8
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M python/plugins/processing/algs/QGISAlgorithmProvider.py
    A python/plugins/sextante/algs/QGISUtils.py
    A python/plugins/sextante/algs/ZonalStatistics.py

  Log Message:
  -----------
  [processing] add zonal statistics algorithm


  Commit: 00e2f1fefcb3b9a18bea3593d77c7f365681bcf2
      https://github.com/qgis/Quantum-GIS/commit/00e2f1fefcb3b9a18bea3593d77c7f365681bcf2
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M python/plugins/processing/algs/QGISAlgorithmProvider.py
    A python/plugins/sextante/algs/PointsFromPolygons.py

  Log Message:
  -----------
  [processing] add Points from polygons algorithm


  Commit: f17e2c07ee2fab82931e2f2825b7b70773e59ae9
      https://github.com/qgis/Quantum-GIS/commit/f17e2c07ee2fab82931e2f2825b7b70773e59ae9
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M python/plugins/processing/algs/QGISAlgorithmProvider.py
    A python/plugins/sextante/algs/PointsFromLines.py

  Log Message:
  -----------
  [processing] add Points from lines algorithm (still needs some improvements)


  Commit: 91ea88f1af92a35cfaf62cde5cfecfec172a80dc
      https://github.com/qgis/Quantum-GIS/commit/91ea88f1af92a35cfaf62cde5cfecfec172a80dc
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A python/plugins/processing/algs/PointsDisplacement.py
    A python/plugins/processing/algs/PointsFromLines.py
    A python/plugins/processing/algs/PointsFromPolygons.py
    M python/plugins/processing/algs/QGISAlgorithmProvider.py
    A python/plugins/processing/algs/QGISUtils.py
    A python/plugins/processing/algs/ZonalStatistics.py
    R python/plugins/sextante/algs/PointsDisplacement.py
    R python/plugins/sextante/algs/PointsFromLines.py
    R python/plugins/sextante/algs/PointsFromPolygons.py
    R python/plugins/sextante/algs/QGISUtils.py
    R python/plugins/sextante/algs/ZonalStatistics.py

  Log Message:
  -----------
  fix rebase conflicts


  Commit: 0bda3b61e19045ddead930a4a7bbddb8083f6b1e
      https://github.com/qgis/Quantum-GIS/commit/0bda3b61e19045ddead930a4a7bbddb8083f6b1e
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A python/plugins/processing/script/scripts/Points_from_vector.py

  Log Message:
  -----------
  [processing] add Points from vector algorithm


  Commit: 5a4eb16b5f79807ba834c12b5e87f166c96e23c1
      https://github.com/qgis/Quantum-GIS/commit/5a4eb16b5f79807ba834c12b5e87f166c96e23c1
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A python/plugins/processing/script/scripts/Extract_raster_values_to_CSV.py

  Log Message:
  -----------
  [processing] add Extract raster values to CSV algorithm


  Commit: e47c64c3db9e6aabcc193172f91e3bec36a6548c
      https://github.com/qgis/Quantum-GIS/commit/e47c64c3db9e6aabcc193172f91e3bec36a6548c
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A python/plugins/processing/script/scripts/Extract_raster_values_to_shapefile.py

  Log Message:
  -----------
  [processing] add Extract raster values to shapefile algorithm


  Commit: 8240d0f2fe184a6a9a2c2527919bfd78878cb6f9
      https://github.com/qgis/Quantum-GIS/commit/8240d0f2fe184a6a9a2c2527919bfd78878cb6f9
  Author: Alexander Bruy <alexander.bruy at gmail.com>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A python/plugins/processing/modeler/models/Extract_raster_to_CSV.model
    A python/plugins/processing/modeler/models/Extract_raster_to_shape.model

  Log Message:
  -----------
  [processing] add two Extract values models (for CSV and shape)


Compare: https://github.com/qgis/Quantum-GIS/compare/3ecaa5f9886f...8240d0f2fe18


More information about the QGIS-commit mailing list