Synthetic population workshop
Introduction
Sebastian Hörl
26 October 2023
IRT SystemX
Today's workshop
Users & Implementations
Users & Implementations
Contributions
Repository
Commits
Repository
Recent CHANGELOG
Major recent changes
Major recent changes
Major recent changes
Contributing
git clone git@github.com:user/ile-de-france.git
Contributing
git branch my_changes
Contributing
git commit -m "feat: new great feature"
git push origin my_changes
Contributing
Contributing
Contributing
Extensions
Extensions
Extensions
Extensions
Agenda
Synthetic population workshop
IRT SystemX Roadmap
Specific developments
November 2023
November 2023
December 2023
Before end of 2024
Research topics
Open Demand Project
Demand synthesis
pipeline
Standardized MATSim
with DCM
vs
Open Demand Project
Demand synthesis
pipeline
Standardized MATSim
with DCM
vs
Open Demand Project
Open Demand Project
Demand synthesis
pipeline
Standardized MATSim
with DCM
vs
Open Demand Project
Open Demand Project
Open Demand Project
Open Demand Project
import opendemand as odm
df_weights = odm.ipf(df_persons, df_marginals)
df_matches = odm.statistical_matching(...)
Open Demand Project
python3 -m odmp config_nantes.yml
Open Demand Project
Open Demand Project
rule step1:
params:
text="some text"
output:
"step1_output.txt"
script:
"step1.py"
rule step2:
input:
"step1_output.txt"
output:
"step2_output.txt"
script:
"step2.py"
snakemake pipeline.smk