\"GNU/Linux\" Free download of GRASS GIS for GNU/Linux!
"; } else if (strpos($userAgent, 'macintosh') || strpos($userAgent, 'mac platform x')) { $platform = 'mac'; echo "
\"MacOSX\" Free download of GRASS GIS for MacOSX!
"; } else if (strpos($userAgent, 'windows') || strpos($userAgent, 'win32')) { $platform = 'windows'; echo "
\"MS-Windows\" Free download of GRASS GIS for MS-Windows!
"; } else { $platform = 'unsupported'; echo "
\"other Free download of GRASS GIS for other platform!
"; } echo "

First steps manual | Sample datasets | Other platforms and source code
"; ?>

Get me!

Citing GRASS Software

Please cite GRASS when using the software in your work. Here are some choices depending on the version used: A BibTeX entry for LaTeX users is

@Manual{GRASS_GIS_software,
  title = {Geographic Resources Analysis Support System (GRASS GIS) Software},
  author = {{GRASS Development Team}},
  organization = {Open Source Geospatial Foundation},
  address = {USA},
  year = {2012},
  url = {http://grass.osgeo.org},
}

Last change: $Date$
$Author$