urbanopt-geojson 0.6.6 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/CHANGELOG.md +32 -0
  4. data/Gemfile +1 -1
  5. data/LICENSE.md +1 -1
  6. data/doc_templates/LICENSE.md +1 -1
  7. data/doc_templates/copyright_erb.txt +1 -1
  8. data/doc_templates/copyright_js.txt +2 -2
  9. data/doc_templates/copyright_ruby.txt +1 -1
  10. data/docs/package-lock.json +15961 -1719
  11. data/lib/measures/urban_geometry_creation/measure.rb +1 -1
  12. data/lib/measures/urban_geometry_creation_zoning/measure.rb +1 -1
  13. data/lib/urbanopt/geojson/building.rb +1 -1
  14. data/lib/urbanopt/geojson/derived_extension.rb +1 -1
  15. data/lib/urbanopt/geojson/district_system.rb +1 -1
  16. data/lib/urbanopt/geojson/feature.rb +2 -2
  17. data/lib/urbanopt/geojson/geo_file.rb +42 -3
  18. data/lib/urbanopt/geojson/helper.rb +1 -1
  19. data/lib/urbanopt/geojson/logging.rb +1 -1
  20. data/lib/urbanopt/geojson/mapper_classes.rb +1 -1
  21. data/lib/urbanopt/geojson/model.rb +1 -1
  22. data/lib/urbanopt/geojson/region.rb +1 -1
  23. data/lib/urbanopt/geojson/scale_area.rb +1 -1
  24. data/lib/urbanopt/geojson/schema/breaker_properties.json +33 -0
  25. data/lib/urbanopt/geojson/schema/building_properties.json +517 -592
  26. data/lib/urbanopt/geojson/schema/capacitor_properties.json +38 -0
  27. data/lib/urbanopt/geojson/schema/consumer_properties.json +58 -0
  28. data/lib/urbanopt/geojson/schema/distribution_generator.json +45 -0
  29. data/lib/urbanopt/geojson/schema/distribution_transformer.json +54 -0
  30. data/lib/urbanopt/geojson/schema/district_system_properties.json +10 -15
  31. data/lib/urbanopt/geojson/schema/dummy_node_properties.json +21 -0
  32. data/lib/urbanopt/geojson/schema/electrical_connector_properties.json +6 -135
  33. data/lib/urbanopt/geojson/schema/hvmv_substation_properties.json +54 -0
  34. data/lib/urbanopt/geojson/schema/line_properties.json +69 -0
  35. data/lib/urbanopt/geojson/schema/region_properties.json +1 -1
  36. data/lib/urbanopt/geojson/schema/site_properties.json +217 -97
  37. data/lib/urbanopt/geojson/schema/switch_properties.json +33 -0
  38. data/lib/urbanopt/geojson/update_areas.rb +1 -1
  39. data/lib/urbanopt/geojson/validate_geojson.rb +1 -1
  40. data/lib/urbanopt/geojson/version.rb +2 -2
  41. data/lib/urbanopt/geojson/zoning.rb +1 -1
  42. data/lib/urbanopt/geojson.rb +1 -1
  43. data/lib/urbanopt-geojson.rb +1 -1
  44. data/urbanopt-geojson-gem.gemspec +2 -2
  45. metadata +18 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83155c3bb5389bd8762eae2447323485fbf383c45022c4ae0f05b1f01cc84024
4
- data.tar.gz: b52a2c7a3829d715c470847ac10da62a43f5c5b806875c84ec1fb406599ca253
3
+ metadata.gz: 4106ba555afeedb72ee9af421850a0d26226136d64b85c60143fe9cffdab2848
4
+ data.tar.gz: dda42f59468fa27eb9e532f4a2e35bd0fa397ce5d929bdcda0a49f26bd701461
5
5
  SHA512:
6
- metadata.gz: a022129f089a1b6a5853d479b41f4cd3e13fe3576573fc789bc1040dddff8b206d19622a1921bd904b45f5c334af23a52e3e4835e8995f2ec72fe19ae3e3fa4a
7
- data.tar.gz: '08df6c9b0aff3b566bd1d1ea37d6d18bdabb214ee0329fdbcb0fdf4505232d51406cfe22d1424eeba3791cf455dc3898f4ad42ed883f1cb44dd3466afefe10f6'
6
+ metadata.gz: 70855197e712c96b458553b469840ac6607e1d60dc255b6558470b5fc4225f5561d33b0043972e158b00625c1e257883595c3b327762d9b3cb7e747ec5d33ef5
7
+ data.tar.gz: 125d45fe2a4ca9641145a2625870b50bf23ef6b2e876e10e4e655adcd1c68692eaed87dd03976b7b2f7ab44c10fa671b9576d9184fd13be9b3d213053b028c19
data/.gitignore CHANGED
@@ -19,6 +19,7 @@ out.txt
19
19
  .rspec_status
20
20
 
21
21
  # Ignore IDE files
22
+ .vscode/
22
23
  /.idea
23
24
  .DS_Store
24
25
  urbanopt-geojson-*.gem
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # URBANopt GeoJSON Gem
2
2
 
3
+ ## Version 0.8.1
4
+ Date Range: 05/11/22 - 06/27/22
5
+
6
+ - Fixed [#233]( https://github.com//urbanopt/urbanopt-geojson-gem/pull/233 ), Emissions workflow enhancements
7
+
8
+ ## Version 0.8.0
9
+ Date Range: 11/23/21 - 05/10/22
10
+ - Fixed [#205]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/205 ), adding RNM result fields
11
+ - Fixed [#206]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/206 ), Bump follow-redirects from 1.13.3 to 1.14.7 in /docs
12
+ - Fixed [#207]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/207 ), Bump follow-redirects from 1.13.3 to 1.14.8 in /docs
13
+ - Fixed [#208]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/208 ), Bump url-parse from 1.5.3 to 1.5.7 in /docs
14
+ - Fixed [#209]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/209 ), Regenerating docs
15
+ - Fixed [#210]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/210 ), Bump prismjs from 1.25.0 to 1.27.0 in /docs
16
+ - Fixed [#211]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/211 ), Bump url-parse from 1.5.3 to 1.5.10 in /docs
17
+ - Fixed [#212]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/212 ), Support for custom HPXMLs
18
+ - Fixed [#213]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/213 ), Update licenses
19
+ - Fixed [#215]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/215 ), Schema validation of feature file
20
+ - Fixed [#216]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/216 ), changes for opendss-rnm-us catalog alignment
21
+ - Fixed [#218]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/218 ), Adds new template to turn off appliances and modify appliance efficiency
22
+ - Fixed [#219]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/219 ), added emissions properties/attributes to GeoJSON schemas
23
+ - Fixed [#221]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/221 ), Ev charging
24
+ - Fixed [#222]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/222 ), Bump async from 2.6.3 to 2.6.4 in /docs
25
+ - Fixed [#223]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/223 ), ADD EMISSIONS
26
+ - Fixed [#224]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/224 ), removed dependencies from buildings schema
27
+ - Fixed [#227]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/227 ), restore required fields in building schema definition
28
+ - Fixed [#228]( https://github.com/urbanopt/urbanopt-geojson-gem/pull/228 ), missed one instance of skipping validation when hpxml directory is present
29
+
30
+ ## Version 0.7.0
31
+ Date Range: 10/16/21 - 11/22/21
32
+
33
+ - Updated dependencies for OpenStudio 3.3.0
34
+
3
35
  ## Version 0.6.6
4
36
  Date Range: 07/21/21 - 10/15/21
5
37
 
data/Gemfile CHANGED
@@ -21,4 +21,4 @@ if allow_local && File.exist?('../urbanopt-core-gem')
21
21
  gem 'urbanopt-core', path: '../urbanopt-core-gem'
22
22
  elsif allow_local
23
23
  gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
24
- end
24
+ end
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- URBANopt™, Copyright (c) 2019-2021, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, 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,4 +1,4 @@
1
- URBANopt™, Copyright (c) 2019-2021, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, 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,6 +1,6 @@
1
1
  <%
2
2
  # *********************************************************************************
3
- # URBANopt™, Copyright (c) 2019-2021, Alliance for Sustainable Energy, LLC, and other
3
+ # URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, LLC, and other
4
4
  # contributors. All rights reserved.
5
5
 
6
6
  # Redistribution and use in source and binary forms, with or without modification,
@@ -1,4 +1,4 @@
1
1
  /* @preserve
2
- * URBANopt (tm), Copyright (c) 2019-2021, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
2
+ * URBANopt (tm), Copyright (c) 2019-2022, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
3
3
  * Use of this source code is governed by the BSD 3-Clause license.
4
- */
4
+ */
@@ -1,5 +1,5 @@
1
1
  # *********************************************************************************
2
- # URBANopt™, Copyright (c) 2019-2021, Alliance for Sustainable Energy, LLC, and other
2
+ # URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, LLC, and other
3
3
  # contributors. All rights reserved.
4
4
 
5
5
  # Redistribution and use in source and binary forms, with or without modification,