olas 0.3.2
pip install olas
Released:
Library with wave tools like ESTELA
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
-
License Expression: MIT
SPDX License Expression - Author: Jorge Perez
- Tags ESTELA, waves, xarray
- Requires: Python <3.14, >=3.9
-
Provides-Extra:
dev
Classifiers
- Development Status
- Intended Audience
- Programming Language
Project description
olas
Library with wave tools. At the moment it only includes a prototype of ESTELA.
Documentation: https://jorgeperezg.github.io/olas
Installation
Installation from PyPI with pip (or similar tools) is straightforward:
pip install olas
It can also be installed with conda from conda-forge (feedstock):
conda install -c conda-forge olas
Basic usage
Calculate and plot ESTELA maps for a location near Santander using the sample netcdf files.
NOTE: a longer period should to be considered to get meaningful results.
Using the command line interface:
# estela -h to check additional options
estela "./tests/sample_files/test20180101T??.nc" 44 -4 --outdir "."
Or python functions:
from olas.estela import calc, plot
estelas = calc("./tests/sample_files/test20180101T??.nc", 44, -4)
plot(estelas, outdir=".") # for plotting base maps
plot(estelas, gainloss=True, outdir=".") # for plotting GL maps
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
-
License Expression: MIT
SPDX License Expression - Author: Jorge Perez
- Tags ESTELA, waves, xarray
- Requires: Python <3.14, >=3.9
-
Provides-Extra:
dev
Classifiers
- Development Status
- Intended Audience
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file olas-0.3.2.tar.gz
.
File metadata
- Download URL: olas-0.3.2.tar.gz
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.24
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0251277845aacb26d911e34d47cc7c5099dce6aecbc514b9973c0e72a695e60 |
|
MD5 | e1b0c264d845a4ee3949386b485d25cd |
|
BLAKE2b-256 | 3534006495a6bccbe69e22d4655fc4e1c93e4aa979249853bc53ae6d5e77cb8d |
File details
Details for the file olas-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: olas-0.3.2-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.24
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dab3b26c4b5710a2d76fd70e9574d9a3bfd98c123b7627f50bf8bf9f41a784e |
|
MD5 | 69ca19abeed3a486d294e305346b18b2 |
|
BLAKE2b-256 | 0482850cc7adb2f813c80b7726f7575543f1da8332c71aa32709aa117d07121f |