GRASS Help: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 81: Line 81:
* [[GRASS_and_MapServer| MapServer]] web server
* [[GRASS_and_MapServer| MapServer]] web server


* External databases ([http://grass.itc.it/grass62/manuals/html62_user/db.connect.html db.connect])
* External databases ({{cmd|db.connect}})
* External vector data ([http://grass.itc.it/grass62/manuals/html62_user/v.external.html v.external])
* External vector data ({{cmd|v.external}})
* Paraview 3D visualization (r.out.vtk, [http://grass.itc.it/grass62/manuals/html62_user/r3.out.vtk.html r3.out.vtk], v.out.vtk)
* Paraview 3D visualization ({{cmd|r.out.vtk}}, {{cmd|r3.out.vtk}}, {{cmd|v.out.vtk}})
* POVray 3D visualization ([http://grass.itc.it/grass62/manuals/html62_user/r.out.pov.html r.out.pov], v.out.pov)
* POVray 3D visualization ({{cmd|r.out.pov}}, {{cmd|v.out.pov}})
* [[GRASS vector export to Inkscape]]
* [[GRASS vector export to Inkscape]]



Revision as of 09:45, 27 October 2008

Getting Started

Most tutorials and examples will use the Spearfish County, SD sample dataset. New examples will be also based on the OSGeo Educational Dataset (North Carolina, USA)

Installation

Frequently Asked Questions

First Day Documentation

Short tutorials

Textbook

Individual modules

  • Synopsis of GRASS modules (PDF, 71k)
    Create current list with "make html2pdfdoc" or "cd tools; ./module_synopsis.sh" in GRASS 6.3+
  • All GRASS module reference manuals (PDF Book)
    Create current set with "make html2pdfdoccomplete" in GRASS 6.3+

Sample Datasets

Further Reading

  • Teaching materials contributed by the community.
    (Tutorials, courseware, training videos, etc.)

Migration from other GIS Software

Interfacing with external software

Misc. Help



  • Wiki Help (how to edit pages after registration)