Skip to content

reenact.reenact.settings#

Module containing global settings.

SliderConfig dataclass #

Dataclass for slider configuration.

get_geodata_config_by_category() #

Read geodata_config_exported.csv and return a dict keyed by category.

Each value is a list of dicts with keys
  • file_renamed
  • title
  • color
  • tooltip_text

The list is ordered by numeric 'layer_in_category_order' ascending.

Returns#

Dict[str, List[Dict[str, Any]]]