14 #include <unordered_map>
26 return knots * 0.514444;
30 return percentage * 0.01;
38 return deg * .0174533;
57 {
"celsius",
"kelvin"},
58 {
"knot",
"meters per second"},
60 {
"hectopascal",
"pascal"},
Common preprocessor definitions used throughout IODA.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
double hectopascalToPascal(double hPa)
const std::unordered_map< std::string, std::string > equivalentSIUnit
double percentageToFraction(double percentage)
const std::unordered_map< std::string, std::function< double(double)> > unitConversionEquations
double knotsToMetersPerSecond(double knots)
double degreesToRadians(double deg)
double celsiusToKelvin(double temp)
double oktaToFraction(double okta)
IODA_DL std::string getSIUnit(const std::string &unit)
IODA_DL void convertColumn(const std::string &unit, std::vector< double > &dataToConvert)