You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.7 KiB
Markdown
40 lines
1.7 KiB
Markdown
5 years ago
|
# mhl_waverider.py
|
||
|
|
||
|
Download latest time series data from MHL website and update local copy.
|
||
|
|
||
|
MHL keeps records for the previous seven days.
|
||
5 years ago
|
|
||
|
## Wave buoy locations
|
||
|
|
||
|
| Code | Location |
|
||
|
| -------- | ------------- |
|
||
|
| `BATBOW` | Batemans Bay |
|
||
|
| `BYRBOW` | Byron Bay |
|
||
|
| `COFHOW` | Coffs Harbour |
|
||
|
| `CRHDOW` | Crowdy Head |
|
||
|
| `EDENOW` | Eden |
|
||
|
| `PTKMOW` | Port Kembla |
|
||
|
| `SYDDOW` | Sydney |
|
||
|
|
||
|
## Wave buoy parameters
|
||
|
|
||
|
| Filename | Parameters |
|
||
|
| -----------------------------------| --------------------------- |
|
||
|
| `SYDDOW.Groupiness.csv.dat.txt` | Groupiness |
|
||
|
| | |
|
||
|
| `SYDDOW.SeaTemp.csv.dat.txt` | Sea Temperature (Degrees C) |
|
||
|
| | |
|
||
|
| `SYDDOW.WaveDirection.csv.dat.txt` | Wave Direction |
|
||
|
| | |
|
||
|
| `SYDDOW.WaveHeight.csv.dat.txt` | Wave Direction |
|
||
|
| | Wave Height (Hsig) |
|
||
|
| | Wave Height (Hmax) |
|
||
|
| | |
|
||
|
| `SYDDOW.WaveHeight_1.csv.dat.txt` | Wave Height (Hsig) |
|
||
|
| | |
|
||
|
| `SYDDOW.WavePeriod.csv.dat.txt` | Wave Period (TP1) |
|
||
|
| | Wave Period (Tsig) |
|
||
|
| | Wave Period (Tz) |
|
||
|
| | |
|
||
|
| `SYDDOW.WavePeriod_1.csv.dat.txt` | Wave Period (TP1) |
|