معرفی شرکت ها


archetypal-2.9.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Retrieve, construct, simulate, convert and analyse building archetypes
ویژگی مقدار
سیستم عامل -
نام فایل archetypal-2.9.4
نام archetypal
نسخه کتابخانه 2.9.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Samuel Letellier-Duchesne
ایمیل نویسنده samuel.letellier-duchesne@polymtl.ca
آدرس صفحه اصلی https://github.com/samuelduchesne/archetypal
آدرس اینترنتی https://pypi.org/project/archetypal/
مجوز MIT License
[![Build Status](https://github.com/samuelduchesne/archetypal/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/samuelduchesne/archetypal/actions/workflows/python-package.yml) [![Coverage Status](https://coveralls.io/repos/github/samuelduchesne/archetypal/badge.svg)](https://coveralls.io/github/samuelduchesne/archetypal) [![Documentation Status](https://readthedocs.org/projects/archetypal/badge/?version=latest)](https://archetypal.readthedocs.io/en/latest/?badge=latest) [![DOI](https://joss.theoj.org/papers/10.21105/joss.01833/status.svg)](https://doi.org/10.21105/joss.01833) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) # Archetypal **python for building simulation archetypes** Retrieve, construct, simulate, convert and analyze building simulation templates ## Overview **Archetypal** is a Python package that helps handle building archetypes. ## Changes since v2.0.0 The conversion of [EnergyPlus](https://energyplus.net) IDF models to Trnsys [TrnBuild](http://www.trnsys.com/features/suite-of-tools.php.html) Models (compatible with the multizone building model) is now part of a distinct package known as the [trnslator](https://github.com/louisleroy5/trnslator). ## Features Here is a short overview of features that are part of archetypal: 1. Building Complexity Reduction: A utility to transform a multizone EnergyPlus model to a two-zone normalized model. Such models are called `building archetypes` and are the foundation of the [UMI Energy Module](https://umidocs.readthedocs.io/en/latest/docs/model-setup-template.html). This tool will allow any EnergyPlus model to be imported into [UMI](http://web.mit.edu/sustainabledesignlab/projects/umi/index.html) and drastically speedup the UBEM process. ## Installation Recommended to use a conda environement running python 3.8. Pip install should work on all platforms (linux, macOS and Windows). First, ```cmd conda create -n venv python=3.8 ``` `-n venv` is the name of your environement; it can be anything. Then, ```cmd pip install -U archetypal ``` ## Local Development 1. Clone this repo locally ```console git clone https://github.com/samuelduchesne/archetypal.git ``` 2. Install dependencies: ```console cd archetypal conda env create ``` This will create a new environment named `archetypal`. Don't forget to activate the environment. 3. Run Tests: ```console python -m pytest tests/ ``` 4. Generate Documentation: ```console make html ```


نیازمندی

مقدار نام
~=2.6.1 networkx
==0.5.60 eppy
~=3.4 matplotlib
~=20.7.3 pycountry
~=1.0.2 scikit-learn
>=1.2.0 pandas
>=1.17 numpy
~=4.61.2 tqdm
~=0.8.9 tabulate
~=16.0.0 path
~=8.0.1 click
~=0.2.1 outdated
~=2.1.0 deprecation
~=1.1.9 sigfig
~=2.25.1 requests
~=21.0 packaging
~=6.2.4 pytest
~=56.2.0 setuptools
~=6.4.1 CoolProp
~=0.3.3 energy-pandas
~=1.5.0 validator-collection
==0.19 pint
==4.3.0 typing-extensions
- pytest
- pytest-cov
~=4.1.2 sphinx
- sphinx-rtd-theme
- recommonmark
- sphinx-click


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl archetypal-2.9.4:

    pip install archetypal-2.9.4.whl


نصب پکیج tar.gz archetypal-2.9.4:

    pip install archetypal-2.9.4.tar.gz