urbanopt-scenario 1.2.0 → 1.2.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2364d29c6f7b2b601189c2e0fa54cead6ed29b47d3e045b529d394260acd82d6
|
|
4
|
+
data.tar.gz: 0533adbb9369352db19bfd1d39e432c52acec2b68f5003130b2e4c94581b9e80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aeb5b2fc9a33e60146db45b4e8bf2e2f6c06bc6a8e264463d7babd4b1933cb4983fcd5ecc1d3082a3fd5a28c6090059a2438be8a957e24977cd444936f5ec724
|
|
7
|
+
data.tar.gz: de2cc99ee966ebbf9cbb9f8a286394cda655a615d75ea0727a02192c682ed61916c18f4db5d200de0ccb88a09a8a47ac1669395b609e52968b321e91834bbb56
|
data/CHANGELOG.md
CHANGED
|
@@ -382,14 +382,13 @@ module URBANopt
|
|
|
382
382
|
# run opendss post_processor
|
|
383
383
|
##
|
|
384
384
|
def run
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
load_data
|
|
388
|
-
|
|
389
|
-
# puts " @opendss data = #{@opendss_data}"
|
|
385
|
+
# Load all OpenDSS and feature report data once before processing each feature.
|
|
386
|
+
load_data
|
|
390
387
|
|
|
388
|
+
@scenario_report.feature_reports.each do |feature_report|
|
|
391
389
|
# get summary results
|
|
392
390
|
add_summary_results(feature_report)
|
|
391
|
+
# puts "summary results added for feature id #{feature_report.id}."
|
|
393
392
|
|
|
394
393
|
# merge csv data
|
|
395
394
|
id = feature_report.id
|
|
@@ -397,9 +396,10 @@ module URBANopt
|
|
|
397
396
|
|
|
398
397
|
# save feature reports
|
|
399
398
|
feature_report.save_json_report('default_feature_report_opendss')
|
|
400
|
-
|
|
399
|
+
# puts "json report saved for feature id #{feature_report.id}."
|
|
401
400
|
# resave updated csv report
|
|
402
401
|
save_csv(feature_report, updated_feature_csv, 'default_feature_report_opendss')
|
|
402
|
+
# puts "csv report saved for feature id #{feature_report.id}."
|
|
403
403
|
end
|
|
404
404
|
|
|
405
405
|
# add transformer reports
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: urbanopt-scenario
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rawad El Kontar
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-
|
|
13
|
+
date: 2026-06-18 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|