Releases: insarlab/PySolid
Releases · insarlab/PySolid
Version 0.1.0 - first release
The first release of PySolid.
- add/modify
solid.forfrom Dennis Milbert for solid Earth tides (SET) calculation following the 2003 IERS Conventions by @yunjunz @sssangha. - add two modes at Python level to call Fortran code for SET calculation with API usage and examples by @yunjunz:
pointfor 1D tides time-series at a specific point for a given time periodgridfor 2D tides matrix at a specific time for a given spatial grid
- add
setup.pyand pre-compiled C extensions to supportpip install git+https://github.com/insarlab/PySolid.gitby @yunjunz.