mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 17:01:03 +02:00
Update xtide.md
This commit is contained in:
@@ -12,9 +12,16 @@ This module provides global tide prediction capabilities using the [tidepredict]
|
||||
## Installation
|
||||
|
||||
1. Install tidepredict library:
|
||||
this takes about 3-500MB of disk
|
||||
|
||||
```bash
|
||||
pip install tidepredict
|
||||
```
|
||||
note: if you see warning about system packages the override for debian OS to install it anyway is..
|
||||
|
||||
```bash
|
||||
pip install tidepredict --break-system-packages
|
||||
```
|
||||
|
||||
2. Enable in `config.ini`:
|
||||
```ini
|
||||
@@ -34,6 +41,8 @@ python3 -m tidepredict -l <location> -genharm
|
||||
|
||||
The station data is cached locally in `~/.tidepredict/` for offline use afterward.
|
||||
|
||||
No other downloads will happen automatically, its offline
|
||||
|
||||
## Usage
|
||||
|
||||
Once enabled, the existing `tide` command will automatically use tidepredict for global locations:
|
||||
|
||||
Reference in New Issue
Block a user