Difference between revisions of "GRASS Documents"
From GRASS-Wiki
m (→Installation) |
|||
(80 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[ | + | == Usage == |
− | * [http://grass. | + | |
− | * [http://grass. | + | =====[[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]] | ||
+ | * [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 | ||
+ | * A list of [[Tips and Tricks|tips and tricks]] for the use of GRASS | ||
+ | |||
+ | ===== Basics ===== | ||
+ | * Help with [[data formats]] | ||
+ | * Help with [[Vector Database Management|vector database management]] Help | ||
+ | * An overview of working with GRASS [[Vectordata | 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 6|how to interpolate point value using kriging method with R and GRASS]]. | ||
+ | * Help with [[Image_processing|Imagery and satellite]] data | ||
+ | * Help with [[LIDAR|LIDAR and swath bathymetry]] data | ||
+ | * Help with [[Time series]] | ||
+ | * Help with [[Color tables]] | ||
+ | * Help with creating [[Movies|Movies and animations]] | ||
+ | * Help with [[vector network analysis]] | ||
+ | * Help with [[GPS]] applications | ||
+ | * [[Trace vector contours from a scanned map]] | ||
+ | * [[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]] | ||
+ | * [[Lidar_Analysis_of_Vegetation_Structure]] | ||
+ | |||
+ | ===== 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]] | ||
+ | * [[GRASS and bat-files in windows console]] | ||
+ | * [[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. [[GRASS Citation Repository|On this page]] you find suggestions how to cite GRASS. | ||
+ | |||
+ | === Installation === | ||
+ | * [[Installation Guide]] for binary packages | ||
+ | * [[Compile and Install]] from GRASS GIS 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) | ||
+ | * [[Raspberry Pi|GRASS on the Raspberry Pi]] $25 low powered/embedded mini-PC | ||
+ | |||
+ | === 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) |
+ | * [[Development#Linking GRASS to external languages|Linking GRASS to external languages]] | ||
+ | |||
+ | [[Category: Documentation]] | ||
+ | [[Category: Tutorial]] |
Latest revision as of 13:59, 23 May 2019
Contents
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
- Lidar_Analysis_of_Vegetation_Structure
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
- GRASS and bat-files in windows console
- 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 GRASS GIS 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