This projects contains mainly Jupyter notebooks in different languages, to demonstrate how to access data from the RACE data base and analyse them.
A set of jupyter-notebooks providing examples of how to access the data files through the RACE database, read the data from the files and create some plots and basic analysis.
mkvirtualenv -p python3.10 RaceDB
workon RaceDB
pip install psycopg2
pip install matplotlib
pip install ipykernel
python -m ipykernel install --user --name RaceDB
A simple example of a leaflet displaying the CTD stations along with other layers such as the EMODnet Bathymetry.
Examples of images generated with the notebooks using real observations.