openstudio-analysis 1.3.2 → 1.3.4
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/CHANGELOG.md +27 -4
- data/LICENSE.md +7 -22
- data/README.md +4 -5
- data/Rakefile +2 -32
- data/lib/openstudio/analysis/algorithm_attributes.rb +2 -32
- data/lib/openstudio/analysis/formulation.rb +163 -55
- data/lib/openstudio/analysis/server_api.rb +2 -32
- data/lib/openstudio/analysis/server_scripts.rb +2 -32
- data/lib/openstudio/analysis/support_files.rb +2 -32
- data/lib/openstudio/analysis/translator/datapoints.rb +2 -32
- data/lib/openstudio/analysis/translator/excel.rb +2 -32
- data/lib/openstudio/analysis/translator/workflow.rb +2 -32
- data/lib/openstudio/analysis/version.rb +3 -33
- data/lib/openstudio/analysis/workflow.rb +2 -32
- data/lib/openstudio/analysis/workflow_step.rb +12 -35
- data/lib/openstudio/analysis.rb +2 -32
- data/lib/openstudio/helpers/hash.rb +2 -32
- data/lib/openstudio/helpers/string.rb +2 -32
- data/lib/openstudio/helpers/utils.rb +2 -32
- data/lib/openstudio/weather/epw.rb +2 -32
- data/lib/openstudio-analysis.rb +2 -32
- data/update_license.rb +7 -67
- metadata +2 -2
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
module OpenStudio
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
module OpenStudio
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
module OpenStudio
|
|
@@ -1,42 +1,12 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
module OpenStudio
|
|
37
7
|
module Analysis
|
|
38
8
|
# format should be ^.*\-{1}[a-z]+[0-9]+
|
|
39
9
|
# for example: -rc1, -beta6, -customusecase0
|
|
40
|
-
VERSION = '1.3.
|
|
10
|
+
VERSION = '1.3.4'.freeze
|
|
41
11
|
end
|
|
42
12
|
end
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
# OpenStudio::Analysis::Workflow configured the list of measures to run and in what order
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
# OpenStudio::Analysis::WorkflowStep is a class container for storing a measure. The generic name of step may be used later
|
|
@@ -339,6 +309,7 @@ module OpenStudio
|
|
|
339
309
|
|
|
340
310
|
s.type = hash[:measure_type] # this is actually the measure type
|
|
341
311
|
hash[:arguments]&.each do |arg|
|
|
312
|
+
puts arg
|
|
342
313
|
# warn the user to we need to deprecate variable_type and use value_type (which is what os server uses)
|
|
343
314
|
var_type = arg[:variable_type] ? arg[:variable_type].downcase : arg[:value_type]
|
|
344
315
|
|
|
@@ -353,7 +324,13 @@ module OpenStudio
|
|
|
353
324
|
elsif var_type.downcase == 'integer'
|
|
354
325
|
default_value = arg[:default_value].to_i
|
|
355
326
|
elsif var_type.downcase == 'boolean'
|
|
356
|
-
|
|
327
|
+
# In some cases a nil default is okay. It is seen as "non-existing" and
|
|
328
|
+
# needs to be passed through as such.
|
|
329
|
+
if arg[:default_value].nil?
|
|
330
|
+
default_value = nil
|
|
331
|
+
else
|
|
332
|
+
default_value = (arg[:default_value].downcase == "true") #convert the string 'true'/'false' to boolean
|
|
333
|
+
end
|
|
357
334
|
else
|
|
358
335
|
default_value = arg[:default_value]
|
|
359
336
|
end
|
|
@@ -457,8 +434,8 @@ module OpenStudio
|
|
|
457
434
|
default_value = arg[:default_value].to_i
|
|
458
435
|
value = arg[:value].to_i
|
|
459
436
|
elsif var_type.downcase == 'boolean'
|
|
460
|
-
default_value = (arg[:default_value].downcase == "true") #convert the string 'true'/'false' to boolean
|
|
461
|
-
value = (arg[:value].downcase == "true") #convert the string 'true'/'false' to boolean
|
|
437
|
+
default_value = (arg[:default_value].downcase == "true") # convert the string 'true'/'false' to boolean
|
|
438
|
+
value = (arg[:value].downcase == "true") # convert the string 'true'/'false' to boolean
|
|
462
439
|
else
|
|
463
440
|
default_value = arg[:default_value]
|
|
464
441
|
value = arg[:value]
|
data/lib/openstudio/analysis.rb
CHANGED
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
# OpenStudio::Analysis Module instantiates versions of formulations
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
class Hash
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
# Typecast Variable Values by a string.
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
require 'rexml/document'
|
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
module OpenStudio
|
data/lib/openstudio-analysis.rb
CHANGED
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
# *******************************************************************************
|
|
2
|
-
# OpenStudio(R), Copyright (c)
|
|
3
|
-
#
|
|
4
|
-
# Redistribution and use in source and binary forms, with or without
|
|
5
|
-
# modification, are permitted provided that the following conditions are met:
|
|
6
|
-
#
|
|
7
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
-
# this list of conditions and the following disclaimer.
|
|
9
|
-
#
|
|
10
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
-
# and/or other materials provided with the distribution.
|
|
13
|
-
#
|
|
14
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
-
# may be used to endorse or promote products derived from this software without
|
|
16
|
-
# specific prior written permission from the respective party.
|
|
17
|
-
#
|
|
18
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
-
#
|
|
23
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
24
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
26
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
27
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
28
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
29
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
33
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# See also https://openstudio.net/license
|
|
34
4
|
# *******************************************************************************
|
|
35
5
|
|
|
36
6
|
# Ruby libraries to include
|
data/update_license.rb
CHANGED
|
@@ -2,42 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
ruby_regex = /^#.\*{79}.*#.\*{79}$/m
|
|
4
4
|
erb_regex = /^<%.*#.\*{79}.*#.\*{79}.%>$/m
|
|
5
|
-
js_regex = /^\/\* @preserve.*Copyright
|
|
5
|
+
js_regex = /^\/\* @preserve.*Copyright.*#.\*\//m
|
|
6
6
|
|
|
7
7
|
ruby_header_text = <<EOT
|
|
8
8
|
# *******************************************************************************
|
|
9
|
-
# OpenStudio(R), Copyright (c)
|
|
10
|
-
#
|
|
11
|
-
# Redistribution and use in source and binary forms, with or without
|
|
12
|
-
# modification, are permitted provided that the following conditions are met:
|
|
13
|
-
#
|
|
14
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
15
|
-
# this list of conditions and the following disclaimer.
|
|
16
|
-
#
|
|
17
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
18
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
19
|
-
# and/or other materials provided with the distribution.
|
|
20
|
-
#
|
|
21
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
22
|
-
# may be used to endorse or promote products derived from this software without
|
|
23
|
-
# specific prior written permission from the respective party.
|
|
24
|
-
#
|
|
25
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
26
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
27
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
28
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
29
|
-
#
|
|
30
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
31
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
32
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
33
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
34
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
35
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
36
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
37
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
38
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
39
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
40
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
10
|
+
# See also https://openstudio.net/license
|
|
41
11
|
# *******************************************************************************
|
|
42
12
|
EOT
|
|
43
13
|
ruby_header_text.strip!
|
|
@@ -45,38 +15,8 @@ ruby_header_text.strip!
|
|
|
45
15
|
erb_header_text = <<EOT
|
|
46
16
|
<%
|
|
47
17
|
# *******************************************************************************
|
|
48
|
-
# OpenStudio(R), Copyright (c)
|
|
49
|
-
#
|
|
50
|
-
# Redistribution and use in source and binary forms, with or without
|
|
51
|
-
# modification, are permitted provided that the following conditions are met:
|
|
52
|
-
#
|
|
53
|
-
# (1) Redistributions of source code must retain the above copyright notice,
|
|
54
|
-
# this list of conditions and the following disclaimer.
|
|
55
|
-
#
|
|
56
|
-
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
57
|
-
# this list of conditions and the following disclaimer in the documentation
|
|
58
|
-
# and/or other materials provided with the distribution.
|
|
59
|
-
#
|
|
60
|
-
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
61
|
-
# may be used to endorse or promote products derived from this software without
|
|
62
|
-
# specific prior written permission from the respective party.
|
|
63
|
-
#
|
|
64
|
-
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
65
|
-
# of modifications or other derivative works may not use the "OpenStudio"
|
|
66
|
-
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
67
|
-
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
68
|
-
#
|
|
69
|
-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
70
|
-
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
71
|
-
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
72
|
-
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES
|
|
73
|
-
# GOVERNMENT, OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
74
|
-
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
75
|
-
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
76
|
-
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
77
|
-
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
78
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
79
|
-
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
18
|
+
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
|
|
19
|
+
# See also https://openstudio.net/license
|
|
80
20
|
# *******************************************************************************
|
|
81
21
|
%>
|
|
82
22
|
EOT
|
|
@@ -84,8 +24,8 @@ erb_header_text.strip!
|
|
|
84
24
|
|
|
85
25
|
js_header_text = <<EOT
|
|
86
26
|
/* @preserve
|
|
87
|
-
* OpenStudio(R), Copyright (c)
|
|
88
|
-
*
|
|
27
|
+
* OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. reserved.
|
|
28
|
+
* See also https://openstudio.net/license
|
|
89
29
|
*/
|
|
90
30
|
EOT
|
|
91
31
|
js_header_text.strip!
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstudio-analysis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Long
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcl
|