The current stable release of GPlates is GPlates 2.3, released in September 2021...
Download GPlates 2.3
(the latest “stable” release) |
The current beta release of pyGPlates is pyGPlates 0.36, released in May 2022...
Download pyGPlates 0.36
(the latest “beta” release) |
GPlates and pyGPlates run on Windows, macOS and Linux.
Download GPlately 1.0
(the latest “stable” release) |
Ready-to-use binary packages are available to install GPlates on Windows, macOS and Ubuntu. These also include the GPlates-compatible geodata described below.
.exe
installer for a 64-bit version of GPlates on a 64-bit version of Windows. We also provide a .zip
file for users who wish to use GPlates without installing it..dmg
disk image containing a 64-bit version of GPlates for High Sierra (10.13) or above.
.deb
packages for 64-bit Ubuntu versions (that are currently under support).
Installation instructions for GPlates can be found on the download page.
Ready-to-use binary packages are available to install pyGPlates on Windows, macOS and Ubuntu. These do not include the GPlates-compatible geodata.
.zip
file for each Python version (3.7, 3.8, 3.9 and 3.10).
.zip
file for each Python version (3.7, 3.8, 3.9 and 3.10).
.zip
file for each Python version (3.7, 3.8, 3.9 and 3.10).
.deb
package for each 64-bit Ubuntu version.
Installation instructions for pyGPlates can be found in the pyGPlates documentation.
We provide source-code packages for Windows (in a zip-file), and Linux and macOS (in a tarball). The source-code packages do not contain geodata (described below) which will need to be downloaded separately.
To compile GPlates (or pyGPlates) from source, you will require:
Instructions on how to compile GPlates (or pyGPlates) from source may be found in the source-code releases, in the files:
DEPS.Linux
and BUILD.Linux
(on Linux)DEPS.OSX
and BUILD.OSX
(on macOS)DEPS.Windows
and BUILD.Windows
(on Windows)Please note that you should not attempt to compile GPlates from the pyGPlates source code. Or attempt to compile pyGPlates from the GPlates source code.
GPlates (and pyGPlates) is free software (also known as open-source software), licensed for distribution under the GNU General Public License (GPL) version 2.
1. Using conda (recommended)
You can install the latest stable public release of GPlately
and all of its dependencies using conda.
This is the preferred method to install GPlately
which downloads binaries from the conda-forge channel.
conda install -c conda-forge gplately
Creating a new conda environment
We recommend creating a new conda environment inside which to install GPlately
. This avoids any potential conflicts in your base Python environment. In the example below we create a new environment called "my-env
":
conda create -n my-env
conda activate my-env
conda install -c conda-forge gplately
my-env
needs to be activated whenever you use GPlately
: i.e. conda activate my-env
.
2. Using pip
Alternatively, you can install the latest stable public release of GPlately
using the pip package manager.
pip install gplately
or from this GitHub repository:
pip install git+https://github.com/GPlates/gplately.git
Pull from repository
First-time installation: To install the latest version of GPlately from a specific repository branch (e.g. master
), copy the following commands into your terminal:
cd /path/to/desired/directory #Change your command directory to where you'd like to clone GPlately
git clone https://github.com/GPlates/gplately.git
cd gplately # navigate within the gplately folder
git checkout master # or the name of whichever branch you need
git pull # fetch all recent changes from this branch
pip install .
Update installation from cloned repo: To update your installation of GPlately by fetching the latest pushes from a specific repository branch (e.g. master
), copy the following commands into your terminal:
cd /path/to/gplately/directory #Should be where gplately is cloned - must end in /.../gplately
git checkout master # or the name of whichever branch you need
git pull # fetch all recent changes from this branch
pip install .
Researchers in the EarthByte Project have made GPlates-compatible data available for use with GPlates.
A sample set of these data-files are also contained within the GPlates installation packages, and will be automatically installed with GPlates. This data has been updated for the GPlates 2.3 release. Thanks to the EarthByte Project for making these data-files available!
Go to EarthByte website for more data and models.
You may download GPlates logo in SVG format. Click here to download GPlates logo files.
Click here to see the GPlates download statistics.