.coveragerc
.environment.yml
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGES.rst
CITATION.txt
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
data/processed/complete.qgs
data/raw/.gitkeep
digital_comms/__init__.py
digital_comms/runner.py
digital_comms.egg-info/PKG-INFO
digital_comms.egg-info/SOURCES.txt
digital_comms.egg-info/dependency_links.txt
digital_comms.egg-info/requires.txt
digital_comms.egg-info/top_level.txt
digital_comms.egg-info/zip-safe
digital_comms/fixed_model/fixed_interventions.py
digital_comms/fixed_model/fixed_model.py
digital_comms/mobile_model/__init__.py
digital_comms/mobile_model/mobile_interventions.py
digital_comms/mobile_model/mobile_model.py
digital_comms/models/__init__.py
docs/Makefile
docs/authors.rst
docs/changelog.txt
docs/changes.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/license.rst
docs/manuscript.md
docs/notebook.md
docs/_static/.gitkeep
docs/uml/classdiagram_data.uml
docs/uml/classdiagram_fixed_network.uml
results/.gitkeep
scripts/capacity_lut_preprocess.py
scripts/fixed_run.py
scripts/mobile_run.py
scripts/module_overview.docx
scripts/network_generate_input_files.py
scripts/network_preprocess_input_files.py
scripts/preprocess_demographic_scenario_data.py
scripts/runner.py
scripts/script_config.ini
tests/conftest.py
tests/travis_install.sh
tests/fixed_model/test_fixed_model.py
tests/fixed_model/fixtures/initial_system/fixed_model_corenodes.cpg
tests/fixed_model/fixtures/initial_system/fixed_model_corenodes.dbf
tests/fixed_model/fixtures/initial_system/fixed_model_corenodes.prj
tests/fixed_model/fixtures/initial_system/fixed_model_corenodes.shp
tests/fixed_model/fixtures/initial_system/fixed_model_corenodes.shx
tests/fixed_model/fixtures/initial_system/fixed_model_exchanges.cpg
tests/fixed_model/fixtures/initial_system/fixed_model_exchanges.dbf
tests/fixed_model/fixtures/initial_system/fixed_model_exchanges.prj
tests/fixed_model/fixtures/initial_system/fixed_model_exchanges.shp
tests/fixed_model/fixtures/initial_system/fixed_model_exchanges.shx
tests/fixed_model/fixtures/initial_system/fixed_model_links.cpg
tests/fixed_model/fixtures/initial_system/fixed_model_links.dbf
tests/fixed_model/fixtures/initial_system/fixed_model_links.prj
tests/fixed_model/fixtures/initial_system/fixed_model_links.shp
tests/fixed_model/fixtures/initial_system/fixed_model_links.shx
tests/fixed_model/fixtures/initial_system/fixed_model_pcp.cpg
tests/fixed_model/fixtures/initial_system/fixed_model_pcp.dbf
tests/fixed_model/fixtures/initial_system/fixed_model_pcp.prj
tests/fixed_model/fixtures/initial_system/fixed_model_pcp.shp
tests/fixed_model/fixtures/initial_system/fixed_model_pcp.shx
tests/mobile_model/test_mobile_interventions.py
tests/mobile_model/test_mobile_model.py