Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b334b07
Set up file structure, and wrote introductory text for land use test
JoeJimFlood Apr 24, 2026
f0fb466
Added guide showing how to configure files for running PopulationSim …
JoeJimFlood Jun 2, 2026
9f94fd2
Removed reference to script that's no longer being used
JoeJimFlood Jun 2, 2026
dcac4d5
Restructured file and added headings to better reflect the outline
JoeJimFlood Jun 4, 2026
de25920
Finished text of first draft of land use change scenario
JoeJimFlood Jun 21, 2026
dbac2d0
Added study area map
JoeJimFlood Jun 21, 2026
bd4ef4b
Added crediting of sattelite imagery
JoeJimFlood Jun 21, 2026
d35882e
Added alternative to reindex function to get home zone IDs for tours
JoeJimFlood Jun 23, 2026
d703a4b
Removed merging of household and tours table in station area tour mod…
JoeJimFlood Jun 23, 2026
dfe1e42
Simplified introduction and reformatted beginning of setup section
JoeJimFlood Jul 5, 2026
3126af1
Reworded first paragraph of setup section
JoeJimFlood Jul 5, 2026
3b73edf
Added name of settings file
JoeJimFlood Jul 5, 2026
e71ae73
Replaced "settings file" with settings.yaml in one instance
JoeJimFlood Jul 5, 2026
0d2dc68
Added more clear descriptions of the control total file in the settings
JoeJimFlood Jul 5, 2026
ad3bc48
Added specificity on names of synthetic population files
JoeJimFlood Jul 5, 2026
8bff309
Added block of code reading in the ActivitySim input files as data fr…
JoeJimFlood Jul 5, 2026
551bdb3
Added reference to full list of fields that needs to be updated
JoeJimFlood Jul 5, 2026
8604499
Added instructions for writing updated inputs to disk
JoeJimFlood Jul 5, 2026
a4137c3
Updated PopulationSim targets to be reflective of actual TOD in the S…
JoeJimFlood Jul 10, 2026
04a82d4
Added and rearanged analysis section of land use guide
JoeJimFlood Jul 28, 2026
e58156e
Corrected "emp_total" field in a couple calculations
JoeJimFlood Jul 28, 2026
0b679b7
Correct MAZ ID in example table for repop mode
JoeJimFlood Jul 28, 2026
19119f5
Added section for QAing synthetic population
JoeJimFlood Jul 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ActivitySim Application and Analysis Guide

This guide is to demonstrate to modelers how to apply ActivitySim for the analysis of various projects. It is intended to both demonstrate exactly how to change the inputs to test a particular project or policy, process the outputs to best answer the question that was asked, and provide a general understanding of what ActivitySim can and can't do.

There are presently three example scenarios using the [SANDAG ABM3 Example model](https://github.com/activitysim/sandag-abm3-example), though more may be added in the future. Before running all of them, it is recommended to run the SANDAG example, as that will download the full data and provide a baseline run to compare each scenario to. For each example scenario, a step-by-step guide for changing the inputs along with notebooks demonstrating how to calculate key metrics from the model outputs.

## Example scenarios
[Land Use Change](land-use-change\land_use_change.md)
[Network Change](network-change\network_change.md)
[Telecommuting Change](telecommute-change\telecommute_change.md)
Comment on lines +8 to +10
Loading
Loading