Skip to content

Commit 7a1e899

Browse files
authored
Create ReadMe.md for Examples
1 parent a0f42a9 commit 7a1e899

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)