.coveragerc
.readthedocs.yml
AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
VERSION
setup.cfg
setup.py
tox.ini
dhnx/__init__.py
dhnx/components.csv
dhnx/dhn_from_osm.py
dhnx/graph.py
dhnx/helpers.py
dhnx/input_output.py
dhnx/model.py
dhnx/network.py
dhnx/plotting.py
dhnx/simulation.py
dhnx.egg-info/PKG-INFO
dhnx.egg-info/SOURCES.txt
dhnx.egg-info/dependency_links.txt
dhnx.egg-info/requires.txt
dhnx.egg-info/top_level.txt
dhnx/component_attrs/consumers.csv
dhnx/component_attrs/environment.csv
dhnx/component_attrs/forks.csv
dhnx/component_attrs/pipes.csv
dhnx/component_attrs/producers.csv
dhnx/gistools/__init__.py
dhnx/gistools/connect_points.py
dhnx/gistools/geometry_operations.py
dhnx/optimization/__init__.py
dhnx/optimization/add_components.py
dhnx/optimization/dhs_nodes.py
dhnx/optimization/oemof_heatpipe.py
dhnx/optimization/optimization_models.py
dhnx/optimization/precalc_hydraulic.py
docs/analyze_and_plot.rst
docs/api.rst
docs/authors.rst
docs/conf.py
docs/examples.rst
docs/geometry_preparation.rst
docs/getting_started.rst
docs/index.rst
docs/model_coupling.rst
docs/network.rst
docs/optimization_models.rst
docs/requirements.txt
docs/simulation_models.rst
docs/whats_new.rst
docs/_static/DHNx_Input_data.svg
docs/_static/intro_consumers.csv
docs/_static/intro_opti_network.svg
docs/_static/intro_opti_network_results.svg
docs/_static/intro_opti_network_results_2.svg
docs/_static/intro_pipes.csv
docs/_static/intro_producers_deactive.csv
docs/_static/opti_consumer_demand.csv
docs/_static/opti_consumers-heat_flow_example.csv
docs/_static/opti_consumers.csv
docs/_static/opti_edges.csv
docs/_static/opti_forks.csv
docs/_static/opti_label_sys.csv
docs/_static/opti_pipes.csv
docs/_static/opti_producer_source.csv
docs/_static/opti_producers.csv
docs/_static/opti_results.csv
docs/_static/opti_settings.csv
docs/_static/radial_network_details.svg
docs/_static/simulation_models.csv
docs/_static/theme_overrides.css
docs/whatsnew/v0-0-1.rst
docs/whatsnew/v0-0-2.rst
docs/whatsnew/v0-0-3.rst
docs/whatsnew/v0-0-4.rst
docs/whatsnew/v0-1-0.rst
examples/import_export_plot/import_export_plot.py
examples/import_export_plot/data_csv_input/consumers.csv
examples/import_export_plot/data_csv_input/forks.csv
examples/import_export_plot/data_csv_input/pipes.csv
examples/import_export_plot/data_csv_input/producers.csv
examples/import_osmnx/import_osmnx.py
examples/optimisation/discrete_DN_numbers/discrete_DN_numbers.py
examples/optimisation/discrete_DN_numbers/invest_data/consumers/bus.csv
examples/optimisation/discrete_DN_numbers/invest_data/consumers/demand.csv
examples/optimisation/discrete_DN_numbers/invest_data/network/pipes.csv
examples/optimisation/discrete_DN_numbers/invest_data/producers/bus.csv
examples/optimisation/discrete_DN_numbers/invest_data/producers/source.csv
examples/optimisation/discrete_DN_numbers/twn_data/consumers.csv
examples/optimisation/discrete_DN_numbers/twn_data/forks.csv
examples/optimisation/discrete_DN_numbers/twn_data/pipes.csv
examples/optimisation/discrete_DN_numbers/twn_data/producers.csv
examples/optimisation/import_osm_invest/import_osm_invest.py
examples/optimisation/import_osm_invest/invest_data/consumers/bus.csv
examples/optimisation/import_osm_invest/invest_data/consumers/demand.csv
examples/optimisation/import_osm_invest/invest_data/network/pipes.csv
examples/optimisation/import_osm_invest/invest_data/producers/bus.csv
examples/optimisation/import_osm_invest/invest_data/producers/source.csv
examples/optimisation/introduction/introduction.py
examples/optimisation/introduction/invest_data/consumers/bus.csv
examples/optimisation/introduction/invest_data/consumers/demand.csv
examples/optimisation/introduction/invest_data/network/pipes.csv
examples/optimisation/introduction/invest_data/producers/bus.csv
examples/optimisation/introduction/invest_data/producers/source.csv
examples/optimisation/introduction/twn_data/consumers.csv
examples/optimisation/introduction/twn_data/forks.csv
examples/optimisation/introduction/twn_data/pipes.csv
examples/optimisation/introduction/twn_data/producers.csv
examples/optimisation/invest_with_existing/invest_with_existing.py
examples/optimisation/invest_with_existing/invest_data/consumers/bus.csv
examples/optimisation/invest_with_existing/invest_data/consumers/demand.csv
examples/optimisation/invest_with_existing/invest_data/network/pipes.csv
examples/optimisation/invest_with_existing/invest_data/producers/bus.csv
examples/optimisation/invest_with_existing/invest_data/producers/source.csv
examples/optimisation/invest_with_existing/twn_data/consumers.csv
examples/optimisation/invest_with_existing/twn_data/forks.csv
examples/optimisation/invest_with_existing/twn_data/pipes.csv
examples/optimisation/invest_with_existing/twn_data/producers.csv
examples/optimisation/invest_with_existing/twn_data/sequences/consumers-heat_flow.csv
examples/optimisation/minimal_network/minimal_network.py
examples/optimisation/minimal_network/invest_data/consumers/bus.csv
examples/optimisation/minimal_network/invest_data/consumers/demand.csv
examples/optimisation/minimal_network/invest_data/network/pipes.csv
examples/optimisation/minimal_network/invest_data/producers/bus.csv
examples/optimisation/minimal_network/invest_data/producers/source.csv
examples/optimisation/minimal_network/twn_data/consumers.csv
examples/optimisation/minimal_network/twn_data/forks.csv
examples/optimisation/minimal_network/twn_data/pipes.csv
examples/optimisation/minimal_network/twn_data/producers.csv
examples/optimisation/precalculation/Pipe_data.csv
examples/optimisation/precalculation/hydraulic_precalculation.py
examples/simulation/simulation_example.py
examples/simulation/single_pipe/consumers.csv
examples/simulation/single_pipe/pipes.csv
examples/simulation/single_pipe/producers.csv
examples/simulation/single_pipe/sequences/consumers-delta_temp_drop.csv
examples/simulation/single_pipe/sequences/consumers-mass_flow.csv
examples/simulation/single_pipe/sequences/environment-temp_env.csv
examples/simulation/single_pipe/sequences/producers-temp_inlet.csv
examples/simulation/tree/consumers.csv
examples/simulation/tree/forks.csv
examples/simulation/tree/pipes.csv
examples/simulation/tree/producers.csv
examples/simulation/tree/sequences/consumers-delta_temp_drop.csv
examples/simulation/tree/sequences/consumers-mass_flow.csv
examples/simulation/tree/sequences/environment-temp_env.csv
examples/simulation/tree/sequences/producers-temp_inlet.csv
tests/__init__.py
tests/helpers.py
tests/test_errors.py
tests/test_gistools.py
tests/test_integration.py
tests/test_precalc_hydraulic.py
tests/test_requirements.txt
tests/test_results.py
tests/test_units.py
tests/_files/inconsistent_network_import/consumers.csv
tests/_files/inconsistent_network_import/forks.csv
tests/_files/inconsistent_network_import/pipes.csv
tests/_files/inconsistent_network_import/producers.csv
tests/_files/investment/invest_options/consumers/bus.csv
tests/_files/investment/invest_options/consumers/demand.csv
tests/_files/investment/invest_options/network/pipes.csv
tests/_files/investment/invest_options/producers/bus.csv
tests/_files/investment/invest_options/producers/source.csv
tests/_files/investment/network/consumers.csv
tests/_files/investment/network/forks.csv
tests/_files/investment/network/pipes.csv
tests/_files/investment/network/producers.csv
tests/_files/looped_network_import/consumers.csv
tests/_files/looped_network_import/forks.csv
tests/_files/looped_network_import/pipes.csv
tests/_files/looped_network_import/producers.csv
tests/_files/looped_network_import/sequences/consumers-delta_temp_drop.csv
tests/_files/looped_network_import/sequences/consumers-mass_flow.csv
tests/_files/looped_network_import/sequences/environment-temp_env.csv
tests/_files/looped_network_import/sequences/producers-temp_inlet.csv
tests/_files/tree_network_import/consumers.csv
tests/_files/tree_network_import/forks.csv
tests/_files/tree_network_import/pipes.csv
tests/_files/tree_network_import/producers.csv
tests/_files/tree_network_import/sequences/consumers-delta_temp_drop.csv
tests/_files/tree_network_import/sequences/consumers-mass_flow.csv
tests/_files/tree_network_import/sequences/environment-temp_env.csv
tests/_files/tree_network_import/sequences/producers-temp_inlet.csv
tests/_files/tree_network_sim_expected_results/calc_pressure_loss.py
tests/_files/tree_network_sim_expected_results/calc_temp_drop.py
tests/_files/tree_network_sim_expected_results/sequences/global-heat_losses.csv
tests/_files/tree_network_sim_expected_results/sequences/global-pressure_losses.csv
tests/_files/tree_network_sim_expected_results/sequences/nodes-temp_inlet.csv
tests/_files/tree_network_sim_expected_results/sequences/nodes-temp_return.csv
tests/_files/tree_network_sim_expected_results/sequences/pipes-dist_pressure_losses.csv
tests/_files/tree_network_sim_expected_results/sequences/pipes-heat_losses.csv
tests/_files/tree_network_sim_expected_results/sequences/pipes-mass_flow.csv
tests/_files/tree_network_sim_expected_results/sequences/pipes_loc_pressure_losses.csv
tests/_files/tree_network_sim_expected_results/sequences/producers-pump_power.csv