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

https://github.com/agrouaze/apixwaves

API for X-waves service web application
https://github.com/agrouaze/apixwaves

cfosat ocean quicklook radar remote-sensing sentinel-1 waves wv

Last synced: 7 months ago
JSON representation

API for X-waves service web application

Awesome Lists containing this project

README

          

apixwaves

API to query xwaves-services.ifremer.fr

# installation

```bash
pip install apixwaves
```

or if you want latest version from sources:

```bash
git clone https://github.com/agrouaze/apixwaves.git
cd apixwaves
pip install .
```

# usage

```python
import apixwaves
```