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 +4 -4
- data/.github/workflows/nightly_build.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/CONTRIBUTING.md +1 -1
- data/RDOC_MAIN.md +2 -2
- data/lib/urbanopt/geojson/version.rb +1 -1
- data/urbanopt-geojson-gem.gemspec +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6f0431185817684ee612f8704bb5bead2daefffa1a34107b7e6e63e8fb3eb4a
|
|
4
|
+
data.tar.gz: 70b36f0dbbd9839e8a9f313a0f20940d12e2e6cf1c9509340b2a983bb42f1a1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4d7469947515874ac9947bd396227217b7ba1d7ac05e7dce4ef7f2f2008fb2cbada72c9d7a7312b24f2f87a467e6396a0ea23217b6aa63fa791fbae4d190fea
|
|
7
|
+
data.tar.gz: b9574054de03b2e7c749e77fa4affd1dd69391ed2aeec3b4e34ae1735355e277549724b87d252520e362aad733beb582977ea1659c8e55cbc9e01198d25e3009
|
data/CHANGELOG.md
CHANGED
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@
|
|
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/
|
|
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/
|
|
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
|
|
@@ -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 = ['
|
|
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.
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
127
|
+
version: 1.3.0
|
|
128
128
|
description: Library and measures to translate URBANopt GeoJSON format to OpenStudio
|
|
129
129
|
email:
|
|
130
|
-
-
|
|
131
|
-
-
|
|
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: []
|