Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ioos/gliderpy

gliderpy is a thin wrapper around erddapy with custom methods and plotting functionality to browse, fetch, and plot glider data.
https://github.com/ioos/gliderpy

hacktoberfest

Last synced: about 1 month ago
JSON representation

gliderpy is a thin wrapper around erddapy with custom methods and plotting functionality to browse, fetch, and plot glider data.

Awesome Lists containing this project

README

        

## gliderpy

Gliderpy aims to facilitate effortless access to glider data hosted on ERDDAP servers.
Gliderpy is a high level wrapper around [erddapy](https://github.com/ioos/erddapy),
with glider specific tooling and in-built plotting methods.

Try it out on binder [![Binder](https://mybinder.org/badge_logo.svg)](https://github.com/ioos/gliderpy/blob/main/notebooks/00-quick_intro.ipynb)

And check the docs for more info: https://ioos.github.io/gliderpy

### Installation

For `conda` users you can

```shell
conda install --channel conda-forge gliderpy
```

or, if you are a `pip` users

```shell
pip install gliderpy
```