![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Reads a GeoPackage file into a SimulationContext (model input tables). More...
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::gpkg |
Functions | |
| int | openswmm::gpkg::read_model (sqlite3 *db, SimulationContext &ctx, const std::string &simulation_id) |
| Read a model definition from a GeoPackage into a SimulationContext. | |
| int | openswmm::gpkg::read_from_file (const std::string &path, SimulationContext &ctx, const std::string &simulation_id) |
| Convenience: open a GeoPackage file and read a model. | |
Reads a GeoPackage file into a SimulationContext (model input tables).