Skip to content

Commit 9948e29

Browse files
committed
Merge branch 'docs' into development
2 parents 6997f36 + 97e8000 commit 9948e29

16 files changed

+2448
-680
lines changed

Examples/APIDemo.ipynb

-296
This file was deleted.

Examples/ReadMe.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Sample Jupyter notebooks
2+
These two notebooks are complete, extended examples that illustrate reading from ODM2 databases and using the resulting data and metadata. They use SQLite ODM2 file databases that can be [downloaded here](https://github.com/ODM2/ODM2PythonAPI/tree/master/Examples/data). A conda environment to run these notebooks can be created with the conda environment file [clientenvironment.yml](https://github.com/ODM2/ODM2PythonAPI/blob/master/Examples/clientenvironment.yml).
3+
4+
1. [WaterQualityMeasurements_RetrieveVisualize.ipynb](https://github.com/ODM2/ODM2PythonAPI/blob/master/Examples/WaterQualityMeasurements_RetrieveVisualize.ipynb)
5+
2. [TimeSeries_RetrieveVisualize.ipynb](https://github.com/ODM2/ODM2PythonAPI/blob/master/Examples/TimeSeries_RetrieveVisualize.ipynb)
6+
7+
For detailed documentation of the ODM2 Python API, see http://odm2.github.io/ODM2PythonAPI/

0 commit comments

Comments
 (0)