On Fri, 11. Sep 2009 at 13:55:42 +0200, Agustin Lobo wrote: > In grass > r.in.gdal -o > input=/media/Transcend/ANYELLA/catuav20090730/tif/SDIM0178.tif > output=delmetif
That's the wrong direction. You need to access GRASS from GDAL not vice versa. gdalinfo $HOME/grass/spearfish60/PERMANENT/cellhd/elevation.10m > $ sudo apt-get install qgis-plugin-grass > Reading package lists... Done > Building dependency tree Reading state information... Done > The following extra packages will be installed: > libgdal1-1.5.0 libgdal1-1.5.0-grass qgis-plugin-grass-common > The following NEW packages will be installed: > libgdal1-1.5.0 libgdal1-1.5.0-grass qgis-plugin-grass > qgis-plugin-grass-common > 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. > Need to get 0B/9986kB of archives. > After this operation, 19.4MB of additional disk space will be used. > Do you want to continue [Y/n]? n > Abort. That's strange. Try apt-cache rdepends libgdal1-1.5.0 to see what depends on libgdal1-1.5.0. There shouldn't be anything qgis or grass related except for libgdal1-1.5.0-grass. And try apt-cache depends qgis-plugin-grass to see what qgis-plugin-grass depends on. There should only be the dependency to one of the libgdal1-*-grass packages - and that should be satisfiable by installing libgdal1-1.6.0-grass. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de -- norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH Rheinstrasse 13, 26506 Norden GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502 _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
