With SVN GRASS 6.5 (built today), starting gis.m gave this error:
---<--------------------cut here---------------start------------------->---
GRASS 6.5.svn > gis.m&
[1] 26944
[1]+ Done gis.m
GRASS 6.5.svn > Error in startup script: can't read "prj(name)": no such variable
while executing
"string eq "Lat/Lon" "$prj(name)""
(procedure "MapCanvas::get_mapunits" line 30)
invoked from within
"MapCanvas::get_mapunits"
(procedure "MapCanvas::currentzoom" line 11)
invoked from within
"MapCanvas::currentzoom $mon"
(procedure "MapCanvas::coordconv" line 23)
invoked from within
"MapCanvas::coordconv $mon"
(procedure "MapCanvas::create" line 68)
invoked from within
"MapCanvas::create"
(procedure "Gm::startmon" line 11)
invoked from within
"Gm::startmon"
(procedure "Gm::create" line 79)
invoked from within
"Gm::create"
(procedure "main" line 30)
invoked from within
"main $argc $argv"
(file "/usr/local/src/grass-svn/dist.x86_64-unknown-linux-gnu/etc/gm/gm.tcl" line 566)
---<--------------------cut here---------------end--------------------->---
The error only occurs in a XY location with these details:
Give a little bit more information about the system you are running grass.
Command lines works ok, I suppose.
By the way, its appears that you are importing world wide maps. Are you importing bioclimatic maps for species distribution modeling? Case yes, we can change some ideas off-topic.
With SVN GRASS 6.5 (built today), starting gis.m gave this error:
—<--------------------cut here---------------start------------------->—
GRASS 6.5.svn > gis.m&
[1] 26944
[1]+ Done gis.m
GRASS 6.5.svn > Error in startup script: can’t read “prj(name)”: no such variable
while executing
“string eq “Lat/Lon” “$prj(name)””
(procedure “MapCanvas::get_mapunits” line 30)
invoked from within
“MapCanvas::get_mapunits”
(procedure “MapCanvas::currentzoom” line 11)
invoked from within
“MapCanvas::currentzoom $mon”
(procedure “MapCanvas::coordconv” line 23)
invoked from within
“MapCanvas::coordconv $mon”
(procedure “MapCanvas::create” line 68)
invoked from within
“MapCanvas::create”
(procedure “Gm::startmon” line 11)
invoked from within
“Gm::startmon”
(procedure “Gm::create” line 79)
invoked from within
“Gm::create”
(procedure “main” line 30)
invoked from within
“main $argc $argv”
(file “/usr/local/src/grass-svn/dist.x86_64-unknown-linux-gnu/etc/gm/gm.tcl” line 566)
—<--------------------cut here---------------end--------------------->—
The error only occurs in a XY location with these details:
By the way, its appears that you are importing world wide maps. Are
you importing bioclimatic maps for species distribution modeling?
Case yes, we can change some ideas off-topic.
I was actually using this simple XY location for some intermediate
operations while processing ocean color level 3 binned data. I used to
do a lot of these things using GMT tools, but now the project has become
too large to handle outside a GIS, so am exploring workflows.