when I create a new mapset, a new region is automatically created with north
and east values corresponding to the north and east values of the original
(default) location, but with south and west values set to 0.
Example:
g.region -dp
projection: 1 (UTM)
zone: 32
datum: eur50
ellipsoid: international
north: 4944000
south: 4924500
west: 538000
east: 552900
nsres: 5
ewres: 5
rows: 3900
cols: 2980
cells: 11622000
g.mapset -c mapset=newmapset
g.region -p
projection: 1 (UTM)
zone: 32
datum: eur50
ellipsoid: international
north: 4944000
south: 0
west: 0
east: 552900
nsres: 5
ewres: 5
rows: 988800
cols: 110580
cells: 1093441504000
and this region is assumed as the default region:
g.region -dp
projection: 1 (UTM)
zone: 32
datum: eur50
ellipsoid: international
north: 4944000
south: 0
west: 0
east: 552900
nsres: 5
ewres: 5
rows: 988800
cols: 110580
cells: 1093441504000
I should expect that the new mapset had the same size as the original
default region. May be I forgot some option?
when I create a new mapset, a new region is automatically created with north
and east values corresponding to the north and east values of the original
(default) location, but with south and west values set to 0.
which version do you use? 6.4.0svn seems to work as expected.
-----Messaggio originale-----
Da: Martin Landa [mailto:landa.martin@gmail.com]
Inviato: domenica 1 febbraio 2009 12.38
A: Aldo Clerici
Cc: grass-user@lists.osgeo.org
Oggetto: Re: [GRASS-user] Region of a new mapset (6.3.1svn)
Ciao,
2009/2/1 Aldo Clerici <aldo.clerici@unipr.it>:
when I create a new mapset, a new region is automatically created with
north
and east values corresponding to the north and east values of the original
(default) location, but with south and west values set to 0.
which version do you use? 6.4.0svn seems to work as expected.
Martin,
I have installed 6.4.0RC3, and everything works well now.
Many thanks
Aldo Clerici
-----Messaggio originale-----
Da: Martin Landa [mailto:landa.martin@gmail.com]
Inviato: domenica 1 febbraio 2009 12.56
A: Aldo Clerici
Cc: grass-user@lists.osgeo.org
Oggetto: Re: R: [GRASS-user] Region of a new mapset (6.3.1svn)
Ciao,
2009/2/1 Aldo Clerici <aldo.clerici@unipr.it>:
My version is 6.3.1svn downloaded on January 3.
let me to suggest to you upgrading your GRASS installation to 6.4.0RC3.