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

When running [infer.py](https://github.com/ActivitySim/activitysim/blob/7af0868134d354dc4f02060c284660ab55ba6374/activitysim/examples/example_estimation/scripts/infer.py) to prep survey data for estimation, there is a maximum number of tours by purpose implicitly defined in the [tour_frequency module](https://github.com/ActivitySim/activitysim/blob/master/activitysim/abm/models/util/tour_frequency.py#L22), which is called by [infer.py to...

Feature
Usability

This issue is for keeping track of potential performance improvement ideas: - reduce expression solving time and memory needs by better handling string data as pandas categorical data - improve...

Performance

this is some feedback from a new user and I don't want to lose track of it so I'm creating an issue

Docs

Both the vehicle type model and the trip departure scheduling model generate combinatorial alternatives on the fly. Can the code to generate these alternatives be shared/combined? Note that there are...

Refactor

On the develop2 branch, the [skim offset is hardwired to -1 on Line 185 of skim_dictionary.py](https://github.com/ActivitySim/activitysim/blob/develop2/activitysim/core/skim_dictionary.py#L185): ```python # assume this is a one-based skim map offset_mapper.set_offset_int(-1) ``` This causes activitysim...

Refactor
Usability

| Idea | Level-of-effort | Notes | Priority | | ------------- | ------------- | ------------- | ---- | | Check input data consistency | Days | Plan to check all...

Usability

| Idea | Level-of-effort | Notes | Priority | | ------------- | ------------- | ------------- | ---- | | Check for well formed config files | Days | Check settings...

Usability

| Idea | Level-of-effort | Notes | Priority | | ------------- | ------------- | ------------- | ---- | | Better describe silly errors | Days depending on LOE | For...

Usability

| Idea | Level-of-effort | Notes | Priority | | ------------- | ------------- | ------------- | ---- | | Eliminate distance==0 problems | Days depending on LOE | Would need...

Usability

| Idea | Level-of-effort | Notes | Priority | | ------------- | ------------- | ------------- | ---- | | Clean up command prompt logging | Hours depending on LOE |...

Chore
Usability