old-www/HOWTO/GIS-GRASS/whatisgrass.html

181 lines
3.9 KiB
HTML

<HTML
><HEAD
><TITLE
>What Is GRASS?</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.56"><LINK
REL="HOME"
TITLE="The Geographic Information Systems: GRASS HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="What is a GIS?"
HREF="whatisgis.html"><LINK
REL="NEXT"
TITLE="A Brief History of GRASS"
HREF="history.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Geographic Information Systems: GRASS HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="whatisgis.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="history.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="WHATISGRASS"
>2. What Is GRASS?</A
></H1
><P
> GRASS (Geographic Resources Analysis Support System) is a public domain
raster based GIS, vector GIS, image processing system, and graphics
production system. Created by the US Army Corps of Engineers,
Constriction Engineering Research Laboratory (USA/CERL) and enhanced by
many others, it is used extensively at government offices, universities
and commercial organizations throughout the world. It is written mostly
in C for various UNIX based machines. Linux is one of its more robust
implementations.
</P
><P
> GRASS contains over 40 programs to render images on monitor and paper;
over 60 raster manipulation programs; over 30 vector manipulation
programs; nearly 30 multi-spectral image processing manipulation
programs; 16 data management programs; and 6 point file management
programs.
</P
><P
> GRASS' strengths lie in several fields. The simple user interface makes
it an ideal platform for those learning about GIS for the first time.
Users wishing to write their own code can do so by examining existing
source code, interfacing with the documented GIS libraries, and by using
the GRASS Programmers' Manual. This allows more sophisticated
functionality to be fully integrated within GRASS.
</P
><P
> Other strengths include GRASS' pioneering of mixed resolutions in a data
base, mixed geographic coverage areas in a data base, raster image
compression techniques via run-length encoding and reclassification
lookup tables, GRASS' rescaling of display images on the fly to fill the
display screen, plus its fundamental design criterion of powerful
computer-assisted scientific analysis of environmental issues (as
opposed to merely going for intricate cartographic output of relatively
simple processes).
</P
><P
> GRASS is usually supplied as free, non-copyright source code to be
compiled on host machines. Some compiled binaries are also easily
obtainable at no cost via the Internet. It runs on a variety of UNIX
platforms.
</P
><P
> Copied from Project Assist
<A
HREF="http://www.geog.le.ac.uk/assist/grass"
TARGET="_top"
><I
CLASS="CITETITLE"
>Intro to GRASS</I
></A
>.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="whatisgis.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="history.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>What is a GIS?</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>A Brief History of GRASS</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>