<HTML>
<HEAD>
<TITLE>Re: [GRASS-user] Newbie... Locations, Projections, Regions, choices? (long)</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On 03/31/10 2:57 AM, &quot;Micha Silver&quot; &lt;<a href="micha@arava.co.il">micha@arava.co.il</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>It looks like you're off to a good start. All you need to do, in the aeaConUs location, is save a few regions. Begin with:<BR>
g.region vect=&lt;states_vect&gt; save=ConUS<BR>
You might want to save this Continental zoom as the default with<BR>
g.region -s ConUS <BR>
Then zoom to each of the E,Central,W etc areas and save an additional region, i.e. (after zooming to central region):<BR>
g.region save=Central<BR>
You can alternatively specify the region bounds with something like:<BR>
g.region save=Central west=-120 east=-110 ...<BR>
This all can be done in the GUI with Config-&gt;Region.<BR>
<BR>
Now you &quot;jump&quot; to each of the saved regions with<BR>
g.region reg=Central <BR>
etc...<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Thanks Micha. &nbsp;Good to know I&#8217;m on the right course. &nbsp;After the first step: &#8220;g.region vect=States save=ConUS&#8221; I can indeed &#8220;zoom to saved region&#8221; in the display to view the map. &nbsp;However, g.region region=ConUS shows:<BR>
<BR>
projection: 99 (Albers Equal Area)<BR>
zone: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0<BR>
datum: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wgs84<BR>
ellipsoid: &nbsp;wgs84<BR>
north: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1838.08985202<BR>
south: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;34.12860299<BR>
west: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-1467.66023444<BR>
east: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1403.23869107<BR>
nsres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.05000031<BR>
ewres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.04999998<BR>
rows: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;36079<BR>
cols: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;57418<BR>
cells: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2071584022<BR>
<BR>
Unfortunately, the bounds are all offset from the central axis so I can&#8217;t use the lat. &amp; lon. values for the boundaries as you suggest. &nbsp;(ie west=-120 east=-110) &nbsp;I can overlay a grid and get a good estimate of values that will work to define my regions. &nbsp;</SPAN></FONT>
</BODY>
</HTML>