Martin Dobias a écrit :
2009/1/4 Patrick Giraudoux <patrick.giraud...@univ-fcomte.fr>:
Seems that I can narrow the question now. Actually, QGIS Kore reads GRASS
maps well except when the maps  have been created from raster ramp color
have been optimized with i.landsat.rgb. For example in GRASS:

r.composite r=etm7 g=etm5 b=etm2 out=south752brut

makes a map 'south752brut' which is well read within QGIS

Now if I do:
i.landsat.rgb r=etm7 g=etm5 b=etm2
r.composite r=etm7 g=etm5 b=etm2 out=south752opt

it makes a map 'south752opt' which is extremly long to read (several
minutes), and when read makes change (displacement, zoom, etc...) extremely
long to be displayed at a speed that prevent any work

However, 'south752opt' and 'south752brut' are quick/normally displayed both
at the same speed when on work within GRASS (e.g. d.rast south752opt)

Any hint ?

Hi Patrick,

we're using GDAL library to access GRASS rasters, so the problem may
be there. I would suggest you to try reading the raster in some other
GDAL-based software [1] to see whether it also suffers slow
performance. If so, file a bug for GDAL, if the problem happens only
in QGIS file a ticket for QGIS with details.

Martin

[1] https://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal

Ok. I will try and come back with the result ASAP.

Additionally before your mail I have made some other trials that may (?) help to understand what happens... Looks like corroborating your suspicion about bad interactions between rgdal and qgis. When I export the file using r.out.gdal format=GTiff and then try and read the tif file externally from QGIS, I have the same (bad/slow) result as when reading the grass file from QGIS within GRASS. Then, if I export the GRASS file with r.out.tiff I get a file which is easily read from QGIS and correctly (quickly) displayed as a three band tif object (as an external raster, of course). Furthermore, what surprises me is that when I read a raster GRASS file created with r.composite within QGIS, I get a 1-grey band file with "color palette" ("palette de couleur" in French) activated in the "properties" box of the layer (however, I was more expecting a three band rgb).

Do those info put you a bit more clearly on the track ?

Thanks for your ideas and advice to where to adress the trouble...

Patrick




begin:vcard
fn:Patrick Giraudoux
n:Giraudoux;Patrick
org;quoted-printable:Universit=C3=A9 de Franche-Comt=C3=A9;Chrono-environnement, UMR CNRS 6249 usc INRA
adr;quoted-printable:;;1 place Leclerc;Besan=C3=A7on;;25030;France
email;internet:patrick.giraud...@univ-fcomte.fr
title;quoted-printable:Professeur d'=C3=A9cologie
tel;work:+33 381 665 745
tel;fax:+33 381 665 797
version:2.1
end:vcard

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to