Re: [Qgis-user] display multiband raster files in qgis

2006-11-08 Thread Radim Blazek

Hi,
the problem is that somebody changed
 myRasterBandStats.bandName=QString::number(i) + " : " + myColorQString;
to
 myRasterBandStats.bandName = myColorQString ;
and  because
   QString myColorQString =
  GDALGetColorInterpretationName(
myGdalBand->GetColorInterpretation());
all bands has the same name.
Anybody remember why the change was done (it was before SVN)
and if there is any reason for it? I am going to revert it back to
use also the band number.

Radim

On 11/7/06, Henning Lorenz <[EMAIL PROTECTED]> wrote:

Hello!

I read several threads which touched the topic of displaying Grass
multiband images in QGis. I understand that there are problems with the
display of colours and color palettes (e.g.
http://lists.qgis.org/pipermail/qgis-developer/2006-June/000441.html). Are
these issus resolved:

Is it possible to display Grass raster data as a rgb-pseudocolour image in
QGis0.8? And if so, how?

After a r.gdal import my images display correctly in Grass. For QGis
display, I grouped the bands with i.group. When I display this group in
QGis it appears as a greyscale image. In the Raster Layer Properties's
Symbology tab each layer in the Grass raster-group shows up as
"Palette"-layer which can be chosen as red, green or blue channel. Changes
in the Symbology tab have no influence on the displayed image (except
Invert Color Map). However, in the Histogram tab the data are displayed
correctly according to their colour channels. Any changes in Grass with
r.colors seem not to have any effect on the display in q.gis.

Henning


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user


[Qgis-user] display multiband raster files in qgis

2006-11-07 Thread Henning Lorenz
Hello!

I read several threads which touched the topic of displaying Grass
multiband images in QGis. I understand that there are problems with the
display of colours and color palettes (e.g.
http://lists.qgis.org/pipermail/qgis-developer/2006-June/000441.html). Are
these issus resolved:

Is it possible to display Grass raster data as a rgb-pseudocolour image in
QGis0.8? And if so, how?

After a r.gdal import my images display correctly in Grass. For QGis
display, I grouped the bands with i.group. When I display this group in
QGis it appears as a greyscale image. In the Raster Layer Properties's
Symbology tab each layer in the Grass raster-group shows up as
"Palette"-layer which can be chosen as red, green or blue channel. Changes
in the Symbology tab have no influence on the displayed image (except
Invert Color Map). However, in the Histogram tab the data are displayed
correctly according to their colour channels. Any changes in Grass with
r.colors seem not to have any effect on the display in q.gis.

Henning


___
Qgis-user mailing list
Qgis-user@lists.qgis.org
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user