Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sintef/blues-metocean-lib
SFIBlues Metocean Library
https://github.com/sintef/blues-metocean-lib
Last synced: about 2 months ago
JSON representation
SFIBlues Metocean Library
- Host: GitHub
- URL: https://github.com/sintef/blues-metocean-lib
- Owner: SINTEF
- License: mit
- Created: 2023-01-23T09:58:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T07:13:15.000Z (8 months ago)
- Last Synced: 2024-05-07T08:29:07.501Z (8 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFIBlues Metocean library
Ease the process of fetching metocean data
Developed for use with the [SFI Blues Metocean portal](https://github.com/SINTEF/blues-metocean-portal)
Funded by the [SFI Blues](https://sfiblues.no/) project
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install bluesmet.
```bash
pip install bluesmet
```## Development
Necessary dependencies installed using
pip install -r requirements.txt
Development dependencies installed using
pip install -r requirements-dev.txt
Find example usage [here](https://github.com/SINTEF/blues-metocean-lib-examples)