urbanopt-geojson 1.1.0 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/CONTRIBUTING.md +3 -3
- data/Gemfile +1 -1
- data/LICENSE.md +1 -1
- data/Rakefile +1 -1
- data/doc_templates/LICENSE.md +1 -1
- data/doc_templates/copyright_erb.txt +1 -1
- data/doc_templates/copyright_js.txt +1 -1
- data/docs/package-lock.json +990 -488
- data/docs/package.json +2 -2
- data/lib/measures/urban_geometry_creation/LICENSE.md +1 -1
- data/lib/measures/urban_geometry_creation/measure.rb +1 -1
- data/lib/measures/urban_geometry_creation_zoning/LICENSE.md +1 -1
- data/lib/measures/urban_geometry_creation_zoning/measure.rb +2 -2
- data/lib/urbanopt/geojson/building.rb +1 -1
- data/lib/urbanopt/geojson/derived_extension.rb +1 -1
- data/lib/urbanopt/geojson/district_system.rb +1 -1
- data/lib/urbanopt/geojson/feature.rb +1 -1
- data/lib/urbanopt/geojson/geo_file.rb +1 -1
- data/lib/urbanopt/geojson/helper.rb +1 -1
- data/lib/urbanopt/geojson/logging.rb +1 -1
- data/lib/urbanopt/geojson/mapper_classes.rb +1 -1
- data/lib/urbanopt/geojson/model.rb +1 -1
- data/lib/urbanopt/geojson/region.rb +1 -1
- data/lib/urbanopt/geojson/scale_area.rb +1 -1
- data/lib/urbanopt/geojson/update_areas.rb +1 -1
- data/lib/urbanopt/geojson/validate_geojson.rb +1 -1
- data/lib/urbanopt/geojson/version.rb +2 -2
- data/lib/urbanopt/geojson/zoning.rb +1 -1
- data/lib/urbanopt/geojson.rb +1 -1
- data/lib/urbanopt-geojson.rb +1 -1
- data/urbanopt-geojson-gem.gemspec +3 -3
- metadata +6 -5
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.
|
|
28
|
-
"lodash": ">=4.17.
|
|
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-
|
|
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,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *********************************************************************************
|
|
4
|
-
# URBANopt (tm), Copyright (c) Alliance for
|
|
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,4 +1,4 @@
|
|
|
1
|
-
URBANopt (tm), Copyright (c) 2019-
|
|
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,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# *********************************************************************************
|
|
4
|
-
# URBANopt (tm), Copyright (c) Alliance for
|
|
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://
|
|
9
|
+
# http://natlabrockies.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/
|
|
10
10
|
|
|
11
11
|
require 'json'
|
|
12
12
|
require 'net/http'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *********************************************************************************
|
|
2
|
-
# URBANopt (tm), Copyright (c) Alliance for
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
data/lib/urbanopt/geojson.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *********************************************************************************
|
|
2
|
-
# URBANopt (tm), Copyright (c) Alliance for
|
|
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
|
|
data/lib/urbanopt-geojson.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# *********************************************************************************
|
|
2
|
-
# URBANopt (tm), Copyright (c) Alliance for
|
|
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', '
|
|
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'
|
|
@@ -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.2.0'
|
|
38
38
|
end
|
metadata
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: urbanopt-geojson
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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:
|
|
14
|
+
date: 2026-01-26 00:00:00.000000000 Z
|
|
14
15
|
dependencies:
|
|
15
16
|
- !ruby/object:Gem::Dependency
|
|
16
17
|
name: rake
|
|
@@ -116,19 +117,19 @@ dependencies:
|
|
|
116
117
|
requirements:
|
|
117
118
|
- - "~>"
|
|
118
119
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 1.
|
|
120
|
+
version: 1.2.0
|
|
120
121
|
type: :runtime
|
|
121
122
|
prerelease: false
|
|
122
123
|
version_requirements: !ruby/object:Gem::Requirement
|
|
123
124
|
requirements:
|
|
124
125
|
- - "~>"
|
|
125
126
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: 1.
|
|
127
|
+
version: 1.2.0
|
|
127
128
|
description: Library and measures to translate URBANopt GeoJSON format to OpenStudio
|
|
128
129
|
email:
|
|
129
130
|
- tanushree.charan@nrel.gov
|
|
131
|
+
- katherine.fleming@nrel.gov
|
|
130
132
|
- nicholas.long@nrel.gov
|
|
131
|
-
- daniel.macumber@nrel.gov
|
|
132
133
|
executables: []
|
|
133
134
|
extensions: []
|
|
134
135
|
extra_rdoc_files: []
|