Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
Loading...
Searching...
No Matches
WW_Location_TypeDef Struct Reference

Location data from Willy Weather request. More...

#include <location.h>

Collaboration diagram for WW_Location_TypeDef:

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...
 

Detailed Description

Location data from Willy Weather request.

Field Documentation

◆ id

uint16_t WW_Location_TypeDef::id

Location ID for Willy Weather requests.

◆ latitude

double WW_Location_TypeDef::latitude

Latitude of interest.

◆ location

char WW_Location_TypeDef::location[WW_LOCATION_BUF]

Location (name)

◆ longitude

double WW_Location_TypeDef::longitude

Longitude of interest.

◆ postcode

char WW_Location_TypeDef::postcode[WW_LOCATION_BUF]

Australian post code (e.g. 3960)

◆ region

char WW_Location_TypeDef::region[WW_LOCATION_BUF]

Region location is in.

◆ state

char WW_Location_TypeDef::state[WW_LOCATION_BUF]

Australian state name (e.g. NSW)


The documentation for this struct was generated from the following file: