RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
Loading...
Searching...
No Matches
readgriball.h
Go to the documentation of this file.
1
2extern FlowP *tGribData []; // wind, current
3
4extern char * gribReaderVersion (char *str, size_t maxLen);
5extern bool readGribLists (const char *fileName, Zone *zone);
6extern bool readGribParameters (const char *fileName, Zone *zone);
7extern bool readGribAll (const char *fileName, Zone *zone, int iFlow);
8
9
10
Zone zone
geographic zone covered by grib file
Definition r3util.c:64
char * gribReaderVersion(char *str, size_t maxLen)
return version of ECCODE API
FlowP * tGribData[]
grib data description
bool readGribLists(const char *fileName, Zone *zone)
Read lists zone.timeStamp, shortName, zone.dataDate, dataTime before full grib reading.
bool readGribAll(const char *fileName, Zone *zone, int iFlow)
read grib file using eccodes C API return true if OK
bool readGribParameters(const char *fileName, Zone *zone)
Read grib parameters in zone before full grib reading.
Wind point.
Definition r3types.h:128
zone description
Definition r3types.h:140