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
- Host: GitHub
- URL: https://github.com/agrouaze/apixwaves
- Owner: agrouaze
- Created: 2023-03-20T09:19:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T08:45:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T00:32:53.604Z (7 months ago)
- Topics: cfosat, ocean, quicklook, radar, remote-sensing, sentinel-1, waves, wv
- Language: Python
- Homepage: https://cerweb.ifremer.fr/datarmor/apixwaves/documentation/
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```