Metadata-Version: 2.4
Name: metocean-api
Version: 1.1.14
Summary: metocean-api - Tool to extract time series of metocean data from hindcasts/reanalysis
Author: Konstantinos Christakos
License-Expression: LGPL-2.1-or-later
Project-URL: Homepage, https://github.com/MET-OM/metocean-api
Project-URL: Repository, https://github.com/MET-OM/metocean-api
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.1
Requires-Dist: numpy>=1.17
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: dask
Requires-Dist: pip
Requires-Dist: netcdf4
Requires-Dist: cartopy
Requires-Dist: metpy
Requires-Dist: tqdm
Dynamic: license-file

# metocean-api

[![Tests (python)](https://github.com/MET-OM/metocean-api/actions/workflows/tests.yml/badge.svg)](https://github.com/MET-OM/metocean-api/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/metocean-api/badge/?version=latest)](https://metocean-api.readthedocs.io/en/latest/?badge=latest)


## Purpose
Extract time series of metocean data based on hindcast data. The tool is compatible with WEkEO Jupyter Lab, allowing seamless integration and use. For instructions on how to install metocean-api in WEkEO, please refer [here](https://docs.google.com/document/d/1sRFJH6371QZ239qK2XZH1naZcSML0ml4BqoTKc0hIOM/edit?usp=sharing).

## Quick Installation 💻

To get started with metocean-stats, you can install it with pip or conda:

```shell
$ pip install metocean-api 
```

or

```shell
$ conda install conda-forge::metocean-api
```


## Docs
Information about the package can be found at the [documentation](https://metocean-api.readthedocs.io/en/latest/index.html).

