GRASS Help: Difference between revisions
Jump to navigation
Jump to search
m (→Sample Dataset) |
(add interfacing with external software) |
||
Line 38: | Line 38: | ||
* [[GRASS_migration_hints|GRASS migration hints]] | * [[GRASS_migration_hints|GRASS migration hints]] | ||
* [[GIS to GRASS command translation|GIS Software to GRASS command translation table and discussion]] | * [[GIS to GRASS command translation|GIS Software to GRASS command translation table and discussion]] | ||
== Interfacing with external software == | |||
* [[Tips_and_Tricks#Using_QGIS_as_a_frontend_to_GRASS| QGIS]] frontend | |||
* [[Tips_and_Tricks#Interfacing_R-Statistics_with_GRASS| R statistics]] interface | |||
* [[Tips_and_Tricks#Exporting_GRASS_maps_to_GMT| GMT mapping]] cartography | |||
* [[Tips_and_Tricks#Using_GRASS_with_an_on-line_Web-GIS| MapServer]] web server | |||
* External databases ([http://grass.itc.it/grass62/manuals/html62_user/db.connect.html db.connect]) | |||
* External vector data ([http://grass.itc.it/grass62/manuals/html62_user/v.external.html 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) | |||
* POVray 3D visualization ([http://grass.itc.it/grass62/manuals/html62_user/r.out.pov.html r.out.pov], v.out.pov) | |||
== Further Reading == | == Further Reading == |
Revision as of 06:56, 8 October 2006
Getting Started
Installation
- Covered in the Installation Guide
Frequently Asked Questions
First Day Documentation
- "GRASS Quickstart" by M. Neteler (in the GRASS help pages)
- "Visual Tutorial for GRASS 6" by L. Moretti (for non-UNIX people, GUI)
- Basic GIS concepts and how GRASS implements them
- "GRASS 6 in a nutshell" by M. Neteler (short tutorial, also translated to Spanish and French)
- "An introduction to the practical use of the Free Geographical Information System GRASS 6.0" by GDF Hannover
- More tutorials from GDF Hannover
- "Open Source GIS: A GRASS GIS Approach. 2nd ed." by M. Neteler and H. Mitasova
(Book; focus is on GRASS 5, but all chapters still valid except vector/sites for that read the updates page)
- GRASS module reference manuals
- More GRASS documentation and tutorials
Sample Dataset
- Spearfish County, SD, USA (not so far from Mount Rushmore) with extra data
- More sample data
Migration from other GIS Software
Interfacing with external software
- QGIS frontend
- R statistics interface
- GMT mapping cartography
- MapServer web server
- External databases (db.connect)
- External vector data (v.external)
- Paraview 3D visualization (r.out.vtk, r3.out.vtk, v.out.vtk)
- POVray 3D visualization (r.out.pov, v.out.pov)
Further Reading
Misc. Help
- GRASS FAQ (see also: GRASS 6 Tutorial)
- Tips and Tricks
- Compile and install GRASS and QGIS with GDAL/OGR Plugin
- How to interpolate point value using kriging method with R and GRASS 6
- GRASS vector export to Inkscape
- Wiki Help (how to edit pages after registration)