Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 867 Bytes

NWP Stuff

Introduction

This module only contains code to interact with the Norwegain Coastal Wave Forecasting System (MyWaveWam) products from the Norwegian Meteorological Institude.

The data is available here

The most interesting bit of code is perhaps the extraction of ocean variables for a list of coordinates.

Setup

The module is really only for local use. To make sure it builds, run

python -m build

To make it locally available in the current virual environment as you develop, you can do an editable install, i.e.

pip install --editable .

See also https://setuptools.pypa.io/en/latest/userguide/development_mode.html.

Usage

Please refer to two downloading scripts in the root directory.

Contact & Blame