Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
296 changes: 0 additions & 296 deletions Examples/APIDemo.ipynb

This file was deleted.

7 changes: 7 additions & 0 deletions Examples/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Sample Jupyter notebooks
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).

1. [WaterQualityMeasurements_RetrieveVisualize.ipynb](https://github.com/ODM2/ODM2PythonAPI/blob/master/Examples/WaterQualityMeasurements_RetrieveVisualize.ipynb)
2. [TimeSeries_RetrieveVisualize.ipynb](https://github.com/ODM2/ODM2PythonAPI/blob/master/Examples/TimeSeries_RetrieveVisualize.ipynb)

For detailed documentation of the ODM2 Python API, see http://odm2.github.io/ODM2PythonAPI/
Loading