openstudio-standards 0.5.0.rc1 → 0.5.0
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.
- checksums.yaml +4 -4
- data/LICENSE.md +33 -0
- data/lib/openstudio-standards/geometry/create_bar.rb +0 -1
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +4 -4
- data/License.txt +0 -65
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 600c1d34c361c7da57846dcca960827aa43ec1a62fa120a62082ca8b97f47197
|
|
4
|
+
data.tar.gz: dd08a07df1ca0c0ae7cb758e56b7a110af5e6e1d7b5c494e60b66026051bfff1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '083cd7f63e7c87ce1f0b18a14475bfb8343789e6592a4fd9ff18c7275e5adb1747a8c585f7ea3c15f2564513a147403fddc0d8bd5065f04b2b6e03da5add5ca2'
|
|
7
|
+
data.tar.gz: 3174025ec73a472d8246de5427728b4c42f2fbd8ff6eeed080f783eecf86590452e175be393e46a7ccaceebb4e59b452072ee6c934e193b7bd1a7ec5f6522d30
|
data/LICENSE.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2023, Alliance for Sustainable Energy, LLC.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
|
|
4
|
+
following conditions are met:
|
|
5
|
+
|
|
6
|
+
(1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following
|
|
7
|
+
disclaimer.
|
|
8
|
+
|
|
9
|
+
(2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
|
|
10
|
+
disclaimer in the documentation and/or other materials provided with the distribution.
|
|
11
|
+
|
|
12
|
+
(3) Redistribution of this software, without modification, must refer to the software by the same designation.
|
|
13
|
+
Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation,
|
|
14
|
+
or by any confusingly similar designation, and (ii) must refer to the underlying software originally provided by
|
|
15
|
+
Alliance as “OpenStudio(R)”. Except to comply with the foregoing, the term “OpenStudio(R)”, or any confusingly similar
|
|
16
|
+
designation may not be used to refer to any modified version of this software or any modified version of the underlying
|
|
17
|
+
software originally provided by Alliance without the prior written consent of Alliance.
|
|
18
|
+
|
|
19
|
+
Neither the name of the copyright holder nor the names of any contributors may be used to endorse or promote products
|
|
20
|
+
derived from this software without specific prior written permission from the respective party.
|
|
21
|
+
|
|
22
|
+
(4) The name of the copyright holder(s), any contributors, the United States Government, the United States Department
|
|
23
|
+
of Energy, or any of their employees may not be used to endorse or promote products derived from this software without
|
|
24
|
+
specific prior written permission from the respective party.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
|
27
|
+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
28
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED
|
|
29
|
+
STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
30
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
|
31
|
+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
32
|
+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
33
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -59,7 +59,6 @@ module OpenstudioStandards
|
|
|
59
59
|
# code in get_space_types_from_building_type is used to override building wwr with space type specific wwr
|
|
60
60
|
hash['Warehouse'] = { aspect_ratio: 2.2, wwr: 0.0, typical_story: 28.0, perim_mult: 1.0 }
|
|
61
61
|
|
|
62
|
-
hash['QuickServiceRestaurant'] = { aspect_ratio: 1.0, wwr: 0.14, typical_story: 10.0, perim_mult: 1.0 }
|
|
63
62
|
hash['FullServiceRestaurant'] = { aspect_ratio: 1.0, wwr: 0.18, typical_story: 10.0, perim_mult: 1.0 }
|
|
64
63
|
hash['QuickServiceRestaurant'] = { aspect_ratio: 1.0, wwr: 0.18, typical_story: 10.0, perim_mult: 1.0 }
|
|
65
64
|
hash['MidriseApartment'] = { aspect_ratio: 2.75, wwr: 0.15, typical_story: 10.0, perim_mult: 1.0 }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstudio-standards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.0
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Parker
|
|
@@ -29,7 +29,7 @@ authors:
|
|
|
29
29
|
autorequire:
|
|
30
30
|
bindir: bin
|
|
31
31
|
cert_chain: []
|
|
32
|
-
date: 2023-10-
|
|
32
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: minitest-reporters
|
|
@@ -319,7 +319,7 @@ executables: []
|
|
|
319
319
|
extensions: []
|
|
320
320
|
extra_rdoc_files: []
|
|
321
321
|
files:
|
|
322
|
-
-
|
|
322
|
+
- LICENSE.md
|
|
323
323
|
- data/costing/costing_e.json
|
|
324
324
|
- data/costing/national_average_cost_information.xlsm
|
|
325
325
|
- data/geometry/ASHRAE2013LargeDataCenter.json
|
|
@@ -2946,7 +2946,7 @@ files:
|
|
|
2946
2946
|
- lib/openstudio-standards/weather/information.rb
|
|
2947
2947
|
homepage: http://openstudio.net
|
|
2948
2948
|
licenses:
|
|
2949
|
-
-
|
|
2949
|
+
- Modified BSD License
|
|
2950
2950
|
metadata: {}
|
|
2951
2951
|
post_install_message:
|
|
2952
2952
|
rdoc_options: []
|
data/License.txt
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2008-2013, Alliance for Sustainable Energy.
|
|
2
|
-
All rights reserved.
|
|
3
|
-
|
|
4
|
-
NOTICE
|
|
5
|
-
|
|
6
|
-
This computer software (Software) is code in development prepared by the
|
|
7
|
-
Alliance for Sustainable Energy, (hereinafter the "Contractor"), under
|
|
8
|
-
Contract DE-AC36-08GO28308 (Contract) with the Department of Energy (DOE).
|
|
9
|
-
The United States Government has been granted for itself and others acting
|
|
10
|
-
on its behalf a paid-up, non-exclusive, irrevocable, worldwide license in
|
|
11
|
-
the Software to reproduce, prepare derivative works, and perform publicly
|
|
12
|
-
and display publicly. Beginning five (5) years after the date permission
|
|
13
|
-
to assert copyright is obtained from the DOE, and subject to any
|
|
14
|
-
subsequent five (5) year renewals, the United States Government is granted
|
|
15
|
-
for itself and others acting on its behalf a paid-up, non-exclusive,
|
|
16
|
-
irrevocable, worldwide license in the Software to reproduce, prepare
|
|
17
|
-
derivative works, distribute copies to the public, perform publicly and
|
|
18
|
-
display publicly, and to permit others to do so. If the Contractor ceases
|
|
19
|
-
to make this computer software available, it may be obtained from DOE's
|
|
20
|
-
Office of Scientific and Technical Information's Energy Science and
|
|
21
|
-
Technology Software Center (ESTSC) at P.O. Box 1020, Oak Ridge, TN 37831-
|
|
22
|
-
1020.
|
|
23
|
-
|
|
24
|
-
DISCLAIMER
|
|
25
|
-
|
|
26
|
-
THIS SOFTWARE IS PROVIDED BY THE CONTRACTOR "AS IS" AND ANY EXPRESS OR
|
|
27
|
-
IMPLIED WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
28
|
-
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
|
|
29
|
-
NO EVENT SHALL THE CONTRACTOR OR THE U.S. GOVERNMENT BE LIABLE FOR ANY
|
|
30
|
-
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER,
|
|
31
|
-
INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR
|
|
32
|
-
PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER
|
|
33
|
-
TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR
|
|
34
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
35
|
-
|
|
36
|
-
YOU AGREE TO INDEMNIFY DOE/NREL/ALLIANCE, AND ITS SUBSIDIARIES,
|
|
37
|
-
AFFILIATES, OFFICERS, AGENTS, AND EMPLOYEES AGAINST ANY CLAIM OR DEMAND,
|
|
38
|
-
INCLUDING REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA.
|
|
39
|
-
|
|
40
|
-
DOE/NREL/Alliance is not obligated to provide the user with any support,
|
|
41
|
-
consulting, training or assistance of any kind with regard to the use of
|
|
42
|
-
these Data or to provide the user with any updates, revisions or new
|
|
43
|
-
versions of these Data.
|
|
44
|
-
|
|
45
|
-
The names DOE/NREL/Alliance may not be used in any advertising or
|
|
46
|
-
publicity to endorse or promote any products or commercial entities unless
|
|
47
|
-
specific written permission is obtained from DOE/NREL/Alliance.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
OPEN SOURCE LICENSE
|
|
51
|
-
|
|
52
|
-
This library is free software; you can redistribute it and/or
|
|
53
|
-
modify it under the terms of the GNU Lesser General Public
|
|
54
|
-
License as published by the Free Software Foundation; either
|
|
55
|
-
version 2.1 of the License, or (at your option) any later version.
|
|
56
|
-
|
|
57
|
-
This library is distributed in the hope that it will be useful,
|
|
58
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
59
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
60
|
-
Lesser General Public License for more details here.
|
|
61
|
-
|
|
62
|
-
You should have received a copy of the GNU Lesser General Public
|
|
63
|
-
License along with this library; if not, write to the Free Software
|
|
64
|
-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
65
|
-
|