Region Map: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Q:''' Making region match a map
'''Q:''' Making region match a map.


'''A:''' The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.
"I imported a new map, and that seemed to go ok, but when I try and display it I get the error '''The bounding box of the map is outside the [[current region]], nothing displayed'.'' What's up?"


'''Some ways to find a suitable region''':
<br>  
* Zoom up and until the view includes the map, then zoom in on the map.
* Use "g.region" (Region -> Manage Region) to define a region based on information in a map file.


When a useful region is found its definition can be saved for future use with g.region save=.
'''A:''' The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.
 
example:
 
g.region vect=coastline
 
'''Some ways to find a suitable region''':
 
*Zoom up and until the view includes the map, then zoom in on the map.
*Use "g.region" (Region -&gt; Manage Region) to define a region based on information in a map file.
*If you are using the grass gui gis.m, you can use the Zoom to button, in the middle of the button bar along the top of the gui window.
 
When a useful region is found its definition can be saved for future use.  
 
[[Category:FAQ]]

Latest revision as of 21:02, 23 October 2011

Q: Making region match a map.

"I imported a new map, and that seemed to go ok, but when I try and display it I get the error 'The bounding box of the map is outside the current region, nothing displayed'. What's up?"


A: The "g.region" command allows definition of a region. If a new map is not drawing on the monitor screen, it is possible that the region for that monitor does not include the map. A region which includes the map should be defined.

example:

g.region vect=coastline

Some ways to find a suitable region:

  • Zoom up and until the view includes the map, then zoom in on the map.
  • Use "g.region" (Region -> Manage Region) to define a region based on information in a map file.
  • If you are using the grass gui gis.m, you can use the Zoom to button, in the middle of the button bar along the top of the gui window.

When a useful region is found its definition can be saved for future use.