Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

code-dependencies.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

Code Dependencies

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 Dependencies

  1. Python: Recommend a stable/security version.
  2. Cartopy: For managing/manipulating spatial shapes and for plotting
  3. matplotlib: For plotting
  4. netCDF4: Provides the Dataset object
  5. NumPy: For array computation
  6. ObsPy: For waveform computation
  7. pyGMT: For plotting maps
  8. SciPy: For fundamental algorithms
  9. shapely: For spatial analysis (in ObsPy)

A list of dependencies and versions are available in conda environment file environment.yml

Fortran Dependencies

  1. GFortran: For compiling the FORTRAN code
  2. make

C Dependencies

  1. gcc