Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gher-uliege/stareso-data-processing
A set of tools to read, plot and process data from STARESO
https://github.com/gher-uliege/stareso-data-processing
coastal corsica data-analysis data-processing ocean-sciences oceanography
Last synced: 1 day ago
JSON representation
A set of tools to read, plot and process data from STARESO
- Host: GitHub
- URL: https://github.com/gher-uliege/stareso-data-processing
- Owner: gher-uliege
- Created: 2017-05-05T14:47:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T14:02:04.000Z (over 2 years ago)
- Last Synced: 2024-12-11T07:13:43.520Z (about 2 months ago)
- Topics: coastal, corsica, data-analysis, data-processing, ocean-sciences, oceanography
- Language: Jupyter Notebook
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/gher-uliege/Stareso-Data-Processing) ![GitHub top language](https://img.shields.io/github/languages/top/gher-uliege/Stareso-Data-Processing)
# Stareso-Data-Processing
This projects contains mainly Jupyter notebooks in different languages, to demonstrate how to access data from the RACE data base and analyse them.
## Notebooks
A set of jupyter-notebooks providing examples of how to access the data files through the [RACE database](http://www.gitan.ulg.ac.be/cms/index.php?page=donnees-de-stareso#1.), read the data from the files and create some plots and basic analysis.
### Virtual environment
```bash
mkvirtualenv -p python3.10 RaceDB
workon RaceDB
pip install psycopg2
pip install matplotlib
pip install ipykernel
python -m ipykernel install --user --name RaceDB
```## Leaflet
A simple example of a [leaflet](map) displaying the CTD stations along with other layers such as the [EMODnet Bathymetry](http://www.emodnet-bathymetry.eu/).
![alt text](./figures/leafletstareso.png "Leaflet map around Calvi")
## Images
Examples of images generated with the notebooks using real observations.