Skip to main content

Library with wave tools like ESTELA

Project description

olas

pypi package version conda-forge version python supported shield

Library with wave tools. At the moment it only includes a prototype of ESTELA.

Documentation: https://jorgeperezg.github.io/olas

The documentation is generated with poetry run portray on_github_pages

Installation

Installation with conda is straightforward

conda install -c conda-forge olas

Installation with pip requires cartopy (it can be installed with conda install -c conda-forge cartopy):

pip install olas

Basic usage

Calculate and plot ESTELA maps from netcdf files.

from olas.estela import calc, plot
estelas = calc("./tests/sample_files/test20180101T??.nc", 44, -4, "hs", "tp", "dp")
plot(estelas, outdir=".")
plot(estelas, gainloss=True, outdir=".")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

olas-0.2.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

olas-0.2.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page