bufr2synop 0.24.0
|
Geographic meta information. More...
#include <bufr2tac.h>
Data Fields | |
struct wigos_id | wid |
char | index [16] |
char | name [80] |
char | country [80] |
double | lat |
double | lon |
double | alt |
Geographic meta information.
Definition at line 293 of file bufr2tac.h.
double met_geo::alt |
Altitude in metres
Definition at line 301 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_geo(), print_json_alphanum(), and print_xml_alphanum().
char met_geo::country[80] |
The country name, if known
Definition at line 298 of file bufr2tac.h.
Referenced by parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char met_geo::index[16] |
The index indetifier of place, if any
Definition at line 296 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
double met_geo::lat |
Latitude in degrees. North positive
Definition at line 299 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_geo(), print_json_alphanum(), and print_xml_alphanum().
double met_geo::lon |
Longitude in degrees. East positive
Definition at line 300 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_geo(), print_json_alphanum(), and print_xml_alphanum().
char met_geo::name[80] |
The common name of place
Definition at line 297 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
struct wigos_id met_geo::wid |
The WIGOS Id if known or '0-0-0-MISSING'
Definition at line 295 of file bufr2tac.h.
Referenced by parse_subset_as_buoy(), parse_subset_as_climat(), parse_subset_as_synop(), parse_subset_as_temp(), and print_wigos_id().