.gitignore
.releaserc.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
deploy.sh
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/ci.yaml
.github/workflows/dependency-release.yaml
docs/README.md
docs/conf.py
docs/index.rst
docs/modules.rst
docs/_build/.nojekyll
docs/_build/README.md
docs/_build/docs/README.md
docs/_static/custom.css
docs/_templates/layout.html
docs/cli/index.rst
dragonfly_uwg/__init__.py
dragonfly_uwg/__main__.py
dragonfly_uwg/_extend_dragonfly.py
dragonfly_uwg/run.py
dragonfly_uwg/terrain.py
dragonfly_uwg/traffic.py
dragonfly_uwg/writer.py
dragonfly_uwg.egg-info/PKG-INFO
dragonfly_uwg.egg-info/SOURCES.txt
dragonfly_uwg.egg-info/dependency_links.txt
dragonfly_uwg.egg-info/entry_points.txt
dragonfly_uwg.egg-info/requires.txt
dragonfly_uwg.egg-info/top_level.txt
dragonfly_uwg/cli/__init__.py
dragonfly_uwg/cli/simulate.py
dragonfly_uwg/properties/__init__.py
dragonfly_uwg/properties/_refdefaults.py
dragonfly_uwg/properties/building.py
dragonfly_uwg/properties/context.py
dragonfly_uwg/properties/model.py
dragonfly_uwg/properties/room2d.py
dragonfly_uwg/properties/story.py
dragonfly_uwg/simulation/__init__.py
dragonfly_uwg/simulation/boundary.py
dragonfly_uwg/simulation/parameter.py
dragonfly_uwg/simulation/refsite.py
dragonfly_uwg/simulation/runperiod.py
dragonfly_uwg/simulation/vegetation.py
tests/__init__.py
tests/boundary_test.py
tests/building_extend_test.py
tests/cli_test.py
tests/context_extend_test.py
tests/model_extend_test.py
tests/refsite_test.py
tests/run_test.py
tests/sim_par_test.py
tests/terrain_test.py
tests/traffic_test.py
tests/vegetation_test.py
tests/epw/boston.epw
tests/epw/singapore.epw
tests/fixtures/__init__.py
tests/fixtures/boundary.py
tests/fixtures/building.py
tests/fixtures/context.py
tests/fixtures/model.py
tests/fixtures/refsite.py
tests/fixtures/sim_par.py
tests/fixtures/terrain.py
tests/fixtures/traffic.py
tests/fixtures/vegetation.py
tests/json/model_complete_simple.dfjson
tests/json/uwg_sim_par.json