OGS
NetCDFRasterReader.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <filesystem>
13
14namespace BaseLib
15{
16class ConfigTree;
17} // namespace BaseLib
18
19namespace GeoLib
20{
21struct NamedRaster;
22struct MinMaxPoints;
23namespace IO
24{
26 std::string const& raster_directory,
27 GeoLib::MinMaxPoints const& min_max_points);
28} // namespace IO
29} // namespace GeoLib
GeoLib::NamedRaster readRaster(BaseLib::ConfigTree const &raster_config, std::string const &raster_directory, GeoLib::MinMaxPoints const &min_max_points)