[GRASS-dev] [GRASS GIS] #885: WinGrass: displaying r.external-linked raster data not working

GRASS GIS trac at osgeo.org
Tue Jan 19 15:16:15 EST 2010


#885: WinGrass: displaying r.external-linked raster data not working
----------------------------------+-----------------------------------------
 Reporter:  hellik                |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect                |      Status:  new                      
 Priority:  critical              |   Milestone:  6.4.0                    
Component:  Display               |     Version:  svn-releasebranch64      
 Keywords:  r.external, WinGrass  |    Platform:  MSWindows Vista          
      Cpu:  x86-32                |  
----------------------------------+-----------------------------------------
 fresh Grass64svn, self compiled,
 nc-sample-dataset

 elevation exported as gtiff

 linking by r.external seems to work

 {{{
 r.external input=C:\wd\testoutput\elevtestoit.tif output=testrasterlink
 title=ElevationData
 Die Projektionsinformationen des Eingabedatensatzes und der aktuellen
 Location scheinen übereinzustimmen.
 Importing band 1 of 1...
 Kategorie-Informationen für [testrasterlink] in [user1] fehlen oder sind
 ungültig.
 <testrasterlink> erzeugt.
 r.external komplett.
 }}}

 basic information raster of the linked data is available

 {{{
 r.info map=testrasterlink at user1
 Kategorie Unterstützung für [testrasterlink at user1] im Mapset [user1]
 missing
 +----------------------------------------------------------------------------+
  | Layer:    testrasterlink at user1           Date: Tue Jan 19 20:54:42 2010
 |
  | Mapset:   user1                          Login of Creator: syringia
 |
  | Location: nc_spm_08
 |
  | DataBase: C:/gisdata/grassdata
 |
  | Title:    ?? ( testrasterlink )
 |
  | Timestamp: none
 |
 |----------------------------------------------------------------------------|
  |
 |
  |   Type of Map:  raster               Number of Categories: ??
 |
  |   Data Type:    FCELL
 |
  |   Rows:         1350
 |
  |   Columns:      1500
 |
  |   Total Cells:  2025000
 |
  |        Projection: Lambert Conformal Conic
 |
  |            N:     228500    S:     215000   Res:    10
 |
  |            E:     645000    W:     630000   Res:    10
 |
  |   Range of data:    min = 55.988194  max = 155.935272
 |
  |
 |
  |   Data Description:
 |
  |    generated by r.external
 |
  |
 |
  |   Comments:
 |
  |    r.external input="C:\wd\testoutput\elevtestoit.tif"
 output="testrast\   |
  |    erlink" band=1 title="ElevationData"
 |
  |
 |
 +----------------------------------------------------------------------------+
 }}}

 but if i want to display the linked raster in the wxgui, following error
 message comes up:

 {{{
 Execution failed:
 "d.rast -o map=testrasterlink at user1 --q"
 Details:
 "Error: Unable to locate symbol <GDALAllRegister>
 }}}

 with debug-level=3

 {{{
 GRASS 6.4.0svn (nc_spm_08):c:/ > d.rast -o map=testrasterlink at user1
 WARNUNG: c:/OSGeo4W/apps/grass/grass-6.4.0svn/etc/fontcap: Keine
          Zeichensatz-Definitionsdatei gefunden
 PNG: GRASS_TRUECOLOR status: FALSE
 PNG: collecting to file: map.png,
 GRASS_WIDTH=640, GRASS_HEIGHT=480
 D2/3: G__read_Cell_head
 D2/3: G__read_Cell_head_array
 D3/3: region item: proj:       99
 D3/3: region item: zone:       0
 D3/3: region item: north:      228500
 D3/3: region item: south:      215000
 D3/3: region item: east:       645000
 D3/3: region item: west:       630000
 D3/3: region item: cols:       1500
 D3/3: region item: rows:       1350
 D3/3: region item: e-w resol:  10
 D3/3: region item: n-s resol:  10
 D3/3: region item: top:        1
 D3/3: region item: bottom:     0
 D3/3: region item: cols3:      1500
 D3/3: region item: rows3:      1350
 D3/3: region item: depths:     1
 D3/3: region item: e-w resol3: 10
 D3/3: region item: n-s resol3: 10
 D3/3: region item: t-b resol:  1
 D2/3: G__read_Cell_head
 D2/3: G__read_Cell_head_array
 D3/3: region item: proj:       99
 D3/3: region item: zone:       0
 D3/3: region item: north:      228500
 D3/3: region item: south:      215000
 D3/3: region item: east:       645000
 D3/3: region item: west:       630000
 D3/3: region item: cols:       1500
 D3/3: region item: rows:       1350
 D3/3: region item: e-w resol:  10
 D3/3: region item: n-s resol:  10
 D3/3: region item: format:     -1
 D3/3: region item: compressed: 0
 FEHLER: Unable to locate symbol <GDALAllRegister>
 }}}

 Helmut

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/885>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list