1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<META name="Author" content="Markus Neteler/GRASS Development Team">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>GRASS Quickstart</TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
<!-- stored in CVS in: lib/init/helptext.html -->
<H1>GRASS Quickstart</H1>
<h2>Geographic Resources Analysis Support System</h2>
Commonly referred to as GRASS, this is a Geographic Information System
(GIS) used for geospatial data management and analysis, image
processing, graphics/map production, spatial modelling, and
visualization. GRASS is currently used in academic and commercial
settings around the world, as well as by many governmental agencies
and environmental consulting companies.
<h2>Introduction</h2>
GRASS data are stored in a directory referred to as DATABASE
(also called ``GISDBASE''). This directory has to be created
with <tt>mkdir</tt> or a file manager, before starting to work
with GRASS. Within this DATABASE, the projects are organized
by project areas stored in subdirectories called LOCATIONs.
<P>
A LOCATION is defined by its coordinate system, map projection and
geographical boundaries. The subdirectories and files defining a
LOCATION are created automatically when GRASS is started the first
time with a new LOCATION.
<P>
Each LOCATION can have several MAPSETs. One motivation to maintain
different mapsets is to store maps related to project issues or
subregions. Another motivation is to support simultaneous access of
several users to the map layers stored within the same LOCATION,
i.e. teams working on the same project. For teams a centralized GRASS
DATABASE would be defined in a network file system (e.g.
NFS). Besides access to his/her own MAPSET, each user can also read
map layers in other users' MAPSETs, but s/he can modify or remove only
the map layers in his/her own MAPSET.
<P>
When creating a new LOCATION, GRASS automatically creates a special
MAPSET called PERMANENT where the core data for the project can be
stored. Data in the PERMANENT MAPSET can only be added, modified or
removed by the owner of the PERMANENT MAPSET; however, they can be
accessed, analyzed, and copied into their own MAPSET by the other
users. The PERMANENT MAPSET is useful for providing general spatial
data (e.g. an elevation model), accessible but write-protected to all
users who are working in the same LOCATION as the database owner.
To manipulate or add data to PERMANENT, the owner would start
GRASS and choose the relevant LOCATION and the PERMANENT MAPSET. This
mapset also contains the DEFAULT_WIND file, which holds the default
region boundary coordinate values for the location (which all users
will inherit when they start using the database). Additionally, in
all mapsets a WIND file is kept, for storing the current boundary
coordinate values and the currently selected raster resolution. Users
have the option of switching back to the default region at any time.
<h2>Creating a GRASS database</h2>
To create the GRASS database:
<OL>
<LI> Find a place on your disk where you have write access and that
has enough diskspace to hold your decompressed data.</LI>
<LI> Create a subdirectory that will hold the general GRASS database
(e.g. <tt>mkdir /data/GRASSDATA</tt> or
<tt>mkdir /home/yourlogin/GRASSDATA</tt>).</LI>
</OL>
<P>
Sample data such as the Spearfish sample dataset may be downloaded from
<A HREF="http://grass.itc.it/download/data.php">http://grass.itc.it/download/data.php</A>
and placed in the new database directory.
<P>
Click on the "Create New Location" button, which will take you to a
text screen on which you can enter a new location name, and then
continue by pressing "ESC"-"RETURN" - i.e. press (NOT hold) the ESC key,
and then press the RETURN key on your keyboard.
<P>
Next you will need to assign parameters to the location such
as the coordinate system and datum you want to use, the project area's
boundary coordinates, and the default resolution for raster data:
<UL>
<LI> Start by chosing between, X,Y, Latitude-Longitude, UTM, or
"other" coordinate system. This choice depends on your data and the
use you will make of it.</LI>
<LI> You are then prompted for a single line of text describing the
project area, for example "Topo Map of the Alps".</LI>
</UL>
<P>
Next you are requested for some more information about the projection.
Note that the prompts vary from projection to projection, an example follows:
<UL>
<LI> (if you chose "D - Other Projection") "specify projection name":
"list" gives you the list of all available projections, examples are
"tmerc" for Transverse Mercator, "lcc" for Lambert Conformal Conic,
"moll" for Mollweide, etc.
<LI> specify datum name: again use "list" to get a list of available
datums, examples are "wgs84", "nad27", "eur79", etc.
<LI> Enter Central Parallel: 0 if you want the Equator as the
central parallel
<LI> Enter Central Meridian: 0 if you want the Greenwich meridian as
central meridian
<LI> Enter Scale Factor at the Central Meridian
<LI> Enter plural form of map units: for example, meters
</UL>
<P>
The next step is the description of the project area's boundary coordinates
and the definition of the default raster resolution:
<P>
The default raster resolution (GRID RESOLUTION) has to be chosen
according to your needs. Generally, it is advisable to work in steps of
0.25 (0.25, 0.5, 1.75, 2.00, 12.25 etc.). This resolution does not
concern vector and site data since these are stored with their exact
coordinate values. Note that every raster map may have its own
resolution. You can leave this screen with "ESC"-"RETURN" and then
if everything is correct accept the list of parameters that appears.
<P>
You will then be back to the startup screen to enter the mapset's
name (if not already entered). Another "ESC"-"RETURN" will finally
let you leave this screen. This mapset is created within the new
location by answering "yes" to the next question. The mapset will
use the parameters of the location (such as the region and resolution
definitions) as its default parameters.
<P>
Now the project area, i.e. the location including a mapset, has been
created. You have "arrived" in the GRASS system and can start working
within this new location.
<H2>Further Reading</H2>
Please have a look at the GRASS web site:
<A HREF="http://grass.itc.it/gdp/index.php">http://grass.itc.it/gdp/index.php</A>.
<p><i>Last changed: $Date: 2005/05/06 12:50:17 $</i>
<HR>
<P><a href=index.html>Help Index</a>
</BODY>
</HTML>
|