8000 GitHub - SAEON/somisana-ww3: WavewatchIII related tools in support of the SOMISANA initiative
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SAEON/somisana-ww3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is part of the SOMISANA initiative, and used for our development around WavewatchIII.

Installation

The python tools in ww3_tools require a suitable environment built off the wavespectra library.

To use the tools, clone this repo to your local machine (do this wherever you would like the code):

git clone git@github.com:SAEON/somisana-ww3.git

Alternatively, if you're not anticipating developing and pushing changes to this repo, you can also use HTTPS protocol (only do one of these clone commands!):

git clone https://github.com/SAEON/somisana-ww3.git

Then navigate to the root directory of the repo: cd somisana-ww3

You can create the wavespectra environment by running:

mamba env create -f environment.yml

or use conda instead of mamba if you haven't moved to mamba yet

Then activate the environment

conda activate wavespectra

and install the python library so it's available in your environment:

pip install --no-deps -e .

If new dependencies get added to environment.yml, then you can update your environment by running:

mamba env update -f environment.yml --prune

About

WavewatchIII related tools in support of the SOMISANA initiative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0