Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)