activitysim icon indicating copy to clipboard operation
activitysim copied to clipboard

An Open Platform for Activity-Based Travel Modeling

Results 291 activitysim issues
Sort by recently updated
recently updated
newest added
trafficstars

@guyrousseau would like to add a toll optimization model eventually

Feature

Improves performance. Might affect regressions tests. Document where order expected with sort=True even though the default Note this only affects group order, not order within groups, which we often assume...

As we build out more of the model system, we plan to watch out for some potential issues with the pipelining: - the file size might be too big -...

some model steps such as auto ownership print a [value_counts()](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.value_counts.html) upon completion. We should do this (and possibly require it) for each model step. We may want to move all...

@e-lo There should be one script at the beginning that makes sure all the inputs are valid, the execution plan is valid, and if applicable verifies if you want to...

@e-lo Separate run configurations from model parameters from model configurations. These will all be managed and edited at very different frequencies. ``` run_config.yml: Verbose: True Config_location: Y:/activitySim/v3.2.0/model_config Model_config: model_config.yml #universal...

Many agencies manage and run their overall travel model through one of the commercial travel modeling packages. To make integration with activitysim easier for these agencies, we should start to...

The name of the land use index column is configurable in settings.py, but there is an assert statement here https://github.com/ActivitySim/activitysim/blob/multizone/activitysim/abm/tables/size_terms.py#L90 that expects it to be called 'zone_id.' In the existing...

mandatory_scheduling fails with no non-zero probability alternatives for both work and school tours if the first tour chosen is the last possible tour of the day and so all alternatives...

Should write pip freeze into log at start of run to document code versions for archived runs...