eel_dashboard

Functions

get_wkdir()

create_incfile(unique_processing)

The general wrapper for creating and saving .inc files,

create_sets(inc_file, geo_nodes_layer2)

create_CCCRRRAAA(inc_file, geo_nodes)

create_setconnection(inc_file, geo_nodes_layer1)

create_incfiles(output, path[, set_prefix])

interactive_geofilemaker()

Module Contents

eel_dashboard.get_wkdir()
eel_dashboard.create_incfile(unique_processing)

The general wrapper for creating and saving .inc files, because the creating of the IncFile class and saving it is the same everytime. The unique processing of the .body content differs, however.

Args:

unique_processing (func): The unique processing per case **incfile_kwargs: Keyword arguments to pass to IncFile

eel_dashboard.create_sets(inc_file, geo_nodes_layer2: dict)
eel_dashboard.create_CCCRRRAAA(inc_file, geo_nodes: dict)
eel_dashboard.create_setconnection(inc_file, geo_nodes_layer1: dict)
eel_dashboard.create_incfiles(output: Tuple[str, dict], path: str, set_prefix: str = '')
eel_dashboard.interactive_geofilemaker()