[GRASS-user] v.proj Not Working As Expected

   Trying to copy separate location/data into a common location (named
'Oregon') with grass-6.4svn. I set /usr4/grassbase/Oregon as pwd and start
grass64. At the command line I enter:

GRASS 6.4.0svn (Oregon):/usr4/grassbase/Oregon > v.proj in=highways
location=/usr4/grassbase/highways/ mapset=rbs

and immediately get this fatal error:

ERROR: Mapset <rbs> in input location </usr4/grassbase/highways/> not found

yet it is there. Same error if I specify mapset=PERMANENT.

   What have I done incorrectly?

Rich

HI,

2009/11/18 Rich Shepard <rshepard@appl-ecosys.com>:

GRASS 6.4.0svn (Oregon):/usr4/grassbase/Oregon > v.proj in=highways
location=/usr4/grassbase/highways/ mapset=rbs

there should name of the location in given gisdbase, i.e. `location=highways`

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

On Wed, 18 Nov 2009, Martin Landa wrote:

there should name of the location in given gisdbase, i.e. `location=highways`

Martin,

   Thank you. The command v.proj in=highways location=highways mapset=rbs
worked just fine.

Rich