This document outlines the dependencies required to run the code. This may be helpful for those that do not want to use the install script or Poetry for dependency management.
- Python: Recommend a stable/security version.
- Cartopy: For managing/manipulating spatial shapes and for plotting
- matplotlib: For plotting
- netCDF4: Provides the
Dataset
object - NumPy: For array computation
- ObsPy: For waveform computation
- pyGMT: For plotting maps
- SciPy: For fundamental algorithms
- shapely: For spatial analysis (in ObsPy)
A list of dependencies and versions are available in conda environment file environment.yml
- GFortran: For compiling the FORTRAN code
- make
- gcc