.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_network/__init__.py
digital_comms/fixed_network/interventions.py
digital_comms/fixed_network/model.py
digital_comms/mobile_network/__init__.py
digital_comms/mobile_network/interventions.py
digital_comms/mobile_network/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_network/conftest.py
tests/fixed_network/test_model.py
tests/fixed_network/fixtures/assets_layer2_exchanges.cpg
tests/fixed_network/fixtures/assets_layer2_exchanges.dbf
tests/fixed_network/fixtures/assets_layer2_exchanges.prj
tests/fixed_network/fixtures/assets_layer2_exchanges.shp
tests/fixed_network/fixtures/assets_layer2_exchanges.shx
tests/fixed_network/fixtures/assets_layer3_cabinets.cpg
tests/fixed_network/fixtures/assets_layer3_cabinets.dbf
tests/fixed_network/fixtures/assets_layer3_cabinets.prj
tests/fixed_network/fixtures/assets_layer3_cabinets.shp
tests/fixed_network/fixtures/assets_layer3_cabinets.shx
tests/fixed_network/fixtures/assets_layer4_distributions.cpg
tests/fixed_network/fixtures/assets_layer4_distributions.dbf
tests/fixed_network/fixtures/assets_layer4_distributions.prj
tests/fixed_network/fixtures/assets_layer4_distributions.shp
tests/fixed_network/fixtures/assets_layer4_distributions.shx
tests/fixed_network/fixtures/assets_layer5_premises.cpg
tests/fixed_network/fixtures/assets_layer5_premises.dbf
tests/fixed_network/fixtures/assets_layer5_premises.prj
tests/fixed_network/fixtures/assets_layer5_premises.shp
tests/fixed_network/fixtures/assets_layer5_premises.shx
tests/fixed_network/fixtures/links_layer3_cabinets.cpg
tests/fixed_network/fixtures/links_layer3_cabinets.dbf
tests/fixed_network/fixtures/links_layer3_cabinets.prj
tests/fixed_network/fixtures/links_layer3_cabinets.shp
tests/fixed_network/fixtures/links_layer3_cabinets.shx
tests/fixed_network/fixtures/links_layer4_distributions.cpg
tests/fixed_network/fixtures/links_layer4_distributions.dbf
tests/fixed_network/fixtures/links_layer4_distributions.prj
tests/fixed_network/fixtures/links_layer4_distributions.shp
tests/fixed_network/fixtures/links_layer4_distributions.shx
tests/fixed_network/fixtures/links_layer5_premises.cpg
tests/fixed_network/fixtures/links_layer5_premises.dbf
tests/fixed_network/fixtures/links_layer5_premises.prj
tests/fixed_network/fixtures/links_layer5_premises.shp
tests/fixed_network/fixtures/links_layer5_premises.shx
tests/mobile_network/conftest.py
tests/mobile_network/interventions.py
tests/mobile_network/model.py