[QGIS Commit] [qgis/QGIS] 82164b: [Feature][RASTER] Generate band name with NetCDF E...

GitHub noreply at github.com
Thu Mar 27 06:46:50 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 82164b4a21a75bd08306717bb206f4117d799f8f
      https://github.com/qgis/QGIS/commit/82164b4a21a75bd08306717bb206f4117d799f8f
  Author: D'Hont René-Luc <rldhont at gmail.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M src/core/raster/qgsrasterinterface.h
    M src/providers/gdal/qgsgdalprovider.cpp
    M src/providers/gdal/qgsgdalprovider.h

  Log Message:
  -----------
  [Feature][RASTER] Generate band name with NetCDF EXTRA_DIM funded by
Ifremer

The NetCDF provided extra dimensional information. This information provides metadata on each band. These metadat can be used to explain the name of each band.

For example, the bands of a NetCDF file represents the temperature at a given depth. For the user, it is easier to select a band with depth information, rather than the number.

If the GDAL version is equal or greater than 1.10.0, the band name is
generated with the extra_dim information.


  Commit: 77108827e9f9a272ed2587538d474378cdc43f56
      https://github.com/qgis/QGIS/commit/77108827e9f9a272ed2587538d474378cdc43f56
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M src/providers/gdal/qgsgdalprovider.cpp

  Log Message:
  -----------
  change output of QgsGdalProvider::generateBandName() and fix indentation


  Commit: 344383b108c343da8000facb9850ad03934e4f7d
      https://github.com/qgis/QGIS/commit/344383b108c343da8000facb9850ad03934e4f7d
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M src/core/raster/qgsrasterinterface.h
    M src/providers/gdal/qgsgdalprovider.cpp
    M src/providers/gdal/qgsgdalprovider.h

  Log Message:
  -----------
  Merge pull request #1269 from etiennesky/rldhont-netcdf_generateBandName

[Feature][RASTER] Generate band name with NetCDF EXTRA_DIM funded by Ifremer


Compare: https://github.com/qgis/QGIS/compare/3dfacc77bc30...344383b108c3


More information about the QGIS-commit mailing list