Use the following commands to create a running environment
conda create --name gplates-ws-example -c conda-forge cartopy matplotlib moviepy shapely jupyter requests
conda activate gplates-ws-example
pip install gwspy
Alternatively, you may use the environment.yml to create the conda env.
conda env create -f environment.yml
conda activate gplates-ws-example
pip install gwspy
Run the examples
conda run -n gplates-ws-example ./reconstruct_shapely_points.py
👉 reconstruct_shapely_points.py
The red dots are present-day locations. The blue dots are paleo-locations at 100Ma.
👉 plot_topological_plate_polygons.py
👉plot_topological_plate_boundaries.py