.checkignore
.coveragerc
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/authors.rst
docs/changes.rst
docs/concept.rst
docs/conf.py
docs/contributing.rst
docs/developers.rst
docs/getting_started.rst
docs/index.rst
docs/license.rst
docs/_static/.gitignore
features/empty.feature
features/steps/.gitkeep
smif/__init__.py
smif/decision.py
smif/inputs.py
smif/intervention.py
smif/optimisation.py
smif/outputs.py
smif/sector_model.py
smif/sos_model.py
smif.egg-info/PKG-INFO
smif.egg-info/SOURCES.txt
smif.egg-info/dependency_links.txt
smif.egg-info/entry_points.txt
smif.egg-info/not-zip-safe
smif.egg-info/pbr.json
smif.egg-info/requires.txt
smif.egg-info/top_level.txt
smif/cli/__init__.py
smif/convert/__init__.py
smif/convert/interval.py
smif/data_layer/__init__.py
smif/data_layer/load.py
smif/data_layer/sector_model_config.py
smif/data_layer/sos_model_config.py
smif/data_layer/validate.py
smif/cli/__init__.py
smif/convert/__init__.py
smif/convert/interval.py
smif/data_layer/__init__.py
smif/data_layer/load.py
smif/data_layer/sector_model_config.py
smif/data_layer/sos_model_config.py
smif/data_layer/validate.py
tests/__init__.py
tests/conftest.py
tests/test_decision.py
tests/test_inputs.py
tests/test_intervention.py
tests/test_optimisation.py
tests/test_outputs.py
tests/test_sector_model.py
tests/test_sos_model.py
tests/test_water_supply.py
tests/travis_install.sh
tests/cli/test_cli.py
tests/convert/test_interval.py
tests/data_layer/test_sector_model_config.py
tests/data_layer/test_sos_model_config.py
tests/data_layer/test_validate.py
tests/fixtures/__init__.py
tests/fixtures/water_supply.py
tests/fixtures/water_supply_exec.py
tests/fixtures/config/modelrun_config.yaml
tests/fixtures/config/modelrun_config_missing_timestep.yaml
tests/fixtures/config/modelrun_config_used_planning_needs_files.yaml
tests/fixtures/config/simple.yaml
tests/fixtures/data/uk_nations_shp/regions.cpg
tests/fixtures/data/uk_nations_shp/regions.dbf
tests/fixtures/data/uk_nations_shp/regions.prj
tests/fixtures/data/uk_nations_shp/regions.sbn
tests/fixtures/data/uk_nations_shp/regions.sbx
tests/fixtures/data/uk_nations_shp/regions.shp
tests/fixtures/data/uk_nations_shp/regions.shx
tests/fixtures/single_run/config/model.yaml
tests/fixtures/single_run/config/timesteps.yaml
tests/fixtures/single_run/data/energy_demand/inputs.yaml
tests/fixtures/single_run/data/energy_demand/outputs.yaml
tests/fixtures/single_run/data/energy_demand/regions.geojson
tests/fixtures/single_run/data/energy_demand/time_intervals.yaml
tests/fixtures/single_run/data/scenario/population.yaml
tests/fixtures/single_run/data/scenario/raininess.yaml
tests/fixtures/single_run/data/water_supply/inputs.yaml
tests/fixtures/single_run/data/water_supply/outputs.yaml
tests/fixtures/single_run/data/water_supply/regions.geojson
tests/fixtures/single_run/data/water_supply/time_intervals.yaml
tests/fixtures/single_run/data/water_supply/initial_conditions/initial_2015_oxford.yaml
tests/fixtures/single_run/data/water_supply/interventions/types.yaml
tests/fixtures/single_run/models/energy_demand.py
tests/fixtures/single_run/models/water_supply.py
tests/fixtures/single_run/planning/expected_to_2020.yaml
tests/fixtures/single_run/planning/national_infrastructure_pipeline.yaml