{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Find Variable" ] }, { "cell_type": "raw", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ ".. note::\n", " \n", " The terminology of *variable* might be reworked, as a variable is not taken in a strict sense of physical parameters, but also compound datasets. This might be reworked in a future version." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "An Entry is defined to be the atomic entitiy in metacatalog, by describing the metadata of **one** dataset of unique *Variable*. Each variable has **one** unit. If another dataset of same variable is uploaded, but uses a different unit, **it has to be converted** to avoid misinterpretations. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Variable" ] }, { "cell_type": "raw", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ ".. autofunction:: metacatalog.api.find_variable" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Unit" ] }, { "cell_type": "raw", "metadata": { "raw_mimetype": "text/restructuredtext" }, "source": [ ".. autofunction:: metacatalog.api.find_unit" ] } ], "metadata": { "celltoolbar": "Raw Cell Format", "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.5" } }, "nbformat": 4, "nbformat_minor": 4 }