Useful toolbox for the Advanced Berkeley Comfort (ABC) model. Please see the README file in each folder for instructions on how to use each toolkit.
The current toolbox includes the following tool and documentation:
abc_model_api_toolkit: Python package for handling ABC model API.abc_model_excel_toolkit: Python package for connecting ABC model to Microsoft Excel.abc_model_json_schema_toolkit: JSON schema for ABC model's input and output files.abc_model_logo: For image files for ABC's logoabc_model_official_documentation: Official documentation for ABC model. Synced with Gitbook.
Follow these steps to set up the virtual environment and install the necessary packages for this project.
git clone https://github.com/CenterForTheBuiltEnvironment/ABC_toolbox.gitPlease make sure the project directory. If you are not be there, move into the cloned repository directory:
cd ABC_toolboxCreate a Python virtual environment:
python -m venv envActivate the virtual environment.
For Mac/Linux:
source env/bin/activateFor Windows:
env\Scripts\activateWhile inside the virtual environment, install the necessary packages using the requirements.txt file:
pip install -r requirements.txtIf you find any errors on this toolbox, please post the issue here. Or, email to the project's administrators: Charlie Huizenga ([email protected]) and Akihisa Nomoto ([email protected])
The all tools in this toolbox are under the MIT License.