This assumes that conda
is installed, probably through the Anaconda program already.
We will install a fresh environment with all of the tools you will need for this tutorial.
Note that you may have another install of gmt already that could possibly clash with this.
# my installation
conda create --name Maps --channel conda-forge python=3.9 ipython ipykernel numpy pandas xarray netcdf4 packaging gmt pygmt cartopy elevation
# useful for command-line operations
conda activate Maps
# ensure that you're in the directory with '.ipynb' files
jupyter notebook
Within the notebook proceed with the following order:
- Testing_Install.ipynb
- Mapping_projections.ipynb
- Mapping_Overlays.ipynb
- Shaded_Relief.ipynb
- Shaded_Relief-Earthquake.ipynb