|
Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
|
Rainfall forecast for a day. More...
#include <precipitation.h>
Data Fields | |
| time_t | date |
| UNIX timestamp date. More... | |
| char | ts [WW_MAX_TS_SIZE] |
| int8_t | start_range |
| Min expected rainfall (1, 5, 10, 15, 25, 50, null) More... | |
| int8_t | end_range |
| Max expected rainfall (5, 10, 15, 25, 50, 100) More... | |
| char | range_divider |
| Divider between min and max rainfall ('>' or '=') More... | |
| char | range_code [WW_RANGE_CODE_SIZE] |
| int8_t | probability |
| Chance of 0.2 mm of rain (0 to 100 %) More... | |
Rainfall forecast for a day.
| time_t WW_Rainfall_TypeDef::date |
UNIX timestamp date.
| int8_t WW_Rainfall_TypeDef::end_range |
Max expected rainfall (5, 10, 15, 25, 50, 100)
| int8_t WW_Rainfall_TypeDef::probability |
Chance of 0.2 mm of rain (0 to 100 %)
| char WW_Rainfall_TypeDef::range_code[WW_RANGE_CODE_SIZE] |
Range codes: 0, 1-5, 5-10, 10-15, 15-25, 25-50, 50-100, 100 Combines min, divider and max
| char WW_Rainfall_TypeDef::range_divider |
Divider between min and max rainfall ('>' or '=')
| int8_t WW_Rainfall_TypeDef::start_range |
Min expected rainfall (1, 5, 10, 15, 25, 50, null)
| char WW_Rainfall_TypeDef::ts[WW_MAX_TS_SIZE] |
Formatted timestamp