Skip to content

Commit

Permalink
Merge pull request #191 from urbanopt/develop
Browse files Browse the repository at this point in the history
Version 0.6.5
  • Loading branch information
kflemin committed Jul 21, 2021
2 parents b62411b + 93db7bc commit c78be01
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 45 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# URBANopt GeoJSON Gem

## Version 0.6.5
Date Range: 07/08/21 - 07/21/21

- Fixed [#188]( https://github.com/urbanopt/urbanopt-geojson-gem/issues/188 ), Add RNM field for max_number_of_lv_nodes_per_building

## Version 0.6.4
Date Range: 07/01/21 - 07/07/21

Expand Down
47 changes: 3 additions & 44 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions lib/urbanopt/geojson/schema/site_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
"description": "If true, only low voltage consumers will be considered in the RNM analysis.",
"type": "boolean"
},
"max_number_of_lv_nodes_per_building": {
"description": "Maximum number of low voltage nodes to represent a single building.",
"type": "number"
},
"user_data": {
"description": "Arbitrary user data"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/urbanopt/geojson/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@

module URBANopt
module GeoJSON
VERSION = '0.6.4'.freeze
VERSION = '0.6.5'.freeze
end
end

0 comments on commit c78be01

Please sign in to comment.