urbanopt-geojson 1.0.1 → 1.2.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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/nightly_build.yml +1 -1
  3. data/CHANGELOG.md +8 -0
  4. data/CONTRIBUTING.md +3 -3
  5. data/Gemfile +2 -3
  6. data/LICENSE.md +1 -1
  7. data/Rakefile +1 -1
  8. data/doc_templates/LICENSE.md +1 -1
  9. data/doc_templates/copyright_erb.txt +1 -1
  10. data/doc_templates/copyright_js.txt +1 -1
  11. data/docs/package-lock.json +990 -488
  12. data/docs/package.json +2 -2
  13. data/lib/measures/urban_geometry_creation/LICENSE.md +1 -1
  14. data/lib/measures/urban_geometry_creation/README.md +34 -4
  15. data/lib/measures/urban_geometry_creation/measure.rb +1 -1
  16. data/lib/measures/urban_geometry_creation/measure.xml +4 -5
  17. data/lib/measures/urban_geometry_creation_zoning/LICENSE.md +1 -1
  18. data/lib/measures/urban_geometry_creation_zoning/README.md +25 -3
  19. data/lib/measures/urban_geometry_creation_zoning/measure.rb +2 -2
  20. data/lib/measures/urban_geometry_creation_zoning/measure.xml +4 -5
  21. data/lib/urbanopt/geojson/building.rb +1 -1
  22. data/lib/urbanopt/geojson/derived_extension.rb +1 -1
  23. data/lib/urbanopt/geojson/district_system.rb +1 -1
  24. data/lib/urbanopt/geojson/feature.rb +1 -1
  25. data/lib/urbanopt/geojson/geo_file.rb +1 -1
  26. data/lib/urbanopt/geojson/helper.rb +1 -1
  27. data/lib/urbanopt/geojson/logging.rb +1 -1
  28. data/lib/urbanopt/geojson/mapper_classes.rb +1 -1
  29. data/lib/urbanopt/geojson/model.rb +1 -1
  30. data/lib/urbanopt/geojson/region.rb +1 -1
  31. data/lib/urbanopt/geojson/scale_area.rb +1 -1
  32. data/lib/urbanopt/geojson/update_areas.rb +1 -1
  33. data/lib/urbanopt/geojson/validate_geojson.rb +1 -1
  34. data/lib/urbanopt/geojson/version.rb +2 -2
  35. data/lib/urbanopt/geojson/zoning.rb +1 -1
  36. data/lib/urbanopt/geojson.rb +1 -1
  37. data/lib/urbanopt-geojson.rb +1 -1
  38. data/urbanopt-geojson-gem.gemspec +9 -6
  39. metadata +54 -11
data/docs/package.json CHANGED
@@ -24,8 +24,8 @@
24
24
  "gh-pages": "^3.1.0",
25
25
  "ini": "^2.0.0",
26
26
  "is-svg": "^4.3.1",
27
- "js-yaml": ">=3.13.1",
28
- "lodash": ">=4.17.21",
27
+ "js-yaml": ">=3.14.2",
28
+ "lodash": ">=4.17.23",
29
29
  "lodash.template": ">=4.5.0",
30
30
  "minimist": ">=1.2.3",
31
31
  "mixin-deep": "^2.0.1",
@@ -1,4 +1,4 @@
1
- URBANopt (tm), Copyright (c) 2019-2024, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt (tm), Copyright (c) 2019-2026, Alliance for Energy Innovation, LLC, and other
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -2,13 +2,13 @@
2
2
 
3
3
  ###### (Automatically generated documentation)
4
4
 
5
- #
5
+ # UrbanGeometryCreation
6
6
 
7
7
  ## Description
8
-
8
+ This measure reads an URBANopt GeoJSON and creates geometry for a particular building. Surrounding buildings are included as shading structures.
9
9
 
10
10
  ## Modeler Description
11
-
11
+ This measure takes in the GeoJSON file, the feature_id of the building and the surrounding buildings as arguments and add has methods to create space types and add default construction sets.
12
12
 
13
13
  ## Measure Type
14
14
  ModelMeasure
@@ -19,8 +19,38 @@ ModelMeasure
19
19
  ## Arguments
20
20
 
21
21
 
22
+ ### GeoJSON File
23
+ GeoJSON File.
24
+ **Name:** geojson_file,
25
+ **Type:** String,
26
+ **Units:** ,
27
+ **Required:** true,
28
+ **Model Dependent:** false
29
+
30
+ ### Feature ID
31
+ Feature ID.
32
+ **Name:** feature_id,
33
+ **Type:** String,
34
+ **Units:** ,
35
+ **Required:** true,
36
+ **Model Dependent:** false
37
+
38
+ ### Surrounding Buildings
39
+ Select which surrounding buildings to include.
40
+ **Name:** surrounding_buildings,
41
+ **Type:** Choice,
42
+ **Units:** ,
43
+ **Required:** true,
44
+ **Model Dependent:** false
45
+
46
+ ### Scale Footprint Area by the Floor Area
47
+ If true, the footprint area from GeoJSON will be scaled by the floor_area provided by the user in URBANopt.
48
+ **Name:** scale_footprint_area_by_floor_area,
49
+ **Type:** Boolean,
50
+ **Units:** ,
51
+ **Required:** false,
52
+ **Model Dependent:** false
22
53
 
23
54
 
24
- This measure does not have any user arguments
25
55
 
26
56
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # *********************************************************************************
4
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
4
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
5
5
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
6
6
  # *********************************************************************************
7
7
 
@@ -1,11 +1,10 @@
1
1
  <?xml version="1.0"?>
2
2
  <measure>
3
3
  <schema_version>3.1</schema_version>
4
- <error>Failed to infer measure name from '/Users/nmoore/github/urbanopt-geojson-gem/lib/measures/urban_geometry_creation/measure.rb'</error>
5
4
  <name>urban_geometry_creation</name>
6
5
  <uid>5ab85d6b-c9af-4361-8ab9-613ee99a5666</uid>
7
- <version_id>048231f4-ba53-4506-b922-35f13d8b806e</version_id>
8
- <version_modified>2024-11-13T17:45:33Z</version_modified>
6
+ <version_id>2c5d7aa9-2e06-43c5-bbcb-fbeb28d798cf</version_id>
7
+ <version_modified>2025-06-24T01:22:20Z</version_modified>
9
8
  <xml_checksum>D254E772</xml_checksum>
10
9
  <class_name>UrbanGeometryCreation</class_name>
11
10
  <display_name>UrbanGeometryCreation</display_name>
@@ -109,13 +108,13 @@
109
108
  <filename>LICENSE.md</filename>
110
109
  <filetype>md</filetype>
111
110
  <usage_type>license</usage_type>
112
- <checksum>3C275955</checksum>
111
+ <checksum>C901E1FD</checksum>
113
112
  </file>
114
113
  <file>
115
114
  <filename>README.md</filename>
116
115
  <filetype>md</filetype>
117
116
  <usage_type>readme</usage_type>
118
- <checksum>0B68E96D</checksum>
117
+ <checksum>AA2D38B0</checksum>
119
118
  </file>
120
119
  <file>
121
120
  <filename>README.md.erb</filename>
@@ -1,4 +1,4 @@
1
- URBANopt (tm), Copyright (c) 2019-2024, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt (tm), Copyright (c) 2019-2026, Alliance for Energy Innovation, LLC, and other
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,
@@ -2,10 +2,10 @@
2
2
 
3
3
  ###### (Automatically generated documentation)
4
4
 
5
- #
5
+ # UrbanGeometryCreationZoning
6
6
 
7
7
  ## Description
8
-
8
+ This measure reads an URBANopt GeoJSON and creates geometry with zoning for a particular building. Surrounding buildings are included as shading structures.
9
9
 
10
10
  ## Modeler Description
11
11
 
@@ -19,8 +19,30 @@ ModelMeasure
19
19
  ## Arguments
20
20
 
21
21
 
22
+ ### GeoJSON File
23
+ GeoJSON File.
24
+ **Name:** geojson_file,
25
+ **Type:** String,
26
+ **Units:** ,
27
+ **Required:** true,
28
+ **Model Dependent:** false
29
+
30
+ ### Feature ID
31
+ Feature ID.
32
+ **Name:** feature_id,
33
+ **Type:** String,
34
+ **Units:** ,
35
+ **Required:** true,
36
+ **Model Dependent:** false
37
+
38
+ ### Surrounding Buildings
39
+ Select which surrounding buildings to include.
40
+ **Name:** surrounding_buildings,
41
+ **Type:** Choice,
42
+ **Units:** ,
43
+ **Required:** true,
44
+ **Model Dependent:** false
22
45
 
23
46
 
24
- This measure does not have any user arguments
25
47
 
26
48
 
@@ -1,12 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # *********************************************************************************
4
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
4
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
5
5
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
6
6
  # *********************************************************************************
7
7
 
8
8
  # see the URL below for information on how to write OpenStudio measures
9
- # http://nrel.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/
9
+ # http://natlabrockies.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/
10
10
 
11
11
  require 'json'
12
12
  require 'net/http'
@@ -1,11 +1,10 @@
1
1
  <?xml version="1.0"?>
2
2
  <measure>
3
3
  <schema_version>3.1</schema_version>
4
- <error>Failed to infer measure name from '/Users/nmoore/github/urbanopt-geojson-gem/lib/measures/urban_geometry_creation_zoning/measure.rb'</error>
5
4
  <name>urban_geometry_creation_zoning</name>
6
5
  <uid>96ea1317-76ac-4670-b51d-71ee3f4fdd65</uid>
7
- <version_id>f4e83153-b29e-4154-9ed0-7062896e7448</version_id>
8
- <version_modified>2024-11-14T16:53:21Z</version_modified>
6
+ <version_id>42bc662d-aaf5-4cd2-acd4-97072e1a2f21</version_id>
7
+ <version_modified>2025-06-24T01:22:20Z</version_modified>
9
8
  <xml_checksum>D254E772</xml_checksum>
10
9
  <class_name>UrbanGeometryCreationZoning</class_name>
11
10
  <display_name>UrbanGeometryCreationZoning</display_name>
@@ -90,13 +89,13 @@
90
89
  <filename>LICENSE.md</filename>
91
90
  <filetype>md</filetype>
92
91
  <usage_type>license</usage_type>
93
- <checksum>3C275955</checksum>
92
+ <checksum>C901E1FD</checksum>
94
93
  </file>
95
94
  <file>
96
95
  <filename>README.md</filename>
97
96
  <filetype>md</filetype>
98
97
  <usage_type>readme</usage_type>
99
- <checksum>0B68E96D</checksum>
98
+ <checksum>0458EE16</checksum>
100
99
  </file>
101
100
  <file>
102
101
  <filename>README.md.erb</filename>
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,10 +1,10 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
6
6
  module URBANopt
7
7
  module GeoJSON
8
- VERSION = '1.0.1'.freeze
8
+ VERSION = '1.2.0'.freeze
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC.
2
+ # URBANopt (tm), Copyright (c) Alliance for Energy Innovation, LLC.
3
3
  # See also https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md
4
4
  # *********************************************************************************
5
5
 
@@ -5,8 +5,8 @@ require 'urbanopt/geojson/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'urbanopt-geojson'
7
7
  spec.version = URBANopt::GeoJSON::VERSION
8
- spec.authors = ['Tanushree Charan', 'Nicholas Long', 'Dan Macumber']
9
- spec.email = ['tanushree.charan@nrel.gov', 'nicholas.long@nrel.gov', 'daniel.macumber@nrel.gov']
8
+ spec.authors = ['Tanushree Charan', 'Katherine Fleming', 'Nicholas Long', 'Dan Macumber']
9
+ spec.email = ['tanushree.charan@nrel.gov', 'katherine.fleming@nrel.gov', 'nicholas.long@nrel.gov']
10
10
 
11
11
  spec.summary = 'Translate URBANopt GeoJSON format to OpenStudio'
12
12
  spec.description = 'Library and measures to translate URBANopt GeoJSON format to OpenStudio'
@@ -26,10 +26,13 @@ Gem::Specification.new do |spec|
26
26
  # It would be nice to be able to use newer patches of Ruby 3.2, which would require os-extension to relax its dependency on bundler.
27
27
  spec.required_ruby_version = '3.2.2'
28
28
 
29
- spec.add_development_dependency 'rspec', '~> 3.13'
30
- spec.add_development_dependency 'simplecov', '0.22.0'
31
- spec.add_development_dependency 'simplecov-lcov', '0.8.0'
29
+ spec.add_development_dependency 'rake', '~> 13.0'
30
+ spec.add_development_dependency 'rspec', '~> 3.9'
31
+ spec.add_development_dependency 'rubocop', '~> 1.50'
32
+ spec.add_development_dependency 'rubocop-performance', '~> 1.20'
33
+ spec.add_development_dependency 'simplecov', '~> 0.22.0'
34
+ spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
32
35
 
33
36
  spec.add_runtime_dependency 'json-schema', '~> 4.3.1'
34
- spec.add_runtime_dependency 'urbanopt-core', '~> 1.0.0'
37
+ spec.add_runtime_dependency 'urbanopt-core', '~> 1.2.0'
35
38
  end
metadata CHANGED
@@ -1,57 +1,100 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-geojson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
8
+ - Katherine Fleming
8
9
  - Nicholas Long
9
10
  - Dan Macumber
10
11
  autorequire:
11
12
  bindir: exe
12
13
  cert_chain: []
13
- date: 2025-01-28 00:00:00.000000000 Z
14
+ date: 2026-01-26 00:00:00.000000000 Z
14
15
  dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: rake
18
+ requirement: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - "~>"
21
+ - !ruby/object:Gem::Version
22
+ version: '13.0'
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '13.0'
15
30
  - !ruby/object:Gem::Dependency
16
31
  name: rspec
17
32
  requirement: !ruby/object:Gem::Requirement
18
33
  requirements:
19
34
  - - "~>"
20
35
  - !ruby/object:Gem::Version
21
- version: '3.13'
36
+ version: '3.9'
22
37
  type: :development
23
38
  prerelease: false
24
39
  version_requirements: !ruby/object:Gem::Requirement
25
40
  requirements:
26
41
  - - "~>"
27
42
  - !ruby/object:Gem::Version
28
- version: '3.13'
43
+ version: '3.9'
44
+ - !ruby/object:Gem::Dependency
45
+ name: rubocop
46
+ requirement: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - "~>"
49
+ - !ruby/object:Gem::Version
50
+ version: '1.50'
51
+ type: :development
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: '1.50'
58
+ - !ruby/object:Gem::Dependency
59
+ name: rubocop-performance
60
+ requirement: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - "~>"
63
+ - !ruby/object:Gem::Version
64
+ version: '1.20'
65
+ type: :development
66
+ prerelease: false
67
+ version_requirements: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - "~>"
70
+ - !ruby/object:Gem::Version
71
+ version: '1.20'
29
72
  - !ruby/object:Gem::Dependency
30
73
  name: simplecov
31
74
  requirement: !ruby/object:Gem::Requirement
32
75
  requirements:
33
- - - '='
76
+ - - "~>"
34
77
  - !ruby/object:Gem::Version
35
78
  version: 0.22.0
36
79
  type: :development
37
80
  prerelease: false
38
81
  version_requirements: !ruby/object:Gem::Requirement
39
82
  requirements:
40
- - - '='
83
+ - - "~>"
41
84
  - !ruby/object:Gem::Version
42
85
  version: 0.22.0
43
86
  - !ruby/object:Gem::Dependency
44
87
  name: simplecov-lcov
45
88
  requirement: !ruby/object:Gem::Requirement
46
89
  requirements:
47
- - - '='
90
+ - - "~>"
48
91
  - !ruby/object:Gem::Version
49
92
  version: 0.8.0
50
93
  type: :development
51
94
  prerelease: false
52
95
  version_requirements: !ruby/object:Gem::Requirement
53
96
  requirements:
54
- - - '='
97
+ - - "~>"
55
98
  - !ruby/object:Gem::Version
56
99
  version: 0.8.0
57
100
  - !ruby/object:Gem::Dependency
@@ -74,19 +117,19 @@ dependencies:
74
117
  requirements:
75
118
  - - "~>"
76
119
  - !ruby/object:Gem::Version
77
- version: 1.0.0
120
+ version: 1.2.0
78
121
  type: :runtime
79
122
  prerelease: false
80
123
  version_requirements: !ruby/object:Gem::Requirement
81
124
  requirements:
82
125
  - - "~>"
83
126
  - !ruby/object:Gem::Version
84
- version: 1.0.0
127
+ version: 1.2.0
85
128
  description: Library and measures to translate URBANopt GeoJSON format to OpenStudio
86
129
  email:
87
130
  - tanushree.charan@nrel.gov
131
+ - katherine.fleming@nrel.gov
88
132
  - nicholas.long@nrel.gov
89
- - daniel.macumber@nrel.gov
90
133
  executables: []
91
134
  extensions: []
92
135
  extra_rdoc_files: []