OGS
NetCDFRasterReader.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <filesystem>
7
8namespace BaseLib
9{
10class ConfigTree;
11} // namespace BaseLib
12
13namespace GeoLib
14{
15struct NamedRaster;
16struct MinMaxPoints;
17namespace IO
18{
19GeoLib::NamedRaster readRaster(BaseLib::ConfigTree const& raster_config,
20 GeoLib::MinMaxPoints const& min_max_points);
21} // namespace IO
22} // namespace GeoLib
GeoLib::NamedRaster readRaster(BaseLib::ConfigTree const &raster_config, GeoLib::MinMaxPoints const &min_max_points)