在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:buds-lab/python-for-building-analysts开源软件地址:https://github.com/buds-lab/python-for-building-analysts开源编程语言:Jupyter Notebook 100.0%开源软件介绍:PythonforBuildingAnalystsSet of IPython notebook tutorials to teach scripting to Building Simulation Experts and Analysts This collection of IPython notebooks and supporting documentation/files is meant to give building energy simulation experts an overview of the useful libraries available as well as some practical scenarios in building simulation workflows. A very useful youtube video to explain the IPython notebook format is available. To use the notebooks, you will need to have Python installed on your machine along with quite a few of the libraries. The best way to do this is to use the Anaconda Python Distribution. An overview of the notebooks is as follows:0_PythonBaseLibraries: 0_IntroductionandPythonBasics.ipynb -- this notebook is meant to give an overview of the basic Python library functions and flow controls. It is not well annotated quite yet, so other more general Python overviews could be better for very basic beginners. 1_NumpyLibrary.ipynb -- This notebook overviews the NumPy library and is based on another set of tutorials.. Feel free to skip this tutorial if you aren't interested in the basics of how Python/Numpy creates arrays for mathematical calculations. 2_ScipyLibrary.ipynb -- This notebook is similar to the last in that it describes a fundamental library, Scipy, which has hundreds of scientific functions for machine learning, statistics, etc. Feel free to skip unless you're curious. 3_MatplotlibLibrary.ipynb -- The basics of the main plotting library in Python. A good review that can be supplemented by checking out the Matplotlib gallery 1_PandasTutorial: Pandas_DataAnalysisLibrary.ipynb -- THIS LIBRARY IS USEFUL! - I can't stress Pandas enough for time-series data analysis. Whether you're post-processing simulation data or crunching measured datasets, this library is money. This tutorial was developed by the creator of Pandas, Wes McKinney, and you can see him demo it on youtube. 2_AnalyzingEnergyPlusOutputFile: EnergyPlusOutFileAnalysis.ipynb -- This notebook is a practical scenario based on analyzing a huge .csv output from EnergyPlus which has hundreds of columns. It includes some advanced techniques and is not very well annotated yet (work in progress). 3_EppyTutorial: Eppy_EnergyPlusInputFileManipulation.ipynb -- eppy is a brilliant EnergyPlus IDF file text manipulation library created by Santosh Phillip. This notebook is based on his tutorial. In a nutshell, you use this library to auto-create your millions of parametric E+ runs for calibration, etc. Note: you'll have to install the eppy package to use this notebook 4_ParametericInputFileCreation: eppy%20IDF%20file%20manipulation.ipynb -- The goal of this tutorial is to show how to use the eppy library in a realistic setting by performing the following tasks: splitting an IDF file into 'modules' that can be developed individually, reassembling the modules into IDF files for simulation, creating parametric run files from a single IDF file and a spreadsheet 5_ModelCalibration: ComparingMeasuredAndSimulatedData.ipynb -- This notebook follows part of the calibration process outlined in the IBPSA-USA 2014 Conference Paper entitled: BIM-EXTRACTED ENERGYPLUS MODEL CALIBRATION FOR RETROFIT ANALYSIS OF A HISTORICALLY LISTED BUILDING IN SWITZERLAND Please feel free to upload your own notebooks to enhance this list of learning resources for building performance analysts!BackgroundIf you are unfamiliar with IPython Notebook you can start with http://ipython.org/notebook Installation
This work is licensed under a Creative Commons Attribution 3.0 Unported License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论