You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`_.
56
+
A conda environment to run these notebooks can be created with the conda environment file
sq_str =" UPDATE mytable SET variablecode = 'xyz' WHERE variablecode = 'abc' "
100
112
DBSession.execute(sql_str)
101
113
DBSession.commit()
102
-
103
-
104
-
Sample Jupyter notebooks
105
-
------------------------
106
-
107
-
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>`_.
108
-
A conda environment to run these notebooks can be created with the conda environment file
Copy file name to clipboardExpand all lines: docs/source/index.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@ ODM2 Python API (odm2api)
3
3
4
4
A Python-based application programmer's interface for the `Observations Data Model 2 (ODM2) <http://www.odm2.org>`__. Development of ``odm2api`` is done at `<https://github.com/ODM2/ODM2PythonAPI/>`_.
5
5
6
+
Contents
7
+
--------
8
+
6
9
.. toctree::
7
10
:maxdepth:2
8
-
:caption:Contents:
9
11
10
12
getstarted
11
13
odm2models
@@ -14,7 +16,7 @@ A Python-based application programmer's interface for the `Observations Data Mod
0 commit comments