Skip to content

Added DataManager class to load static data from the file system

Karsten Prehn requested to merge feature/datamanager into main

Introducing a DataManager class that reads static data from the file system according to the configuration and writes calculation results back to the file system. For now only the first part is realized, reading data for file_land_polys, file_water_polys, file_coastlines and returning it as GeoDataFrame

Also moved the classification "constants" into a dedicated class Classification for better importability.

\approve @ds @marius

Merge request reports