This project provides a command-line tool to perform building and energy assessments, saving the results to a JSON file. Users can choose between conducting a building assessment or an energy assessment.
The primary value of the CRREM analysis is to allow users to assess the climate change risk of their portfolio by evaluating energy consumption and emissions data.
- Building Assessment: Collects and stores data about a building.
- Energy Assessment: Collects and stores data about the building's energy consumption.
- Data Persistence: Saves the collected data to a JSON file (
property.json) and loads it upon restarting the tool.
- Python 3.x
questionarylibrary for interactive command-line promptsassessment.pyfile containing theAssessmentclassclasses.pyfile containing theBuildingclass
- Install Required Libraries:
pip install questionary