Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 572 Bytes

ANALYSEA

Broad set of routines to clean, process and visuaise metocean conditions:

  • free surface,
  • tides (using utide)
  • waves

and statistical analysis of extreme events.

⚠️ PROGRAM IN ACTIVE DEVELOPMENT. WHEN A STABLE API IS REACHED, THE PROGRAM WILL BE AVAILABLE VIA pypi

Install

to install directly the dependencies for running the package, you can run the following:

mamba env create -f requirements/env.yaml

or git clone this repository, and run the following command

pip install .

Applications