|
Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
|
Location data from Willy Weather request. More...
#include <location.h>
Data Fields | |
| uint16_t | id |
| Location ID for Willy Weather requests. More... | |
| char | location [WW_LOCATION_BUF] |
| Location (name) More... | |
| char | region [WW_LOCATION_BUF] |
| Region location is in. More... | |
| char | state [WW_LOCATION_BUF] |
| Australian state name (e.g. NSW) More... | |
| char | postcode [WW_LOCATION_BUF] |
| Australian post code (e.g. 3960) More... | |
| double | latitude |
| Latitude of interest. More... | |
| double | longitude |
| Longitude of interest. More... | |
Location data from Willy Weather request.
| uint16_t WW_Location_TypeDef::id |
Location ID for Willy Weather requests.
| double WW_Location_TypeDef::latitude |
Latitude of interest.
| char WW_Location_TypeDef::location[WW_LOCATION_BUF] |
Location (name)
| double WW_Location_TypeDef::longitude |
Longitude of interest.
| char WW_Location_TypeDef::postcode[WW_LOCATION_BUF] |
Australian post code (e.g. 3960)
| char WW_Location_TypeDef::region[WW_LOCATION_BUF] |
Region location is in.
| char WW_Location_TypeDef::state[WW_LOCATION_BUF] |
Australian state name (e.g. NSW)