|
Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
|
Structure of a location (i.e. program location) More...
#include <transform.h>
Data Fields | |
| char | last_updated [T_TIMESTAMP_SIZE] |
| Last time data was updated. More... | |
| char | fa_program_name [FA_MAX_BUFFER] |
| NSW Food Authority program name. More... | |
| char | fa_program_id [FA_MAX_BUFFER] |
| Unique ID of each program area. More... | |
| char | ww_location [WW_LOCATION_BUF] |
| Willy Weather location name. More... | |
| char | ww_location_id [WW_LOCATION_BUF] |
| Willy Weather location ID. More... | |
| float | ww_latitude |
| Willy Weather location latitude. More... | |
| float | ww_longitude |
| Willy Weather location longitude. More... | |
| char | bom_location [BOM_STATION_NAME_SIZE] |
| BOM weather station name. More... | |
| char | bom_location_id [BOM_STATION_ID_SIZE] |
| BOM weather station ID. More... | |
| float | bom_latitude |
| BOM weather station latitude. More... | |
| float | bom_longitude |
| BOM weather station longitude. More... | |
| float | bom_distance |
| Distance from BOM weather station to harvest area. More... | |
Structure of a location (i.e. program location)
| float T_LocationLookup_TypeDef::bom_distance |
Distance from BOM weather station to harvest area.
| float T_LocationLookup_TypeDef::bom_latitude |
BOM weather station latitude.
| char T_LocationLookup_TypeDef::bom_location[BOM_STATION_NAME_SIZE] |
BOM weather station name.
| char T_LocationLookup_TypeDef::bom_location_id[BOM_STATION_ID_SIZE] |
BOM weather station ID.
| float T_LocationLookup_TypeDef::bom_longitude |
BOM weather station longitude.
| char T_LocationLookup_TypeDef::fa_program_id[FA_MAX_BUFFER] |
Unique ID of each program area.
| char T_LocationLookup_TypeDef::fa_program_name[FA_MAX_BUFFER] |
NSW Food Authority program name.
| char T_LocationLookup_TypeDef::last_updated[T_TIMESTAMP_SIZE] |
Last time data was updated.
| float T_LocationLookup_TypeDef::ww_latitude |
Willy Weather location latitude.
| char T_LocationLookup_TypeDef::ww_location[WW_LOCATION_BUF] |
Willy Weather location name.
| char T_LocationLookup_TypeDef::ww_location_id[WW_LOCATION_BUF] |
Willy Weather location ID.
| float T_LocationLookup_TypeDef::ww_longitude |
Willy Weather location longitude.