|
4 months ago | |
---|---|---|
pictures | 4 months ago | |
.gitignore | 7 months ago | |
LICENSE | 6 months ago | |
README.md | 4 months ago | |
example.json | 4 months ago | |
heatpump.py | 6 months ago | |
requirements.txt | 7 months ago |
README.md
Economics of a Heat Pump
Introduction
The Economics of a Heat Pump project focuses on analyzing and comparing the economic aspects of various heating technologies, including heat pumps. The primary goal is to evaluate the costs, savings, and return on investment associated with different heating systems to help users make informed decisions based on financial metrics.
Table of Contents
- Project Overview
- Technologies Used
- Installation Instructions
- Usage
- Contributing
- License
- Contact Information
- Example Image
Project Overview
This project investigates the economic factors involved in heating technologies, including:
- Initial investment costs
- Operational and maintenance expenses
- Long-term savings and return on investment Comparative analysis of heat pumps versus other heating systems
Technologies Used
The project utilizes the following technologies:
- Programming Language: Python
- Libraries: NumPy, Pandas, Matplotlib for data analysis and visualization
Installation Instructions
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://git.stiefel.tech/m3x1m0m/EconomicsOfAHeatPump.git cd EconomicsOfAHeatPump
-
Install dependencies: Make sure you have Python installed, then run:
pip install -r requirements.txt
-
Create your own JSON file: The project includes an example JSON file (
example.json
) that serves as a template for your data. To get started:- Create your own JSON file based on the structure provided in
example.json
. - This file should include details about the heat pump system and any other technologies you wish to compare.
- You can compare as many or as few technologies as you want by adjusting the contents of your JSON file.
- Create your own JSON file based on the structure provided in
Usage
To utilize this project effectively:
- Open the main Python script in your preferred code editor.
- Load your JSON file containing the relevant data.
- Follow the instructions within the script to perform analyses on heat pump economics.
The following example prints installation cost, expenditure (e.g. electricity bills), total and grand total for every year and plots the data.
python heatpump.py --settings example.json --years 30 --plot
Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to your branch.
- Submit a pull request detailing your changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact Information
For any inquiries or feedback regarding this project, please contact:
- Author: Maximilian Stiefel
- Email: stiefel.maximilian[ät]online.de
Feel free to reach out with questions or suggestions!