Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
gliderpy is a thin wrapper around erddapy with custom methods and plotting functionality to browse, fetch, and plot glider data.
- Host: GitHub
- URL: https://github.com/ioos/gliderpy
- Owner: ioos
- License: bsd-3-clause
- Created: 2020-08-11T16:27:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:07:01.000Z (3 months ago)
- Last Synced: 2024-08-07T14:14:35.583Z (3 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage: https://ioos.github.io/gliderpy
- Size: 4.04 MB
- Stars: 10
- Watchers: 11
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - gliderpy - A thin wrapper around erddapy with custom methods and plotting functionality to browse, fetch, and plot glider data. (Hydrosphere / Ocean and Hydrology Data Access)
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
```