Skip to content

Commit

Permalink
Merge pull request #282 from veroandreo/update-to-grass8
Browse files Browse the repository at this point in the history
Adapt download links for GRASS 8 release + announcement
  • Loading branch information
veroandreo committed Feb 3, 2022
2 parents 5814cc9 + ab5997b commit 1681c75
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 56 deletions.
2 changes: 1 addition & 1 deletion content/download/addons.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layout: "addons"

### <a name="Overview"></a>Overview of addons

There is a [growing list of GRASS GIS addons](/grass7/manuals/addons/) available which are not (yet) part of the core software package. They can be easily installed.
There is a [growing list of GRASS GIS addons](/grass8/manuals/addons/) available which are not (yet) part of the core software package. They can be easily installed.

### <a name="Common-user"></a>Beginner users

Expand Down
13 changes: 8 additions & 5 deletions content/download/data.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ layout: "data"


<div class="row">
<div class="col-md-4 col-sm-12">
<div class="alert rounded-0 alert-default row" width="35%"><span><i class="fa fa-arrow-right"></i> This section gathers sample datasets for learning or testing GRASS GIS. Datasets are made available as ready-to-use GRASS GIS <b>locations</b> and sample data in other
<div class="col-sm-4">
<div class="alert rounded-0 alert-default row">
<span><i class="fa fa-arrow-right"></i> This section gathers sample datasets for learning or testing GRASS GIS. Datasets are made available as ready-to-use GRASS GIS <b>locations</b> and sample data in other
common GIS formats.</span>
<span><i class="fa fa-arrow-right"></i> Note: an easy way to download sample data is from the <a href="#DownloadGUI">download button on the GRASS GIS startup screen</a>.</span>
<span><i class="fa fa-arrow-right"></i> Note: an easy way to download sample data is from the <b>download button on the GRASS GIS GUI</b>.</span>
</div>
</div>
<div class="col-md-8 col-sm-12 text-center">
<img src="../../images/gallery/gui/grass740_startup_sample_data_download_arrow.png" width="80%" alt="">
<div class="col-sm-8 text-center">
<img src="/images/gallery/gui/download_sample_data_grass8.png"
width="95%"
alt="Download sample data from the GUI">
</div>
</div>

Expand Down
41 changes: 21 additions & 20 deletions content/download/docker.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ layout: "os"

#### Quick links

[ [**GRASS GIS 7.8.x (current)**](#GRASS-GIS-current) | [**GRASS 7.6.x (legacy)**](#GRASS-GIS-old) | [**GRASS 8.0.x (preview)**](#GRASS-GIS-devel) ]
[ [**GRASS GIS 8.0 (current)**](#GRASS-GIS-current) | [**GRASS 7.8 (legacy)**](#GRASS-GIS-old) | [**GRASS 8.2 (preview)**](#GRASS-GIS-devel) ]

<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> GRASS GIS <b>Docker images</b> provided and maintained by <a href="https://www.mundialis.de/en/" target="_blank">mundialis</a>.
Expand All @@ -19,51 +19,52 @@ For a version matrix (GRASS GIS, PROJ, GDAL, PDAL), see [here](https://github.co

<hr>

### <a name="GRASS-GIS-current"></a> GRASS GIS 7.8.x (current)
### <a name="GRASS-GIS-current"></a> GRASS GIS 8.0.0 (current)

<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_7_8</b> (<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a>)</div>
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_8_0</b> (<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a>)</div>

* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 320 MB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.0.x, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 320 MB, with Python 3 and PDAL</small>)
<pre><code class=dockerfile">docker pull mundialis/grass-py3-pdal:stable-alpine</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.2 GB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.0.x, Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-debian</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.3 GB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.0.x, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.3 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-ubuntu</code></pre>


<hr>


### <a name="GRASS-GIS-old"></a> GRASS GIS 7.6.1 (legacy)
### <a name="GRASS-GIS-old"></a> GRASS GIS 7.8.6 (legacy)

<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_7_6</b> (<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6.1 new features</a>)
</div>
<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_7_8</b> (<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a>)</div>

* [<i class="fa fa-download"></i> GRASS GIS 7.6 stable, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-gis-stable) (<small style="display:inline-block;margin-bottom:1em;">release branch, grass76, 730 MB, with Python 2</small>)
<pre><code class=dockerfile">docker pull mundialis/grass-gis-stable</code></pre>
* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 320 MB, with Python 3 and PDAL</small>)
<pre><code class=dockerfile">docker pull mundialis/grass-py3-pdal:stable-alpine</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-debian</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8.x, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.3 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-ubuntu</code></pre>

<hr>


### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.0 (preview)
### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.2.0 (preview)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS master branch</b>
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS main branch</b>
</div>

* [<i class="fa fa-download"></i> GRASS GIS 8.0 development, Ubuntu 18.04 based](https://hub.docker.com/r/neteler/grassgis7/) (<small>git main, grass80, 520 MB, with Python 3</small>)
<pre><code class=dockerfile">docker pull neteler/grassgis7</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 8.0 development, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 320 MB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.2 development, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 320 MB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-alpine</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 8.0.x development Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 1.2 GB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.2 development Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-debian</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 8.0.x development Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 1.3 GB, with Python 3 and PDAL</small>)
* [<i class="fa fa-download"></i> GRASS GIS 8.2 development Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git main, grass80, 1.3 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-ubuntu</code></pre>
26 changes: 14 additions & 12 deletions content/download/linux.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: "os"

#### Quick links

[ [**GRASS GIS 7.8 (current)**](#GRASS-GIS-current) | [**GRASS 7.6 (legacy)**](#GRASS-GIS-old) | [**GRASS 8.0 (preview)**](#GRASS-GIS-devel) ]
[ [**GRASS GIS 8.0 (current)**](#GRASS-GIS-current) | [**GRASS 7.8 (legacy)**](#GRASS-GIS-old) | [**GRASS 8.2 (preview)**](#GRASS-GIS-devel) ]

<hr>

Expand All @@ -25,40 +25,42 @@ list of GRASS GIS packages.
* [openSUSE](https://build.opensuse.org/package/show/Application:Geo/grass)
* [Ubuntu](https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages?field.name_filter=grass) (ubuntugis-unstable)

### <a name="GRASS-GIS-current"></a> GRASS GIS 7.8.6 (current)
### <a name="GRASS-GIS-current"></a> GRASS GIS 8.0.0 (current)

<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> <u>Current stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.</div>
<i class="fa fa-info-circle"></i> <u>Current stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80">GRASS GIS 8.0 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/8.0.0-News">GRASS GIS 8.0.0 announcement</a> for more information.</div>

* [Generic 64bit](/grass78/binary/linux/snapshot) (weekly binary snapshot)
* [Generic 64bit](/grass80/binary/linux/snapshot) (weekly binary snapshot)
* [Gentoo](https://packages.gentoo.org/packages/sci-geosciences/grass)
* [EPEL7](https://copr.fedorainfracloud.org/coprs/neteler/grass78/) (RHEL7/Centos7/Scientific Linux7)
* [EPEL8](https://src.fedoraproject.org/rpms/grass) (RHEL8/Centos8)
* [Fedora](https://src.fedoraproject.org/rpms/grass)
* [openSUSE](https://build.opensuse.org/package/show/Application:Geo/grass)
* [Ubuntu](https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages?field.name_filter=grass) (ubuntugis-unstable)

<hr>

### <a name="GRASS-GIS-old"></a> GRASS GIS 7.6.1 (legacy)
### <a name="GRASS-GIS-old"></a> GRASS GIS 7.8.6 (legacy)

<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.
</div>

* [Generic 64bit](/grass76/binary/linux/snapshot) (weekly binary snapshot)
* [EPEL7](https://copr.fedorainfracloud.org/coprs/neteler/grass76/) (RHEL7/Centos7/Scientific Linux7)
* [Fedora](https://copr.fedorainfracloud.org/coprs/neteler/grass76/)
* [Generic 64bit](/grass78/binary/linux/snapshot) (weekly binary snapshot)
* [Gentoo](https://packages.gentoo.org/packages/sci-geosciences/grass)
* [EPEL8](https://src.fedoraproject.org/rpms/grass) (RHEL8/Centos8)
* [Fedora](https://src.fedoraproject.org/rpms/grass)
* [openSUSE](https://build.opensuse.org/package/show/Application:Geo/grass)
* [Ubuntu](https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable/+packages?field.name_filter=grass) (ubuntugis-unstable)

<hr>

### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.0 (preview)
### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.2.0 (preview)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u>, <u>experimental</u> <b>GRASS GIS</b> version.
</div>

* [Generic 64bit](/grass80/binary/linux/snapshot/) (weekly binary snapshot)
* [Generic 64bit](/grass81/binary/linux/snapshot/) (weekly binary snapshot)
* [Gentoo](https://packages.gentoo.org/packages/sci-geosciences/grass)
<!-- * [Ubuntu ](https://launchpad.net/~grass/+archive/ubuntu/grass-devel) (ubuntugis-unstable) -->

Expand Down
12 changes: 6 additions & 6 deletions content/download/mac.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: "os"

#### Quick links

[ [**GRASS GIS 7.8 (current)**](#GRASS-GIS-current) | [**GRASS 7.6 (legacy)**](#GRASS-GIS-old) | [**GRASS 8.0 (preview)**](#GRASS-GIS-devel) ]
[ [**GRASS GIS 8.0 (current)**](#GRASS-GIS-current) | [**GRASS 7.8 (legacy)**](#GRASS-GIS-old) | [**GRASS 8.2 (preview)**](#GRASS-GIS-devel) ]


<div class="alert rounded-0 alert-default">
Expand All @@ -18,10 +18,10 @@ layout: "os"
<hr>


### <a name="GRASS-GIS-current"></a> GRASS GIS 7.8.6 (current)
### <a name="GRASS-GIS-current"></a> GRASS GIS 8.0.0 (current)

<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> <u>Current stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.
<i class="fa fa-info-circle"></i> <u>Current stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80">GRASS GIS 8.0 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/8.0.0-News">GRASS GIS 8.0.0 announcement</a> for more information.
</div>

<ul>
Expand All @@ -30,10 +30,10 @@ layout: "os"

<hr>

### <a name="GRASS-GIS-old"></a> GRASS GIS 7.6.1 (legacy)
### <a name="GRASS-GIS-old"></a> GRASS GIS 7.8.6 (legacy)

<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.
</div>

<ul>
Expand All @@ -44,7 +44,7 @@ layout: "os"

<hr>

### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.0 (preview)
### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.2.0 (preview)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>experimental</u> <b>GRASS GIS</b> version.
Expand Down
22 changes: 10 additions & 12 deletions content/download/windows.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,33 @@ layout: "os"

Standalone installer: install GRASS GIS with the required support packages.

#### <a name="GRASS-GIS-new-stable"></a> GRASS GIS 7.8.6 (current)
#### <a name="GRASS-GIS-current"></a> GRASS GIS 8.0.0 (current)

<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> <u>New stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.8 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.</div>
<i class="fa fa-info-circle"></i> <u>New stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80">GRASS GIS 8.0 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/8.0.0-News">GRASS GIS 8.0.0 announcement</a> for more information.</div>

* [<i class="fa fa-download"></i> Download 64bit](/grass78/binary/mswindows/native/x86_64/WinGRASS-7.8.6-1-Setup-x86_64.exe)
* [<i class="fa fa-download"></i> Download 32bit](/grass78/binary/mswindows/native/x86/WinGRASS-7.8.6-1-Setup-x86.exe)
* [<i class="fa fa-download"></i> Download 64bit](/grass80/binary/mswindows/native/WinGRASS-8.0.0-1-Setup.exe)

<hr>

#### <a name="GRASS-GIS-old-stable"></a> GRASS GIS 7.6.1 (legacy)
#### <a name="GRASS-GIS-old"></a> GRASS GIS 7.8.6 (legacy)

<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78">GRASS GIS 7.6 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.8.6-News">GRASS GIS 7.8.6 announcement</a> for more information.
</div>

* [<i class="fa fa-download"></i> Download 64bit](/grass76/binary/mswindows/native/x86_64/WinGRASS-7.6.1-1-Setup-x86_64.exe)
* [<i class="fa fa-download"></i> Download 32bit](/grass76/binary/mswindows/native/x86/WinGRASS-7.6.1-1-Setup-x86.exe)
* [<i class="fa fa-download"></i> Download 64bit](/grass78/binary/mswindows/native/x86_64/WinGRASS-7.8.6-1-Setup-x86_64.exe)
* [<i class="fa fa-download"></i> Download 32bit](/grass78/binary/mswindows/native/x86/WinGRASS-7.8.6-3-Setup-x86_64.exe)

<hr>

#### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.0
#### <a name="GRASS-GIS-devel"></a> GRASS GIS 8.2.0 (preview)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>upcoming new stable</u> <b>GRASS GIS</b> version.
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>experimental</u> <b>GRASS GIS</b> version.
</div>

* [<i class="fa fa-download"></i> Download RC2](https://grass.osgeo.org/grass80/binary/mswindows/native/WinGRASS-8.0.0RC2-1-Setup.exe)
* Final release coming soon!
* [<i class="fa fa-download"></i> Download 64bit](https://wingrass.fsv.cvut.cz/grass81/WinGRASS-8.1.dev-e3080fd7a-35-Setup.exe)

<hr>

Expand Down

0 comments on commit 1681c75

Please sign in to comment.