Skip to content

plate motion package

Zhang Yunjun edited this page Jan 10, 2023 · 7 revisions
/docs   -  documentatios, notebooks
/src/{pkg_name}
    euler_pole.py                    # object definition
    plate_motion_model/pmm/model.py  # PMM info
    plot/utils.py                    # funcs to read and plot PMM
    plate_motion.py                  # calculate PMM in ENU [high level func]
    /plate_boundary
        /GSRM
        /MORVEL56
/tests
    ...

For the current mintpy PR:

  • cli/plate_moton: ITRF2014_PMM_PLATES =

  • euler_pole += plot, pmm

  • All upper case for plate abbreviations

  • move --plate to --om-cart from mintpy.cli.plate_motion to mintpy.plate_motion

Potential names?

platemotion and pmm are taken, unfortunately.

  • simpleplate
  • eulerpole
  • platemotionlib

Welcome

Software Design

Clone this wiki locally