Skip to content

Commit f72ffeb

Browse files
EliEli
authored andcommitted
Added tidal envelope code and tutorial.
1 parent 1ce364a commit f72ffeb

File tree

4 files changed

+748
-0
lines changed

4 files changed

+748
-0
lines changed

docsrc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ VTools represents a toolset for time series processing that the Delta Modeling S
1111
Introduction and concepts <concepts>
1212
Interpolation <interpolation>
1313
Averaging and Filtering <notebooks/filters.ipynb>
14+
Tidal Envelope Extraction <notebooks/tidal_envelope.ipynb>
1415
Fitting and using a climatology <notebooks/climatology.ipynb>
1516
Merging and Splicing (ts_merge and ts_splice) <notebooks/merge_splice.ipynb>
1617
Extrapolation <notebooks/extrapolation.ipynb>

docsrc/notebooks/tidal_envelope.ipynb

Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.

vtools/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
from vtools.functions.merge import *
2323
from vtools.functions.interpolate import *
2424
from vtools.functions.lag_cross_correlation import *
25+
from vtools.functions.envelope import *

0 commit comments

Comments
 (0)