Skip to content

Commit

Permalink
add selected content from flyers to the Learn/General Overview page - f…
Browse files Browse the repository at this point in the history
…ixes #66
  • Loading branch information
veroandreo committed May 17, 2020
1 parent 2b0beca commit 175b50d
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/contribute/_index.en.md
Expand Up @@ -47,7 +47,7 @@ Great! Please subscribe to the dedicated [mailing list](https://lists.osgeo.org/
and check the [messages translation Wiki page](https://grasswiki.osgeo.org/wiki/GRASS_messages_translation)
on how we translate on [**Transifex**](https://www.transifex.com/grass-gis/grass7/).

### Create an Add-on
### Create an Addon
<i class="fa fa-plug fa-5x" style="float:left;padding-right:10px"></i>
Developing your own modules? Great!

Expand Down
125 changes: 114 additions & 11 deletions content/learn/overview.md
Expand Up @@ -10,8 +10,14 @@ layout: "overview"
<img src="/images/logos/grasslogo.svg" width="42%" alt="GRASS GIS">
</div>
<div class="col-lg-8">
<p><b>G</b>eographic <b>R</b>esources <b>A</b>nalysis <b>S</b>upport <b>S</b>ystem, commonly referred to as <b>GRASS GIS</b>, is a Geographic Information System (GIS) technology built for vector and raster geospatial data management, geoprocessing, spatial modelling and visualization.</p>
<p><b>GRASS GIS</b> is Free and Open Source Software released under the terms of the <a href="/download/license">GNU General Public License (GPL >= v2)</a>. GRASS GIS is also a founding member and an affiliated project of the <a href="https://osgeo.org">Open Source Geospatial Foundation (OSGeo)</a></p>
<p><b>G</b>eographic <b>R</b>esources <b>A</b>nalysis <b>S</b>upport
<b>S</b>ystem, commonly referred to as <b>GRASS GIS</b>, is a Geographic
Information System (GIS) technology built for vector and raster geospatial
data management, geoprocessing, spatial modelling and visualization.</p>
<p><b>GRASS GIS</b> is Free and Open Source Software released under the
terms of the <a href="/download/license">GNU General Public License (GPL >= v2)</a>.
GRASS GIS is also a founding member and an affiliated project of the
<a href="https://osgeo.org">Open Source Geospatial Foundation (OSGeo)</a>.</p>
</div>
</div>
</div>
Expand All @@ -20,36 +26,133 @@ layout: "overview"

<div class="container">
<div class="row mt-20">

<div class="col-lg-6">
<p>The <b>GRASS GIS</b> project is an international team effort that includes <a href="https://grasswiki.osgeo.org/wiki/Team">scientists and developers</a> from various fields. GRASS has been under continuous development since 1982 and it has involved a large number of federal US agencies, universities, and private companies. The core components of GRASS GIS and the management of releases were developed and handled by the Construction Engineering Resesarch Laboratory (CERL) in Champaign, Illinois. Since 1997 a worldwide network of developers continue to release new GRASS GIS versions. See the <a href="/about/history" target="_blank">GRASS history</a> section for more details.</p>
<p>The <b>GRASS GIS</b> project is an international team effort that includes
<a href="https://grasswiki.osgeo.org/wiki/Team">scientists and developers</a>
from various fields. GRASS has been under continuous development since 1982
involving a large number of federal US agencies, universities,
and private companies. The development of core components and the management of
releases were in charge of the Construction Engineering Research
Laboratory (CERL) in Champaign, Illinois. However, since 1997 a worldwide
network of developers continue to develop and release GRASS GIS. See the
<a href="/about/history" target="_blank">GRASS history</a> section
and the full list of
<a href="about/history/releases" target="_blank">releases</a>
for more details.</p>

<p>The strength and success of GRASS GIS relies on the user community.
The <i>philosophy</i> of the GRASS GIS Development Team is to encourage users
to develop their own unique tools and applications as well as to improve
the existent ones.</p>

<p>The strength and success of GRASS GIS relies on the user community. The philosophy of the GRASS GIS Development Team is to encourage users to develop their own unique tools and applications as well as to improve the existent ones.</p>
</div>
<div class="col-lg-6 text-center">
<img class="bsh" src="/images/gallery/gui/grass70_gui_example.png" width="89%" alt="GRASS GIS">
</div>

</div>
</div>

### Main features

<div class="container">
<div class="row mt-20">

<div class="col-lg-6 text-center">
<img class="bsh" src="/images/gallery/gui/gui-grass-example-2.png" width="89%" alt="GRASS GIS">
</div>

<div class="col-lg-6">
<p><b>GRASS GIS</b> runs on Linux, Mac and Windows. It comes with both an intuitive graphical user interface and a command line syntax usefull for automation and production.</p>
<p><b>GRASS GIS</b> contains over <b><a href="https://grass.osgeo.org/grass-devel/manuals/full_index.html" target="_blank">500 modules</a></b> to process and render geographic data. The software allows to manipulate a variety of raster, vector and 3D formats, and run simple to advanced spatial analysis and modeling. GRASS GIS can connect to spatial databases but also interface with a variety of third-party systems and libraries.</p>
<p><b>GRASS GIS</b> capabilities are significantly increased by an impressive list of <b>extensions or add-ons</b>. These modules are contributed by users or developers but are not yet part of the standard distribution.
There are currently more than <b>300 extensions</b> in the <a href="https://github.com/OSGeo/grass-addons/tree/master/grass7" >official GRASS Add-ons repo</a> and many others in the wild to perform the most varied type of tasks.
<br>Have a look at the full list of <a href="https://grass.osgeo.org/grass7/manuals/addons/" target="_blank">add-ons manual pages</a> to get an idea. If you don't find what you need, maybe you can <a href="/contribute/development/">develop</a> your own add-on then.
<br>Read <a href="/download/addons/">here</a> to learn how to install them.</p>
<p><b>GRASS GIS</b> runs on Linux, Mac and Windows. It comes with
both an intuitive graphical user interface (GUI) and a command line
syntax useful for automation and production.</p>
<p><b>GRASS GIS</b> contains over
<b><a href="https://grass.osgeo.org/grass-stable/manuals/full_index.html" target="_blank">500 modules</a></b>
to process and render geographic data. The software allows to manipulate
a variety of raster, vector and 3D formats, and run simple to advanced
spatial analysis and modeling. GRASS GIS can connect to spatial databases
but also interface with a variety of third-party systems and libraries.
See the <i>Interfaces</i> section below for details.</p>
</div>

</div>
</div>
</div>


<div class="container">
<div class="row mt-20">

Some selected relevant features are:

<ul>
<img class="bsh" src="/images/gallery/temporal/summer_solstice_centennial.gif" width="40%" style="float:right;padding-left:10px">
<li>Support for nearly all common GIS file formats through GDAL-OGR library.</li>
<li>Raster analysis: map algebra, interpolation, masking, landscape analysis.</li>
<li>3D raster (voxel) analysis: 3D map algebra, 3D interpolation, 3D visualization.</li>
<li>SQL: database interfaces to PostgreSQL, SQLite, etc.</li>
<li>Geo-coding of raster and vector maps.</li>
<li>Point cloud analysis: LiDAR, interpolation.</li>
<li>Terrain analysis: contour and surface generation, cost-path and slope-aspect analysis, hydrological tools.</li>
<li>Vector analysis: topology corrections and generalization, buffer, overlays, network analysis.</li>
<li>Temporal framework: support for raster and vector time series management and analysis, <strong>big spatio-temporal environmental data</strong>.</li>
<li>Image processing: aerial, UAV and satellite data (MODIS, Landsat, Sentinel, etc.), supervised and unsupervised classification, full <strong>Object Based Image Analysis</strong> (OBIA) chain.</li>
<li>Spatial statistics: correlation and covariance analysis, regression, zonal statistics.</li>
</ul>

</div>
</div>

### Interfaces

<div class="container">
<div class="row mt-20">

<div class="col-lg-6 text-center">
<img class="bsh" src="/images/other/grass_through_qgis.png" width="90%" alt="GRASS GIS through QGIS">
</div>

<div class="col-lg-6">
GRASS GIS can be used through various interfaces:
<ul>
<li>The simplest for new users is the <strong>Graphical User Interface</strong>.</li>
<li>Power users prefer the text-based <strong>command line interface</strong>.</li>
<li><a href="https://grasswiki.osgeo.org/wiki/GRASS_GIS_APIs#The_C-API" target="_blank"><strong>C API</strong></a> for programming.</li>
<li><a href="https://grasswiki.osgeo.org/wiki/GRASS_Python_Scripting_Library" target="_blank">Scripting library</a> and <a href="https://grasswiki.osgeo.org/wiki/Python/pygrass" target="_blank">object-oriented</a> <strong>Python API</strong>.</li>
<li><a href="https://grasswiki.osgeo.org/wiki/GRASS_GIS_Jupyter_notebooks" target="_blank">Jupyter Notebooks</a>.</li>
<li><strong>Web interface</strong> through <a href="https://grasswiki.osgeo.org/wiki/WPS" target="_blank">WPS servers</a>.</li>
<li><a href="https://docs.qgis.org/3.10/en/docs/user_manual/grass_integration/grass_integration.html" target="_blank">QGIS</a> provides two different ways to run GRASS GIS modules: Processing toolbox and the GRASS GIS plugin.</li>
<li>R provides an <a href="https://grasswiki.osgeo.org/wiki/R_statistics" target="_blank">interface to GRASS GIS</a> through the package <strong><i>rgrass7</i></strong>.</li>
<li>It is also possible to <a href="/learn/tryonline" target="_blank">try GRASS online</a>!</li>
</ul>
</div>

</div>
</div>

### Addons to extend GRASS functionality

<div class="container">
<div class="row mt-20">

<div class="col-lg-6">
<p><b>GRASS GIS</b> capabilities are significantly increased by an impressive
list of <b>extensions or addons</b>. These modules are contributed by users
or developers but are not yet part of the standard distribution.
There are currently more than <b>300 extensions</b> in the
<a href="https://github.com/OSGeo/grass-addons/tree/master/grass7">official GRASS Addons repo</a>
and many others in the wild to perform the most varied type of tasks.
<br>Have a look at the full list of
<a href="https://grass.osgeo.org/grass-stable/manuals/addons/" target="_blank">addons manual pages</a>
to get an idea. If you don't find what you need, maybe you can
<a href="/contribute/development/">develop</a> your own add-on then.
Read <a href="/download/addons/">here</a> to learn how to install them.</p>
</div>


<div class="col-lg-6 text-center">
<img class="bsh" src="https://grass.osgeo.org/grass-stable/manuals/addons/number_seasons_ndvi.png" width="75%" alt="Output of r.seasons' addon">
</div>

</div>
</div>
Binary file added static/images/other/grass_through_qgis.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 175b50d

Please sign in to comment.