This is an example of a data analysis package for temperature time series. Goals are:
- Demonstrate what a modern Python package looks like
- Show how to test your code
$ git clone https://github.com/opengeophysics/2018-agu-oss-example-repo
$ cd 2018-agu-oss-example-repo
$ pip install -e .
Examples of what the library does.
TBD