aequilibrae.project.network.period#
Classes
|
A Period object represents a single record in the periods table |
- class aequilibrae.project.network.period.Period(dataset, project)[source]#
A Period object represents a single record in the periods table
>>> project = create_example(project_path, "coquimbo") >>> all_periods = project.network.periods # We can just get one link in specific >>> period1 = all_periods.get(1) # We can find out which fields exist for the period >>> which_fields_do_we_have = period1.data_fields() >>> project.close()
- data_fields() list [source]#
Lists all data fields for the period, as available in the database
- Returns:
data fields (
list
): list of all fields available for editing