Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 606 Bytes

check_points.rst

File metadata and controls

22 lines (15 loc) · 606 Bytes

check_points

  • Check if points are within a tide model domain
  • Can check OTIS format tidal solutions provided by Ohio State University and ESR
  • Can check Global Tide Model (GOT) solutions provided by Richard Ray at GSFC
  • Can check Finite Element Solution (FES) models provided by AVISO

Calling Sequence

import pyTMD
valid = pyTMD.check_points(x, y, DIRECTORY=DIRECTORY, MODEL=MODEL, EPSG=3031)

Source code

pyTMD.check_points