Added DataManager class to load static data from the file system
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.