@@ -83,7 +83,8 @@ The EbasMetadata class controls the syntax of the metadata elements used in a fi
As an example for the Station code: The EbasMetadata class defines that the tag used in the file is 'Station code' and that the metadata key 'station_code' is used in the IO object. Additionally all the basic syntax checks are also defined in the EbasMetadata class.
So, for knowing which EBAS metadata elements can be used at all, what's their tag in the NASA Ames file, and which key needs to be used in the IO object to set or retrieve the metadata element, the EbasMetdata object is the place to look for. Some examples of how to use that class can be found [here](https://folk.nilu.no/~paul/ebas-io/Doc/Notebooks/html/EbasMetadata.html)
So, for knowing which EBAS metadata elements can be used at all, what's their tag in the NASA Ames file, and which key needs to be used in the IO object to set or retrieve the metadata element, the EbasMetdata object is the place to look for. Some examples of how to use that class can be found in an ipython Notebook under
```[Examples/Doc/Notebooks/EbasMetadata.ipynb](https://git.nilu.no/ebas/ebas-io/blob/master/Examples/Doc/Notebooks/EbasMetadata.ipynb)```. For users who are less familiar with git and ipython notebooks we provide a [static html version of the file](http://htmlpreview.github.io/?https://git.nilu.no/ebas/ebas-io/raw/master/Examples/Doc/Notebooks/html/EbasMetadata.html).
## Contact and Support
If you have any questions please contact ebas@nilu.no.