GRASS: Difference between revisions

From UFRC
Jump to navigation Jump to search
m Text replacement - "#uppercase" to "uc"
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 21: Line 21:


<!--Modules-->
<!--Modules-->
==Required Modules==
==Environment Modules==
===Serial===
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
<!--
===Parallel (OpenMP)===
* intel
* {{#var:app}}
===Parallel (MPI)===
* intel
* openmpi
* {{#var:app}}
-->
==System Variables==
==System Variables==
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 72: Line 62:
{{#if: {{#var: citation}}|==Citation==
{{#if: {{#var: citation}}|==Citation==
If you publish research that uses {{#var:app}} you have to cite it as follows:
If you publish research that uses {{#var:app}} you have to cite it as follows:
<div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;">
''Expand to view citation instructions.''
<div class="mw-collapsible-content" style="padding: 5px;">


Hofierka, J., Suri, M. (2002): The solar radiation model for Open source GIS: implementation and applications. Manuscript submitted to the International GRASS users conference in Trento, Italy, September 2002.
Hofierka, J., Suri, M. (2002): The solar radiation model for Open source GIS: implementation and applications. Manuscript submitted to the International GRASS users conference in Trento, Italy, September 2002.
Line 98: Line 91:


Scharmer, K., Greif, J., eds., (2000). The European solar radiation atlas, Vol. 2: Database and exploitation software. Paris (Les Presses de l’ École des Mines).
Scharmer, K., Greif, J., eds., (2000). The European solar radiation atlas, Vol. 2: Database and exploitation software. Paris (Les Presses de l’ École des Mines).
 
</div>
</div>
|}}
|}}
<!--Installation-->
<!--Installation-->

Latest revision as of 21:27, 14 December 2022

Description

grass website  

GRASS GIS, commonly referred to as GRASS (Geographic Resources Analysis Support System), is a free and open source Geographic Information System (GIS) software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization. GRASS GIS is currently used in academic and commercial settings around the world, as well as by many governmental agencies and environmental consulting companies. It is a founding member of the Open Source Geospatial Foundation (OSGeo).

Environment Modules

Run module spider grass to find out what environment modules are available for this application.

System Variables

  • HPC_GRASS_DIR - installation directory

Additional Information

GRASS GIS, is installed within a container. Basic usage example:

module load grass
launch_grass <executable> <arguments>

where executables include

grass
x-grass



Citation

If you publish research that uses grass you have to cite it as follows:

Expand to view citation instructions.