22 #ifndef otbSoilDataBase_h
23 #define otbSoilDataBase_h
25 #include "OTBSimulationExport.h"
28 #include <unordered_map>
39 using SoilData = std::unordered_map<WavelengthType, double>;
42 SoilDataBase(
const std::string& SoilFileName,
double wlfactor);
47 size_t CountColumns(std::string fileName)
const;