https://github.com/centerforthebuiltenvironment/abc_toolbox

Useful tools for the Advanced Berkeley Comfort (ABC) model

https://github.com/centerforthebuiltenvironment/abc_toolbox

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Useful tools for the Advanced Berkeley Comfort (ABC) model

Basic Info
  • Host: GitHub
  • Owner: CenterForTheBuiltEnvironment
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 179 MB
Statistics
  • Stars: 2
  • Watchers: 7
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 2 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

ABC model toolbox

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.

Toolbox

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 logo - abc_model_official_documentation: Official documentation for ABC model. Synced with Gitbook.

How to install

Follow these steps to set up the virtual environment and install the necessary packages for this project.

1. Clone this repository to your local machine:

bash git clone https://github.com/CenterForTheBuiltEnvironment/ABC_toolbox.git

2. Make sure the Project Directory

Please make sure the project directory. If you are not be there, move into the cloned repository directory: bash cd ABC_toolbox

3. Create a Virtual Environment

Create a Python virtual environment: bash python -m venv env

4. Activate the Virtual Environment

Activate the virtual environment.

For Mac/Linux: bash source env/bin/activate

For Windows: bash env\Scripts\activate

5. Install the Required Packages

While inside the virtual environment, install the necessary packages using the requirements.txt file: bash pip install -r requirements.txt

Contact

If you find any errors on this toolbox, please post the issue here. Or, email to the project's administrators: Charlie Huizenga (huizenga@berkeley.edu) and Akihisa Nomoto (monyo323232@gmail.com)

License

The all tools in this toolbox are under the MIT License.

Owner

  • Name: CenterForTheBuiltEnvironment
  • Login: CenterForTheBuiltEnvironment
  • Kind: organization
  • Location: Berkeley, CA

GitHub Events

Total
  • Issues event: 5
  • Watch event: 3
  • Issue comment event: 5
  • Push event: 34
Last Year
  • Issues event: 5
  • Watch event: 3
  • Issue comment event: 5
  • Push event: 34

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 20 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 3.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 20 days
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 3.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tg359 (1)
  • AkihisaNomoto (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi