Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jugla/pyworldtidesinfo
python library to access the worldtidesinfo server
https://github.com/jugla/pyworldtidesinfo
Last synced: about 2 months ago
JSON representation
python library to access the worldtidesinfo server
- Host: GitHub
- URL: https://github.com/jugla/pyworldtidesinfo
- Owner: jugla
- License: mit
- Created: 2021-12-04T21:46:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T19:41:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T23:20:39.502Z (9 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyworldtidesinfo
## General
![GitHub release](https://img.shields.io/github/release/jugla/pyWorldtidesinfo)Get tide info from World Tides Info server :
- Location Parameter : latitude/longitude of monitored point
- Tide prediction parameter : reference (LAT,...), tide station distance, tide prediction duration
- Tide picture : unit (meter/feet), plot/background color## Installing
```
pip install pyworldtidesinfo
```## Use
**Prerequisite** : a valid key from https://www.worldtides.info/The `__main__.py` is provided to show an example of use.
- 2 main functions to connect to server :
- retrieve tide station info
- retrieve tide info (height, ...)
- several functions to decode the receive message from server