GRASS Documents: Difference between revisions
Jump to navigation
Jump to search
⚠️Dnewcomb (talk | contribs) (Added link to Terrain Analysis with Geomorphons) |
(Added link to Interpolation page + reorganization of the different sections (e.g., collapsing tutorials and 'help with tasks' sections as the differences are not clear)) |
||
Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
===== [ | =====[[Faq|Frequently asked questions and answers (FAQ)]]===== | ||
==== [http://grass.osgeo.org/documentation/manuals/ GRASS Manual pages] ==== | |||
==== GRASS tutorials ==== | |||
===== General ===== | |||
* [http://grass.osgeo.org/documentation/tutorials/ GRASS Tutorials] | |||
* [[Wiki Tutorials]]: a nice collection | |||
* [http://grass.osgeo.org/gdp/index.php GRASS Documentation project] huge amount of information for many versions of GRASS spanning the last 15 years; relevant content needs to be moved into this Wiki [''please help!''] | |||
* [[GRASS_Education_%28Free_GIS_education%29#Teaching_Materials | Teaching materials]] (courses, training videos, presentations, etc.) contributed by the community. | |||
* [[GRASS 6 Tutorial]] | * [[GRASS 6 Tutorial]] | ||
* [http://www.ing.unitn.it/~grass/docs/tutorial_642/ GRASS 6.4.2 tutorial] by Ciolli, Tattoni, Vitti, Zottele, and Zatelli. | |||
* [http://www.grassbook.org/ GRASS GIS Book] with educational data set download | * [http://www.grassbook.org/ GRASS GIS Book] with educational data set download | ||
* A list of [[Tips and Tricks|tips and tricks]] for the use of GRASS | |||
===== | ===== Basics ===== | ||
* Help with [[data formats]] | * Help with [[data formats]] | ||
* Help with [[Vector Database Management|vector database management]] Help | |||
* Help with | * An overview of working with GRASS [[Vectordata | vector data]] (topological) | ||
* | * [[SQL]] support in GRASS GIS | ||
* [[Spatial SQL]] support in GRASS GIS | |||
* [[Help with 3D]] | * [[Help with 3D]] | ||
===== Specific subjects ===== | |||
* [[Terrain Analysis with Geomorphons]] | |||
* Geostatistics: [[How to interpolate point value using kriging method with R and GRASS 6|how to interpolate point value using kriging method with R and GRASS]]. | |||
* Help with [[Image_processing|Imagery and satellite]] data | * Help with [[Image_processing|Imagery and satellite]] data | ||
* Help with [[LIDAR|LIDAR and swath bathymetry]] data | * Help with [[LIDAR|LIDAR and swath bathymetry]] data | ||
* Help with [[Time series]] | * Help with [[Time series]] | ||
* Help with [[Color tables]] | * Help with [[Color tables]] | ||
* Help with creating [[Movies|Movies and animations]] | * Help with creating [[Movies|Movies and animations]] | ||
* Help with [[vector network analysis]] | * Help with [[vector network analysis]] | ||
* Help with [[GPS]] applications | * Help with [[GPS]] applications | ||
* [[Trace vector contours from a scanned map]] | * [[Trace vector contours from a scanned map]] | ||
* [[Digitizing Area Features]] | * [[Digitizing Area Features]] | ||
* [[Interpolation|Resampling methods and interpolation in GRASS]] | |||
* Help with [[GRASS raster semantics]] | |||
* [[Cartography|Hints and links]] for the use of the cartographic tools in GRASS | |||
* Help with the [[module command line parser]] | |||
* Help with [[RST Spline Surfaces]] | |||
==== | ===== Scripting & interfacing other systems ===== | ||
* [[GRASS and ABM]] | |||
* [ | * [[GRASS and C++]] | ||
* [[GRASS and GMT]] | |||
* [[ | * [[GRASS and Java]] | ||
* [[GRASS and Octave]] | |||
* [[GRASS | * [[GRASS and Paraview]] | ||
* [[ | * [[GRASS and PHP]] | ||
* GRASS [[ | * [[GRASS and Python]] | ||
* [[ | * [[GRASS and SAGA]] | ||
* [[GRASS and Sextante]] | |||
* [[GRASS and Shell]] | |||
* [[GRASS and VTK]] | |||
* [[QGIS GRASS Cookbook]] | |||
===== Help with modules ===== | |||
* [[r.sun]] - Solar irradiation model | * [[r.sun]] - Solar irradiation model | ||
* [[ps.map]] - Cartographic plot builder | * [[ps.map]] - Cartographic plot builder | ||
Line 76: | Line 64: | ||
== General == | == General == | ||
===== [[ | === GRASS Citation Repository === | ||
You are encouraged to cite GRASS when using the software in your work. [[GRASS Citation Repository|On this page]] you find suggestions how to cite GRASS. | |||
==== | === Installation === | ||
* [[Installation Guide]] for binary packages | * [[Installation Guide]] for binary packages | ||
* [[Compile and Install]] from SVN source code repository (the latest and greatest...) | * [[Compile and Install]] from SVN source code repository (the latest and greatest...) | ||
* [[Compile and install GRASS and QGIS with GDAL/OGR Plugin]] (e.g., to enable QGIS to read GRASS data directly) | * [[Compile and install GRASS and QGIS with GDAL/OGR Plugin]] (e.g., to enable QGIS to read GRASS data directly) | ||
* [[GRASS AddOns]] (User contributions) | * [[GRASS AddOns]] (User contributions) | ||
* [[Raspberry Pi|GRASS on the Raspberry Pi]] $25 low powered/embedded mini-PC | |||
== Development == | === Development === | ||
* Programming: see document list at [[Development]]. | * Programming: see document list at [[Development]]. | ||
* [[GRASS Translation Glossary]] | * [[GRASS Translation Glossary]] | ||
* [[GRASS Module Porting List]] (check here if you don't find a certain command in GRASS 6) | * [[GRASS Module Porting List]] (check here if you don't find a certain command in GRASS 6) | ||
* [[Development#Linking GRASS to external languages|Linking GRASS to external languages]] | * [[Development#Linking GRASS to external languages|Linking GRASS to external languages]] | ||
[[Category: Documentation]] | [[Category: Documentation]] | ||
[[Category: Tutorial]] | [[Category: Tutorial]] |
Revision as of 14:02, 15 April 2016
Usage
Frequently asked questions and answers (FAQ)
GRASS Manual pages
GRASS tutorials
General
- GRASS Tutorials
- Wiki Tutorials: a nice collection
- GRASS Documentation project huge amount of information for many versions of GRASS spanning the last 15 years; relevant content needs to be moved into this Wiki [please help!]
- Teaching materials (courses, training videos, presentations, etc.) contributed by the community.
- GRASS 6 Tutorial
- GRASS 6.4.2 tutorial by Ciolli, Tattoni, Vitti, Zottele, and Zatelli.
- GRASS GIS Book with educational data set download
- A list of tips and tricks for the use of GRASS
Basics
- Help with data formats
- Help with vector database management Help
- An overview of working with GRASS vector data (topological)
- SQL support in GRASS GIS
- Spatial SQL support in GRASS GIS
- Help with 3D
Specific subjects
- Terrain Analysis with Geomorphons
- Geostatistics: how to interpolate point value using kriging method with R and GRASS.
- Help with Imagery and satellite data
- Help with LIDAR and swath bathymetry data
- Help with Time series
- Help with Color tables
- Help with creating Movies and animations
- Help with vector network analysis
- Help with GPS applications
- Trace vector contours from a scanned map
- Digitizing Area Features
- Resampling methods and interpolation in GRASS
- Help with GRASS raster semantics
- Hints and links for the use of the cartographic tools in GRASS
- Help with the module command line parser
- Help with RST Spline Surfaces
Scripting & interfacing other systems
- GRASS and ABM
- GRASS and C++
- GRASS and GMT
- GRASS and Java
- GRASS and Octave
- GRASS and Paraview
- GRASS and PHP
- GRASS and Python
- GRASS and SAGA
- GRASS and Sextante
- GRASS and Shell
- GRASS and VTK
- QGIS GRASS Cookbook
Help with modules
- r.sun - Solar irradiation model
- ps.map - Cartographic plot builder
- r.stream.* - r.stream tutorial
General
GRASS Citation Repository
You are encouraged to cite GRASS when using the software in your work. On this page you find suggestions how to cite GRASS.
Installation
- Installation Guide for binary packages
- Compile and Install from SVN source code repository (the latest and greatest...)
- Compile and install GRASS and QGIS with GDAL/OGR Plugin (e.g., to enable QGIS to read GRASS data directly)
- GRASS AddOns (User contributions)
- GRASS on the Raspberry Pi $25 low powered/embedded mini-PC
Development
- Programming: see document list at Development.
- GRASS Translation Glossary
- GRASS Module Porting List (check here if you don't find a certain command in GRASS 6)
- Linking GRASS to external languages