[GRASS-user] Unable to zoom to raster map

Hi guys,

i have an error that i can’t understand why it happens. I import a raster image at a location that i have set its region from the same raster. Then when i try to see this at the map display panel by zooming at it, it gives an error:

Unable to zoom to raster map, Details: raster map <…> not found, Reason: no module named agw.advancedsplash, Traceback (most recent call last): File “C:/Program files (x86)/Grass 6.4/etc/wxpython/wxgui.py”, line 56, in , import wx.lib.agw.advancedsplash as SC, ImportError: No module named agw.adnancedsplash.

Any idea how i get over it? I’m quite sure its a usual error.

Thanks.

Same with the new release. How do I fix this? I don’t know at all. I can’t understand why this happens, the laptop is totally new, maybe something is missing, do i have to manually add something more just than installing and running Grass??

From: neteler@osgeo.org
Date: Thu, 12 Jan 2012 22:51:24 +0100
Subject: Re: [GRASS-user] Unable to zoom to raster map
To: netsagief@hotmail.com

2012/1/12 giannis Nj netsagief@hotmail.com:

Hi guys,

i have an error that i can’t understand why it happens. I import a raster
image at a location that i have set its region from the same raster. Then
when i try to see this at the map display panel by zooming at it, it gives
an error:

Unable to zoom to raster map, Details: raster map <…> not found, Reason: no
module named agw.advancedsplash, Traceback (most recent call last): File
“C:/Program files (x86)/Grass 6.4/etc/wxpython/wxgui.py”, line 56, in
, import wx.lib.agw.advancedsplash as SC, ImportError: No module
named agw.adnancedsplash.
^^^^^^^^^

Maybe it is sufficient to fix the typo in that python file.

In the today’s released GRASS 6.4.2RC3 there is no such typo (any more?).

Markus

Same with the new release. How do I fix this?

standalone wingrass-installer or osgeo4w-wingrass?
how did you import the raster?

can you give us the output of

g.region -p
r.info map=yourmap

yourmap is the map where the error comes up.

Helmut

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-zoom-to-raster-map-tp7179579p7184128.html
Sent from the Grass - Users mailing list archive at Nabble.com.

Of course.

g.region -p

projection: 3 (Latitude-Longitude)
zone: 0
datum: wgs84
ellipsoid: wgs84
north: 35:21:54.18N
south: 35:19:47.82N
west: 25:07:44.364E
east: 25:10:55.524E
nsres: 0:00:00.324
ewres: 0:00:00.324
rows: 390
cols: 590
cells: 230100

r.info map=gridC_heraklion@test
ERROR: Raster map gridC_heraklion@test not found

WTF? The 3 different R-G-B maps can be displayed normally, but the first one I imported “not found”. I don’t know why…

Date: Fri, 13 Jan 2012 06:13:37 -0800
From: hellik@web.de
To: grass-user@lists.osgeo.org
Subject: [GRASS-user] RE: Unable to zoom to raster map

Same with the new release. How do I fix this?

standalone wingrass-installer or osgeo4w-wingrass?
how did you import the raster?

can you give us the output of

g.region -p
r.info map=yourmap

yourmap is the map where the error comes up.

Helmut


View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unable-to-zoom-to-raster-map-tp7179579p7184128.html
Sent from the Grass - Users mailing list archive at Nabble.com.


grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

2012/1/13 giannis Nj <netsagief@hotmail.com>:
...

r.info
map=gridC_heraklion@test
ERROR: Raster map <gridC_heraklion@test> not found

WTF? The 3 different R-G-B maps can be displayed normally, but the first one
I imported "not found". I don't know why...

So the real map name is different. Check with
g.list rast
and then please post the r.info output.

Markus