movici_transport_assignment_model¶
Subpackages¶
ae_util¶
- calculate_capacities(capacities: ndarray, layouts: ndarray) ndarray¶
- fill_project(project: ProjectWrapper, demand_nodes: PointEntity, demand_links: VirtualLinkEntity, transport_nodes: PointEntity, transport_segments: TransportSegmentEntity)¶
- get_capacities_from_attribute(capacity_attribute: UniformAttribute, layout_attribute: UniformAttribute | None = None) ndarray¶
- get_cargo_allowed_from_attribute(cargo_allowed_attribute: UniformAttribute) ndarray¶
- get_demand_links(segments: VirtualLinkEntity) LinkCollection¶
- get_demand_nodes(demand_nodes: PointEntity, point_generator: PointGenerator) NodeCollection¶
- get_links(segments: TransportSegmentEntity) LinkCollection¶
- get_max_speeds_from_attribute(max_speed_attribute: UniformAttribute) ndarray¶
- get_nodes(nodes: PointEntity, point_generator: PointGenerator) NodeCollection¶
- get_transport_directions(segments: TransportSegmentEntity) ndarray¶