Module graph

Module graph 

Source
Expand description

Module for creating and analysing commodity graphs

Modulesยง

investment
Module for solving the investment order of commodities
validate
Module for validating commodity graphs

Enumsยง

GraphEdge
An edge in the commodity graph
GraphNode
A node in the commodity graph

Functionsยง

build_commodity_graphs_for_model
Builds base commodity graphs for each region and year
create_commodities_graph_for_region_year ๐Ÿ”’
Creates a directed graph of commodity flows for a given region and year.
get_edge_attributes ๐Ÿ”’
Gets custom DOT attributes for edges in a commodity graph
get_flow_for_year ๐Ÿ”’
Helper function to return a possible flow operating in the requested year
save_commodity_graphs_for_model
Saves commodity graphs to file

Type Aliasesยง

CommoditiesGraph
A graph of commodity flows for a given region and year