<HTML>
<HEAD>
<TITLE>Newbie... Locations, Projections, Regions, choices? &nbsp;(long)</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>All,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;I need to create 6 regional maps of the continental U.S., north and south by west, central, and east. &nbsp;My first thought was to create 7 locations (one for the entire continental US) but my second thought was to create just one location with the default region as the entire continental US and 6 other regions. Is this sound logic?<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;First I downloaded the States data from the National Atlas. &nbsp;I then created a latitude - longitude location and imported the shape file excluding Alaska, Hawaii, Puerto Rico, and the Virgin Islands.<BR>
&gt; g.proj -p<BR>
-PROJ_INFO-------------------------------------------------<BR>
name &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Latitude-Longitude<BR>
datum &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: wgs84<BR>
towgs84 &nbsp;&nbsp;&nbsp;: 0.000,0.000,0.000<BR>
proj &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: ll<BR>
ellps &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: wgs84<BR>
-PROJ_UNITS------------------------------------------------<BR>
unit &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: degree<BR>
units &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: degrees<BR>
meters &nbsp;&nbsp;&nbsp;&nbsp;: 1.0<BR>
<BR>
&gt; g.region -p<BR>
projection: 3 (Latitude-Longitude)<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;49N<BR>
south: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25N<BR>
west: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;125W<BR>
east: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;67W<BR>
nsres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0:00:30<BR>
ewres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0:00:30<BR>
rows: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2880<BR>
cols: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6960<BR>
cells: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;20044800<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;The map displays fine but I want to change the projection to Albers Equal Area or Lambert Conformal Conical since it is such a large area. &nbsp;So I created a new location: aeaConUS with one caveat. &nbsp;It said the eastern value had to be larger than the western value so I (perhaps wrongly) used &#8211;125 for the western boundary and &#8211;67 for the eastern. &nbsp;Using the GUI selected the &#8220;Vector&gt;Develop map&gt;Reproject vector&#8221; menu item and selected the vector from the above location. &nbsp;Here is what the new location and default region looks like:<BR>
<BR>
&gt; g.proj -p<BR>
-PROJ_INFO-------------------------------------------------<BR>
name &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Albers Equal Area<BR>
datum &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: wgs84<BR>
towgs84 &nbsp;&nbsp;&nbsp;: 0.000,0.000,0.000<BR>
proj &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: aea<BR>
ellps &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: wgs84<BR>
a &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 6378137.0000000000<BR>
es &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 0.0066943800<BR>
f &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 298.2572235630<BR>
lat_0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 23.0000000000<BR>
lat_1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 29.5000000000<BR>
lat_2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 45.5000000000<BR>
lon_0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: -96.0000000000<BR>
x_0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 0.0000000000<BR>
y_0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 0.0000000000<BR>
-PROJ_UNITS------------------------------------------------<BR>
unit &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: mile<BR>
units &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: miles<BR>
meters &nbsp;&nbsp;&nbsp;&nbsp;: 1609.3440000000<BR>
<BR>
&gt; g.region -p<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;49<BR>
south: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25<BR>
west: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-125<BR>
east: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-67<BR>
nsres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.05<BR>
ewres: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.05<BR>
rows: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;480<BR>
cols: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1160<BR>
cells: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;556800<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;When I first try to display this map, nothing is displayed unless I select &#8220;Zoom display to selected map&#8221; at which point my nice Albers map gets displayed. &nbsp;Or I can &#8220;zoom out&#8221; about 20 times to make the Albers map start showing up near the top of the screen. &nbsp;Obviously I&#8217;m doing something wrong here but I&#8217;m not sure if its the units (meters vs miles) or something more fundamental.<BR>
<BR>
<BR>
Drowning in a sea of GRASS and loving it!<BR>
<BR>
Thanks for any<BR>
suggestions,<BR>
<BR>
Randy</SPAN></FONT>
</BODY>
</HTML>