urbanopt-geojson 1.2.0 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6f0cf5050d37ee469a9297f05813138f7571451236225f2338d6594fe39f109
4
- data.tar.gz: 2a993b0e893d42b931d1bf7cb7ec90aeeb7721943751d6f91c9936fa9f6d4755
3
+ metadata.gz: c6f0431185817684ee612f8704bb5bead2daefffa1a34107b7e6e63e8fb3eb4a
4
+ data.tar.gz: 70b36f0dbbd9839e8a9f313a0f20940d12e2e6cf1c9509340b2a983bb42f1a1a
5
5
  SHA512:
6
- metadata.gz: 59e13d1e581d1a9c938f0a065ec139d974c3e2b3150148e4704a042e40a358c5267da9dcc214918c14b1c01f2871a4385c2cce591010f294000174358ac897d4
7
- data.tar.gz: a1e7e1917e6babf4dd7a3cd6a67f62b48e7fbb178929deb8263d4c7df84ce0d5fce1756766af19d15f87787aec5cd8f974f1baf8a7b0dda343bfea5619025e20
6
+ metadata.gz: c4d7469947515874ac9947bd396227217b7ba1d7ac05e7dce4ef7f2f2008fb2cbada72c9d7a7312b24f2f87a467e6396a0ea23217b6aa63fa791fbae4d190fea
7
+ data.tar.gz: b9574054de03b2e7c749e77fa4affd1dd69391ed2aeec3b4e34ae1735355e277549724b87d252520e362aad733beb582977ea1659c8e55cbc9e01198d25e3009
@@ -17,7 +17,7 @@ jobs:
17
17
  weeknight-tests:
18
18
  runs-on: ubuntu-latest
19
19
  container:
20
- image: docker://nrel/openstudio:3.10.0
20
+ image: docker://nrel/openstudio:3.11.0
21
21
  steps:
22
22
  - uses: actions/checkout@v4
23
23
  - name: set git config options
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # URBANopt GeoJSON Gem
2
2
 
3
+ ## Version 1.3.0
4
+
5
+ * Upgrade to OpenStudio 3.11
6
+
3
7
  ## Version 1.2.0
4
8
 
5
9
  * Update lab and alliance name, license dates
data/CONTRIBUTING.md CHANGED
@@ -50,7 +50,7 @@ For further questions or information:
50
50
 
51
51
  - Ben Polly\
52
52
  URBANopt Project Management\
53
- ben.polly@nrel.gov\
53
+ ben.polly@nlr.gov\
54
54
  (303) 384-7429
55
55
 
56
56
  URBANopt is funded by the U.S. Department of Energy (DOE) and managed by the National Laboratory of the Rockies (NLR).
data/RDOC_MAIN.md CHANGED
@@ -3,9 +3,9 @@
3
3
  ### [back to main docs](../)
4
4
 
5
5
  The URBANopt™ GeoJSON Gem has been developed by restructuring methods extracted from the
6
- [urban_geometry_creation](https://github.com/NREL/openstudio-urban-measures/tree/develop/measures/urban_geometry_creation)
6
+ [urban_geometry_creation](https://github.com/NatLabRockies/openstudio-urban-measures/tree/develop/measures/urban_geometry_creation)
7
7
  and
8
- [urban_geometry_creation_zoning.](https://github.com/NREL/openstudio-urban-measures/tree/develop/measures/urban_geometry_creation_zoning)
8
+ [urban_geometry_creation_zoning.](https://github.com/NatLabRockies/openstudio-urban-measures/tree/develop/measures/urban_geometry_creation_zoning)
9
9
 
10
10
  The `urban_geometry_creation` measure can be used to create an OpenStudio Model for a
11
11
  building feature from the feature file and create the surrounding buildings that are shading the
@@ -5,6 +5,6 @@
5
5
 
6
6
  module URBANopt
7
7
  module GeoJSON
8
- VERSION = '1.2.0'.freeze
8
+ VERSION = '1.3.0'.freeze
9
9
  end
10
10
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.name = 'urbanopt-geojson'
7
7
  spec.version = URBANopt::GeoJSON::VERSION
8
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']
9
+ spec.email = ['katherine.fleming@nlr.gov', 'nicholas.long@nlr.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'
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
34
  spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
35
35
 
36
36
  spec.add_runtime_dependency 'json-schema', '~> 4.3.1'
37
- spec.add_runtime_dependency 'urbanopt-core', '~> 1.2.0'
37
+ spec.add_runtime_dependency 'urbanopt-core', '~> 1.3.0'
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbanopt-geojson
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2026-01-26 00:00:00.000000000 Z
14
+ date: 2026-07-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake
@@ -117,19 +117,18 @@ dependencies:
117
117
  requirements:
118
118
  - - "~>"
119
119
  - !ruby/object:Gem::Version
120
- version: 1.2.0
120
+ version: 1.3.0
121
121
  type: :runtime
122
122
  prerelease: false
123
123
  version_requirements: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - "~>"
126
126
  - !ruby/object:Gem::Version
127
- version: 1.2.0
127
+ version: 1.3.0
128
128
  description: Library and measures to translate URBANopt GeoJSON format to OpenStudio
129
129
  email:
130
- - tanushree.charan@nrel.gov
131
- - katherine.fleming@nrel.gov
132
- - nicholas.long@nrel.gov
130
+ - katherine.fleming@nlr.gov
131
+ - nicholas.long@nlr.gov
133
132
  executables: []
134
133
  extensions: []
135
134
  extra_rdoc_files: []