open-fdd 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {open_fdd-0.1.0.dist-info → open_fdd-0.1.1.dist-info}/METADATA +5 -13
- {open_fdd-0.1.0.dist-info → open_fdd-0.1.1.dist-info}/RECORD +5 -5
- {open_fdd-0.1.0.dist-info → open_fdd-0.1.1.dist-info}/LICENSE +0 -0
- {open_fdd-0.1.0.dist-info → open_fdd-0.1.1.dist-info}/WHEEL +0 -0
- {open_fdd-0.1.0.dist-info → open_fdd-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: open_fdd
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A package for fault detection and diagnosis in HVAC systems
|
5
5
|
Home-page: https://github.com/bbartling/open-fdd
|
6
6
|
Author: Ben Bartling
|
@@ -22,7 +22,8 @@ Requires-Dist: pytest
|
|
22
22
|

|
23
23
|
|
24
24
|
|
25
|
-

|
25
|
+

|
26
|
+
|
26
27
|
|
27
28
|
This is a Python-based Fault Detection and Diagnostics (FDD) tool for running fault equations inspired by ASHRAE and NIST standards for HVAC systems across historical datasets using the Pandas computing library. The tool evaluates various fault conditions and outputs fault flags as boolean columns within typical Pandas DataFrames. These fault flags indicate the presence (True) or absence (False) of specific issues identified by the fault equations. This approach integrates seamlessly into standard data science and computer science workflows, allowing for efficient analysis, visualization, and further processing of fault conditions within familiar data structures like DataFrames.
|
28
29
|
|
@@ -30,19 +31,10 @@ This is a Python-based Fault Detection and Diagnostics (FDD) tool for running fa
|
|
30
31
|
## Getting Setup
|
31
32
|
* Some features may be broken or not work as expected while the project is undergoing a significant makeover to become installable from PyPI. The aim is to streamline the reporting processes and make them much easier to use. I appreciate your patience during this transition.
|
32
33
|
|
33
|
-
|
34
|
-
git clone https://github.com/bbartling/open-fdd
|
35
|
-
cd open-fdd
|
36
|
-
```
|
37
|
-
For now until this project is on PyPI as a Python library install `open-fdd` as a local python library.
|
38
|
-
|
39
|
-
```bash
|
40
|
-
pip install .
|
41
|
-
```
|
42
|
-
I am on Windows, using a version of Python 3.12, and run this project on SharePoint drives to make reports. Future examples could be Linux OS on a cloud machine for a more AFDD approach but in Windows OS world.
|
34
|
+
This project is on PyPI now so get setup with this command using the Python package manager called pip.
|
43
35
|
|
44
36
|
```bash
|
45
|
-
|
37
|
+
pip install open-fdd
|
46
38
|
```
|
47
39
|
|
48
40
|
See the examples directory for Jupyter notebook tutorials as well as the `README` inside the `air_handling_unit` directory for parameter definitions. Coming soon more faults and reports for `vav_system` and `central_plants` and examples getting data from SQL databases.
|
@@ -52,8 +52,8 @@ open_fdd/tests/ahu/test_ahu_fc6.py,sha256=M7eHdQexcSDN0CGjnR3bcwk_wbjDxqhJwqg_Vj
|
|
52
52
|
open_fdd/tests/ahu/test_ahu_fc7.py,sha256=ughSBHwrergnFsI5ayVaBoWRUMEetFcYQ59CNBNIS1k,2491
|
53
53
|
open_fdd/tests/ahu/test_ahu_fc8.py,sha256=KKnDyclhzxppC4bk2Kj9cguqg53sZ7I7CSqqWexpWdE,4685
|
54
54
|
open_fdd/tests/ahu/test_ahu_fc9.py,sha256=YbO1jZSZD6eAXjQkidjp3TEVCcaL7ADhUsTyKy_jmL0,4817
|
55
|
-
open_fdd-0.1.
|
56
|
-
open_fdd-0.1.
|
57
|
-
open_fdd-0.1.
|
58
|
-
open_fdd-0.1.
|
59
|
-
open_fdd-0.1.
|
55
|
+
open_fdd-0.1.1.dist-info/LICENSE,sha256=eghao_GGx_0gB2Sll3x2vV29knONEzUQKrkaXpX1F7w,1087
|
56
|
+
open_fdd-0.1.1.dist-info/METADATA,sha256=z1NUVLiquR8qcZ3hfvie1QDVZGxHrliUOMfmMFr3BjE,4070
|
57
|
+
open_fdd-0.1.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
58
|
+
open_fdd-0.1.1.dist-info/top_level.txt,sha256=Q7sB6UB2d8Ch1v_xIsTiNegmgcCXPkwkrxK3ug6VEOs,9
|
59
|
+
open_fdd-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|