diff --git a/Gemfile b/Gemfile
index bf27a20be..b0e8677e3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,82 +1,58 @@
-source 'http://rubygems.org'
-
-ruby '~> 2.5.0'
-
-# Local gems are useful when developing and integrating the various dependencies.
-# To favor the use of local gems, set the following environment variable:
-# Mac: export FAVOR_LOCAL_GEMS=1
-# Windows: set FAVOR_LOCAL_GEMS=1
-# Note that if allow_local is true, but the gem is not found locally, then it will
-# checkout the latest version (develop) from github.
-allow_local = ENV['FAVOR_LOCAL_GEMS']
-
-# Uncomment the extension, core gems if you need to test local development versions. Otherwise
-# these are included in the model articulation and urbanopt gems
-#
-# if allow_local && File.exist?('../OpenStudio-extension-gem')
-# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
-# elsif allow_local
-# gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
-# end
-
-# if allow_local && File.exist?('../urbanopt-core-gem')
-# gem 'urbanopt-core', path: '../urbanopt-core-gem'
-# elsif allow_local
-# gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
-# end
-
-# if allow_local && File.exist?('../openstudio-common-measures-gem')
-# gem 'openstudio-common-measures', path: '../openstudio-common-measures-gem'
-# elsif allow_local
-# gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop'
-# else
-# gem 'openstudio-common-measures', '~> 0.2.0'
-# end
-
-if allow_local && File.exist?('../openstudio-model-articulation-gem')
- gem 'openstudio-model-articulation', path: '../openstudio-model-articulation-gem'
-elsif allow_local
- gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'develop'
-else
- gem 'openstudio-model-articulation', '~> 0.3.1'
-end
-
-if allow_local && File.exist?('../urbanopt-scenario-gem')
- gem 'urbanopt-scenario', path: '../urbanopt-scenario-gem'
-elsif allow_local
- gem 'urbanopt-scenario', github: 'URBANopt/urbanopt-scenario-gem', branch: 'develop'
-else
- gem 'urbanopt-scenario', '~> 0.5.0'
-end
-
-if allow_local && File.exist?('../urbanopt-reporting-gem')
- gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
-elsif allow_local
- gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
-else
- gem 'urbanopt-reporting', '~> 0.3.2'
-end
-
-if allow_local && File.exist?('../urbanopt-geojson-gem')
- gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
-elsif allow_local
- gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
-else
- gem 'urbanopt-geojson', '~> 0.5.0'
-end
-
-if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
- gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'
-elsif allow_local
- gem 'openstudio-load-flexibility-measures', github: 'NREL/openstudio-load-flexibility-measures-gem', branch: 'master'
-else
- gem 'openstudio-load-flexibility-measures', '~> 0.2.1'
-end
-
-if allow_local && File.exist?('../urbanopt-reopt-gem')
- gem 'urbanopt-reopt', path: '../urbanopt-reopt-gem'
-elsif allow_local
- gem 'urbanopt-reopt', github: 'URBANopt/urbanopt-reopt-gem', branch: 'develop'
-else
- gem 'urbanopt-reopt', '0.5.0'
+source 'http://rubygems.org'
+
+ruby '~> 2.7.0'
+
+# Local gems are useful when developing and integrating the various dependencies.
+# To favor the use of local gems, set the following environment variable:
+# Mac: export FAVOR_LOCAL_GEMS=1
+# Windows: set FAVOR_LOCAL_GEMS=1
+# Note that if allow_local is true, but the gem is not found locally, then it will
+# checkout the latest version (develop) from github.
+allow_local = ENV['FAVOR_LOCAL_GEMS']
+
+# Uncomment the extension, core gems if you need to test local development versions. Otherwise
+# these are included in the model articulation and urbanopt gems
+#
+# if allow_local && File.exist?('../OpenStudio-extension-gem')
+# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
+# elsif allow_local
+# gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
+# end
+
+# if allow_local && File.exist?('../urbanopt-core-gem')
+# gem 'urbanopt-core', path: '../urbanopt-core-gem'
+# elsif allow_local
+# gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
+# end
+
+if allow_local && File.exist?('../urbanopt-scenario-gem')
+ gem 'urbanopt-scenario', path: '../urbanopt-scenario-gem'
+elsif allow_local
+ gem 'urbanopt-scenario', github: 'URBANopt/urbanopt-scenario-gem', branch: 'develop'
+else
+ gem 'urbanopt-scenario', '~> 0.6.0'
+end
+
+if allow_local && File.exist?('../urbanopt-reporting-gem')
+ gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
+elsif allow_local
+ gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
+else
+ gem 'urbanopt-reporting', '~> 0.4.0'
+end
+
+if allow_local && File.exist?('../urbanopt-geojson-gem')
+ gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
+elsif allow_local
+ gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
+else
+ gem 'urbanopt-geojson', '~> 0.6.1'
+end
+
+if allow_local && File.exist?('../urbanopt-reopt-gem')
+ gem 'urbanopt-reopt', path: '../urbanopt-reopt-gem'
+elsif allow_local
+ gem 'urbanopt-reopt', github: 'URBANopt/urbanopt-reopt-gem', branch: 'develop'
+else
+ gem 'urbanopt-reopt', '0.6.0'
end
\ No newline at end of file
diff --git a/Rakefile b/Rakefile
index aa016b1e6..01082781d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -108,6 +108,18 @@ def thermal_storage_scenario(json, csv)
return scenario
end
+def Tepmerature_Adjusted_scenario(json, csv)
+ name = 'Temperature Adjusted Scenario'
+ run_dir = File.join(root_dir, 'run/Tepmerature_Adjusted_scenario/')
+ feature_file_path = File.join(root_dir, json)
+ csv_file = File.join(root_dir, csv)
+ mapper_files_dir = File.join(root_dir, 'mappers/')
+ num_header_rows = 1
+ feature_file = URBANopt::GeoJSON::GeoFile.from_file(feature_file_path)
+ scenario = URBANopt::Scenario::ScenarioCSV.new(name, root_dir, run_dir, feature_file, mapper_files_dir, csv_file, num_header_rows)
+ return scenario
+end
+
def mixed_scenario(json, csv)
name = 'Mixed Scenario'
run_dir = File.join(root_dir, 'run/mixed_scenario/')
@@ -374,6 +386,54 @@ task :post_process_thermal_storage, [:json, :csv] do |t, args|
scenario_result.feature_reports.each(&:save_csv_report)
end
+### Temperature Adjusted
+
+desc 'Clear Temperature Adjusted Scenario'
+task :clear_Temperature_Adjusted, [:json, :csv] do |t, args|
+ puts 'Clearing Temperature Adjusted Scenario...'
+
+ json = args[:json]
+ csv = args[:csv]
+ json = 'example_project_combined.json' if json.nil?
+ csv = 'Temperature_Adjusted_scenario.csv' if csv.nil?
+
+ Tepmerature_Adjusted_scenario(json, csv).clear
+end
+
+desc 'Run Temperature Adjusted Scenario'
+task :run_Temperature_Adjusted, [:json, :csv] do |t, args|
+ puts 'Running Temperature Adjusted Scenario...'
+
+ json = args[:json]
+ csv = args[:csv]
+ json = 'example_project_combined.json' if json.nil?
+ csv = 'Temperature_Adjusted_scenario.csv' if csv.nil?
+
+ configure_project
+
+ scenario_runner = URBANopt::Scenario::ScenarioRunnerOSW.new
+ scenario_runner.run(Tepmerature_Adjusted_scenario(json, csv))
+end
+
+desc 'Post Process Temperature Adjusted Scenario'
+task :post_process_Temperature_Adjusted, [:json, :csv] do |t, args|
+ puts 'Post Processing Temperature Adjusted Scenario...'
+
+ json = args[:json]
+ csv = args[:csv]
+ json = 'example_project_combined.json' if json.nil?
+ csv = 'Temperature_Adjusted_scenario.csv' if csv.nil?
+
+ default_post_processor = URBANopt::Scenario::ScenarioDefaultPostProcessor.new(Tepmerature_Adjusted_scenario(json, csv))
+ scenario_result = default_post_processor.run
+ # save scenario reports
+ scenario_result.save
+ # save feature reports
+ scenario_result.feature_reports.each(&:save_json_report)
+ scenario_result.feature_reports.each(&:save_csv_report)
+end
+
+
### REopt
desc 'Clear REopt Scenario'
diff --git a/example_project/Gemfile b/example_project/Gemfile
index 6e6d9cddd..e1c9094df 100644
--- a/example_project/Gemfile
+++ b/example_project/Gemfile
@@ -1,83 +1,82 @@
-source 'http://rubygems.org'
-
-ruby '~> 2.5.0'
-
-# Local gems are useful when developing and integrating the various dependencies.
-# To favor the use of local gems, set the following environment variable:
-# Mac: export FAVOR_LOCAL_GEMS=1
-# Windows: set FAVOR_LOCAL_GEMS=1
-# Note that if allow_local is true, but the gem is not found locally, then it will
-# checkout the latest version (develop) from github.
-allow_local = ENV['FAVOR_LOCAL_GEMS']
-
-# Uncomment the extension, core gems if you need to test local development versions. Otherwise
-# these are included in the model articulation and urbanopt gems
-#
-# if allow_local && File.exist?('../OpenStudio-extension-gem')
-# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
-# elsif allow_local
-# gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
-# end
-
-# if allow_local && File.exist?('../urbanopt-core-gem')
-# gem 'urbanopt-core', path: '../urbanopt-core-gem'
-# elsif allow_local
-# gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
-# end
-#
-
-if allow_local && File.exist?('../openstudio-common-measures-gem')
- gem 'openstudio-common-measures', path: '../openstudio-common-measures-gem'
-elsif allow_local
- gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop'
-else
- gem 'openstudio-common-measures', '~> 0.3.2'
-end
-
-if allow_local && File.exist?('../openstudio-model-articulation-gem')
- gem 'openstudio-model-articulation', path: '../openstudio-model-articulation-gem'
-elsif allow_local
- gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'develop'
-else
- gem 'openstudio-model-articulation', '~> 0.3.1'
-end
-
-if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
- gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'
-elsif allow_local
- gem 'openstudio-load-flexibility-measures', github: 'NREL/openstudio-load-flexibility-measures-gem', branch: 'master'
-else
- gem 'openstudio-load-flexibility-measures', '~> 0.2.1'
-end
-
-if allow_local && File.exist?('../openstudio-ee-gem')
- gem 'openstudio-ee', path: '../openstudio-ee-gem'
-elsif allow_local
- gem 'openstudio-ee', github: 'NREL/openstudio-ee-gem', branch: 'develop'
-else
- gem 'openstudio-ee', '~> 0.3.2'
-end
-
-if allow_local && File.exist?('../openstudio-calibration-gem')
- gem 'openstudio-calibration', path: '../openstudio-calibration-gem'
-elsif allow_local
- gem 'openstudio-calibration', github: 'NREL/openstudio-calibration-gem', branch: 'develop'
-else
- gem 'openstudio-calibration', '~> 0.3.1'
-end
-
-if allow_local && File.exists?('../urbanopt-geojson-gem')
- gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
-elsif allow_local
- gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
-else
- gem 'urbanopt-geojson', '~> 0.5.0'
-end
-
-if allow_local && File.exists?('../urbanopt-reporting-gem')
- gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
-elsif allow_local
- gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
-else
- gem 'urbanopt-reporting', '~> 0.3.2'
+source 'http://rubygems.org'
+
+ruby '~> 2.7.0'
+
+# Local gems are useful when developing and integrating the various dependencies.
+# To favor the use of local gems, set the following environment variable:
+# Mac: export FAVOR_LOCAL_GEMS=1
+# Windows: set FAVOR_LOCAL_GEMS=1
+# Note that if allow_local is true, but the gem is not found locally, then it will
+# checkout the latest version (develop) from github.
+allow_local = ENV['FAVOR_LOCAL_GEMS']
+
+# Uncomment the extension, core gems if you need to test local development versions. Otherwise
+# these are included in the model articulation and urbanopt gems
+#
+# if allow_local && File.exist?('../OpenStudio-extension-gem')
+# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
+# elsif allow_local
+# gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
+# end
+
+# if allow_local && File.exist?('../urbanopt-core-gem')
+# gem 'urbanopt-core', path: '../urbanopt-core-gem'
+# elsif allow_local
+# gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
+# end
+
+if allow_local && File.exist?('../openstudio-common-measures-gem')
+ gem 'openstudio-common-measures', path: '../openstudio-common-measures-gem'
+elsif allow_local
+ gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop'
+else
+ gem 'openstudio-common-measures', '~> 0.4.0'
+end
+
+if allow_local && File.exist?('../openstudio-model-articulation-gem')
+ gem 'openstudio-model-articulation', path: '../openstudio-model-articulation-gem'
+elsif allow_local
+ gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'develop'
+else
+ gem 'openstudio-model-articulation', '~> 0.4.0'
+end
+
+if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
+ gem 'openstudio-load-flexibility-measures', path: '../openstudio-load-flexibility-measures-gem'
+elsif allow_local
+ gem 'openstudio-load-flexibility-measures', github: 'NREL/openstudio-load-flexibility-measures-gem', branch: 'master'
+else
+ gem 'openstudio-load-flexibility-measures', '~> 0.3.1'
+end
+
+if allow_local && File.exist?('../openstudio-ee-gem')
+ gem 'openstudio-ee', path: '../openstudio-ee-gem'
+elsif allow_local
+ gem 'openstudio-ee', github: 'NREL/openstudio-ee-gem', branch: 'develop'
+else
+ gem 'openstudio-ee', '~> 0.4.0'
+end
+
+if allow_local && File.exist?('../openstudio-calibration-gem')
+ gem 'openstudio-calibration', path: '../openstudio-calibration-gem'
+elsif allow_local
+ gem 'openstudio-calibration', github: 'NREL/openstudio-calibration-gem', branch: 'develop'
+else
+ gem 'openstudio-calibration', '~> 0.4.0'
+end
+
+if allow_local && File.exists?('../urbanopt-geojson-gem')
+ gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem'
+elsif allow_local
+ gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop'
+else
+ gem 'urbanopt-geojson', '~> 0.6.1'
+end
+
+if allow_local && File.exists?('../urbanopt-reporting-gem')
+ gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
+elsif allow_local
+ gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
+else
+ gem 'urbanopt-reporting', '~> 0.4.0'
end
\ No newline at end of file
diff --git a/example_project/Temperature_Adjusted_scenario.csv b/example_project/Temperature_Adjusted_scenario.csv
new file mode 100644
index 000000000..0b54b8ceb
--- /dev/null
+++ b/example_project/Temperature_Adjusted_scenario.csv
@@ -0,0 +1,4 @@
+Feature Id,Feature Name,Mapper Class
+43b5f98b-89a3-41a6-95e8-0786f1fa883f,office_1,URBANopt::Scenario::TemperatureAdjusted
+daaf69fe-f96d-43c4-a172-8592446f7281,office_2,URBANopt::Scenario::TemperatureAdjusted
+1ac3a7c5-f3a4-4f81-8d4c-96d839dcd8df,res_143,URBANopt::Scenario::TemperatureAdjusted
diff --git a/example_project/Temperature_Adjusted_scenario_full.csv b/example_project/Temperature_Adjusted_scenario_full.csv
new file mode 100644
index 000000000..4abf442b3
--- /dev/null
+++ b/example_project/Temperature_Adjusted_scenario_full.csv
@@ -0,0 +1,182 @@
+Feature Id,Feature Name,Mapper Class
+43b5f98b-89a3-41a6-95e8-0786f1fa883f,office_1,URBANopt::Scenario::TemperatureAdjusted
+daaf69fe-f96d-43c4-a172-8592446f7281,office_2,URBANopt::Scenario::TemperatureAdjusted
+a02c9392-24fb-4927-9a27-b437670a935e,office_3,URBANopt::Scenario::TemperatureAdjusted
+a20e7631-a480-42b2-9c88-40a77efbb853,office_4,URBANopt::Scenario::TemperatureAdjusted
+8dd45e67-b163-41fb-9b4d-9f2487c56516,office_5,URBANopt::Scenario::TemperatureAdjusted
+61a40e47-a2c4-4641-adba-5ed682351eb2,office_6,URBANopt::Scenario::TemperatureAdjusted
+b12fc4fe-e0b8-4612-b785-5d0ddb9f68a8,office_7,URBANopt::Scenario::TemperatureAdjusted
+79c65ce5-64af-4762-a7b1-ab7d43bc739a,mixed use_1,URBANopt::Scenario::TemperatureAdjusted
+cec59f73-917a-49e0-9704-e1ca3d46ee63,mixed use_2,URBANopt::Scenario::TemperatureAdjusted
+58392009-8cff-4920-9ffd-45fda56bc814,mall_1,URBANopt::Scenario::TemperatureAdjusted
+ebf1024f-0c12-4426-8adb-943eb6c189c0,mall_2,URBANopt::Scenario::TemperatureAdjusted
+c913a28f-2405-4428-a6e8-9b92f25f149b,school_1,URBANopt::Scenario::TemperatureAdjusted
+14b66566-b811-4904-909b-216f536cefc3,school_2,URBANopt::Scenario::TemperatureAdjusted
+0f0b0990-77ed-4352-acf2-daa70e614e03,school_3,URBANopt::Scenario::TemperatureAdjusted
+86c0eb5d-af9c-4d2d-92d5-c111564171b0,school_4,URBANopt::Scenario::TemperatureAdjusted
+b2499f85-a385-40d0-9d54-996bd33ddd87,super market_1,URBANopt::Scenario::TemperatureAdjusted
+082e341a-b856-484a-ade5-515cb3f818e8,super market_2,URBANopt::Scenario::TemperatureAdjusted
+45a315d2-cfb9-45da-9ace-ca37b5faa5a9,super market_3,URBANopt::Scenario::TemperatureAdjusted
+9a7b9d91-4690-48e7-aed4-4d70f446b068,hospital_1,URBANopt::Scenario::TemperatureAdjusted
+e661e306-0a8d-4304-87cd-e575001147ff,hospital_2,URBANopt::Scenario::TemperatureAdjusted
+6a73b366-8b37-430d-96d6-bbceca47e84f,hospital_3,URBANopt::Scenario::TemperatureAdjusted
+8dc5a65a-5254-4e45-93ee-d9225458dfce,hospital_4,URBANopt::Scenario::TemperatureAdjusted
+0787c04c-b4d0-4a44-bc5c-c87c75558298,hospital_5,URBANopt::Scenario::TemperatureAdjusted
+adcbbfe9-7d53-4ae1-8361-82396489ab71,hospital_6,URBANopt::Scenario::TemperatureAdjusted
+150091d6-a9e8-45df-a18e-716d7e9aa21e,hospital_7,URBANopt::Scenario::TemperatureAdjusted
+50a231db-600b-4f15-bd83-79d469aee17d,restaurant_1,URBANopt::Scenario::TemperatureAdjusted
+e2e187eb-f3e7-4bb7-be85-ff0441e9d234,restaurant_2,URBANopt::Scenario::TemperatureAdjusted
+a4b1e912-bafb-41e6-ad45-8dce64137a31,restaurant_3,URBANopt::Scenario::TemperatureAdjusted
+b255ebca-2e53-42a7-a1dc-504d47be937a,restaurant_4,URBANopt::Scenario::TemperatureAdjusted
+9e9e3d64-abf8-4496-95f7-6be8cdb7898d,restaurant_5,URBANopt::Scenario::TemperatureAdjusted
+7ca5cdde-f67a-4a16-9a19-69e2a9135219,restaurant_6,URBANopt::Scenario::TemperatureAdjusted
+d626395c-16ed-4725-811d-bdcaddc63434,restaurant_7,URBANopt::Scenario::TemperatureAdjusted
+40d9c2b4-64a4-4600-a7d5-47b7a40f0c59,restaurant_8,URBANopt::Scenario::TemperatureAdjusted
+873b1928-1210-4924-9677-020c482e2d14,restaurant_9,URBANopt::Scenario::TemperatureAdjusted
+5789c049-7015-4d4b-a78e-5866dfecc047,restaurant_10,URBANopt::Scenario::TemperatureAdjusted
+0426526e-68b6-4fc3-b489-f284aafd77dd,restaurant_11,URBANopt::Scenario::TemperatureAdjusted
+e535d6a4-8ee4-4945-bf7d-53469f4ec5b5,restaurant_12,URBANopt::Scenario::TemperatureAdjusted
+f105e566-a25f-4175-b39c-e07acdbf3321,hotel_1,URBANopt::Scenario::TemperatureAdjusted
+937cca90-093b-4874-83dc-a5afb625938d,hotel_2,URBANopt::Scenario::TemperatureAdjusted
+0701f3da-c061-4607-83af-2ad6e8e7d686,res_6,URBANopt::Scenario::TemperatureAdjusted
+9941b83b-4855-4a13-8ce4-1b18502a7d6e,res_5,URBANopt::Scenario::TemperatureAdjusted
+1f66aed7-b07f-4861-8fd2-c02c59ab80f4,res_4,URBANopt::Scenario::TemperatureAdjusted
+1d5187c1-1858-4b20-82c3-65033bfc1a11,res_3,URBANopt::Scenario::TemperatureAdjusted
+1f1b4da3-5a00-42ae-a2d0-b75b4a435ea3,res_2,URBANopt::Scenario::TemperatureAdjusted
+69adb414-245a-4b75-8953-d4b52351d40a,res_1,URBANopt::Scenario::TemperatureAdjusted
+e7266e96-b14b-444d-aa60-c5563ecf671f,res_8,URBANopt::Scenario::TemperatureAdjusted
+c84e8e7f-8019-421a-ae42-dcf47573529d,res_9,URBANopt::Scenario::TemperatureAdjusted
+61345b76-b890-4ea4-84f1-e5561e635a1d,res_10,URBANopt::Scenario::TemperatureAdjusted
+ca2302cf-4415-4090-b36d-de8cfd195e80,res_11,URBANopt::Scenario::TemperatureAdjusted
+402f84d4-7164-4ef0-9c76-ae2130feda04,res_12,URBANopt::Scenario::TemperatureAdjusted
+eb5a67cb-5806-4b15-8884-a369dfac3288,res_13,URBANopt::Scenario::TemperatureAdjusted
+c0bd7c30-e7f2-4d55-b9ba-33b9e3d2ff95,res_14,URBANopt::Scenario::TemperatureAdjusted
+88c00b15-6d36-4261-98e4-88ae793d8f54,res_15,URBANopt::Scenario::TemperatureAdjusted
+c79efeb0-61f8-4545-97e3-899195e69265,res_16,URBANopt::Scenario::TemperatureAdjusted
+9f3fe205-12ee-4b15-be6e-be5219fecdb7,res_17,URBANopt::Scenario::TemperatureAdjusted
+61aa5271-425d-41c5-a9d8-73e834643f2f,res_18,URBANopt::Scenario::TemperatureAdjusted
+3f59c782-5f53-4e98-bc27-8f6db8fe88d7,res_19,URBANopt::Scenario::TemperatureAdjusted
+a96f1543-2712-448c-a1fc-4446b15f41ee,res_20,URBANopt::Scenario::TemperatureAdjusted
+17d2d7f1-2b7b-4a48-b823-3d73c52e59bc,res_21,URBANopt::Scenario::TemperatureAdjusted
+bbbf4134-4a09-46dd-bedc-c6b0df8c8e66,res_22,URBANopt::Scenario::TemperatureAdjusted
+6e6e9da8-119f-477d-be49-f1010d67cedb,res_23,URBANopt::Scenario::TemperatureAdjusted
+03c637bb-d233-47e5-ad08-698a324fc9d9,res_24,URBANopt::Scenario::TemperatureAdjusted
+a91458df-d886-47f5-9af4-cda6a055e6b5,res_25,URBANopt::Scenario::TemperatureAdjusted
+52a2ac1e-9a0b-4bf5-a7a7-6fb884509839,res_26,URBANopt::Scenario::TemperatureAdjusted
+24ba3caa-568b-4fc3-88bf-18487fadc14b,res_27,URBANopt::Scenario::TemperatureAdjusted
+fbb2c3c8-fd05-4096-a6ed-e1fec86ddcbb,res_28,URBANopt::Scenario::TemperatureAdjusted
+5675e002-fafe-4b26-b29d-b408e67b9cd8,res_29,URBANopt::Scenario::TemperatureAdjusted
+2271e84f-c8e9-4d5a-9ff4-5e56b9660641,res_30,URBANopt::Scenario::TemperatureAdjusted
+585b3aaa-e975-4eb9-b646-294cf692d8a8,res_31,URBANopt::Scenario::TemperatureAdjusted
+5abf34dd-3ec8-4d1c-b796-89ee48e98442,res_32,URBANopt::Scenario::TemperatureAdjusted
+9811950a-ec80-47c5-8708-d5c5557b2320,res_33,URBANopt::Scenario::TemperatureAdjusted
+3012f4f1-d2f6-4720-a0ea-f91f5cc30999,res_34,URBANopt::Scenario::TemperatureAdjusted
+7c7655a4-8c9a-421a-aa97-077a3a3aa403,res_35,URBANopt::Scenario::TemperatureAdjusted
+8af1f652-22a2-4fed-83ba-7d84b92431f4,res_36,URBANopt::Scenario::TemperatureAdjusted
+3356d40d-0fbb-41e3-a5a8-fa8b504527a1,res_37,URBANopt::Scenario::TemperatureAdjusted
+81399cd5-4da0-4f96-a8a6-5e9b0d9b0239,res_38,URBANopt::Scenario::TemperatureAdjusted
+5eedb5c5-9c88-4f12-ba3b-39541746a707,res_39,URBANopt::Scenario::TemperatureAdjusted
+ef83a0ad-2935-4434-9dc3-81bb227c8347,res_40,URBANopt::Scenario::TemperatureAdjusted
+f281e216-4faf-4c40-91be-c8a87e3bc23c,res_41,URBANopt::Scenario::TemperatureAdjusted
+4c19da84-a582-4c08-9f60-f3d75f301c36,res_42,URBANopt::Scenario::TemperatureAdjusted
+0f5745bc-b0e8-463a-9ec4-1a5acabdeab2,res_43,URBANopt::Scenario::TemperatureAdjusted
+393b8fe3-2307-4618-8c4b-5b49e8fad76a,res_44,URBANopt::Scenario::TemperatureAdjusted
+23e9cc76-e9e7-412a-966b-308bfc5ceb33,res_45,URBANopt::Scenario::TemperatureAdjusted
+4096e26a-a529-4bdf-9dc0-1a4c267db50a,res_46,URBANopt::Scenario::TemperatureAdjusted
+34cf617b-4574-4e68-b68c-75d74f17f9d9,res_47,URBANopt::Scenario::TemperatureAdjusted
+da69c3b8-3aff-43fb-98be-a12f283e86db,res_48,URBANopt::Scenario::TemperatureAdjusted
+b5758626-89ca-4736-8a51-0dcfa02704df,res_49,URBANopt::Scenario::TemperatureAdjusted
+7f54a990-9f30-4371-ab32-bc817d617afe,res_50,URBANopt::Scenario::TemperatureAdjusted
+9280413f-9b18-4481-9f5c-1539150cff46,res_51,URBANopt::Scenario::TemperatureAdjusted
+496e8dd2-cae1-4307-896a-16d446726b58,res_52,URBANopt::Scenario::TemperatureAdjusted
+46247531-303e-462f-bd2a-9c9b1ec4d327,res_53,URBANopt::Scenario::TemperatureAdjusted
+1361a2ab-4fd7-4c9c-a7c6-f60de2bff5eb,res_54,URBANopt::Scenario::TemperatureAdjusted
+acc74b15-8f91-4114-b369-615e1b82ef24,res_55,URBANopt::Scenario::TemperatureAdjusted
+dffed215-9398-42eb-9089-49a417513e4c,res_56,URBANopt::Scenario::TemperatureAdjusted
+4703a305-9b77-4641-a1b8-17e694ec230c,res_57,URBANopt::Scenario::TemperatureAdjusted
+e05ed9d9-ee32-4990-ab9f-26cba12d5324,res_58,URBANopt::Scenario::TemperatureAdjusted
+4bd8c811-8e36-46b4-9037-3cead9c9071e,res_59,URBANopt::Scenario::TemperatureAdjusted
+d9f392a0-2740-4973-b96c-2cdb5019c6e7,res_60,URBANopt::Scenario::TemperatureAdjusted
+735097f9-e1e7-4a13-9cc2-3ca29a87f43f,res_61,URBANopt::Scenario::TemperatureAdjusted
+18e422d1-b2a8-4020-b6b5-241083e537d2,res_62,URBANopt::Scenario::TemperatureAdjusted
+e990bd84-f611-4cab-a70c-6acb488d8fce,res_63,URBANopt::Scenario::TemperatureAdjusted
+62c49791-8745-4d2a-af01-75c35b4ef619,res_64,URBANopt::Scenario::TemperatureAdjusted
+2934c323-1e79-463c-a96d-2e6dc349ee6f,res_65,URBANopt::Scenario::TemperatureAdjusted
+90cd7506-9c39-4792-8617-a8a612b2b0a1,res_66,URBANopt::Scenario::TemperatureAdjusted
+67fefc3d-a77d-4db4-81c3-6b10870a7fc9,res_67,URBANopt::Scenario::TemperatureAdjusted
+feca02e4-3d54-4b28-8d65-ab60a0ab8152,res_68,URBANopt::Scenario::TemperatureAdjusted
+463c835b-05a3-4637-8be2-0ae7d8d8dfee,res_69,URBANopt::Scenario::TemperatureAdjusted
+7c10672b-b0f6-4799-8546-52221ac4fae8,res_70,URBANopt::Scenario::TemperatureAdjusted
+5bd47fc3-61a8-4dbc-a8f8-80bf12047c75,res_71,URBANopt::Scenario::TemperatureAdjusted
+46ecad32-d074-471a-a22e-34309a676d60,res_72,URBANopt::Scenario::TemperatureAdjusted
+be15c6c5-de1f-4ec4-a09f-ca1b3d2ad135,res_73,URBANopt::Scenario::TemperatureAdjusted
+b585b4a4-5303-4e3f-a5d6-630e8e5b9fa9,res_74,URBANopt::Scenario::TemperatureAdjusted
+832da2c2-7e52-48b2-b0dc-21fe9a24ef91,res_75,URBANopt::Scenario::TemperatureAdjusted
+801dfdb1-73c3-47bb-b9d3-a8d8d28394d6,res_76,URBANopt::Scenario::TemperatureAdjusted
+0ec92eb9-4704-4aad-9b2c-b440b23f47df,res_77,URBANopt::Scenario::TemperatureAdjusted
+7abc39a4-d1da-46c9-9543-757b4c3287e0,res_78,URBANopt::Scenario::TemperatureAdjusted
+f6bc1c8a-7896-432e-ab2d-073eada53f63,res_79,URBANopt::Scenario::TemperatureAdjusted
+96e3710b-d442-45fe-ba2d-f68482f1ebbe,res_80,URBANopt::Scenario::TemperatureAdjusted
+0c5e22df-c333-472b-841f-1650aac0f5be,res_81,URBANopt::Scenario::TemperatureAdjusted
+a35bd889-b5c7-4a28-98d3-1394ffa55b26,res_82,URBANopt::Scenario::TemperatureAdjusted
+95c70912-c6de-4a3d-8d12-0cc31dc6bd6c,res_83,URBANopt::Scenario::TemperatureAdjusted
+3aa6f2e0-211e-4058-8439-b72fd159daa8,res_84,URBANopt::Scenario::TemperatureAdjusted
+c0816f04-e2cd-4130-a09e-46f7c3c6f255,res_85,URBANopt::Scenario::TemperatureAdjusted
+b32ba91b-ee2e-4e1b-916d-34ed9c5e5427,res_86,URBANopt::Scenario::TemperatureAdjusted
+086dc1a7-7070-4b89-bd81-48dfe906dce4,res_87,URBANopt::Scenario::TemperatureAdjusted
+0d2fc7da-4639-48b0-9582-b6541190af18,res_88,URBANopt::Scenario::TemperatureAdjusted
+4549f1ad-5d0a-4636-9d73-3d011d10121c,res_89,URBANopt::Scenario::TemperatureAdjusted
+178036dd-ad80-44f8-9b74-fb9603f0cc77,res_90,URBANopt::Scenario::TemperatureAdjusted
+a6f2bc16-473a-49f0-8312-8c238072b050,res_91,URBANopt::Scenario::TemperatureAdjusted
+3643e421-e2dc-49f5-8042-065b3909cc67,res_92,URBANopt::Scenario::TemperatureAdjusted
+f227dd7b-7d8c-45a3-bd42-a671a26d634e,res_93,URBANopt::Scenario::TemperatureAdjusted
+9be12ac1-42fb-484f-88fb-dd47f02b7519,res_94,URBANopt::Scenario::TemperatureAdjusted
+8f6f9cae-2df6-432a-909f-bfee3615405c,res_95,URBANopt::Scenario::TemperatureAdjusted
+7e9c7217-ced4-4f15-9915-7189b4c68c90,res_96,URBANopt::Scenario::TemperatureAdjusted
+46ce2d0e-9f7c-4382-96ac-df508dcb7eac,res_97,URBANopt::Scenario::TemperatureAdjusted
+5ed8fe3d-67a4-4143-b4fb-1850c5c2e146,res_98,URBANopt::Scenario::TemperatureAdjusted
+0bab1ce7-a9a1-490a-a3a9-f4e80e2b3832,res_99,URBANopt::Scenario::TemperatureAdjusted
+9d3f2830-55bb-49e0-8ac4-cc3376f1eca9,res_100,URBANopt::Scenario::TemperatureAdjusted
+0ddd6748-5a21-47b3-b804-52bb6605fd25,res_101,URBANopt::Scenario::TemperatureAdjusted
+b5f462ce-9d52-47b3-9daf-50bfb17d9471,res_102,URBANopt::Scenario::TemperatureAdjusted
+9adbba8b-5a14-473a-9393-121c284a3fa2,res_103,URBANopt::Scenario::TemperatureAdjusted
+5e7fed66-8634-4281-b7b2-238c5d17dfeb,res_104,URBANopt::Scenario::TemperatureAdjusted
+81dae7c5-f847-465d-9552-8bc0855a7fa7,res_105,URBANopt::Scenario::TemperatureAdjusted
+bed92c41-9371-4687-b484-84c919f460a8,res_106,URBANopt::Scenario::TemperatureAdjusted
+7bce41f0-1842-4533-b8ba-c519552f5aa4,res_107,URBANopt::Scenario::TemperatureAdjusted
+18476f04-a7e3-4a3e-a0cd-1d0e0b3402a9,res_108,URBANopt::Scenario::TemperatureAdjusted
+251dabae-34b2-4506-8cf7-9c07044969d4,res_109,URBANopt::Scenario::TemperatureAdjusted
+0b96a573-eddc-45b1-9797-005e45dd74fd,res_110,URBANopt::Scenario::TemperatureAdjusted
+7e795bb8-ae59-4e36-a982-e85311a6d31a,res_111,URBANopt::Scenario::TemperatureAdjusted
+898c8ff7-81c4-493a-8e8a-6570849a807c,res_112,URBANopt::Scenario::TemperatureAdjusted
+66cceddb-82bc-4518-b962-bb48c69cfc9e,res_113,URBANopt::Scenario::TemperatureAdjusted
+b41ac9b3-5476-4cee-a7bd-68d57695596c,res_114,URBANopt::Scenario::TemperatureAdjusted
+9e360861-501c-4d4c-a2bb-fdb2dbc5c1c3,res_115,URBANopt::Scenario::TemperatureAdjusted
+d4674698-1173-4dac-bc0d-14d466b670a6,res_116,URBANopt::Scenario::TemperatureAdjusted
+23516435-f9cf-4f36-8055-302d1bb44bc0,res_117,URBANopt::Scenario::TemperatureAdjusted
+4a6c56a0-01cc-4395-9f84-0afda5093505,res_118,URBANopt::Scenario::TemperatureAdjusted
+320c2b8d-35ad-480b-b748-1d2d06555cec,res_119,URBANopt::Scenario::TemperatureAdjusted
+ac96907e-3b4f-4ffc-97ed-b4c2d1e77996,res_120,URBANopt::Scenario::TemperatureAdjusted
+55141b6c-75ed-47ef-b654-d363c9edd60a,res_121,URBANopt::Scenario::TemperatureAdjusted
+66601039-ed65-4860-a9ec-5acaf55021ce,res_122,URBANopt::Scenario::TemperatureAdjusted
+2d0a89dd-597e-4330-b83a-34fa16bb4776,res_123,URBANopt::Scenario::TemperatureAdjusted
+9cb2fe16-323b-49b9-9b80-7a65e0db5dad,res_124,URBANopt::Scenario::TemperatureAdjusted
+3d8c0317-04fc-40ec-8699-0b13129aa4b8,res_125,URBANopt::Scenario::TemperatureAdjusted
+e44b706a-b07a-48eb-9a7f-3ffbe82d7fab,res_126,URBANopt::Scenario::TemperatureAdjusted
+91f59d59-1f3f-4184-a288-74325dbc81e2,res_127,URBANopt::Scenario::TemperatureAdjusted
+8e45a67e-82e1-4065-b7bc-7f76adf792cb,res_128,URBANopt::Scenario::TemperatureAdjusted
+f05b418d-33f0-44ad-b530-e40e8e35d57f,res_129,URBANopt::Scenario::TemperatureAdjusted
+be6ac0fc-9274-455a-9c72-979f6e248657,res_130,URBANopt::Scenario::TemperatureAdjusted
+d392bc2b-cec9-460f-8efb-36fd791502dc,res_131,URBANopt::Scenario::TemperatureAdjusted
+5133fe7e-65bb-4865-8b7a-00f260082280,res_132,URBANopt::Scenario::TemperatureAdjusted
+25172433-2dcd-4b1d-8381-1e321828e6c4,res_133,URBANopt::Scenario::TemperatureAdjusted
+49686c2e-9118-4046-9c51-2512ad9969c2,res_134,URBANopt::Scenario::TemperatureAdjusted
+5c62874d-0ba9-4d8f-b582-b8c6ece95c78,res_135,URBANopt::Scenario::TemperatureAdjusted
+b85ed2c5-a7ba-406f-8b85-be18c860f2f4,res_136,URBANopt::Scenario::TemperatureAdjusted
+29948613-545a-4134-a645-e8a8fd768f35,res_137,URBANopt::Scenario::TemperatureAdjusted
+b5690089-7681-4ca9-89a1-62b0b9a2ca5f,res_138,URBANopt::Scenario::TemperatureAdjusted
+44df7032-ee3f-4fec-932d-8614349f8e6e,res_139,URBANopt::Scenario::TemperatureAdjusted
+b326d9f4-3ad0-4c99-8c1b-3d5e83ecfb00,res_140,URBANopt::Scenario::TemperatureAdjusted
+cdff2b0e-dbc0-45c7-ac8f-3e9ce87e593b,res_141,URBANopt::Scenario::TemperatureAdjusted
+8783196c-02ef-46ee-b18c-eba405fcbc0e,res_142,URBANopt::Scenario::TemperatureAdjusted
+1ac3a7c5-f3a4-4f81-8d4c-96d839dcd8df,res_143,URBANopt::Scenario::TemperatureAdjusted
diff --git a/example_project/baseline_scenario.csv b/example_project/baseline_scenario.csv
index b53a5c822..f392a7512 100644
--- a/example_project/baseline_scenario.csv
+++ b/example_project/baseline_scenario.csv
@@ -1,17 +1,182 @@
Feature Id,Feature Name,Mapper Class
-1,Mixed_use 1,URBANopt::Scenario::BaselineMapper
-2,Restaurant 1,URBANopt::Scenario::BaselineMapper
-3,Restaurant 10,URBANopt::Scenario::BaselineMapper
-4,Restaurant 12,URBANopt::Scenario::BaselineMapper
-5,Restaurant 14,URBANopt::Scenario::BaselineMapper
-6,Restaurant 15,URBANopt::Scenario::BaselineMapper
-7,Office 1,URBANopt::Scenario::BaselineMapper
-8,Hospital 1,URBANopt::Scenario::BaselineMapper
-9,Hospital 2,URBANopt::Scenario::BaselineMapper
-10,Mixed use 2,URBANopt::Scenario::BaselineMapper
-11,Restaurant 13,URBANopt::Scenario::BaselineMapper
-12,Mall 1,URBANopt::Scenario::BaselineMapper
-13,Hotel 1,URBANopt::Scenario::BaselineMapper
-14,Residential 1,URBANopt::Scenario::BaselineMapper
-15,Residential 2,URBANopt::Scenario::BaselineMapper
-16,Residential 3,URBANopt::Scenario::BaselineMapper
+1,office_1,URBANopt::Scenario::BaselineMapper
+2,office_2,URBANopt::Scenario::BaselineMapper
+3,office_3,URBANopt::Scenario::BaselineMapper
+4,office_4,URBANopt::Scenario::BaselineMapper
+5,office_5,URBANopt::Scenario::BaselineMapper
+6,office_6,URBANopt::Scenario::BaselineMapper
+7,office_7,URBANopt::Scenario::BaselineMapper
+8,mixed use_1,URBANopt::Scenario::BaselineMapper
+9,mixed use_2,URBANopt::Scenario::BaselineMapper
+10,mall_1,URBANopt::Scenario::BaselineMapper
+11,mall_2,URBANopt::Scenario::BaselineMapper
+12,school_1,URBANopt::Scenario::BaselineMapper
+13,school_2,URBANopt::Scenario::BaselineMapper
+14,school_3,URBANopt::Scenario::BaselineMapper
+15,school_4,URBANopt::Scenario::BaselineMapper
+16,super market_1,URBANopt::Scenario::BaselineMapper
+17,super market_2,URBANopt::Scenario::BaselineMapper
+18,super market_3,URBANopt::Scenario::BaselineMapper
+19,hospital_1,URBANopt::Scenario::BaselineMapper
+20,hospital_2,URBANopt::Scenario::BaselineMapper
+21,hospital_3,URBANopt::Scenario::BaselineMapper
+22,hospital_4,URBANopt::Scenario::BaselineMapper
+23,hospital_5,URBANopt::Scenario::BaselineMapper
+24,hospital_6,URBANopt::Scenario::BaselineMapper
+25,hospital_7,URBANopt::Scenario::BaselineMapper
+26,restaurant_1,URBANopt::Scenario::BaselineMapper
+27,restaurant_2,URBANopt::Scenario::BaselineMapper
+28,restaurant_3,URBANopt::Scenario::BaselineMapper
+29,restaurant_4,URBANopt::Scenario::BaselineMapper
+30,restaurant_5,URBANopt::Scenario::BaselineMapper
+31,restaurant_6,URBANopt::Scenario::BaselineMapper
+32,restaurant_7,URBANopt::Scenario::BaselineMapper
+33,restaurant_8,URBANopt::Scenario::BaselineMapper
+34,restaurant_9,URBANopt::Scenario::BaselineMapper
+35,restaurant_10,URBANopt::Scenario::BaselineMapper
+36,restaurant_11,URBANopt::Scenario::BaselineMapper
+37,restaurant_12,URBANopt::Scenario::BaselineMapper
+38,hotel_1,URBANopt::Scenario::BaselineMapper
+39,hotel_2,URBANopt::Scenario::BaselineMapper
+40,res_6,URBANopt::Scenario::BaselineMapper
+41,res_5,URBANopt::Scenario::BaselineMapper
+42,res_4,URBANopt::Scenario::BaselineMapper
+43,res_3,URBANopt::Scenario::BaselineMapper
+44,res_2,URBANopt::Scenario::BaselineMapper
+45,res_1,URBANopt::Scenario::BaselineMapper
+46,res_8,URBANopt::Scenario::BaselineMapper
+47,res_9,URBANopt::Scenario::BaselineMapper
+48,res_10,URBANopt::Scenario::BaselineMapper
+49,res_11,URBANopt::Scenario::BaselineMapper
+50,res_12,URBANopt::Scenario::BaselineMapper
+51,res_13,URBANopt::Scenario::BaselineMapper
+52,res_14,URBANopt::Scenario::BaselineMapper
+53,res_15,URBANopt::Scenario::BaselineMapper
+54,res_16,URBANopt::Scenario::BaselineMapper
+55,res_17,URBANopt::Scenario::BaselineMapper
+56,res_18,URBANopt::Scenario::BaselineMapper
+57,res_19,URBANopt::Scenario::BaselineMapper
+58,res_20,URBANopt::Scenario::BaselineMapper
+59,res_21,URBANopt::Scenario::BaselineMapper
+60,res_22,URBANopt::Scenario::BaselineMapper
+61,res_23,URBANopt::Scenario::BaselineMapper
+62,res_24,URBANopt::Scenario::BaselineMapper
+63,res_25,URBANopt::Scenario::BaselineMapper
+64,res_26,URBANopt::Scenario::BaselineMapper
+65,res_27,URBANopt::Scenario::BaselineMapper
+66,res_28,URBANopt::Scenario::BaselineMapper
+67,res_29,URBANopt::Scenario::BaselineMapper
+68,res_30,URBANopt::Scenario::BaselineMapper
+69,res_31,URBANopt::Scenario::BaselineMapper
+70,res_32,URBANopt::Scenario::BaselineMapper
+71,res_33,URBANopt::Scenario::BaselineMapper
+72,res_34,URBANopt::Scenario::BaselineMapper
+73,res_35,URBANopt::Scenario::BaselineMapper
+74,res_36,URBANopt::Scenario::BaselineMapper
+75,res_37,URBANopt::Scenario::BaselineMapper
+76,res_38,URBANopt::Scenario::BaselineMapper
+77,res_39,URBANopt::Scenario::BaselineMapper
+78,res_40,URBANopt::Scenario::BaselineMapper
+79,res_41,URBANopt::Scenario::BaselineMapper
+80,res_42,URBANopt::Scenario::BaselineMapper
+81,res_43,URBANopt::Scenario::BaselineMapper
+82,res_44,URBANopt::Scenario::BaselineMapper
+83,res_45,URBANopt::Scenario::BaselineMapper
+84,res_46,URBANopt::Scenario::BaselineMapper
+85,res_47,URBANopt::Scenario::BaselineMapper
+86,res_48,URBANopt::Scenario::BaselineMapper
+87,res_49,URBANopt::Scenario::BaselineMapper
+88,res_50,URBANopt::Scenario::BaselineMapper
+89,res_51,URBANopt::Scenario::BaselineMapper
+90,res_52,URBANopt::Scenario::BaselineMapper
+91,res_53,URBANopt::Scenario::BaselineMapper
+92,res_54,URBANopt::Scenario::BaselineMapper
+93,res_55,URBANopt::Scenario::BaselineMapper
+94,res_56,URBANopt::Scenario::BaselineMapper
+95,res_57,URBANopt::Scenario::BaselineMapper
+96,res_58,URBANopt::Scenario::BaselineMapper
+97,res_59,URBANopt::Scenario::BaselineMapper
+98,res_60,URBANopt::Scenario::BaselineMapper
+99,res_61,URBANopt::Scenario::BaselineMapper
+100,res_62,URBANopt::Scenario::BaselineMapper
+101,res_63,URBANopt::Scenario::BaselineMapper
+102,res_64,URBANopt::Scenario::BaselineMapper
+103,res_65,URBANopt::Scenario::BaselineMapper
+104,res_66,URBANopt::Scenario::BaselineMapper
+105,res_67,URBANopt::Scenario::BaselineMapper
+106,res_68,URBANopt::Scenario::BaselineMapper
+107,res_69,URBANopt::Scenario::BaselineMapper
+108,res_70,URBANopt::Scenario::BaselineMapper
+109,res_71,URBANopt::Scenario::BaselineMapper
+110,res_72,URBANopt::Scenario::BaselineMapper
+111,res_73,URBANopt::Scenario::BaselineMapper
+112,res_74,URBANopt::Scenario::BaselineMapper
+113,res_75,URBANopt::Scenario::BaselineMapper
+114,res_76,URBANopt::Scenario::BaselineMapper
+115,res_77,URBANopt::Scenario::BaselineMapper
+116,res_78,URBANopt::Scenario::BaselineMapper
+117,res_79,URBANopt::Scenario::BaselineMapper
+118,res_80,URBANopt::Scenario::BaselineMapper
+119,res_81,URBANopt::Scenario::BaselineMapper
+120,res_82,URBANopt::Scenario::BaselineMapper
+121,res_83,URBANopt::Scenario::BaselineMapper
+122,res_84,URBANopt::Scenario::BaselineMapper
+123,res_85,URBANopt::Scenario::BaselineMapper
+124,res_86,URBANopt::Scenario::BaselineMapper
+125,res_87,URBANopt::Scenario::BaselineMapper
+126,res_88,URBANopt::Scenario::BaselineMapper
+127,res_89,URBANopt::Scenario::BaselineMapper
+128,res_90,URBANopt::Scenario::BaselineMapper
+129,res_91,URBANopt::Scenario::BaselineMapper
+130,res_92,URBANopt::Scenario::BaselineMapper
+131,res_93,URBANopt::Scenario::BaselineMapper
+132,res_94,URBANopt::Scenario::BaselineMapper
+133,res_95,URBANopt::Scenario::BaselineMapper
+134,res_96,URBANopt::Scenario::BaselineMapper
+135,res_97,URBANopt::Scenario::BaselineMapper
+136,res_98,URBANopt::Scenario::BaselineMapper
+137,res_99,URBANopt::Scenario::BaselineMapper
+138,res_100,URBANopt::Scenario::BaselineMapper
+139,res_101,URBANopt::Scenario::BaselineMapper
+140,res_102,URBANopt::Scenario::BaselineMapper
+141,res_103,URBANopt::Scenario::BaselineMapper
+142,res_104,URBANopt::Scenario::BaselineMapper
+143,res_105,URBANopt::Scenario::BaselineMapper
+144,res_106,URBANopt::Scenario::BaselineMapper
+145,res_107,URBANopt::Scenario::BaselineMapper
+146,res_108,URBANopt::Scenario::BaselineMapper
+147,res_109,URBANopt::Scenario::BaselineMapper
+148,res_110,URBANopt::Scenario::BaselineMapper
+149,res_111,URBANopt::Scenario::BaselineMapper
+150,res_112,URBANopt::Scenario::BaselineMapper
+151,res_113,URBANopt::Scenario::BaselineMapper
+152,res_114,URBANopt::Scenario::BaselineMapper
+153,res_115,URBANopt::Scenario::BaselineMapper
+154,res_116,URBANopt::Scenario::BaselineMapper
+155,res_117,URBANopt::Scenario::BaselineMapper
+156,res_118,URBANopt::Scenario::BaselineMapper
+157,res_119,URBANopt::Scenario::BaselineMapper
+158,res_120,URBANopt::Scenario::BaselineMapper
+159,res_121,URBANopt::Scenario::BaselineMapper
+160,res_122,URBANopt::Scenario::BaselineMapper
+161,res_123,URBANopt::Scenario::BaselineMapper
+162,res_124,URBANopt::Scenario::BaselineMapper
+163,res_125,URBANopt::Scenario::BaselineMapper
+164,res_126,URBANopt::Scenario::BaselineMapper
+165,res_127,URBANopt::Scenario::BaselineMapper
+166,res_128,URBANopt::Scenario::BaselineMapper
+167,res_129,URBANopt::Scenario::BaselineMapper
+168,res_130,URBANopt::Scenario::BaselineMapper
+169,res_131,URBANopt::Scenario::BaselineMapper
+170,res_132,URBANopt::Scenario::BaselineMapper
+171,res_133,URBANopt::Scenario::BaselineMapper
+172,res_134,URBANopt::Scenario::BaselineMapper
+173,res_135,URBANopt::Scenario::BaselineMapper
+174,res_136,URBANopt::Scenario::BaselineMapper
+175,res_137,URBANopt::Scenario::BaselineMapper
+176,res_138,URBANopt::Scenario::BaselineMapper
+177,res_139,URBANopt::Scenario::BaselineMapper
+178,res_140,URBANopt::Scenario::BaselineMapper
+179,res_141,URBANopt::Scenario::BaselineMapper
+180,res_142,URBANopt::Scenario::BaselineMapper
+181,res_143,URBANopt::Scenario::BaselineMapper
diff --git a/example_project/baseline_scenario_all_buildings.csv b/example_project/baseline_scenario_all_buildings.csv
new file mode 100644
index 000000000..0daab6c5d
--- /dev/null
+++ b/example_project/baseline_scenario_all_buildings.csv
@@ -0,0 +1,182 @@
+Feature Id,Feature Name,Mapper Class
+43b5f98b-89a3-41a6-95e8-0786f1fa883f,office_1,URBANopt::Scenario::BaselineMapper
+daaf69fe-f96d-43c4-a172-8592446f7281,office_2,URBANopt::Scenario::BaselineMapper
+a02c9392-24fb-4927-9a27-b437670a935e,office_3,URBANopt::Scenario::BaselineMapper
+a20e7631-a480-42b2-9c88-40a77efbb853,office_4,URBANopt::Scenario::BaselineMapper
+8dd45e67-b163-41fb-9b4d-9f2487c56516,office_5,URBANopt::Scenario::BaselineMapper
+61a40e47-a2c4-4641-adba-5ed682351eb2,office_6,URBANopt::Scenario::BaselineMapper
+b12fc4fe-e0b8-4612-b785-5d0ddb9f68a8,office_7,URBANopt::Scenario::BaselineMapper
+79c65ce5-64af-4762-a7b1-ab7d43bc739a,mixed use_1,URBANopt::Scenario::BaselineMapper
+cec59f73-917a-49e0-9704-e1ca3d46ee63,mixed use_2,URBANopt::Scenario::BaselineMapper
+58392009-8cff-4920-9ffd-45fda56bc814,mall_1,URBANopt::Scenario::BaselineMapper
+ebf1024f-0c12-4426-8adb-943eb6c189c0,mall_2,URBANopt::Scenario::BaselineMapper
+c913a28f-2405-4428-a6e8-9b92f25f149b,school_1,URBANopt::Scenario::BaselineMapper
+14b66566-b811-4904-909b-216f536cefc3,school_2,URBANopt::Scenario::BaselineMapper
+0f0b0990-77ed-4352-acf2-daa70e614e03,school_3,URBANopt::Scenario::BaselineMapper
+86c0eb5d-af9c-4d2d-92d5-c111564171b0,school_4,URBANopt::Scenario::BaselineMapper
+b2499f85-a385-40d0-9d54-996bd33ddd87,super market_1,URBANopt::Scenario::BaselineMapper
+082e341a-b856-484a-ade5-515cb3f818e8,super market_2,URBANopt::Scenario::BaselineMapper
+45a315d2-cfb9-45da-9ace-ca37b5faa5a9,super market_3,URBANopt::Scenario::BaselineMapper
+9a7b9d91-4690-48e7-aed4-4d70f446b068,hospital_1,URBANopt::Scenario::BaselineMapper
+e661e306-0a8d-4304-87cd-e575001147ff,hospital_2,URBANopt::Scenario::BaselineMapper
+6a73b366-8b37-430d-96d6-bbceca47e84f,hospital_3,URBANopt::Scenario::BaselineMapper
+8dc5a65a-5254-4e45-93ee-d9225458dfce,hospital_4,URBANopt::Scenario::BaselineMapper
+0787c04c-b4d0-4a44-bc5c-c87c75558298,hospital_5,URBANopt::Scenario::BaselineMapper
+adcbbfe9-7d53-4ae1-8361-82396489ab71,hospital_6,URBANopt::Scenario::BaselineMapper
+150091d6-a9e8-45df-a18e-716d7e9aa21e,hospital_7,URBANopt::Scenario::BaselineMapper
+50a231db-600b-4f15-bd83-79d469aee17d,restaurant_1,URBANopt::Scenario::BaselineMapper
+e2e187eb-f3e7-4bb7-be85-ff0441e9d234,restaurant_2,URBANopt::Scenario::BaselineMapper
+a4b1e912-bafb-41e6-ad45-8dce64137a31,restaurant_3,URBANopt::Scenario::BaselineMapper
+b255ebca-2e53-42a7-a1dc-504d47be937a,restaurant_4,URBANopt::Scenario::BaselineMapper
+9e9e3d64-abf8-4496-95f7-6be8cdb7898d,restaurant_5,URBANopt::Scenario::BaselineMapper
+7ca5cdde-f67a-4a16-9a19-69e2a9135219,restaurant_6,URBANopt::Scenario::BaselineMapper
+d626395c-16ed-4725-811d-bdcaddc63434,restaurant_7,URBANopt::Scenario::BaselineMapper
+40d9c2b4-64a4-4600-a7d5-47b7a40f0c59,restaurant_8,URBANopt::Scenario::BaselineMapper
+873b1928-1210-4924-9677-020c482e2d14,restaurant_9,URBANopt::Scenario::BaselineMapper
+5789c049-7015-4d4b-a78e-5866dfecc047,restaurant_10,URBANopt::Scenario::BaselineMapper
+0426526e-68b6-4fc3-b489-f284aafd77dd,restaurant_11,URBANopt::Scenario::BaselineMapper
+e535d6a4-8ee4-4945-bf7d-53469f4ec5b5,restaurant_12,URBANopt::Scenario::BaselineMapper
+f105e566-a25f-4175-b39c-e07acdbf3321,hotel_1,URBANopt::Scenario::BaselineMapper
+937cca90-093b-4874-83dc-a5afb625938d,hotel_2,URBANopt::Scenario::BaselineMapper
+0701f3da-c061-4607-83af-2ad6e8e7d686,res_6,URBANopt::Scenario::BaselineMapper
+9941b83b-4855-4a13-8ce4-1b18502a7d6e,res_5,URBANopt::Scenario::BaselineMapper
+1f66aed7-b07f-4861-8fd2-c02c59ab80f4,res_4,URBANopt::Scenario::BaselineMapper
+1d5187c1-1858-4b20-82c3-65033bfc1a11,res_3,URBANopt::Scenario::BaselineMapper
+1f1b4da3-5a00-42ae-a2d0-b75b4a435ea3,res_2,URBANopt::Scenario::BaselineMapper
+69adb414-245a-4b75-8953-d4b52351d40a,res_1,URBANopt::Scenario::BaselineMapper
+e7266e96-b14b-444d-aa60-c5563ecf671f,res_8,URBANopt::Scenario::BaselineMapper
+c84e8e7f-8019-421a-ae42-dcf47573529d,res_9,URBANopt::Scenario::BaselineMapper
+61345b76-b890-4ea4-84f1-e5561e635a1d,res_10,URBANopt::Scenario::BaselineMapper
+ca2302cf-4415-4090-b36d-de8cfd195e80,res_11,URBANopt::Scenario::BaselineMapper
+402f84d4-7164-4ef0-9c76-ae2130feda04,res_12,URBANopt::Scenario::BaselineMapper
+eb5a67cb-5806-4b15-8884-a369dfac3288,res_13,URBANopt::Scenario::BaselineMapper
+c0bd7c30-e7f2-4d55-b9ba-33b9e3d2ff95,res_14,URBANopt::Scenario::BaselineMapper
+88c00b15-6d36-4261-98e4-88ae793d8f54,res_15,URBANopt::Scenario::BaselineMapper
+c79efeb0-61f8-4545-97e3-899195e69265,res_16,URBANopt::Scenario::BaselineMapper
+9f3fe205-12ee-4b15-be6e-be5219fecdb7,res_17,URBANopt::Scenario::BaselineMapper
+61aa5271-425d-41c5-a9d8-73e834643f2f,res_18,URBANopt::Scenario::BaselineMapper
+3f59c782-5f53-4e98-bc27-8f6db8fe88d7,res_19,URBANopt::Scenario::BaselineMapper
+a96f1543-2712-448c-a1fc-4446b15f41ee,res_20,URBANopt::Scenario::BaselineMapper
+17d2d7f1-2b7b-4a48-b823-3d73c52e59bc,res_21,URBANopt::Scenario::BaselineMapper
+bbbf4134-4a09-46dd-bedc-c6b0df8c8e66,res_22,URBANopt::Scenario::BaselineMapper
+6e6e9da8-119f-477d-be49-f1010d67cedb,res_23,URBANopt::Scenario::BaselineMapper
+03c637bb-d233-47e5-ad08-698a324fc9d9,res_24,URBANopt::Scenario::BaselineMapper
+a91458df-d886-47f5-9af4-cda6a055e6b5,res_25,URBANopt::Scenario::BaselineMapper
+52a2ac1e-9a0b-4bf5-a7a7-6fb884509839,res_26,URBANopt::Scenario::BaselineMapper
+24ba3caa-568b-4fc3-88bf-18487fadc14b,res_27,URBANopt::Scenario::BaselineMapper
+fbb2c3c8-fd05-4096-a6ed-e1fec86ddcbb,res_28,URBANopt::Scenario::BaselineMapper
+5675e002-fafe-4b26-b29d-b408e67b9cd8,res_29,URBANopt::Scenario::BaselineMapper
+2271e84f-c8e9-4d5a-9ff4-5e56b9660641,res_30,URBANopt::Scenario::BaselineMapper
+585b3aaa-e975-4eb9-b646-294cf692d8a8,res_31,URBANopt::Scenario::BaselineMapper
+5abf34dd-3ec8-4d1c-b796-89ee48e98442,res_32,URBANopt::Scenario::BaselineMapper
+9811950a-ec80-47c5-8708-d5c5557b2320,res_33,URBANopt::Scenario::BaselineMapper
+3012f4f1-d2f6-4720-a0ea-f91f5cc30999,res_34,URBANopt::Scenario::BaselineMapper
+7c7655a4-8c9a-421a-aa97-077a3a3aa403,res_35,URBANopt::Scenario::BaselineMapper
+8af1f652-22a2-4fed-83ba-7d84b92431f4,res_36,URBANopt::Scenario::BaselineMapper
+3356d40d-0fbb-41e3-a5a8-fa8b504527a1,res_37,URBANopt::Scenario::BaselineMapper
+81399cd5-4da0-4f96-a8a6-5e9b0d9b0239,res_38,URBANopt::Scenario::BaselineMapper
+5eedb5c5-9c88-4f12-ba3b-39541746a707,res_39,URBANopt::Scenario::BaselineMapper
+ef83a0ad-2935-4434-9dc3-81bb227c8347,res_40,URBANopt::Scenario::BaselineMapper
+f281e216-4faf-4c40-91be-c8a87e3bc23c,res_41,URBANopt::Scenario::BaselineMapper
+4c19da84-a582-4c08-9f60-f3d75f301c36,res_42,URBANopt::Scenario::BaselineMapper
+0f5745bc-b0e8-463a-9ec4-1a5acabdeab2,res_43,URBANopt::Scenario::BaselineMapper
+393b8fe3-2307-4618-8c4b-5b49e8fad76a,res_44,URBANopt::Scenario::BaselineMapper
+23e9cc76-e9e7-412a-966b-308bfc5ceb33,res_45,URBANopt::Scenario::BaselineMapper
+4096e26a-a529-4bdf-9dc0-1a4c267db50a,res_46,URBANopt::Scenario::BaselineMapper
+34cf617b-4574-4e68-b68c-75d74f17f9d9,res_47,URBANopt::Scenario::BaselineMapper
+da69c3b8-3aff-43fb-98be-a12f283e86db,res_48,URBANopt::Scenario::BaselineMapper
+b5758626-89ca-4736-8a51-0dcfa02704df,res_49,URBANopt::Scenario::BaselineMapper
+7f54a990-9f30-4371-ab32-bc817d617afe,res_50,URBANopt::Scenario::BaselineMapper
+9280413f-9b18-4481-9f5c-1539150cff46,res_51,URBANopt::Scenario::BaselineMapper
+496e8dd2-cae1-4307-896a-16d446726b58,res_52,URBANopt::Scenario::BaselineMapper
+46247531-303e-462f-bd2a-9c9b1ec4d327,res_53,URBANopt::Scenario::BaselineMapper
+1361a2ab-4fd7-4c9c-a7c6-f60de2bff5eb,res_54,URBANopt::Scenario::BaselineMapper
+acc74b15-8f91-4114-b369-615e1b82ef24,res_55,URBANopt::Scenario::BaselineMapper
+dffed215-9398-42eb-9089-49a417513e4c,res_56,URBANopt::Scenario::BaselineMapper
+4703a305-9b77-4641-a1b8-17e694ec230c,res_57,URBANopt::Scenario::BaselineMapper
+e05ed9d9-ee32-4990-ab9f-26cba12d5324,res_58,URBANopt::Scenario::BaselineMapper
+4bd8c811-8e36-46b4-9037-3cead9c9071e,res_59,URBANopt::Scenario::BaselineMapper
+d9f392a0-2740-4973-b96c-2cdb5019c6e7,res_60,URBANopt::Scenario::BaselineMapper
+735097f9-e1e7-4a13-9cc2-3ca29a87f43f,res_61,URBANopt::Scenario::BaselineMapper
+18e422d1-b2a8-4020-b6b5-241083e537d2,res_62,URBANopt::Scenario::BaselineMapper
+e990bd84-f611-4cab-a70c-6acb488d8fce,res_63,URBANopt::Scenario::BaselineMapper
+62c49791-8745-4d2a-af01-75c35b4ef619,res_64,URBANopt::Scenario::BaselineMapper
+2934c323-1e79-463c-a96d-2e6dc349ee6f,res_65,URBANopt::Scenario::BaselineMapper
+90cd7506-9c39-4792-8617-a8a612b2b0a1,res_66,URBANopt::Scenario::BaselineMapper
+67fefc3d-a77d-4db4-81c3-6b10870a7fc9,res_67,URBANopt::Scenario::BaselineMapper
+feca02e4-3d54-4b28-8d65-ab60a0ab8152,res_68,URBANopt::Scenario::BaselineMapper
+463c835b-05a3-4637-8be2-0ae7d8d8dfee,res_69,URBANopt::Scenario::BaselineMapper
+7c10672b-b0f6-4799-8546-52221ac4fae8,res_70,URBANopt::Scenario::BaselineMapper
+5bd47fc3-61a8-4dbc-a8f8-80bf12047c75,res_71,URBANopt::Scenario::BaselineMapper
+46ecad32-d074-471a-a22e-34309a676d60,res_72,URBANopt::Scenario::BaselineMapper
+be15c6c5-de1f-4ec4-a09f-ca1b3d2ad135,res_73,URBANopt::Scenario::BaselineMapper
+b585b4a4-5303-4e3f-a5d6-630e8e5b9fa9,res_74,URBANopt::Scenario::BaselineMapper
+832da2c2-7e52-48b2-b0dc-21fe9a24ef91,res_75,URBANopt::Scenario::BaselineMapper
+801dfdb1-73c3-47bb-b9d3-a8d8d28394d6,res_76,URBANopt::Scenario::BaselineMapper
+0ec92eb9-4704-4aad-9b2c-b440b23f47df,res_77,URBANopt::Scenario::BaselineMapper
+7abc39a4-d1da-46c9-9543-757b4c3287e0,res_78,URBANopt::Scenario::BaselineMapper
+f6bc1c8a-7896-432e-ab2d-073eada53f63,res_79,URBANopt::Scenario::BaselineMapper
+96e3710b-d442-45fe-ba2d-f68482f1ebbe,res_80,URBANopt::Scenario::BaselineMapper
+0c5e22df-c333-472b-841f-1650aac0f5be,res_81,URBANopt::Scenario::BaselineMapper
+a35bd889-b5c7-4a28-98d3-1394ffa55b26,res_82,URBANopt::Scenario::BaselineMapper
+95c70912-c6de-4a3d-8d12-0cc31dc6bd6c,res_83,URBANopt::Scenario::BaselineMapper
+3aa6f2e0-211e-4058-8439-b72fd159daa8,res_84,URBANopt::Scenario::BaselineMapper
+c0816f04-e2cd-4130-a09e-46f7c3c6f255,res_85,URBANopt::Scenario::BaselineMapper
+b32ba91b-ee2e-4e1b-916d-34ed9c5e5427,res_86,URBANopt::Scenario::BaselineMapper
+086dc1a7-7070-4b89-bd81-48dfe906dce4,res_87,URBANopt::Scenario::BaselineMapper
+0d2fc7da-4639-48b0-9582-b6541190af18,res_88,URBANopt::Scenario::BaselineMapper
+4549f1ad-5d0a-4636-9d73-3d011d10121c,res_89,URBANopt::Scenario::BaselineMapper
+178036dd-ad80-44f8-9b74-fb9603f0cc77,res_90,URBANopt::Scenario::BaselineMapper
+a6f2bc16-473a-49f0-8312-8c238072b050,res_91,URBANopt::Scenario::BaselineMapper
+3643e421-e2dc-49f5-8042-065b3909cc67,res_92,URBANopt::Scenario::BaselineMapper
+f227dd7b-7d8c-45a3-bd42-a671a26d634e,res_93,URBANopt::Scenario::BaselineMapper
+9be12ac1-42fb-484f-88fb-dd47f02b7519,res_94,URBANopt::Scenario::BaselineMapper
+8f6f9cae-2df6-432a-909f-bfee3615405c,res_95,URBANopt::Scenario::BaselineMapper
+7e9c7217-ced4-4f15-9915-7189b4c68c90,res_96,URBANopt::Scenario::BaselineMapper
+46ce2d0e-9f7c-4382-96ac-df508dcb7eac,res_97,URBANopt::Scenario::BaselineMapper
+5ed8fe3d-67a4-4143-b4fb-1850c5c2e146,res_98,URBANopt::Scenario::BaselineMapper
+0bab1ce7-a9a1-490a-a3a9-f4e80e2b3832,res_99,URBANopt::Scenario::BaselineMapper
+9d3f2830-55bb-49e0-8ac4-cc3376f1eca9,res_100,URBANopt::Scenario::BaselineMapper
+0ddd6748-5a21-47b3-b804-52bb6605fd25,res_101,URBANopt::Scenario::BaselineMapper
+b5f462ce-9d52-47b3-9daf-50bfb17d9471,res_102,URBANopt::Scenario::BaselineMapper
+9adbba8b-5a14-473a-9393-121c284a3fa2,res_103,URBANopt::Scenario::BaselineMapper
+5e7fed66-8634-4281-b7b2-238c5d17dfeb,res_104,URBANopt::Scenario::BaselineMapper
+81dae7c5-f847-465d-9552-8bc0855a7fa7,res_105,URBANopt::Scenario::BaselineMapper
+bed92c41-9371-4687-b484-84c919f460a8,res_106,URBANopt::Scenario::BaselineMapper
+7bce41f0-1842-4533-b8ba-c519552f5aa4,res_107,URBANopt::Scenario::BaselineMapper
+18476f04-a7e3-4a3e-a0cd-1d0e0b3402a9,res_108,URBANopt::Scenario::BaselineMapper
+251dabae-34b2-4506-8cf7-9c07044969d4,res_109,URBANopt::Scenario::BaselineMapper
+0b96a573-eddc-45b1-9797-005e45dd74fd,res_110,URBANopt::Scenario::BaselineMapper
+7e795bb8-ae59-4e36-a982-e85311a6d31a,res_111,URBANopt::Scenario::BaselineMapper
+898c8ff7-81c4-493a-8e8a-6570849a807c,res_112,URBANopt::Scenario::BaselineMapper
+66cceddb-82bc-4518-b962-bb48c69cfc9e,res_113,URBANopt::Scenario::BaselineMapper
+b41ac9b3-5476-4cee-a7bd-68d57695596c,res_114,URBANopt::Scenario::BaselineMapper
+9e360861-501c-4d4c-a2bb-fdb2dbc5c1c3,res_115,URBANopt::Scenario::BaselineMapper
+d4674698-1173-4dac-bc0d-14d466b670a6,res_116,URBANopt::Scenario::BaselineMapper
+23516435-f9cf-4f36-8055-302d1bb44bc0,res_117,URBANopt::Scenario::BaselineMapper
+4a6c56a0-01cc-4395-9f84-0afda5093505,res_118,URBANopt::Scenario::BaselineMapper
+320c2b8d-35ad-480b-b748-1d2d06555cec,res_119,URBANopt::Scenario::BaselineMapper
+ac96907e-3b4f-4ffc-97ed-b4c2d1e77996,res_120,URBANopt::Scenario::BaselineMapper
+55141b6c-75ed-47ef-b654-d363c9edd60a,res_121,URBANopt::Scenario::BaselineMapper
+66601039-ed65-4860-a9ec-5acaf55021ce,res_122,URBANopt::Scenario::BaselineMapper
+2d0a89dd-597e-4330-b83a-34fa16bb4776,res_123,URBANopt::Scenario::BaselineMapper
+9cb2fe16-323b-49b9-9b80-7a65e0db5dad,res_124,URBANopt::Scenario::BaselineMapper
+3d8c0317-04fc-40ec-8699-0b13129aa4b8,res_125,URBANopt::Scenario::BaselineMapper
+e44b706a-b07a-48eb-9a7f-3ffbe82d7fab,res_126,URBANopt::Scenario::BaselineMapper
+91f59d59-1f3f-4184-a288-74325dbc81e2,res_127,URBANopt::Scenario::BaselineMapper
+8e45a67e-82e1-4065-b7bc-7f76adf792cb,res_128,URBANopt::Scenario::BaselineMapper
+f05b418d-33f0-44ad-b530-e40e8e35d57f,res_129,URBANopt::Scenario::BaselineMapper
+be6ac0fc-9274-455a-9c72-979f6e248657,res_130,URBANopt::Scenario::BaselineMapper
+d392bc2b-cec9-460f-8efb-36fd791502dc,res_131,URBANopt::Scenario::BaselineMapper
+5133fe7e-65bb-4865-8b7a-00f260082280,res_132,URBANopt::Scenario::BaselineMapper
+25172433-2dcd-4b1d-8381-1e321828e6c4,res_133,URBANopt::Scenario::BaselineMapper
+49686c2e-9118-4046-9c51-2512ad9969c2,res_134,URBANopt::Scenario::BaselineMapper
+5c62874d-0ba9-4d8f-b582-b8c6ece95c78,res_135,URBANopt::Scenario::BaselineMapper
+b85ed2c5-a7ba-406f-8b85-be18c860f2f4,res_136,URBANopt::Scenario::BaselineMapper
+29948613-545a-4134-a645-e8a8fd768f35,res_137,URBANopt::Scenario::BaselineMapper
+b5690089-7681-4ca9-89a1-62b0b9a2ca5f,res_138,URBANopt::Scenario::BaselineMapper
+44df7032-ee3f-4fec-932d-8614349f8e6e,res_139,URBANopt::Scenario::BaselineMapper
+b326d9f4-3ad0-4c99-8c1b-3d5e83ecfb00,res_140,URBANopt::Scenario::BaselineMapper
+cdff2b0e-dbc0-45c7-ac8f-3e9ce87e593b,res_141,URBANopt::Scenario::BaselineMapper
+8783196c-02ef-46ee-b18c-eba405fcbc0e,res_142,URBANopt::Scenario::BaselineMapper
+1ac3a7c5-f3a4-4f81-8d4c-96d839dcd8df,res_143,URBANopt::Scenario::BaselineMapper
diff --git a/example_project/createbar_scenario.csv b/example_project/createbar_scenario.csv
index 908939403..f68842a23 100644
--- a/example_project/createbar_scenario.csv
+++ b/example_project/createbar_scenario.csv
@@ -1,14 +1,182 @@
Feature Id,Feature Name,Mapper Class
-1,Mixed_use 1,URBANopt::Scenario::CreateBarMapper
-2,Restaurant 1,URBANopt::Scenario::CreateBarMapper
-3,Restaurant 10,URBANopt::Scenario::CreateBarMapper
-4,Restaurant 12,URBANopt::Scenario::CreateBarMapper
-5,Restaurant 14,URBANopt::Scenario::CreateBarMapper
-6,Restaurant 15,URBANopt::Scenario::CreateBarMapper
-7,Office 1,URBANopt::Scenario::CreateBarMapper
-8,Hospital 1,URBANopt::Scenario::CreateBarMapper
-9,Hospital 2,URBANopt::Scenario::CreateBarMapper
-10,Mixed use 2,URBANopt::Scenario::CreateBarMapper
-11,Restaurant 13,URBANopt::Scenario::CreateBarMapper
-12,Mall 1,URBANopt::Scenario::CreateBarMapper
-13,Hotel 1,URBANopt::Scenario::CreateBarMapper
+1,office_1,URBANopt::Scenario::CreateBarMapper
+2,office_2,URBANopt::Scenario::CreateBarMapper
+3,office_3,URBANopt::Scenario::CreateBarMapper
+4,office_4,URBANopt::Scenario::CreateBarMapper
+5,office_5,URBANopt::Scenario::CreateBarMapper
+6,office_6,URBANopt::Scenario::CreateBarMapper
+7,office_7,URBANopt::Scenario::CreateBarMapper
+8,mixed use_1,URBANopt::Scenario::CreateBarMapper
+9,mixed use_2,URBANopt::Scenario::CreateBarMapper
+10,mall_1,URBANopt::Scenario::CreateBarMapper
+11,mall_2,URBANopt::Scenario::CreateBarMapper
+12,school_1,URBANopt::Scenario::CreateBarMapper
+13,school_2,URBANopt::Scenario::CreateBarMapper
+14,school_3,URBANopt::Scenario::CreateBarMapper
+15,school_4,URBANopt::Scenario::CreateBarMapper
+16,super market_1,URBANopt::Scenario::CreateBarMapper
+17,super market_2,URBANopt::Scenario::CreateBarMapper
+18,super market_3,URBANopt::Scenario::CreateBarMapper
+19,hospital_1,URBANopt::Scenario::CreateBarMapper
+20,hospital_2,URBANopt::Scenario::CreateBarMapper
+21,hospital_3,URBANopt::Scenario::CreateBarMapper
+22,hospital_4,URBANopt::Scenario::CreateBarMapper
+23,hospital_5,URBANopt::Scenario::CreateBarMapper
+24,hospital_6,URBANopt::Scenario::CreateBarMapper
+25,hospital_7,URBANopt::Scenario::CreateBarMapper
+26,restaurant_1,URBANopt::Scenario::CreateBarMapper
+27,restaurant_2,URBANopt::Scenario::CreateBarMapper
+28,restaurant_3,URBANopt::Scenario::CreateBarMapper
+29,restaurant_4,URBANopt::Scenario::CreateBarMapper
+30,restaurant_5,URBANopt::Scenario::CreateBarMapper
+31,restaurant_6,URBANopt::Scenario::CreateBarMapper
+32,restaurant_7,URBANopt::Scenario::CreateBarMapper
+33,restaurant_8,URBANopt::Scenario::CreateBarMapper
+34,restaurant_9,URBANopt::Scenario::CreateBarMapper
+35,restaurant_10,URBANopt::Scenario::CreateBarMapper
+36,restaurant_11,URBANopt::Scenario::CreateBarMapper
+37,restaurant_12,URBANopt::Scenario::CreateBarMapper
+38,hotel_1,URBANopt::Scenario::CreateBarMapper
+39,hotel_2,URBANopt::Scenario::CreateBarMapper
+40,res_6,URBANopt::Scenario::CreateBarMapper
+41,res_5,URBANopt::Scenario::CreateBarMapper
+42,res_4,URBANopt::Scenario::CreateBarMapper
+43,res_3,URBANopt::Scenario::CreateBarMapper
+44,res_2,URBANopt::Scenario::CreateBarMapper
+45,res_1,URBANopt::Scenario::CreateBarMapper
+46,res_8,URBANopt::Scenario::CreateBarMapper
+47,res_9,URBANopt::Scenario::CreateBarMapper
+48,res_10,URBANopt::Scenario::CreateBarMapper
+49,res_11,URBANopt::Scenario::CreateBarMapper
+50,res_12,URBANopt::Scenario::CreateBarMapper
+51,res_13,URBANopt::Scenario::CreateBarMapper
+52,res_14,URBANopt::Scenario::CreateBarMapper
+53,res_15,URBANopt::Scenario::CreateBarMapper
+54,res_16,URBANopt::Scenario::CreateBarMapper
+55,res_17,URBANopt::Scenario::CreateBarMapper
+56,res_18,URBANopt::Scenario::CreateBarMapper
+57,res_19,URBANopt::Scenario::CreateBarMapper
+58,res_20,URBANopt::Scenario::CreateBarMapper
+59,res_21,URBANopt::Scenario::CreateBarMapper
+60,res_22,URBANopt::Scenario::CreateBarMapper
+61,res_23,URBANopt::Scenario::CreateBarMapper
+62,res_24,URBANopt::Scenario::CreateBarMapper
+63,res_25,URBANopt::Scenario::CreateBarMapper
+64,res_26,URBANopt::Scenario::CreateBarMapper
+65,res_27,URBANopt::Scenario::CreateBarMapper
+66,res_28,URBANopt::Scenario::CreateBarMapper
+67,res_29,URBANopt::Scenario::CreateBarMapper
+68,res_30,URBANopt::Scenario::CreateBarMapper
+69,res_31,URBANopt::Scenario::CreateBarMapper
+70,res_32,URBANopt::Scenario::CreateBarMapper
+71,res_33,URBANopt::Scenario::CreateBarMapper
+72,res_34,URBANopt::Scenario::CreateBarMapper
+73,res_35,URBANopt::Scenario::CreateBarMapper
+74,res_36,URBANopt::Scenario::CreateBarMapper
+75,res_37,URBANopt::Scenario::CreateBarMapper
+76,res_38,URBANopt::Scenario::CreateBarMapper
+77,res_39,URBANopt::Scenario::CreateBarMapper
+78,res_40,URBANopt::Scenario::CreateBarMapper
+79,res_41,URBANopt::Scenario::CreateBarMapper
+80,res_42,URBANopt::Scenario::CreateBarMapper
+81,res_43,URBANopt::Scenario::CreateBarMapper
+82,res_44,URBANopt::Scenario::CreateBarMapper
+83,res_45,URBANopt::Scenario::CreateBarMapper
+84,res_46,URBANopt::Scenario::CreateBarMapper
+85,res_47,URBANopt::Scenario::CreateBarMapper
+86,res_48,URBANopt::Scenario::CreateBarMapper
+87,res_49,URBANopt::Scenario::CreateBarMapper
+88,res_50,URBANopt::Scenario::CreateBarMapper
+89,res_51,URBANopt::Scenario::CreateBarMapper
+90,res_52,URBANopt::Scenario::CreateBarMapper
+91,res_53,URBANopt::Scenario::CreateBarMapper
+92,res_54,URBANopt::Scenario::CreateBarMapper
+93,res_55,URBANopt::Scenario::CreateBarMapper
+94,res_56,URBANopt::Scenario::CreateBarMapper
+95,res_57,URBANopt::Scenario::CreateBarMapper
+96,res_58,URBANopt::Scenario::CreateBarMapper
+97,res_59,URBANopt::Scenario::CreateBarMapper
+98,res_60,URBANopt::Scenario::CreateBarMapper
+99,res_61,URBANopt::Scenario::CreateBarMapper
+100,res_62,URBANopt::Scenario::CreateBarMapper
+101,res_63,URBANopt::Scenario::CreateBarMapper
+102,res_64,URBANopt::Scenario::CreateBarMapper
+103,res_65,URBANopt::Scenario::CreateBarMapper
+104,res_66,URBANopt::Scenario::CreateBarMapper
+105,res_67,URBANopt::Scenario::CreateBarMapper
+106,res_68,URBANopt::Scenario::CreateBarMapper
+107,res_69,URBANopt::Scenario::CreateBarMapper
+108,res_70,URBANopt::Scenario::CreateBarMapper
+109,res_71,URBANopt::Scenario::CreateBarMapper
+110,res_72,URBANopt::Scenario::CreateBarMapper
+111,res_73,URBANopt::Scenario::CreateBarMapper
+112,res_74,URBANopt::Scenario::CreateBarMapper
+113,res_75,URBANopt::Scenario::CreateBarMapper
+114,res_76,URBANopt::Scenario::CreateBarMapper
+115,res_77,URBANopt::Scenario::CreateBarMapper
+116,res_78,URBANopt::Scenario::CreateBarMapper
+117,res_79,URBANopt::Scenario::CreateBarMapper
+118,res_80,URBANopt::Scenario::CreateBarMapper
+119,res_81,URBANopt::Scenario::CreateBarMapper
+120,res_82,URBANopt::Scenario::CreateBarMapper
+121,res_83,URBANopt::Scenario::CreateBarMapper
+122,res_84,URBANopt::Scenario::CreateBarMapper
+123,res_85,URBANopt::Scenario::CreateBarMapper
+124,res_86,URBANopt::Scenario::CreateBarMapper
+125,res_87,URBANopt::Scenario::CreateBarMapper
+126,res_88,URBANopt::Scenario::CreateBarMapper
+127,res_89,URBANopt::Scenario::CreateBarMapper
+128,res_90,URBANopt::Scenario::CreateBarMapper
+129,res_91,URBANopt::Scenario::CreateBarMapper
+130,res_92,URBANopt::Scenario::CreateBarMapper
+131,res_93,URBANopt::Scenario::CreateBarMapper
+132,res_94,URBANopt::Scenario::CreateBarMapper
+133,res_95,URBANopt::Scenario::CreateBarMapper
+134,res_96,URBANopt::Scenario::CreateBarMapper
+135,res_97,URBANopt::Scenario::CreateBarMapper
+136,res_98,URBANopt::Scenario::CreateBarMapper
+137,res_99,URBANopt::Scenario::CreateBarMapper
+138,res_100,URBANopt::Scenario::CreateBarMapper
+139,res_101,URBANopt::Scenario::CreateBarMapper
+140,res_102,URBANopt::Scenario::CreateBarMapper
+141,res_103,URBANopt::Scenario::CreateBarMapper
+142,res_104,URBANopt::Scenario::CreateBarMapper
+143,res_105,URBANopt::Scenario::CreateBarMapper
+144,res_106,URBANopt::Scenario::CreateBarMapper
+145,res_107,URBANopt::Scenario::CreateBarMapper
+146,res_108,URBANopt::Scenario::CreateBarMapper
+147,res_109,URBANopt::Scenario::CreateBarMapper
+148,res_110,URBANopt::Scenario::CreateBarMapper
+149,res_111,URBANopt::Scenario::CreateBarMapper
+150,res_112,URBANopt::Scenario::CreateBarMapper
+151,res_113,URBANopt::Scenario::CreateBarMapper
+152,res_114,URBANopt::Scenario::CreateBarMapper
+153,res_115,URBANopt::Scenario::CreateBarMapper
+154,res_116,URBANopt::Scenario::CreateBarMapper
+155,res_117,URBANopt::Scenario::CreateBarMapper
+156,res_118,URBANopt::Scenario::CreateBarMapper
+157,res_119,URBANopt::Scenario::CreateBarMapper
+158,res_120,URBANopt::Scenario::CreateBarMapper
+159,res_121,URBANopt::Scenario::CreateBarMapper
+160,res_122,URBANopt::Scenario::CreateBarMapper
+161,res_123,URBANopt::Scenario::CreateBarMapper
+162,res_124,URBANopt::Scenario::CreateBarMapper
+163,res_125,URBANopt::Scenario::CreateBarMapper
+164,res_126,URBANopt::Scenario::CreateBarMapper
+165,res_127,URBANopt::Scenario::CreateBarMapper
+166,res_128,URBANopt::Scenario::CreateBarMapper
+167,res_129,URBANopt::Scenario::CreateBarMapper
+168,res_130,URBANopt::Scenario::CreateBarMapper
+169,res_131,URBANopt::Scenario::CreateBarMapper
+170,res_132,URBANopt::Scenario::CreateBarMapper
+171,res_133,URBANopt::Scenario::CreateBarMapper
+172,res_134,URBANopt::Scenario::CreateBarMapper
+173,res_135,URBANopt::Scenario::CreateBarMapper
+174,res_136,URBANopt::Scenario::CreateBarMapper
+175,res_137,URBANopt::Scenario::CreateBarMapper
+176,res_138,URBANopt::Scenario::CreateBarMapper
+177,res_139,URBANopt::Scenario::CreateBarMapper
+178,res_140,URBANopt::Scenario::CreateBarMapper
+179,res_141,URBANopt::Scenario::CreateBarMapper
+180,res_142,URBANopt::Scenario::CreateBarMapper
+181,res_143,URBANopt::Scenario::CreateBarMapper
diff --git a/example_project/electrical_fixed.json b/example_project/electrical_fixed.json
new file mode 100644
index 000000000..529d3c690
--- /dev/null
+++ b/example_project/electrical_fixed.json
@@ -0,0 +1,29909 @@
+{
+ "type": "FeatureCollection",
+ "project": {
+ "id": "fce0aefb-163d-4efe-bcb4-25b886e2dcb8",
+ "name": "New Project",
+ "surface_elevation": 176,
+ "import_surrounding_buildings_as_shading": null,
+ "weather_filename": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw",
+ "tariff_filename": null,
+ "climate_zone": "2A",
+ "cec_climate_zone": null,
+ "begin_date": "2019-01-01T07:00:00.000Z",
+ "end_date": "2019-12-31T07:00:00.000Z",
+ "timesteps_per_hour": 2,
+ "default_template": "90.1-2013",
+ "siteColor": "#fcec83",
+ "buildingColor": "#117733",
+ "districtSystemColor": "#0072B2",
+ "thJunctionColor": "#af002c",
+ "thConnectorColor": "#f42156",
+ "eJunctionColor": "#11c4c4",
+ "eConnectorColor": "#03f1e8"
+ },
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "703cb361-cebc-4c7b-a251-53a3680df5b9",
+ "name": "Site Origin",
+ "type": "Site Origin",
+ "begin_date": "2019-01-01T07:00:00.000Z",
+ "end_date": "2019-12-31T07:00:00.000Z",
+ "cec_climate_zone": null,
+ "climate_zone": "2A",
+ "default_template": "90.1-2013",
+ "import_surrounding_buildings_as_shading": null,
+ "surface_elevation": 176,
+ "tariff_filename": null,
+ "timesteps_per_hour": 2,
+ "weather_filename": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84984479858313,
+ 42.822010107024454
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1",
+ "name": "office_1",
+ "type": "Building",
+ "footprint_area": 41996,
+ "footprint_perimeter": 947,
+ "building_type": "Office",
+ "number_of_stories": 10,
+ "floor_area": 419960
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8532544122624,
+ 42.81989282359825
+ ],
+ [
+ -78.85284051842414,
+ 42.82000208285544
+ ],
+ [
+ -78.85329102375715,
+ 42.82092024485948
+ ],
+ [
+ -78.8537049175954,
+ 42.82081098722483
+ ],
+ [
+ -78.8532544122624,
+ 42.81989282359825
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2",
+ "name": "office_2",
+ "type": "Building",
+ "footprint_area": 13027,
+ "footprint_perimeter": 456,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 91189
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85281984499741,
+ 42.81900959357003
+ ],
+ [
+ -78.85240090367331,
+ 42.819120186835704
+ ],
+ [
+ -78.85253896175925,
+ 42.81940156452495
+ ],
+ [
+ -78.85295790308334,
+ 42.81929097176254
+ ],
+ [
+ -78.85281984499741,
+ 42.81900959357003
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3",
+ "name": "office_3",
+ "type": "Building",
+ "footprint_area": 13048,
+ "footprint_perimeter": 456,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 91336
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85251648051916,
+ 42.81839129751731
+ ],
+ [
+ -78.85210763416673,
+ 42.818499226966566
+ ],
+ [
+ -78.85224932536018,
+ 42.81878801221467
+ ],
+ [
+ -78.85265817171259,
+ 42.8186800832695
+ ],
+ [
+ -78.85251648051916,
+ 42.81839129751731
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4",
+ "name": "office_4",
+ "type": "Building",
+ "footprint_area": 12400,
+ "footprint_perimeter": 445,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 86800
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85226155296505,
+ 42.81790657751688
+ ],
+ [
+ -78.85186280158428,
+ 42.81801184286891
+ ],
+ [
+ -78.85200085967021,
+ 42.81829322560182
+ ],
+ [
+ -78.85239961105097,
+ 42.81818796072878
+ ],
+ [
+ -78.85226155296505,
+ 42.81790657751688
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5",
+ "name": "office_5",
+ "type": "Building",
+ "footprint_area": 24660,
+ "footprint_perimeter": 744,
+ "building_type": "Office",
+ "number_of_stories": 8,
+ "floor_area": 197280
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8518632504146,
+ 42.817311204271675
+ ],
+ [
+ -78.85085880073396,
+ 42.817576368571224
+ ],
+ [
+ -78.85096779395967,
+ 42.81779851450486
+ ],
+ [
+ -78.8519722436403,
+ 42.81753335115792
+ ],
+ [
+ -78.8518632504146,
+ 42.817311204271675
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6",
+ "name": "office_6",
+ "type": "Building",
+ "footprint_area": 19276,
+ "footprint_perimeter": 672,
+ "building_type": "Office",
+ "number_of_stories": 8,
+ "floor_area": 154208
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85143272717296,
+ 42.81643371626879
+ ],
+ [
+ -78.85117530539551,
+ 42.81650167402128
+ ],
+ [
+ -78.85150773473397,
+ 42.81717922839954
+ ],
+ [
+ -78.85176515651143,
+ 42.81711127139167
+ ],
+ [
+ -78.85143272717296,
+ 42.81643371626879
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7",
+ "name": "office_7",
+ "type": "Building",
+ "footprint_area": 59458,
+ "footprint_perimeter": 1677,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 416206
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8508288617482,
+ 42.81665831543987
+ ],
+ [
+ -78.85054956691921,
+ 42.817256891855294
+ ],
+ [
+ -78.8502117106748,
+ 42.81717252916357
+ ],
+ [
+ -78.85033167086529,
+ 42.81689412117706
+ ],
+ [
+ -78.84952994832105,
+ 42.81669140378136
+ ],
+ [
+ -78.84940655611076,
+ 42.81696862769002
+ ],
+ [
+ -78.84911422440058,
+ 42.816901520741
+ ],
+ [
+ -78.84938917893291,
+ 42.816299904624685
+ ],
+ [
+ -78.8496851437506,
+ 42.81637441724871
+ ],
+ [
+ -78.84962607193225,
+ 42.81651547381978
+ ],
+ [
+ -78.84993414936308,
+ 42.816597243675005
+ ],
+ [
+ -78.8499745623554,
+ 42.81649338793895
+ ],
+ [
+ -78.85021833968698,
+ 42.81655449410553
+ ],
+ [
+ -78.85016997286768,
+ 42.81665926782205
+ ],
+ [
+ -78.85042313798176,
+ 42.816722077565544
+ ],
+ [
+ -78.85049301196095,
+ 42.816573987710626
+ ],
+ [
+ -78.8508288617482,
+ 42.81665831543987
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8",
+ "name": "mixed use_1",
+ "type": "Building",
+ "footprint_area": 49679,
+ "footprint_perimeter": 1194,
+ "building_type": "Mixed use",
+ "number_of_stories": 4,
+ "floor_area": 198716,
+ "mixed_type_1": "Strip shopping mall",
+ "mixed_type_1_percentage": 10,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 10,
+ "mixed_type_3": "Office",
+ "mixed_type_3_percentage": 50,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 30
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85115258722637,
+ 42.81572197373126
+ ],
+ [
+ -78.85076535626132,
+ 42.8149501347651
+ ],
+ [
+ -78.84989623737327,
+ 42.81472999906666
+ ],
+ [
+ -78.84978279625763,
+ 42.81499076123441
+ ],
+ [
+ -78.85048000914212,
+ 42.81516845389825
+ ],
+ [
+ -78.85080295353632,
+ 42.81581507001843
+ ],
+ [
+ -78.85115258722637,
+ 42.81572197373126
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9",
+ "name": "mixed use_2",
+ "type": "Building",
+ "footprint_area": 55696,
+ "footprint_perimeter": 1044,
+ "building_type": "Mixed use",
+ "number_of_stories": 4,
+ "floor_area": 222784,
+ "mixed_type_1": "Strip shopping mall",
+ "mixed_type_1_percentage": 30,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 20,
+ "mixed_type_3": "Office",
+ "mixed_type_3_percentage": 20,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 30
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84811041942727,
+ 42.81632352337465
+ ],
+ [
+ -78.84863229428841,
+ 42.816457585987735
+ ],
+ [
+ -78.84839692205604,
+ 42.81697138367855
+ ],
+ [
+ -78.84752158108395,
+ 42.817200794448325
+ ],
+ [
+ -78.84733396994503,
+ 42.81683002845867
+ ],
+ [
+ -78.8479477455751,
+ 42.81665754110921
+ ],
+ [
+ -78.84811041942727,
+ 42.81632352337465
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "10",
+ "name": "mall_1",
+ "type": "Building",
+ "footprint_area": 44102,
+ "footprint_perimeter": 840,
+ "building_type": "Enclosed mall",
+ "number_of_stories": 2,
+ "floor_area": 88204
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85263464119518,
+ 42.820497017779275
+ ],
+ [
+ -78.85186742334866,
+ 42.82069954500213
+ ],
+ [
+ -78.85212264915224,
+ 42.82121970920198
+ ],
+ [
+ -78.85288986699875,
+ 42.821017183682955
+ ],
+ [
+ -78.85263464119518,
+ 42.820497017779275
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "11",
+ "name": "mall_2",
+ "type": "Building",
+ "footprint_area": 49588,
+ "footprint_perimeter": 1138,
+ "building_type": "Enclosed mall",
+ "number_of_stories": 3,
+ "floor_area": 148764
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84707027902108,
+ 42.814643202618356
+ ],
+ [
+ -78.84694396089243,
+ 42.81490866164515
+ ],
+ [
+ -78.8462964148898,
+ 42.81474822192314
+ ],
+ [
+ -78.84587767567467,
+ 42.8138944659822
+ ],
+ [
+ -78.84625532883523,
+ 42.81379267253894
+ ],
+ [
+ -78.8466332759437,
+ 42.8145397926485
+ ],
+ [
+ -78.84707027902108,
+ 42.814643202618356
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "12",
+ "name": "school_1",
+ "type": "Building",
+ "footprint_area": 21137,
+ "footprint_perimeter": 768,
+ "building_type": "Education",
+ "number_of_stories": 6,
+ "floor_area": 126822
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84996604224372,
+ 42.82135570954273
+ ],
+ [
+ -78.85010773343716,
+ 42.82164448144965
+ ],
+ [
+ -78.85056937730309,
+ 42.82151634783165
+ ],
+ [
+ -78.85063477323853,
+ 42.82164962699463
+ ],
+ [
+ -78.84985402840056,
+ 42.82185363032286
+ ],
+ [
+ -78.8496505743792,
+ 42.8214389844627
+ ],
+ [
+ -78.84996604224372,
+ 42.82135570954273
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "13",
+ "name": "school_2",
+ "type": "Building",
+ "footprint_area": 7202,
+ "footprint_perimeter": 375,
+ "building_type": "Education",
+ "number_of_stories": 3,
+ "floor_area": 21606
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8514206022935,
+ 42.82128777889886
+ ],
+ [
+ -78.8509511861111,
+ 42.82141169207529
+ ],
+ [
+ -78.85101930687718,
+ 42.821550524765485
+ ],
+ [
+ -78.85148872305959,
+ 42.82142661186734
+ ],
+ [
+ -78.8514206022935,
+ 42.82128777889886
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "14",
+ "name": "school_3",
+ "type": "Building",
+ "footprint_area": 9319,
+ "footprint_perimeter": 409,
+ "building_type": "Education",
+ "number_of_stories": 6,
+ "floor_area": 55914
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85166261042086,
+ 42.82097926278058
+ ],
+ [
+ -78.85142285484383,
+ 42.82104255211539
+ ],
+ [
+ -78.85159542745123,
+ 42.821394263091605
+ ],
+ [
+ -78.85183518302826,
+ 42.82133097411682
+ ],
+ [
+ -78.85166261042086,
+ 42.82097926278058
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "15",
+ "name": "school_4",
+ "type": "Building",
+ "footprint_area": 14542,
+ "footprint_perimeter": 640,
+ "building_type": "Education",
+ "number_of_stories": 3,
+ "floor_area": 43626
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85113681156183,
+ 42.82067914030554
+ ],
+ [
+ -78.85128367445971,
+ 42.82078673423598
+ ],
+ [
+ -78.85061009276531,
+ 42.821313718927655
+ ],
+ [
+ -78.85045929174615,
+ 42.82121552896095
+ ],
+ [
+ -78.85113681156183,
+ 42.82067914030554
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "16",
+ "name": "super market_1",
+ "type": "Building",
+ "footprint_area": 11409,
+ "footprint_perimeter": 489,
+ "building_type": "Food sales",
+ "number_of_stories": 2,
+ "floor_area": 22818
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85220022094254,
+ 42.819619297549025
+ ],
+ [
+ -78.85198065530885,
+ 42.81967725853289
+ ],
+ [
+ -78.85221135763663,
+ 42.82014745050682
+ ],
+ [
+ -78.85243092327033,
+ 42.82008948996372
+ ],
+ [
+ -78.85220022094254,
+ 42.819619297549025
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17",
+ "name": "super market_2",
+ "type": "Building",
+ "footprint_area": 9568,
+ "footprint_perimeter": 415,
+ "building_type": "Food sales",
+ "number_of_stories": 2,
+ "floor_area": 19136
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84940187745146,
+ 42.813881876064045
+ ],
+ [
+ -78.84915959813151,
+ 42.813945838943084
+ ],
+ [
+ -78.84933489556954,
+ 42.814303144239034
+ ],
+ [
+ -78.84957717488949,
+ 42.81423918172956
+ ],
+ [
+ -78.84940187745146,
+ 42.813881876064045
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "18",
+ "name": "super market_3",
+ "type": "Building",
+ "footprint_area": 13848,
+ "footprint_perimeter": 466,
+ "building_type": "Food sales",
+ "number_of_stories": 1,
+ "floor_area": 13848
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84803204195464,
+ 42.81327716368986
+ ],
+ [
+ -78.84845514401165,
+ 42.81338712234819
+ ],
+ [
+ -78.84830100598371,
+ 42.81372371072305
+ ],
+ [
+ -78.84809740406898,
+ 42.813671860922625
+ ],
+ [
+ -78.84794268183917,
+ 42.813452362823256
+ ],
+ [
+ -78.84803204195464,
+ 42.81327716368986
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "19",
+ "name": "hospital_1",
+ "type": "Building",
+ "footprint_area": 10133,
+ "footprint_perimeter": 423,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 60798
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84936980878463,
+ 42.81455086662453
+ ],
+ [
+ -78.8496229738987,
+ 42.81461367850952
+ ],
+ [
+ -78.84945979830071,
+ 42.81497251141809
+ ],
+ [
+ -78.84919472166122,
+ 42.81490866237604
+ ],
+ [
+ -78.84936980878463,
+ 42.81455086662453
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20",
+ "name": "hospital_2",
+ "type": "Building",
+ "footprint_area": 5628,
+ "footprint_perimeter": 368,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 4,
+ "floor_area": 22512
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84932452159165,
+ 42.8145382721342
+ ],
+ [
+ -78.84881087318544,
+ 42.81440935241099
+ ],
+ [
+ -78.8487604407305,
+ 42.81450640376295
+ ],
+ [
+ -78.84927438635538,
+ 42.8146394692904
+ ],
+ [
+ -78.84932452159165,
+ 42.8145382721342
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "21",
+ "name": "hospital_3",
+ "type": "Building",
+ "footprint_area": 4605,
+ "footprint_perimeter": 317,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 4,
+ "floor_area": 18420
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84875374894517,
+ 42.81453573340352
+ ],
+ [
+ -78.84863707503185,
+ 42.814771462653056
+ ],
+ [
+ -78.84887328113467,
+ 42.81483456933137
+ ],
+ [
+ -78.8489275551358,
+ 42.814715686473335
+ ],
+ [
+ -78.84881424651952,
+ 42.81468809507476
+ ],
+ [
+ -78.84887175145272,
+ 42.81456417677015
+ ],
+ [
+ -78.84875374894517,
+ 42.81453573340352
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "22",
+ "name": "hospital_4",
+ "type": "Building",
+ "footprint_area": 4799,
+ "footprint_perimeter": 296,
+ "building_type": "Outpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 28794
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84843806512185,
+ 42.814431076516314
+ ],
+ [
+ -78.84826706739518,
+ 42.81439048518959
+ ],
+ [
+ -78.84814559566463,
+ 42.814648392564095
+ ],
+ [
+ -78.84831245418236,
+ 42.814692167570655
+ ],
+ [
+ -78.84843806512185,
+ 42.814431076516314
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "23",
+ "name": "hospital_5",
+ "type": "Building",
+ "footprint_area": 6952,
+ "footprint_perimeter": 386,
+ "building_type": "Outpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 41712
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.848077816585,
+ 42.8148159025024
+ ],
+ [
+ -78.84824124308294,
+ 42.814858492359406
+ ],
+ [
+ -78.84805737144019,
+ 42.81523324295523
+ ],
+ [
+ -78.84788455715974,
+ 42.81518894957327
+ ],
+ [
+ -78.848077816585,
+ 42.8148159025024
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24",
+ "name": "hospital_6",
+ "type": "Building",
+ "footprint_area": 16463,
+ "footprint_perimeter": 781,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 98778
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84925944033674,
+ 42.815105137165204
+ ],
+ [
+ -78.84942629885448,
+ 42.81514891184844
+ ],
+ [
+ -78.84924172002259,
+ 42.81552802950861
+ ],
+ [
+ -78.84838309828166,
+ 42.81531767106068
+ ],
+ [
+ -78.84843500104672,
+ 42.815191050835296
+ ],
+ [
+ -78.84912948910056,
+ 42.81536318906677
+ ],
+ [
+ -78.84925944033674,
+ 42.815105137165204
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "25",
+ "name": "hospital_7",
+ "type": "Building",
+ "footprint_area": 4842,
+ "footprint_perimeter": 297,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 1,
+ "floor_area": 4842
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8490847892099,
+ 42.81521397724447
+ ],
+ [
+ -78.84873229660941,
+ 42.81512302036947
+ ],
+ [
+ -78.84878601592824,
+ 42.81500010233876
+ ],
+ [
+ -78.84914083118392,
+ 42.81508417297803
+ ],
+ [
+ -78.8490847892099,
+ 42.81521397724447
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "26",
+ "name": "restaurant_1",
+ "type": "Building",
+ "footprint_area": 6139,
+ "footprint_perimeter": 326,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 12278
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85202596772416,
+ 42.819245625413885
+ ],
+ [
+ -78.85181902080505,
+ 42.81930025563841
+ ],
+ [
+ -78.85195072095279,
+ 42.819568674391036
+ ],
+ [
+ -78.85215766787192,
+ 42.81951404440366
+ ],
+ [
+ -78.85202596772416,
+ 42.819245625413885
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "27",
+ "name": "restaurant_2",
+ "type": "Building",
+ "footprint_area": 5885,
+ "footprint_perimeter": 317,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 11770
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85181842913589,
+ 42.81885731235923
+ ],
+ [
+ -78.85161148221677,
+ 42.81891194292683
+ ],
+ [
+ -78.85173773270323,
+ 42.81916925633564
+ ],
+ [
+ -78.85194467962235,
+ 42.81911462599538
+ ],
+ [
+ -78.85181842913589,
+ 42.81885731235923
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "28",
+ "name": "restaurant_3",
+ "type": "Building",
+ "footprint_area": 5927,
+ "footprint_perimeter": 319,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 11854
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85162310698486,
+ 42.81845768842413
+ ],
+ [
+ -78.85141616006572,
+ 42.81851231934482
+ ],
+ [
+ -78.85154331882907,
+ 42.81877148560031
+ ],
+ [
+ -78.8517502657482,
+ 42.81871685490859
+ ],
+ [
+ -78.85162310698486,
+ 42.81845768842413
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "29",
+ "name": "restaurant_4",
+ "type": "Building",
+ "footprint_area": 6257,
+ "footprint_perimeter": 329,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 12514
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85146556088856,
+ 42.81810344330498
+ ],
+ [
+ -78.85125609022651,
+ 42.81815874077293
+ ],
+ [
+ -78.85138869865114,
+ 42.818429015674866
+ ],
+ [
+ -78.85159816931319,
+ 42.81837371844864
+ ],
+ [
+ -78.85146556088856,
+ 42.81810344330498
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "30",
+ "name": "restaurant_5",
+ "type": "Building",
+ "footprint_area": 13396,
+ "footprint_perimeter": 565,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 40188
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85000207360292,
+ 42.81556329665585
+ ],
+ [
+ -78.8498003887858,
+ 42.815518261013125
+ ],
+ [
+ -78.84992771911729,
+ 42.815231626647204
+ ],
+ [
+ -78.84969837705407,
+ 42.81517089042413
+ ],
+ [
+ -78.84950490977685,
+ 42.81558999360212
+ ],
+ [
+ -78.84994007586617,
+ 42.81569258116241
+ ],
+ [
+ -78.85000207360292,
+ 42.81556329665585
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "31",
+ "name": "restaurant_6",
+ "type": "Building",
+ "footprint_area": 8117,
+ "footprint_perimeter": 360,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 24351
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84745587056044,
+ 42.816383128655474
+ ],
+ [
+ -78.84715302141049,
+ 42.81646307901016
+ ],
+ [
+ -78.8472720056819,
+ 42.81670559264725
+ ],
+ [
+ -78.84757485483185,
+ 42.81662564260611
+ ],
+ [
+ -78.84745587056044,
+ 42.816383128655474
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "32",
+ "name": "restaurant_7",
+ "type": "Building",
+ "footprint_area": 14932,
+ "footprint_perimeter": 517,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 44796
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.847184295773,
+ 42.8158296008848
+ ],
+ [
+ -78.84687892288012,
+ 42.81591021821362
+ ],
+ [
+ -78.8470960010547,
+ 42.816352669998025
+ ],
+ [
+ -78.84740137394758,
+ 42.816272053246024
+ ],
+ [
+ -78.847184295773,
+ 42.8158296008848
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "33",
+ "name": "restaurant_8",
+ "type": "Building",
+ "footprint_area": 14871,
+ "footprint_perimeter": 517,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 44613
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84692670137079,
+ 42.81530874012532
+ ],
+ [
+ -78.84662385222087,
+ 42.81538869186906
+ ],
+ [
+ -78.84684183867232,
+ 42.81583299865656
+ ],
+ [
+ -78.84714468782225,
+ 42.81575304748728
+ ],
+ [
+ -78.84692670137079,
+ 42.81530874012532
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "34",
+ "name": "restaurant_9",
+ "type": "Building",
+ "footprint_area": 9144,
+ "footprint_perimeter": 440,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 9144
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84785137479142,
+ 42.81419014738438
+ ],
+ [
+ -78.84804801212272,
+ 42.81423651654731
+ ],
+ [
+ -78.84785656248701,
+ 42.81466554886319
+ ],
+ [
+ -78.84765901687882,
+ 42.81461732871392
+ ],
+ [
+ -78.84785137479142,
+ 42.81419014738438
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "35",
+ "name": "restaurant_10",
+ "type": "Building",
+ "footprint_area": 9177,
+ "footprint_perimeter": 446,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 9177
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84757754068944,
+ 42.81393413589174
+ ],
+ [
+ -78.84776155930616,
+ 42.813983836642905
+ ],
+ [
+ -78.84756364780633,
+ 42.81442294106594
+ ],
+ [
+ -78.84736681818984,
+ 42.81437048420773
+ ],
+ [
+ -78.84757754068944,
+ 42.81393413589174
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "36",
+ "name": "restaurant_11",
+ "type": "Building",
+ "footprint_area": 8681,
+ "footprint_perimeter": 434,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 8681
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84706958350512,
+ 42.81396799998046
+ ],
+ [
+ -78.84725794241852,
+ 42.81402073707741
+ ],
+ [
+ -78.84745191579714,
+ 42.81359103400467
+ ],
+ [
+ -78.84726971373419,
+ 42.813545035618205
+ ],
+ [
+ -78.84706958350512,
+ 42.81396799998046
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "37",
+ "name": "restaurant_12",
+ "type": "Building",
+ "footprint_area": 8850,
+ "footprint_perimeter": 441,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 8850
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8470275485883,
+ 42.81320621375991
+ ],
+ [
+ -78.84720631863146,
+ 42.813251027336605
+ ],
+ [
+ -78.84700245136891,
+ 42.81368961819177
+ ],
+ [
+ -78.84681227590175,
+ 42.81363317813762
+ ],
+ [
+ -78.8470275485883,
+ 42.81320621375991
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "38",
+ "name": "hotel_1",
+ "type": "Building",
+ "footprint_area": 21905,
+ "footprint_perimeter": 591,
+ "building_type": "Lodging",
+ "number_of_stories": 10,
+ "floor_area": 219050
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84841073379475,
+ 42.81565897319726
+ ],
+ [
+ -78.84894017988464,
+ 42.81579103847176
+ ],
+ [
+ -78.84876660430129,
+ 42.81616933843412
+ ],
+ [
+ -78.8482337261916,
+ 42.81603608895912
+ ],
+ [
+ -78.84841073379475,
+ 42.81565897319726
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "39",
+ "name": "hotel_2",
+ "type": "Building",
+ "footprint_area": 13179,
+ "footprint_perimeter": 463,
+ "building_type": "Lodging",
+ "number_of_stories": 10,
+ "floor_area": 131790
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84765906089703,
+ 42.815077292531925
+ ],
+ [
+ -78.84777033711205,
+ 42.81481894193894
+ ],
+ [
+ -78.84730430661361,
+ 42.81470396770021
+ ],
+ [
+ -78.84718873210426,
+ 42.81496622506279
+ ],
+ [
+ -78.84765906089703,
+ 42.815077292531925
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "40",
+ "name": "res_6",
+ "type": "Building",
+ "footprint_area": 7191,
+ "footprint_perimeter": 378,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 14382,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84952192772535,
+ 42.820067131029674
+ ],
+ [
+ -78.84933643262102,
+ 42.82011609771672
+ ],
+ [
+ -78.84950855108998,
+ 42.82046688839665
+ ],
+ [
+ -78.8496940461943,
+ 42.82041792198737
+ ],
+ [
+ -78.84952192772535,
+ 42.820067131029674
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "41",
+ "name": "res_5",
+ "type": "Building",
+ "footprint_area": 6983,
+ "footprint_perimeter": 375,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13966,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.849324124453,
+ 42.81966979981971
+ ],
+ [
+ -78.84914493870596,
+ 42.8197171012778
+ ],
+ [
+ -78.84931796545179,
+ 42.820069745366226
+ ],
+ [
+ -78.84949715119886,
+ 42.82002244417791
+ ],
+ [
+ -78.849324124453,
+ 42.81966979981971
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "42",
+ "name": "res_4",
+ "type": "Building",
+ "footprint_area": 7259,
+ "footprint_perimeter": 375,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 14518,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85003258449305,
+ 42.819519555705625
+ ],
+ [
+ -78.84956569205355,
+ 42.8196428062075
+ ],
+ [
+ -78.84963472109652,
+ 42.81978349402303
+ ],
+ [
+ -78.85010161353603,
+ 42.81966024380159
+ ],
+ [
+ -78.85003258449305,
+ 42.819519555705625
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "43",
+ "name": "res_3",
+ "type": "Building",
+ "footprint_area": 6914,
+ "footprint_perimeter": 370,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13828,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85061276684537,
+ 42.81937132133888
+ ],
+ [
+ -78.85014335066298,
+ 42.8194952383561
+ ],
+ [
+ -78.8502087465984,
+ 42.81962852187587
+ ],
+ [
+ -78.85067816278081,
+ 42.81950460512576
+ ],
+ [
+ -78.85061276684537,
+ 42.81937132133888
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "44",
+ "name": "res_2",
+ "type": "Building",
+ "footprint_area": 6877,
+ "footprint_perimeter": 369,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13754,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85052751549988,
+ 42.81977855660594
+ ],
+ [
+ -78.85006062306037,
+ 42.81990180659153
+ ],
+ [
+ -78.85012601899582,
+ 42.82003508923492
+ ],
+ [
+ -78.85059291143533,
+ 42.81991183951496
+ ],
+ [
+ -78.85052751549988,
+ 42.81977855660594
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "45",
+ "name": "res_1",
+ "type": "Building",
+ "footprint_area": 6483,
+ "footprint_perimeter": 360,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 12966,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994634744,
+ 42.81993615479345
+ ],
+ [
+ -78.84977220917878,
+ 42.81998212361859
+ ],
+ [
+ -78.84993751557114,
+ 42.820319031530204
+ ],
+ [
+ -78.85011165383234,
+ 42.82027306295555
+ ],
+ [
+ -78.84994634744,
+ 42.81993615479345
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46",
+ "name": "res_8",
+ "type": "Building",
+ "footprint_area": 6615,
+ "footprint_perimeter": 364,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13230,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8503016067586,
+ 42.820659515674805
+ ],
+ [
+ -78.85044372718437,
+ 42.820751634439915
+ ],
+ [
+ -78.85009981408426,
+ 42.821015226482785
+ ],
+ [
+ -78.84996778863015,
+ 42.82092044329238
+ ],
+ [
+ -78.8503016067586,
+ 42.820659515674805
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "47",
+ "name": "res_9",
+ "type": "Building",
+ "footprint_area": 6527,
+ "footprint_perimeter": 362,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13054,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85043991277222,
+ 42.82055234770493
+ ],
+ [
+ -78.85057355369236,
+ 42.8206446141246
+ ],
+ [
+ -78.85091115227259,
+ 42.82037986081579
+ ],
+ [
+ -78.85076994012371,
+ 42.820289592634964
+ ],
+ [
+ -78.85043991277222,
+ 42.82055234770493
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "48",
+ "name": "res_10",
+ "type": "Building",
+ "footprint_area": 2456,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4912,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8505946024061,
+ 42.81899115752404
+ ],
+ [
+ -78.8504255116307,
+ 42.819035794602144
+ ],
+ [
+ -78.85048999928925,
+ 42.819167227940454
+ ],
+ [
+ -78.85065909006465,
+ 42.81912259095728
+ ],
+ [
+ -78.8505946024061,
+ 42.81899115752404
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "49",
+ "name": "res_11",
+ "type": "Building",
+ "footprint_area": 2248,
+ "footprint_perimeter": 189,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4496,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85038533283176,
+ 42.81905267394876
+ ],
+ [
+ -78.8502212895422,
+ 42.81909597853411
+ ],
+ [
+ -78.85028214409326,
+ 42.819220007064075
+ ],
+ [
+ -78.85044618738281,
+ 42.81917670256553
+ ],
+ [
+ -78.85038533283176,
+ 42.81905267394876
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "50",
+ "name": "res_12",
+ "type": "Building",
+ "footprint_area": 2304,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4608,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85017586216975,
+ 42.81910797056781
+ ],
+ [
+ -78.8500116684338,
+ 42.81915131482961
+ ],
+ [
+ -78.85007396277759,
+ 42.81927827770508
+ ],
+ [
+ -78.85023815651353,
+ 42.81923493353227
+ ],
+ [
+ -78.85017586216975,
+ 42.81910797056781
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "51",
+ "name": "res_13",
+ "type": "Building",
+ "footprint_area": 2282,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4564,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84996586430029,
+ 42.81916253897066
+ ],
+ [
+ -78.84980182101073,
+ 42.81920584347907
+ ],
+ [
+ -78.84986358383865,
+ 42.819331722955525
+ ],
+ [
+ -78.85002762712821,
+ 42.81928841853528
+ ],
+ [
+ -78.84996586430029,
+ 42.81916253897066
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "52",
+ "name": "res_14",
+ "type": "Building",
+ "footprint_area": 2212,
+ "footprint_perimeter": 188,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4424,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84975846582189,
+ 42.81921680795014
+ ],
+ [
+ -78.84959947001819,
+ 42.81925877997574
+ ],
+ [
+ -78.84966123284607,
+ 42.81938465934445
+ ],
+ [
+ -78.8498202286498,
+ 42.81934268740426
+ ],
+ [
+ -78.84975846582189,
+ 42.81921680795014
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "53",
+ "name": "res_15",
+ "type": "Building",
+ "footprint_area": 2283,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4566,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8495599984084,
+ 42.819271290702005
+ ],
+ [
+ -78.84939343137594,
+ 42.81931526135608
+ ],
+ [
+ -78.84945428592697,
+ 42.81943928944614
+ ],
+ [
+ -78.84962085295942,
+ 42.819395318880254
+ ],
+ [
+ -78.8495599984084,
+ 42.819271290702005
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "54",
+ "name": "res_16",
+ "type": "Building",
+ "footprint_area": 2049,
+ "footprint_perimeter": 181,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4098,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84934419254684,
+ 42.819331047453176
+ ],
+ [
+ -78.84918772048603,
+ 42.819372353180086
+ ],
+ [
+ -78.84924585020642,
+ 42.81949082766951
+ ],
+ [
+ -78.84940232226722,
+ 42.81944952202173
+ ],
+ [
+ -78.84934419254684,
+ 42.819331047453176
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "55",
+ "name": "res_17",
+ "type": "Building",
+ "footprint_area": 2185,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4370,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84884879568247,
+ 42.819152901513206
+ ],
+ [
+ -78.84862085931273,
+ 42.81921307265864
+ ],
+ [
+ -78.8486634234268,
+ 42.81929982304953
+ ],
+ [
+ -78.84889135979655,
+ 42.81923965198851
+ ],
+ [
+ -78.84884879568247,
+ 42.819152901513206
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "56",
+ "name": "res_18",
+ "type": "Building",
+ "footprint_area": 2085,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4170,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84879251635684,
+ 42.81904229047194
+ ],
+ [
+ -78.84857103101643,
+ 42.81910075876587
+ ],
+ [
+ -78.84861282123751,
+ 42.819185932032724
+ ],
+ [
+ -78.84883430657793,
+ 42.819127463819314
+ ],
+ [
+ -78.84879251635684,
+ 42.81904229047194
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "57",
+ "name": "res_19",
+ "type": "Building",
+ "footprint_area": 2162,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4324,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84873846405732,
+ 42.818926909555046
+ ],
+ [
+ -78.84851697871692,
+ 42.818985377958086
+ ],
+ [
+ -78.84856031672396,
+ 42.81907370595292
+ ],
+ [
+ -78.84878180206437,
+ 42.81901523763344
+ ],
+ [
+ -78.84873846405732,
+ 42.818926909555046
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "58",
+ "name": "res_20",
+ "type": "Building",
+ "footprint_area": 2183,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4366,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84867941766292,
+ 42.81880887777871
+ ],
+ [
+ -78.84845578197941,
+ 42.81886791394851
+ ],
+ [
+ -78.84849911998646,
+ 42.81895624211111
+ ],
+ [
+ -78.84872275566997,
+ 42.81889720602567
+ ],
+ [
+ -78.84867941766292,
+ 42.81880887777871
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "59",
+ "name": "res_21",
+ "type": "Building",
+ "footprint_area": 2179,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4358,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84862201754642,
+ 42.81869103027228
+ ],
+ [
+ -78.84840268254914,
+ 42.818748931242055
+ ],
+ [
+ -78.84844679444916,
+ 42.81883883686518
+ ],
+ [
+ -78.84866612944647,
+ 42.818780935979646
+ ],
+ [
+ -78.84862201754642,
+ 42.81869103027228
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "60",
+ "name": "res_22",
+ "type": "Building",
+ "footprint_area": 2266,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4532,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856674590051,
+ 42.81857552125891
+ ],
+ [
+ -78.8483383471666,
+ 42.818635815023214
+ ],
+ [
+ -78.84838239859535,
+ 42.81872559756252
+ ],
+ [
+ -78.84861079732924,
+ 42.81866530388578
+ ],
+ [
+ -78.84856674590051,
+ 42.81857552125891
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "61",
+ "name": "res_23",
+ "type": "Building",
+ "footprint_area": 2161,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4322,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84851049525872,
+ 42.81846087570722
+ ],
+ [
+ -78.84827831091046,
+ 42.818522168928865
+ ],
+ [
+ -78.84831963750854,
+ 42.81860639806757
+ ],
+ [
+ -78.84855182185683,
+ 42.818545104929456
+ ],
+ [
+ -78.84851049525872,
+ 42.81846087570722
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "62",
+ "name": "res_24",
+ "type": "Building",
+ "footprint_area": 2269,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4538,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84845418214472,
+ 42.81834610326919
+ ],
+ [
+ -78.84822073592497,
+ 42.818407729720406
+ ],
+ [
+ -78.84826387907681,
+ 42.81849566139894
+ ],
+ [
+ -78.84849732529656,
+ 42.81843403503538
+ ],
+ [
+ -78.84845418214472,
+ 42.81834610326919
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "63",
+ "name": "res_25",
+ "type": "Building",
+ "footprint_area": 2243,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4486,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84839906710263,
+ 42.81823086616183
+ ],
+ [
+ -78.84817066836872,
+ 42.81829116026222
+ ],
+ [
+ -78.84821426565898,
+ 42.81838001770427
+ ],
+ [
+ -78.84844266439292,
+ 42.818319723690564
+ ],
+ [
+ -78.84839906710263,
+ 42.81823086616183
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64",
+ "name": "res_26",
+ "type": "Building",
+ "footprint_area": 2279,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4558,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84834346103055,
+ 42.818111723048474
+ ],
+ [
+ -78.84811380042517,
+ 42.81817235038204
+ ],
+ [
+ -78.8481578518539,
+ 42.818262133594345
+ ],
+ [
+ -78.84838751245927,
+ 42.81820150634877
+ ],
+ [
+ -78.84834346103055,
+ 42.818111723048474
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "65",
+ "name": "res_27",
+ "type": "Building",
+ "footprint_area": 2183,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4366,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84828542916445,
+ 42.8179981855906
+ ],
+ [
+ -78.84806081604492,
+ 42.818057480564875
+ ],
+ [
+ -78.84810395919675,
+ 42.81814541274156
+ ],
+ [
+ -78.8483285723163,
+ 42.81808611785158
+ ],
+ [
+ -78.84828542916445,
+ 42.8179981855906
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "66",
+ "name": "res_28",
+ "type": "Building",
+ "footprint_area": 2216,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4432,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84822775355596,
+ 42.81788063401018
+ ],
+ [
+ -78.84800440230788,
+ 42.8179395959788
+ ],
+ [
+ -78.84804845373664,
+ 42.81802937952904
+ ],
+ [
+ -78.84827180498469,
+ 42.81797041764597
+ ],
+ [
+ -78.84822775355596,
+ 42.81788063401018
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "67",
+ "name": "res_29",
+ "type": "Building",
+ "footprint_area": 2352,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4704,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84922858487731,
+ 42.81897979563308
+ ],
+ [
+ -78.84905697035903,
+ 42.81902509894431
+ ],
+ [
+ -78.84911782491004,
+ 42.81914912761641
+ ],
+ [
+ -78.84928943942833,
+ 42.81910382439608
+ ],
+ [
+ -78.84922858487731,
+ 42.81897979563308
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "68",
+ "name": "res_30",
+ "type": "Building",
+ "footprint_area": 2476,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4952,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84915422626592,
+ 42.81882200155445
+ ],
+ [
+ -78.84897882613325,
+ 42.8188683043212
+ ],
+ [
+ -78.84904149723805,
+ 42.8189960356618
+ ],
+ [
+ -78.84921689737071,
+ 42.81894973299072
+ ],
+ [
+ -78.84915422626592,
+ 42.81882200155445
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "69",
+ "name": "res_31",
+ "type": "Building",
+ "footprint_area": 2331,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4662,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84908247239231,
+ 42.81867575799188
+ ],
+ [
+ -78.8489058103882,
+ 42.81872239398223
+ ],
+ [
+ -78.84896439424702,
+ 42.818841795307804
+ ],
+ [
+ -78.84914105625113,
+ 42.8187951594075
+ ],
+ [
+ -78.84908247239231,
+ 42.81867575799188
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "70",
+ "name": "res_32",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84900650747217,
+ 42.818518980790714
+ ],
+ [
+ -78.84883236921095,
+ 42.81856495066941
+ ],
+ [
+ -78.84889458617731,
+ 42.81869175704364
+ ],
+ [
+ -78.84906872443852,
+ 42.818645787259214
+ ],
+ [
+ -78.84900650747217,
+ 42.818518980790714
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "71",
+ "name": "res_33",
+ "type": "Building",
+ "footprint_area": 2421,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4842,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84892561886676,
+ 42.81836573859471
+ ],
+ [
+ -78.84875778996285,
+ 42.81841004300853
+ ],
+ [
+ -78.84882182348296,
+ 42.818540552081714
+ ],
+ [
+ -78.84898965238688,
+ 42.8184962477614
+ ],
+ [
+ -78.84892561886676,
+ 42.81836573859471
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "72",
+ "name": "res_34",
+ "type": "Building",
+ "footprint_area": 2232,
+ "footprint_perimeter": 189,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4464,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84884811090778,
+ 42.81821878610148
+ ],
+ [
+ -78.84868406761822,
+ 42.81826209127087
+ ],
+ [
+ -78.84874446803083,
+ 42.818385195875834
+ ],
+ [
+ -78.84890851132039,
+ 42.81834189079268
+ ],
+ [
+ -78.84884811090778,
+ 42.81821878610148
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "73",
+ "name": "res_35",
+ "type": "Building",
+ "footprint_area": 2383,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4766,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8487734311158,
+ 42.818060767648404
+ ],
+ [
+ -78.84860938782624,
+ 42.81810407292846
+ ],
+ [
+ -78.8486738754848,
+ 42.818235508247255
+ ],
+ [
+ -78.84883791877436,
+ 42.818192203059255
+ ],
+ [
+ -78.8487734311158,
+ 42.818060767648404
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "74",
+ "name": "res_36",
+ "type": "Building",
+ "footprint_area": 2582,
+ "footprint_perimeter": 203,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5164,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8487025369382,
+ 42.817901749435975
+ ],
+ [
+ -78.84852966054846,
+ 42.817947386655305
+ ],
+ [
+ -78.84859596476079,
+ 42.81808252471586
+ ],
+ [
+ -78.84876884115053,
+ 42.81803688759629
+ ],
+ [
+ -78.8487025369382,
+ 42.817901749435975
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "75",
+ "name": "res_37",
+ "type": "Building",
+ "footprint_area": 2602,
+ "footprint_perimeter": 204,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5204,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84905056273124,
+ 42.817814847609014
+ ],
+ [
+ -78.84887390072711,
+ 42.81786148424865
+ ],
+ [
+ -78.84893929666255,
+ 42.817994771290074
+ ],
+ [
+ -78.84911595866669,
+ 42.817948134750935
+ ],
+ [
+ -78.84905056273124,
+ 42.817814847609014
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "76",
+ "name": "res_38",
+ "type": "Building",
+ "footprint_area": 2529,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5058,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8491238801079,
+ 42.81797008987911
+ ],
+ [
+ -78.84894469436084,
+ 42.81801739263747
+ ],
+ [
+ -78.84900736546564,
+ 42.81814512573584
+ ],
+ [
+ -78.84918655121268,
+ 42.81809782307519
+ ],
+ [
+ -78.8491238801079,
+ 42.81797008987911
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "77",
+ "name": "res_39",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84919765162299,
+ 42.81812625736097
+ ],
+ [
+ -78.84902351336177,
+ 42.81817222753165
+ ],
+ [
+ -78.84908573032813,
+ 42.81829903471126
+ ],
+ [
+ -78.84925986858934,
+ 42.81825306463486
+ ],
+ [
+ -78.84919765162299,
+ 42.81812625736097
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "78",
+ "name": "res_40",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84927556234705,
+ 42.818279240784165
+ ],
+ [
+ -78.84909890034291,
+ 42.81832587707362
+ ],
+ [
+ -78.84916020903236,
+ 42.81845083274487
+ ],
+ [
+ -78.8493368710365,
+ 42.81840419654969
+ ],
+ [
+ -78.84927556234705,
+ 42.818279240784165
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "79",
+ "name": "res_41",
+ "type": "Building",
+ "footprint_area": 2494,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4988,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84934504851441,
+ 42.81842951376922
+ ],
+ [
+ -78.84916964838173,
+ 42.8184758168299
+ ],
+ [
+ -78.84923277362496,
+ 42.81860447457558
+ ],
+ [
+ -78.84940817375764,
+ 42.8185581716113
+ ],
+ [
+ -78.84934504851441,
+ 42.81842951376922
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "80",
+ "name": "res_42",
+ "type": "Building",
+ "footprint_area": 2369,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4738,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84942558352525,
+ 42.818584940111236
+ ],
+ [
+ -78.84925144526402,
+ 42.818630909940936
+ ],
+ [
+ -78.84931184567661,
+ 42.81875401381163
+ ],
+ [
+ -78.84948598393784,
+ 42.818708044073475
+ ],
+ [
+ -78.84942558352525,
+ 42.818584940111236
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81",
+ "name": "res_43",
+ "type": "Building",
+ "footprint_area": 2405,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4810,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.849497992625,
+ 42.81873832926334
+ ],
+ [
+ -78.84932511623524,
+ 42.81878396586524
+ ],
+ [
+ -78.84938687906316,
+ 42.81890984620054
+ ],
+ [
+ -78.84955975545293,
+ 42.81886420969158
+ ],
+ [
+ -78.849497992625,
+ 42.81873832926334
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "82",
+ "name": "res_44",
+ "type": "Building",
+ "footprint_area": 2370,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4740,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84957327906227,
+ 42.818888867515255
+ ],
+ [
+ -78.84940292641542,
+ 42.81893383778012
+ ],
+ [
+ -78.84946468924333,
+ 42.81905971781032
+ ],
+ [
+ -78.84963504189018,
+ 42.81901474763703
+ ],
+ [
+ -78.84957327906227,
+ 42.818888867515255
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "83",
+ "name": "res_45",
+ "type": "Building",
+ "footprint_area": 1408,
+ "footprint_perimeter": 152,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2816,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85005188541109,
+ 42.81881162396337
+ ],
+ [
+ -78.84989541335028,
+ 42.81885293003728
+ ],
+ [
+ -78.84993537753306,
+ 42.81893438195735
+ ],
+ [
+ -78.85009184959387,
+ 42.818893075937865
+ ],
+ [
+ -78.85005188541109,
+ 42.81881162396337
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "84",
+ "name": "res_46",
+ "type": "Building",
+ "footprint_area": 1366,
+ "footprint_perimeter": 149,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2732,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84999163412324,
+ 42.81870625397269
+ ],
+ [
+ -78.84984651890557,
+ 42.8187445620913
+ ],
+ [
+ -78.8498882996421,
+ 42.81882971651808
+ ],
+ [
+ -78.85003341485978,
+ 42.818791408452256
+ ],
+ [
+ -78.84999163412324,
+ 42.81870625397269
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "85",
+ "name": "res_47",
+ "type": "Building",
+ "footprint_area": 1291,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2582,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994284022238,
+ 42.81860099566762
+ ],
+ [
+ -78.84979772500469,
+ 42.81863930385143
+ ],
+ [
+ -78.84983723504902,
+ 42.81871983046034
+ ],
+ [
+ -78.84998235026673,
+ 42.818681522326415
+ ],
+ [
+ -78.84994284022238,
+ 42.81860099566762
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "86",
+ "name": "res_48",
+ "type": "Building",
+ "footprint_area": 1249,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2498,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84989586287527,
+ 42.81849943956709
+ ],
+ [
+ -78.84974317642885,
+ 42.818539746504314
+ ],
+ [
+ -78.84977950750411,
+ 42.81861379408389
+ ],
+ [
+ -78.84993219395054,
+ 42.818573487194925
+ ],
+ [
+ -78.84989586287527,
+ 42.81849943956709
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "87",
+ "name": "res_49",
+ "type": "Building",
+ "footprint_area": 1273,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2546,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84983596518201,
+ 42.81839188473356
+ ],
+ [
+ -78.84968958809286,
+ 42.81843052616259
+ ],
+ [
+ -78.84972818986031,
+ 42.818509201851896
+ ],
+ [
+ -78.84987456694947,
+ 42.818470560472036
+ ],
+ [
+ -78.84983596518201,
+ 42.81839188473356
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "88",
+ "name": "res_50",
+ "type": "Building",
+ "footprint_area": 1325,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2650,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84978661659883,
+ 42.81828259038042
+ ],
+ [
+ -78.84963771576679,
+ 42.81832189811027
+ ],
+ [
+ -78.8496772258111,
+ 42.81840242513252
+ ],
+ [
+ -78.84982612664317,
+ 42.818363117453885
+ ],
+ [
+ -78.84978661659883,
+ 42.81828259038042
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "89",
+ "name": "res_51",
+ "type": "Building",
+ "footprint_area": 2476,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4952,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84973293285239,
+ 42.81812272215973
+ ],
+ [
+ -78.84956005646262,
+ 42.818168359215974
+ ],
+ [
+ -78.84962363584431,
+ 42.81829794320032
+ ],
+ [
+ -78.84979651223408,
+ 42.818252306239714
+ ],
+ [
+ -78.84973293285239,
+ 42.81812272215973
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "90",
+ "name": "res_52",
+ "type": "Building",
+ "footprint_area": 2422,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4844,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84965537572292,
+ 42.817967554023426
+ ],
+ [
+ -78.84948502307607,
+ 42.818012524958334
+ ],
+ [
+ -78.84954814831931,
+ 42.81814118366802
+ ],
+ [
+ -78.84971850096616,
+ 42.818096212826674
+ ],
+ [
+ -78.84965537572292,
+ 42.817967554023426
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "91",
+ "name": "res_53",
+ "type": "Building",
+ "footprint_area": 2386,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4772,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84957519430667,
+ 42.81780994179812
+ ],
+ [
+ -78.84940736540275,
+ 42.81785424661015
+ ],
+ [
+ -78.84947049064598,
+ 42.81798290564916
+ ],
+ [
+ -78.84963831954991,
+ 42.817938600929324
+ ],
+ [
+ -78.84957519430667,
+ 42.81780994179812
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "92",
+ "name": "res_54",
+ "type": "Building",
+ "footprint_area": 2639,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5278,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85005053549567,
+ 42.81799570625617
+ ],
+ [
+ -78.84987261162007,
+ 42.818042675877166
+ ],
+ [
+ -78.84993846169395,
+ 42.81817688812876
+ ],
+ [
+ -78.85011638556955,
+ 42.818129918609685
+ ],
+ [
+ -78.85005053549567,
+ 42.81799570625617
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "93",
+ "name": "res_55",
+ "type": "Building",
+ "footprint_area": 1399,
+ "footprint_perimeter": 152,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2798,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85019430982203,
+ 42.81817834982854
+ ],
+ [
+ -78.8500353140183,
+ 42.818220322559085
+ ],
+ [
+ -78.85007436992419,
+ 42.81829992411477
+ ],
+ [
+ -78.85023336572792,
+ 42.818257951438284
+ ],
+ [
+ -78.85019430982203,
+ 42.81817834982854
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "94",
+ "name": "res_56",
+ "type": "Building",
+ "footprint_area": 1421,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2842,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85024815120872,
+ 42.818282276387265
+ ],
+ [
+ -78.85008663166207,
+ 42.8183249152797
+ ],
+ [
+ -78.85012568756797,
+ 42.818404516700724
+ ],
+ [
+ -78.85028720711462,
+ 42.8183618778632
+ ],
+ [
+ -78.85024815120872,
+ 42.818282276387265
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "95",
+ "name": "res_57",
+ "type": "Building",
+ "footprint_area": 1270,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2540,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85029588432586,
+ 42.81839408816768
+ ],
+ [
+ -78.85014445975088,
+ 42.818434062057946
+ ],
+ [
+ -78.850181699103,
+ 42.818509960955595
+ ],
+ [
+ -78.850333123678,
+ 42.81846998711438
+ ],
+ [
+ -78.85029588432586,
+ 42.81839408816768
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "96",
+ "name": "res_58",
+ "type": "Building",
+ "footprint_area": 1426,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2852,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85034629369275,
+ 42.818496829402534
+ ],
+ [
+ -78.85018603601756,
+ 42.818539135031926
+ ],
+ [
+ -78.8502255460619,
+ 42.818619661771294
+ ],
+ [
+ -78.85038580373708,
+ 42.81857735619698
+ ],
+ [
+ -78.85034629369275,
+ 42.818496829402534
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "97",
+ "name": "res_59",
+ "type": "Building",
+ "footprint_area": 1317,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2634,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85039564227593,
+ 42.81860612337695
+ ],
+ [
+ -78.85024421770098,
+ 42.81864609713014
+ ],
+ [
+ -78.8502828194684,
+ 42.81872477254518
+ ],
+ [
+ -78.85043424404337,
+ 42.81868479884284
+ ],
+ [
+ -78.85039564227593,
+ 42.81860612337695
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "98",
+ "name": "res_60",
+ "type": "Building",
+ "footprint_area": 1260,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2520,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85045165381096,
+ 42.818711567288005
+ ],
+ [
+ -78.85029770549308,
+ 42.81875220720087
+ ],
+ [
+ -78.85033403656831,
+ 42.818826254526044
+ ],
+ [
+ -78.85048798488619,
+ 42.818785614661834
+ ],
+ [
+ -78.85045165381096,
+ 42.818711567288005
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "99",
+ "name": "res_61",
+ "type": "Building",
+ "footprint_area": 2327,
+ "footprint_perimeter": 202,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4654,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85116690214689,
+ 42.819062778369926
+ ],
+ [
+ -78.85093471779861,
+ 42.81912407099489
+ ],
+ [
+ -78.85097922336578,
+ 42.81921477841044
+ ],
+ [
+ -78.85121140771406,
+ 42.819153485875404
+ ],
+ [
+ -78.85116690214689,
+ 42.819062778369926
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "100",
+ "name": "res_62",
+ "type": "Building",
+ "footprint_area": 2229,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4458,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85110316353475,
+ 42.818943371732104
+ ],
+ [
+ -78.8508785504152,
+ 42.819002665800014
+ ],
+ [
+ -78.85092260184393,
+ 42.81909244780667
+ ],
+ [
+ -78.85114721496348,
+ 42.81903315382485
+ ],
+ [
+ -78.85110316353475,
+ 42.818943371732104
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "101",
+ "name": "res_63",
+ "type": "Building",
+ "footprint_area": 2226,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4452,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85104114765612,
+ 42.818822785647654
+ ],
+ [
+ -78.8508190582795,
+ 42.81888141360477
+ ],
+ [
+ -78.85086356384667,
+ 42.818972121376305
+ ],
+ [
+ -78.8510856532233,
+ 42.81891349350522
+ ],
+ [
+ -78.85104114765612,
+ 42.818822785647654
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "102",
+ "name": "res_64",
+ "type": "Building",
+ "footprint_area": 2135,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4270,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85098526988588,
+ 42.81870894273237
+ ],
+ [
+ -78.85076318050925,
+ 42.81876757079738
+ ],
+ [
+ -78.85080586952266,
+ 42.81885457637367
+ ],
+ [
+ -78.85102795889928,
+ 42.81879594839114
+ ],
+ [
+ -78.85098526988588,
+ 42.81870894273237
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "103",
+ "name": "res_65",
+ "type": "Building",
+ "footprint_area": 2193,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4386,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85092534235378,
+ 42.81858675947643
+ ],
+ [
+ -78.8507019911057,
+ 42.81864572077177
+ ],
+ [
+ -78.850745588396,
+ 42.81873457770433
+ ],
+ [
+ -78.85096893964408,
+ 42.81867561649369
+ ],
+ [
+ -78.85092534235378,
+ 42.81858675947643
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "104",
+ "name": "res_66",
+ "type": "Building",
+ "footprint_area": 2214,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4428,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85086595076194,
+ 42.81846861637021
+ ],
+ [
+ -78.85064512325677,
+ 42.81852691154796
+ ],
+ [
+ -78.85068962882394,
+ 42.8186176198395
+ ],
+ [
+ -78.85091045632912,
+ 42.818559324747326
+ ],
+ [
+ -78.85086595076194,
+ 42.81846861637021
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "105",
+ "name": "res_67",
+ "type": "Building",
+ "footprint_area": 2090,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4180,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85080701330854,
+ 42.818351398636366
+ ],
+ [
+ -78.8505849239319,
+ 42.818410027040414
+ ],
+ [
+ -78.85062670466843,
+ 42.81849518192789
+ ],
+ [
+ -78.85084879404508,
+ 42.81843655360464
+ ],
+ [
+ -78.85080701330854,
+ 42.818351398636366
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "106",
+ "name": "res_68",
+ "type": "Building",
+ "footprint_area": 2196,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4392,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85074933772658,
+ 42.81823384756365
+ ],
+ [
+ -78.85052093899267,
+ 42.81829414166111
+ ],
+ [
+ -78.85056362800609,
+ 42.81838114790361
+ ],
+ [
+ -78.85079202674,
+ 42.81832085389095
+ ],
+ [
+ -78.85074933772658,
+ 42.81823384756365
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "107",
+ "name": "res_69",
+ "type": "Building",
+ "footprint_area": 2603,
+ "footprint_perimeter": 204,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5206,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85052443847042,
+ 42.81789460818018
+ ],
+ [
+ -78.85034525272337,
+ 42.81794191099627
+ ],
+ [
+ -78.85040974038192,
+ 42.81807334665976
+ ],
+ [
+ -78.85058892612899,
+ 42.8180260439442
+ ],
+ [
+ -78.85052443847042,
+ 42.81789460818018
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "108",
+ "name": "res_70",
+ "type": "Building",
+ "footprint_area": 2412,
+ "footprint_perimeter": 206,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4824,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85098240947154,
+ 42.8193203631437
+ ],
+ [
+ -78.85097371534977,
+ 42.819418841192544
+ ],
+ [
+ -78.85122390934669,
+ 42.81942911370956
+ ],
+ [
+ -78.8512305474424,
+ 42.81933031716633
+ ],
+ [
+ -78.85098240947154,
+ 42.8193203631437
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "109",
+ "name": "res_71",
+ "type": "Building",
+ "footprint_area": 2206,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4412,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8509724647724,
+ 42.819460484721446
+ ],
+ [
+ -78.85121463340214,
+ 42.819471830310476
+ ],
+ [
+ -78.8512112398169,
+ 42.81956368156119
+ ],
+ [
+ -78.85096139941452,
+ 42.81955122479667
+ ],
+ [
+ -78.8509724647724,
+ 42.819460484721446
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "110",
+ "name": "res_72",
+ "type": "Building",
+ "footprint_area": 2112,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4224,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85096801240032,
+ 42.81958506606847
+ ],
+ [
+ -78.85121134235767,
+ 42.81959296867731
+ ],
+ [
+ -78.85120487034723,
+ 42.819681450544266
+ ],
+ [
+ -78.85096154038983,
+ 42.81967354794671
+ ],
+ [
+ -78.85096801240032,
+ 42.81958506606847
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "111",
+ "name": "res_73",
+ "type": "Building",
+ "footprint_area": 2085,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4170,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85094412222479,
+ 42.81969992670486
+ ],
+ [
+ -78.85117716141956,
+ 42.819707919904175
+ ],
+ [
+ -78.85117078995296,
+ 42.81979951144427
+ ],
+ [
+ -78.85093503122435,
+ 42.819789610211785
+ ],
+ [
+ -78.85094412222479,
+ 42.81969992670486
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "112",
+ "name": "res_74",
+ "type": "Building",
+ "footprint_area": 2126,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4252,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85093408794512,
+ 42.819829267768654
+ ],
+ [
+ -78.85116596051549,
+ 42.81983705848336
+ ],
+ [
+ -78.85116221333568,
+ 42.819931093448105
+ ],
+ [
+ -78.85092428445873,
+ 42.819919674195035
+ ],
+ [
+ -78.85093408794512,
+ 42.819829267768654
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "113",
+ "name": "res_75",
+ "type": "Building",
+ "footprint_area": 2022,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4044,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85091930642508,
+ 42.81995675710394
+ ],
+ [
+ -78.85091399574222,
+ 42.820041795517994
+ ],
+ [
+ -78.85115227821373,
+ 42.82005103049627
+ ],
+ [
+ -78.85115748835274,
+ 42.81996288226563
+ ],
+ [
+ -78.85091930642508,
+ 42.81995675710394
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "114",
+ "name": "res_76",
+ "type": "Building",
+ "footprint_area": 2435,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4870,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85020881229266,
+ 42.8178003437325
+ ],
+ [
+ -78.85031741687136,
+ 42.81790549649574
+ ],
+ [
+ -78.85046092338723,
+ 42.81781742888052
+ ],
+ [
+ -78.85034843265028,
+ 42.81771016538352
+ ],
+ [
+ -78.85020881229266,
+ 42.8178003437325
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "115",
+ "name": "res_77",
+ "type": "Building",
+ "footprint_area": 2351,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4702,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85012325237977,
+ 42.81775517495791
+ ],
+ [
+ -78.85023920219339,
+ 42.81765451736507
+ ],
+ [
+ -78.85009475911244,
+ 42.817569280126236
+ ],
+ [
+ -78.84998304905163,
+ 42.81766986410685
+ ],
+ [
+ -78.85012325237977,
+ 42.81775517495791
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "116",
+ "name": "res_78",
+ "type": "Building",
+ "footprint_area": 2373,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4746,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8499323884675,
+ 42.81765894164724
+ ],
+ [
+ -78.84998131335121,
+ 42.81753206684641
+ ],
+ [
+ -78.84981319296203,
+ 42.817488626970885
+ ],
+ [
+ -78.84975760512643,
+ 42.81761935179932
+ ],
+ [
+ -78.8499323884675,
+ 42.81765894164724
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "117",
+ "name": "res_79",
+ "type": "Building",
+ "footprint_area": 2288,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4576,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84970591249608,
+ 42.81760730543078
+ ],
+ [
+ -78.84972334255632,
+ 42.817477244337624
+ ],
+ [
+ -78.84954603209025,
+ 42.81746445899361
+ ],
+ [
+ -78.84953475888044,
+ 42.81760125874854
+ ],
+ [
+ -78.84970591249608,
+ 42.81760730543078
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "118",
+ "name": "res_80",
+ "type": "Building",
+ "footprint_area": 2160,
+ "footprint_perimeter": 186,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4320,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84948747289573,
+ 42.817583712452915
+ ],
+ [
+ -78.84931242719759,
+ 42.8175760725147
+ ],
+ [
+ -78.84932370896394,
+ 42.81744943836236
+ ],
+ [
+ -78.84950048734065,
+ 42.81746060981018
+ ],
+ [
+ -78.84948747289573,
+ 42.817583712452915
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "119",
+ "name": "res_81",
+ "type": "Building",
+ "footprint_area": 2285,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4570,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84926224784287,
+ 42.817575158873694
+ ],
+ [
+ -78.84927513651873,
+ 42.81743584159537
+ ],
+ [
+ -78.84910938398349,
+ 42.81742627806713
+ ],
+ [
+ -78.84908998486263,
+ 42.81756104106853
+ ],
+ [
+ -78.84926224784287,
+ 42.817575158873694
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "120",
+ "name": "res_82",
+ "type": "Building",
+ "footprint_area": 2402,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4804,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8490472865182,
+ 42.81755019633829
+ ],
+ [
+ -78.84887512408181,
+ 42.817539188478776
+ ],
+ [
+ -78.84888594315319,
+ 42.8174014629742
+ ],
+ [
+ -78.84906567681833,
+ 42.81741047213126
+ ],
+ [
+ -78.8490472865182,
+ 42.81755019633829
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "121",
+ "name": "res_83",
+ "type": "Building",
+ "footprint_area": 2423,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4846,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84882906103218,
+ 42.81753394415341
+ ],
+ [
+ -78.84883634753989,
+ 42.817391923696164
+ ],
+ [
+ -78.84866150885374,
+ 42.81738998631556
+ ],
+ [
+ -78.84864851963404,
+ 42.81752619374532
+ ],
+ [
+ -78.84882906103218,
+ 42.81753394415341
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "122",
+ "name": "res_84",
+ "type": "Building",
+ "footprint_area": 2639,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5278,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856761655139,
+ 42.81739824536814
+ ],
+ [
+ -78.84862796500099,
+ 42.81753286589006
+ ],
+ [
+ -78.8484529184629,
+ 42.81757698528253
+ ],
+ [
+ -78.84838732143972,
+ 42.81743747742803
+ ],
+ [
+ -78.84856761655139,
+ 42.81739824536814
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "123",
+ "name": "res_85",
+ "type": "Building",
+ "footprint_area": 2280,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4560,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8482932029413,
+ 42.81751242233179
+ ],
+ [
+ -78.84843497371453,
+ 42.817586234704095
+ ],
+ [
+ -78.8483433048658,
+ 42.81769677977371
+ ],
+ [
+ -78.84819360307444,
+ 42.81762835805981
+ ],
+ [
+ -78.8482932029413,
+ 42.81751242233179
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "124",
+ "name": "res_86",
+ "type": "Building",
+ "footprint_area": 2473,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4946,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84816388335102,
+ 42.8176548331908
+ ],
+ [
+ -78.84832246305972,
+ 42.81772186376324
+ ],
+ [
+ -78.84823496426007,
+ 42.81783943540381
+ ],
+ [
+ -78.84807076186368,
+ 42.81777931507335
+ ],
+ [
+ -78.84816388335102,
+ 42.8176548331908
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "125",
+ "name": "res_87",
+ "type": "Building",
+ "footprint_area": 4962,
+ "footprint_perimeter": 312,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9924,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994989438904,
+ 42.81409456699757
+ ],
+ [
+ -78.84979342232823,
+ 42.81413587622245
+ ],
+ [
+ -78.8499342052448,
+ 42.81442283053431
+ ],
+ [
+ -78.8500906773056,
+ 42.81438152150113
+ ],
+ [
+ -78.84994989438904,
+ 42.81409456699757
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "126",
+ "name": "res_88",
+ "type": "Building",
+ "footprint_area": 4611,
+ "footprint_perimeter": 303,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9222,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84974996954924,
+ 42.813710304268284
+ ],
+ [
+ -78.84960247974044,
+ 42.81374924238685
+ ],
+ [
+ -78.84974126028908,
+ 42.81403211709983
+ ],
+ [
+ -78.84988875009788,
+ 42.81399317915938
+ ],
+ [
+ -78.84974996954924,
+ 42.813710304268284
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "127",
+ "name": "res_89",
+ "type": "Building",
+ "footprint_area": 2910,
+ "footprint_perimeter": 216,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5820,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85042226658979,
+ 42.814127729712254
+ ],
+ [
+ -78.85024560458567,
+ 42.81417436913267
+ ],
+ [
+ -78.8503187208746,
+ 42.81432340031648
+ ],
+ [
+ -78.85049538287873,
+ 42.81427676100844
+ ],
+ [
+ -78.85042226658979,
+ 42.814127729712254
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "128",
+ "name": "res_90",
+ "type": "Building",
+ "footprint_area": 2833,
+ "footprint_perimeter": 213,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5666,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85033461787077,
+ 42.81394907681559
+ ],
+ [
+ -78.85016047960956,
+ 42.81399505009165
+ ],
+ [
+ -78.85023268762161,
+ 42.8141422303853
+ ],
+ [
+ -78.85040682588281,
+ 42.814096257218694
+ ],
+ [
+ -78.85033461787077,
+ 42.81394907681559
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "129",
+ "name": "res_91",
+ "type": "Building",
+ "footprint_area": 2688,
+ "footprint_perimeter": 207,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5376,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85024797797249,
+ 42.813775384876806
+ ],
+ [
+ -78.85007510158273,
+ 42.81382102514149
+ ],
+ [
+ -78.85014413062571,
+ 42.81396172620293
+ ],
+ [
+ -78.85031700701546,
+ 42.8139160860421
+ ],
+ [
+ -78.85024797797249,
+ 42.813775384876806
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "130",
+ "name": "res_92",
+ "type": "Building",
+ "footprint_area": 2635,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5270,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85016192909228,
+ 42.813596015345524
+ ],
+ [
+ -78.84998905270251,
+ 42.81364165574254
+ ],
+ [
+ -78.85005671933015,
+ 42.81377958021247
+ ],
+ [
+ -78.85022959571992,
+ 42.81373393991723
+ ],
+ [
+ -78.85016192909228,
+ 42.813596015345524
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "131",
+ "name": "res_93",
+ "type": "Building",
+ "footprint_area": 2562,
+ "footprint_perimeter": 202,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5124,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85007266490722,
+ 42.81341987854208
+ ],
+ [
+ -78.84990231226038,
+ 42.81346485278425
+ ],
+ [
+ -78.84996907061115,
+ 42.813600926310045
+ ],
+ [
+ -78.85013942325799,
+ 42.81355595216684
+ ],
+ [
+ -78.85007266490722,
+ 42.81341987854208
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "132",
+ "name": "res_94",
+ "type": "Building",
+ "footprint_area": 2394,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4788,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84998107806697,
+ 42.81325062785842
+ ],
+ [
+ -78.8498208203918,
+ 42.81329293707705
+ ],
+ [
+ -78.84988712460412,
+ 42.81342808530928
+ ],
+ [
+ -78.8500473822793,
+ 42.81338577618314
+ ],
+ [
+ -78.84998107806697,
+ 42.81325062785842
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "133",
+ "name": "res_95",
+ "type": "Building",
+ "footprint_area": 2353,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4706,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8498897740528,
+ 42.81307037202683
+ ],
+ [
+ -78.84973330199199,
+ 42.81311168193582
+ ],
+ [
+ -78.84980006034276,
+ 42.81324775623867
+ ],
+ [
+ -78.84995653240357,
+ 42.81320644642054
+ ],
+ [
+ -78.8498897740528,
+ 42.81307037202683
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "134",
+ "name": "res_96",
+ "type": "Building",
+ "footprint_area": 2664,
+ "footprint_perimeter": 207,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5328,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84980448951023,
+ 42.812894360645174
+ ],
+ [
+ -78.84963539873486,
+ 42.812939002124295
+ ],
+ [
+ -78.8497053360547,
+ 42.81308155654639
+ ],
+ [
+ -78.84987442683008,
+ 42.81303691517019
+ ],
+ [
+ -78.84980448951023,
+ 42.812894360645174
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "135",
+ "name": "res_97",
+ "type": "Building",
+ "footprint_area": 2727,
+ "footprint_perimeter": 210,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5454,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8497111380792,
+ 42.81270989070089
+ ],
+ [
+ -78.84954457104675,
+ 42.81275386602067
+ ],
+ [
+ -78.84961723319724,
+ 42.81290197494789
+ ],
+ [
+ -78.8497838002297,
+ 42.81285799973344
+ ],
+ [
+ -78.8497111380792,
+ 42.81270989070089
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "136",
+ "name": "res_98",
+ "type": "Building",
+ "footprint_area": 2631,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5262,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84972668576765,
+ 42.81265254793203
+ ],
+ [
+ -78.84955195100748,
+ 42.812627580188405
+ ],
+ [
+ -78.84958376775519,
+ 42.81248325454828
+ ],
+ [
+ -78.84977132231768,
+ 42.81251111128307
+ ],
+ [
+ -78.84972668576765,
+ 42.81265254793203
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "137",
+ "name": "res_99",
+ "type": "Building",
+ "footprint_area": 2567,
+ "footprint_perimeter": 203,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5134,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84977909948272,
+ 42.81246534636827
+ ],
+ [
+ -78.84960961329608,
+ 42.81244526637258
+ ],
+ [
+ -78.84965475594754,
+ 42.8122932397676
+ ],
+ [
+ -78.84982625977564,
+ 42.81232324299404
+ ],
+ [
+ -78.84977909948272,
+ 42.81246534636827
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "138",
+ "name": "res_100",
+ "type": "Building",
+ "footprint_area": 4753,
+ "footprint_perimeter": 302,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9506,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84913198224226,
+ 42.81350737101201
+ ],
+ [
+ -78.84950183602946,
+ 42.81361047583678
+ ],
+ [
+ -78.84955828017893,
+ 42.813493108825014
+ ],
+ [
+ -78.84918428718278,
+ 42.81339318772049
+ ],
+ [
+ -78.84913198224226,
+ 42.81350737101201
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "139",
+ "name": "res_101",
+ "type": "Building",
+ "footprint_area": 2806,
+ "footprint_perimeter": 213,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5612,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84842731521725,
+ 42.81406040709035
+ ],
+ [
+ -78.8485943748227,
+ 42.81411040276089
+ ],
+ [
+ -78.84866404771415,
+ 42.81395608638894
+ ],
+ [
+ -78.84848961796767,
+ 42.813914309701346
+ ],
+ [
+ -78.84842731521725,
+ 42.81406040709035
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "140",
+ "name": "res_102",
+ "type": "Building",
+ "footprint_area": 2472,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4944,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84850753021017,
+ 42.813885220425846
+ ],
+ [
+ -78.84867671138308,
+ 42.81392210942667
+ ],
+ [
+ -78.84874022404199,
+ 42.81378719346483
+ ],
+ [
+ -78.8485789676924,
+ 42.813746121063275
+ ],
+ [
+ -78.84850753021017,
+ 42.813885220425846
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "141",
+ "name": "res_103",
+ "type": "Building",
+ "footprint_area": 2377,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4754,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84859745501073,
+ 42.81369612706425
+ ],
+ [
+ -78.84875684284357,
+ 42.81374501173261
+ ],
+ [
+ -78.84882035550248,
+ 42.81361009538438
+ ],
+ [
+ -78.84865854447058,
+ 42.81356498704443
+ ],
+ [
+ -78.84859745501073,
+ 42.81369612706425
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "142",
+ "name": "res_104",
+ "type": "Building",
+ "footprint_area": 2442,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4884,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84868488844177,
+ 42.81351841656402
+ ],
+ [
+ -78.84884165198783,
+ 42.8135648575055
+ ],
+ [
+ -78.84890632597434,
+ 42.81342649746361
+ ],
+ [
+ -78.84874739227993,
+ 42.81337853821603
+ ],
+ [
+ -78.84868488844177,
+ 42.81351841656402
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "143",
+ "name": "res_105",
+ "type": "Building",
+ "footprint_area": 2458,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4916,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84876808545113,
+ 42.81333949785798
+ ],
+ [
+ -78.84893332850282,
+ 42.81338579142161
+ ],
+ [
+ -78.84899421687494,
+ 42.813248430409885
+ ],
+ [
+ -78.84883159811004,
+ 42.8132045806251
+ ],
+ [
+ -78.84876808545113,
+ 42.81333949785798
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "144",
+ "name": "res_106",
+ "type": "Building",
+ "footprint_area": 2388,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4776,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84885135937125,
+ 42.81316274982839
+ ],
+ [
+ -78.84900388316449,
+ 42.813209264793215
+ ],
+ [
+ -78.84907072729933,
+ 42.81307242216556
+ ],
+ [
+ -78.8489130554764,
+ 42.81302412949864
+ ],
+ [
+ -78.84885135937125,
+ 42.81316274982839
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "145",
+ "name": "res_107",
+ "type": "Building",
+ "footprint_area": 2288,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4576,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8489355600471,
+ 42.81298133211462
+ ],
+ [
+ -78.84908889157337,
+ 42.81302658839331
+ ],
+ [
+ -78.84915240423227,
+ 42.812891670477825
+ ],
+ [
+ -78.84899619536851,
+ 42.81284926489863
+ ],
+ [
+ -78.8489355600471,
+ 42.81298133211462
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "146",
+ "name": "res_108",
+ "type": "Building",
+ "footprint_area": 2497,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4994,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84901938854654,
+ 42.81281171297971
+ ],
+ [
+ -78.84916837977613,
+ 42.81285393295238
+ ],
+ [
+ -78.84924188686283,
+ 42.81271323929482
+ ],
+ [
+ -78.84907825927718,
+ 42.812664427567825
+ ],
+ [
+ -78.84901938854654,
+ 42.81281171297971
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "147",
+ "name": "res_109",
+ "type": "Building",
+ "footprint_area": 2352,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4704,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84910339954457,
+ 42.81262851402485
+ ],
+ [
+ -78.84926177855668,
+ 42.81267243797498
+ ],
+ [
+ -78.84931761944297,
+ 42.81253640796854
+ ],
+ [
+ -78.84915671668796,
+ 42.81249315021708
+ ],
+ [
+ -78.84910339954457,
+ 42.81262851402485
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "148",
+ "name": "res_110",
+ "type": "Building",
+ "footprint_area": 2505,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5010,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84905831092571,
+ 42.812321642198185
+ ],
+ [
+ -78.84911869319642,
+ 42.81219486832359
+ ],
+ [
+ -78.84893396739054,
+ 42.81214953519765
+ ],
+ [
+ -78.84887772432879,
+ 42.81227312519175
+ ],
+ [
+ -78.84905831092571,
+ 42.812321642198185
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "149",
+ "name": "res_111",
+ "type": "Building",
+ "footprint_area": 2374,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4748,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84880585300078,
+ 42.81225445893003
+ ],
+ [
+ -78.84886229715025,
+ 42.8121370893449
+ ],
+ [
+ -78.84868171055334,
+ 42.81208857219366
+ ],
+ [
+ -78.84862455921471,
+ 42.81221031092957
+ ],
+ [
+ -78.84880585300078,
+ 42.81225445893003
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "150",
+ "name": "res_112",
+ "type": "Building",
+ "footprint_area": 2021,
+ "footprint_perimeter": 180,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4042,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856192893848,
+ 42.8121864426607
+ ],
+ [
+ -78.84861605043278,
+ 42.812075959698745
+ ],
+ [
+ -78.848447576449,
+ 42.81203470052594
+ ],
+ [
+ -78.84839688697453,
+ 42.81214636864459
+ ],
+ [
+ -78.84856192893848,
+ 42.8121864426607
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "151",
+ "name": "res_113",
+ "type": "Building",
+ "footprint_area": 2316,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4632,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84832432100809,
+ 42.81213341741497
+ ],
+ [
+ -78.84837390111798,
+ 42.81201367742918
+ ],
+ [
+ -78.84819099186588,
+ 42.81197204694499
+ ],
+ [
+ -78.84814302722204,
+ 42.812089269328084
+ ],
+ [
+ -78.84832432100809,
+ 42.81213341741497
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "152",
+ "name": "res_114",
+ "type": "Building",
+ "footprint_area": 2513,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5026,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84802063718959,
+ 42.81201538982236
+ ],
+ [
+ -78.84796439412783,
+ 42.8121389800846
+ ],
+ [
+ -78.84778310034177,
+ 42.81209483200166
+ ],
+ [
+ -78.84783409482993,
+ 42.81196635379027
+ ],
+ [
+ -78.84802063718959,
+ 42.81201538982236
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "153",
+ "name": "res_115",
+ "type": "Building",
+ "footprint_area": 2704,
+ "footprint_perimeter": 208,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5408,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84776985797478,
+ 42.81213179386893
+ ],
+ [
+ -78.84795185895001,
+ 42.81217157286437
+ ],
+ [
+ -78.84789440259769,
+ 42.81231012134768
+ ],
+ [
+ -78.84770624477201,
+ 42.812263603225546
+ ],
+ [
+ -78.84776985797478,
+ 42.81213179386893
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "154",
+ "name": "res_116",
+ "type": "Building",
+ "footprint_area": 2282,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4564,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8476968134508,
+ 42.81229929313335
+ ],
+ [
+ -78.8478645802454,
+ 42.81234492117878
+ ],
+ [
+ -78.84782347964115,
+ 42.81246451300893
+ ],
+ [
+ -78.84763784555841,
+ 42.81241732870683
+ ],
+ [
+ -78.8476968134508,
+ 42.81229929313335
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "155",
+ "name": "res_117",
+ "type": "Building",
+ "footprint_area": 2258,
+ "footprint_perimeter": 190,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4516,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84761641739438,
+ 42.81246375074983
+ ],
+ [
+ -78.84778923167481,
+ 42.81250804608365
+ ],
+ [
+ -78.84774126703095,
+ 42.81262526745087
+ ],
+ [
+ -78.84755997324488,
+ 42.81258111971505
+ ],
+ [
+ -78.84761641739438,
+ 42.81246375074983
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "156",
+ "name": "res_118",
+ "type": "Building",
+ "footprint_area": 2099,
+ "footprint_perimeter": 184,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4198,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8475391576303,
+ 42.812629061309394
+ ],
+ [
+ -78.84771378846452,
+ 42.8126770592572
+ ],
+ [
+ -78.84765785041648,
+ 42.81278383841965
+ ],
+ [
+ -78.84748594441291,
+ 42.81274139464756
+ ],
+ [
+ -78.8475391576303,
+ 42.812629061309394
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "157",
+ "name": "res_119",
+ "type": "Building",
+ "footprint_area": 9426,
+ "footprint_perimeter": 492,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 18852,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84782887131789,
+ 42.81303077173857
+ ],
+ [
+ -78.84799936294313,
+ 42.813081953306494
+ ],
+ [
+ -78.84822767004816,
+ 42.81255953274723
+ ],
+ [
+ -78.84806767557002,
+ 42.81251812638283
+ ],
+ [
+ -78.84782887131789,
+ 42.81303077173857
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "158",
+ "name": "res_120",
+ "type": "Building",
+ "footprint_area": 6583,
+ "footprint_perimeter": 368,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13166,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84823013986042,
+ 42.81247614165204
+ ],
+ [
+ -78.84870487472126,
+ 42.81259547293507
+ ],
+ [
+ -78.84876616526884,
+ 42.81247055099408
+ ],
+ [
+ -78.8482845663684,
+ 42.81234884931186
+ ],
+ [
+ -78.84823013986042,
+ 42.81247614165204
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "159",
+ "name": "res_121",
+ "type": "Building",
+ "footprint_area": 5611,
+ "footprint_perimeter": 331,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 11222,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8484400346379,
+ 42.8130024867792
+ ],
+ [
+ -78.8486018456698,
+ 42.81304759552941
+ ],
+ [
+ -78.8487549195319,
+ 42.81274369738276
+ ],
+ [
+ -78.8485862444604,
+ 42.81269621826604
+ ],
+ [
+ -78.8484400346379,
+ 42.8130024867792
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "160",
+ "name": "res_122",
+ "type": "Building",
+ "footprint_area": 1134,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2268,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84818009969445,
+ 42.811574570815395
+ ],
+ [
+ -78.84828265811291,
+ 42.81159768262353
+ ],
+ [
+ -78.84824024705632,
+ 42.81170298352578
+ ],
+ [
+ -78.84814384548831,
+ 42.81168661103641
+ ],
+ [
+ -78.84818009969445,
+ 42.811574570815395
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "161",
+ "name": "res_123",
+ "type": "Building",
+ "footprint_area": 1020,
+ "footprint_perimeter": 131,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2040,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84829172735328,
+ 42.81172075989508
+ ],
+ [
+ -78.84837964941569,
+ 42.81173727989153
+ ],
+ [
+ -78.84842296874915,
+ 42.81163383044503
+ ],
+ [
+ -78.84832727437028,
+ 42.81161308883679
+ ],
+ [
+ -78.84829172735328,
+ 42.81172075989508
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "162",
+ "name": "res_124",
+ "type": "Building",
+ "footprint_area": 1147,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2294,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84847906789038,
+ 42.811650823323674
+ ],
+ [
+ -78.84857476226925,
+ 42.811671564919266
+ ],
+ [
+ -78.84853669150934,
+ 42.811779902178756
+ ],
+ [
+ -78.84843070107108,
+ 42.811755605348225
+ ],
+ [
+ -78.84847906789038,
+ 42.811650823323674
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "163",
+ "name": "res_125",
+ "type": "Building",
+ "footprint_area": 1127,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2254,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84862174349766,
+ 42.81168918874445
+ ],
+ [
+ -78.84871652959966,
+ 42.8117080789321
+ ],
+ [
+ -78.84867936711662,
+ 42.81181826751944
+ ],
+ [
+ -78.84857862525192,
+ 42.81179885857864
+ ],
+ [
+ -78.84862174349766,
+ 42.81168918874445
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "164",
+ "name": "res_126",
+ "type": "Building",
+ "footprint_area": 1281,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2562,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84872579931628,
+ 42.81183267107778
+ ],
+ [
+ -78.84882078650598,
+ 42.81185778169595
+ ],
+ [
+ -78.84886784287295,
+ 42.81173870747989
+ ],
+ [
+ -78.84875680494883,
+ 42.81171574324057
+ ],
+ [
+ -78.84872579931628,
+ 42.81183267107778
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "165",
+ "name": "res_127",
+ "type": "Building",
+ "footprint_area": 1123,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2246,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8488631833207,
+ 42.81186663974273
+ ],
+ [
+ -78.8489081181202,
+ 42.81176067281592
+ ],
+ [
+ -78.8489994722024,
+ 42.81177837789173
+ ],
+ [
+ -78.84895998706418,
+ 42.8118954531262
+ ],
+ [
+ -78.8488631833207,
+ 42.81186663974273
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "166",
+ "name": "res_128",
+ "type": "Building",
+ "footprint_area": 1049,
+ "footprint_perimeter": 134,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2098,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84901000995352,
+ 42.81190475008307
+ ],
+ [
+ -78.8490547436653,
+ 42.81179256274129
+ ],
+ [
+ -78.8491403430725,
+ 42.811815969499776
+ ],
+ [
+ -78.84909813310365,
+ 42.81192749049771
+ ],
+ [
+ -78.84901000995352,
+ 42.81190475008307
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "167",
+ "name": "res_129",
+ "type": "Building",
+ "footprint_area": 1313,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2626,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84914441076847,
+ 42.81193730898505
+ ],
+ [
+ -78.84918682182504,
+ 42.81183200848176
+ ],
+ [
+ -78.84929947521518,
+ 42.811852454984944
+ ],
+ [
+ -78.84925151057132,
+ 42.81196967759473
+ ],
+ [
+ -78.84914441076847,
+ 42.81193730898505
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "168",
+ "name": "res_130",
+ "type": "Building",
+ "footprint_area": 1151,
+ "footprint_perimeter": 141,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2302,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8493029908683,
+ 42.81198745388738
+ ],
+ [
+ -78.84933995226359,
+ 42.81187104512904
+ ],
+ [
+ -78.84943564664245,
+ 42.81189178665079
+ ],
+ [
+ -78.84938949855237,
+ 42.81201271195812
+ ],
+ [
+ -78.8493029908683,
+ 42.81198745388738
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "169",
+ "name": "res_131",
+ "type": "Building",
+ "footprint_area": 1071,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2142,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84944310041679,
+ 42.81201738102337
+ ],
+ [
+ -78.84948783412857,
+ 42.811905193885906
+ ],
+ [
+ -78.84957575619096,
+ 42.81192171383307
+ ],
+ [
+ -78.84952869982399,
+ 42.81204078769676
+ ],
+ [
+ -78.84944310041679,
+ 42.81201738102337
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "170",
+ "name": "res_132",
+ "type": "Building",
+ "footprint_area": 1264,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2528,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8495900740049,
+ 42.812049678314594
+ ],
+ [
+ -78.849624712745,
+ 42.811940156440755
+ ],
+ [
+ -78.84973322692619,
+ 42.81196378689776
+ ],
+ [
+ -78.84968869430212,
+ 42.812082194380736
+ ],
+ [
+ -78.8495900740049,
+ 42.812049678314594
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "171",
+ "name": "res_133",
+ "type": "Building",
+ "footprint_area": 1413,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2826,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84983211012303,
+ 42.811781638071636
+ ],
+ [
+ -78.84988078195603,
+ 42.81166004600823
+ ],
+ [
+ -78.84977297496401,
+ 42.811632046336
+ ],
+ [
+ -78.84972611968477,
+ 42.811757341241815
+ ],
+ [
+ -78.84983211012303,
+ 42.811781638071636
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "172",
+ "name": "res_134",
+ "type": "Building",
+ "footprint_area": 1215,
+ "footprint_perimeter": 143,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2430,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84968402717033,
+ 42.811741268761125
+ ],
+ [
+ -78.84972785260521,
+ 42.811627229725275
+ ],
+ [
+ -78.84962781792967,
+ 42.81160345162331
+ ],
+ [
+ -78.84958671732542,
+ 42.81172304488723
+ ],
+ [
+ -78.84968402717033,
+ 42.811741268761125
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "173",
+ "name": "res_135",
+ "type": "Building",
+ "footprint_area": 1065,
+ "footprint_perimeter": 134,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2130,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84952655643511,
+ 42.81169919554506
+ ],
+ [
+ -78.84957563044355,
+ 42.81159004432277
+ ],
+ [
+ -78.8494824598076,
+ 42.81156863639458
+ ],
+ [
+ -78.8494375250081,
+ 42.8116746036504
+ ],
+ [
+ -78.84952655643511,
+ 42.81169919554506
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "174",
+ "name": "res_136",
+ "type": "Building",
+ "footprint_area": 1069,
+ "footprint_perimeter": 133,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2138,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84938695298801,
+ 42.81165867866446
+ ],
+ [
+ -78.84943027232148,
+ 42.81155522908648
+ ],
+ [
+ -78.84933619340866,
+ 42.811531969745914
+ ],
+ [
+ -78.8492894420554,
+ 42.81163423427003
+ ],
+ [
+ -78.84938695298801,
+ 42.81165867866446
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "175",
+ "name": "res_137",
+ "type": "Building",
+ "footprint_area": 1144,
+ "footprint_perimeter": 139,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2288,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84923398397119,
+ 42.81162862153576
+ ],
+ [
+ -78.84928648999944,
+ 42.811520655283886
+ ],
+ [
+ -78.84918968625597,
+ 42.81149184172577
+ ],
+ [
+ -78.84914333707816,
+ 42.811606547316075
+ ],
+ [
+ -78.84923398397119,
+ 42.81162862153576
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "176",
+ "name": "res_138",
+ "type": "Building",
+ "footprint_area": 1229,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2458,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84909387442268,
+ 42.81159869421165
+ ],
+ [
+ -78.84914527108633,
+ 42.81148265599441
+ ],
+ [
+ -78.84904594359993,
+ 42.81145450872509
+ ],
+ [
+ -78.849000502699,
+ 42.81157106578388
+ ],
+ [
+ -78.84909387442268,
+ 42.81159869421165
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "177",
+ "name": "res_139",
+ "type": "Building",
+ "footprint_area": 1042,
+ "footprint_perimeter": 133,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2084,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84894902240205,
+ 42.8115532893716
+ ],
+ [
+ -78.84899900468739,
+ 42.811445989294754
+ ],
+ [
+ -78.84890835779436,
+ 42.8114239150099
+ ],
+ [
+ -78.84886089925193,
+ 42.81153054881935
+ ],
+ [
+ -78.84894902240205,
+ 42.8115532893716
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "178",
+ "name": "res_140",
+ "type": "Building",
+ "footprint_area": 1157,
+ "footprint_perimeter": 139,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2314,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84880904255296,
+ 42.81151675547963
+ ],
+ [
+ -78.84885902483828,
+ 42.81140945533946
+ ],
+ [
+ -78.84876151390564,
+ 42.81138501084652
+ ],
+ [
+ -78.84871173270804,
+ 42.8114985315396
+ ],
+ [
+ -78.84880904255296,
+ 42.81151675547963
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "179",
+ "name": "res_141",
+ "type": "Building",
+ "footprint_area": 1152,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2304,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8486593441342,
+ 42.81147890370448
+ ],
+ [
+ -78.8487051872106,
+ 42.8113747875185
+ ],
+ [
+ -78.84860585972419,
+ 42.81134664020007
+ ],
+ [
+ -78.84856112601243,
+ 42.81145882835074
+ ],
+ [
+ -78.8486593441342,
+ 42.81147890370448
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "180",
+ "name": "res_142",
+ "type": "Building",
+ "footprint_area": 1177,
+ "footprint_perimeter": 140,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2354,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84850803024942,
+ 42.811443569615875
+ ],
+ [
+ -78.84856235283145,
+ 42.81133930585332
+ ],
+ [
+ -78.84846302534505,
+ 42.81131115851878
+ ],
+ [
+ -78.84840799557388,
+ 42.81141979144323
+ ],
+ [
+ -78.84850803024942,
+ 42.811443569615875
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "181",
+ "name": "res_143",
+ "type": "Building",
+ "footprint_area": 1280,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2560,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84836358040424,
+ 42.811410605701155
+ ],
+ [
+ -78.84841103894667,
+ 42.81130397168491
+ ],
+ [
+ -78.84830737116359,
+ 42.81127278782657
+ ],
+ [
+ -78.84825506622308,
+ 42.81138697503283
+ ],
+ [
+ -78.84836358040424,
+ 42.811410605701155
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fdc09b89-d465-4929-a16c-3a25949997a9",
+ "type": "Road",
+ "total_length": 574
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84813856897446,
+ 42.81111443076918
+ ],
+ [
+ -78.85015981413612,
+ 42.811637676424056
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f1284ae-6a0e-4a85-ad19-54c3d8086bb4",
+ "type": "Road",
+ "total_length": 615
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84782208889918,
+ 42.81168808694639
+ ],
+ [
+ -78.84999559190132,
+ 42.812237768649226
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e46d5ebc-5f91-4cd7-97ef-28455fbddcba",
+ "type": "Road",
+ "total_length": 541
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84718499445235,
+ 42.81281611119945
+ ],
+ [
+ -78.8481344628291,
+ 42.81412519767795
+ ],
+ [
+ -78.85090479676258,
+ 42.81481251589324
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "35071348-12c2-4d86-948e-cc6b129dcb55",
+ "type": "Road",
+ "total_length": 132
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84735910631485,
+ 42.81305938565197
+ ],
+ [
+ -78.84777334048681,
+ 42.81286389843231
+ ],
+ [
+ -78.84810060859604,
+ 42.81218241095394
+ ],
+ [
+ -78.84901881133055,
+ 42.812414078543014
+ ],
+ [
+ -78.84824138015188,
+ 42.814149657548484
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04c0b3c5-b40e-487f-ba71-1fad28b27e94",
+ "type": "Road",
+ "total_length": 1535
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8461884494437,
+ 42.814927270718954
+ ],
+ [
+ -78.85162334910089,
+ 42.81626898247245
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "412ac091-3685-4fee-8213-b79f83b95a0e",
+ "type": "Road",
+ "total_length": 1013
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84984201917405,
+ 42.814547439121895
+ ],
+ [
+ -78.84863949940825,
+ 42.817179504673874
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6ac2a93e-7023-4a55-b35d-4c78c8bb8469",
+ "type": "Road",
+ "total_length": 306
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84743881156264,
+ 42.81745896077237
+ ],
+ [
+ -78.84850623656185,
+ 42.8171595181596
+ ],
+ [
+ -78.85001954867047,
+ 42.8173310099167
+ ],
+ [
+ -78.85050923230763,
+ 42.81756110358273
+ ],
+ [
+ -78.85082833967235,
+ 42.81796606279357
+ ],
+ [
+ -78.85143527399325,
+ 42.81925698834124
+ ],
+ [
+ -78.85137985807349,
+ 42.82011244297232
+ ],
+ [
+ -78.85109770802211,
+ 42.82050091975313
+ ],
+ [
+ -78.85023040317357,
+ 42.82114894653128
+ ],
+ [
+ -78.8493886592784,
+ 42.82138198691774
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c9248b22-e1b4-49d7-9869-ebd5018d9ef1",
+ "type": "Road",
+ "total_length": 1202
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8539229535136,
+ 42.82089078070234
+ ],
+ [
+ -78.84970254195208,
+ 42.822018264875425
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2018a79f-6a16-43ba-ad0e-0eb5452c546d",
+ "type": "Road",
+ "total_length": 559
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8523351714005,
+ 42.81770063235794
+ ],
+ [
+ -78.85037048409431,
+ 42.81822129092552
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8707358f-6cf2-4c4d-81b4-ca207b3e05e7",
+ "type": "Road",
+ "total_length": 378
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84980694699439,
+ 42.820910091473536
+ ],
+ [
+ -78.85077963630826,
+ 42.820157104673655
+ ],
+ [
+ -78.85086272796629,
+ 42.81922520660581
+ ],
+ [
+ -78.85028193884284,
+ 42.81805758014528
+ ],
+ [
+ -78.85000788109943,
+ 42.81783104142028
+ ],
+ [
+ -78.8496586894262,
+ 42.81770439915556
+ ],
+ [
+ -78.84865005387076,
+ 42.81762124401925
+ ],
+ [
+ -78.84853281301976,
+ 42.81766693760491
+ ],
+ [
+ -78.84837449818748,
+ 42.817878300521784
+ ],
+ [
+ -78.84905220532839,
+ 42.81925507034407
+ ],
+ [
+ -78.85066431377125,
+ 42.818829048119454
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9b0f6b01-b174-4bea-93e9-19395acec16b",
+ "type": "Road",
+ "total_length": 536
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84916698565354,
+ 42.817665112583086
+ ],
+ [
+ -78.84984994828305,
+ 42.81904677045401
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "67d3b7f0-a1e5-4bf1-80a7-da4746a8e3c8",
+ "type": "Road",
+ "total_length": 95
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85013954868406,
+ 42.82065128277753
+ ],
+ [
+ -78.84985840955878,
+ 42.820491471044676
+ ],
+ [
+ -78.84944283077441,
+ 42.81964144535482
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "132ea25b-d038-4709-ba0f-1f7832b27554",
+ "type": "Road",
+ "total_length": 72
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85082189290078,
+ 42.81968865558912
+ ],
+ [
+ -78.85055497147029,
+ 42.81967358726891
+ ],
+ [
+ -78.84958560566729,
+ 42.81994193357889
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6f455626-c135-4795-8dd0-027ad3d4d833",
+ "type": "Road",
+ "total_length": 300
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85202960605203,
+ 42.82139507746135
+ ],
+ [
+ -78.85164885123362,
+ 42.8206216002294
+ ],
+ [
+ -78.85077869236524,
+ 42.82015963747091
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64db8287-727d-468f-922b-564af189b323",
+ "type": "Road",
+ "total_length": 442
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84824054770996,
+ 42.814150697444944
+ ],
+ [
+ -78.84770303538123,
+ 42.815297243841
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9c3fad20-8119-4ac6-b00c-f644363e6724",
+ "type": "Road",
+ "total_length": 1239
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85313092293272,
+ 42.82110279534098
+ ],
+ [
+ -78.85154942418835,
+ 42.817909537126894
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "35a93e8e-b2c2-4b48-8136-ce3fa4ad7fe0",
+ "type": "Road",
+ "total_length": 339
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84984936883144,
+ 42.81455114258449
+ ],
+ [
+ -78.84942737504926,
+ 42.813674241975065
+ ],
+ [
+ -78.84908634121892,
+ 42.81359793806752
+ ],
+ [
+ -78.84875696543045,
+ 42.814279242179225
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c84c6e4b-d5a3-412f-b70c-91672330845d",
+ "type": "Road",
+ "total_length": 3174
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85391767984616,
+ 42.8209036362602
+ ],
+ [
+ -78.84986997370115,
+ 42.812724144639475
+ ],
+ [
+ -78.85015706758212,
+ 42.811634654415
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "83221f19-0990-4d6f-a200-7b7d2b262f7e",
+ "type": "Road",
+ "total_length": 3200
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84970897749096,
+ 42.82203973816422
+ ],
+ [
+ -78.84562647476707,
+ 42.81379435550227
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f57cbf7c-6da6-4f75-bf30-269075e24aa1",
+ "type": "Road",
+ "total_length": 738
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84814663042233,
+ 42.81111369506803
+ ],
+ [
+ -78.84709476862915,
+ 42.812982675740216
+ ],
+ [
+ -78.84642531956452,
+ 42.81341690110057
+ ],
+ [
+ -78.84563468953796,
+ 42.81382071295701
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08499055-0223-4717-8ca3-f6bdd1a52e2b",
+ "type": "image",
+ "dataURL": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4RD+RXhpZgAATU0AKgAAAAgABAE7AAIAAAARAAAISodpAAQAAAABAAAIXJydAAEAAAAiAAAQ1OocAAcAAAgMAAAAPgAAAAAc6gAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEVsIEtvbnRhciwgUmF3YWQAAAAFkAMAAgAAABQAABCqkAQAAgAAABQAABC+kpEAAgAAAAM2OQAAkpIAAgAAAAM2OQAA6hwABwAACAwAAAieAAAAABzqAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMjAyMDoxMjoxNyAxNDo1NDoxOQAyMDIwOjEyOjE3IDE0OjU0OjE5AAAARQBsACAASwBvAG4AdABhAHIALAAgAFIAYQB3AGEAZAAAAP/hCyNodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0n77u/JyBpZD0nVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkJz8+DQo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIj48cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSJ1dWlkOmZhZjViZGQ1LWJhM2QtMTFkYS1hZDMxLWQzM2Q3NTE4MmYxYiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIi8+PHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9InV1aWQ6ZmFmNWJkZDUtYmEzZC0xMWRhLWFkMzEtZDMzZDc1MTgyZjFiIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4bXA6Q3JlYXRlRGF0ZT4yMDIwLTEyLTE3VDE0OjU0OjE5LjY5NDwveG1wOkNyZWF0ZURhdGU+PC9yZGY6RGVzY3JpcHRpb24+PHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9InV1aWQ6ZmFmNWJkZDUtYmEzZC0xMWRhLWFkMzEtZDMzZDc1MTgyZjFiIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPjxkYzpjcmVhdG9yPjxyZGY6U2VxIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHJkZjpsaT5FbCBLb250YXIsIFJhd2FkPC9yZGY6bGk+PC9yZGY6U2VxPg0KCQkJPC9kYzpjcmVhdG9yPjwvcmRmOkRlc2NyaXB0aW9uPjwvcmRmOlJERj48L3g6eG1wbWV0YT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0ndyc/Pv/bAEMABwUFBgUEBwYFBggHBwgKEQsKCQkKFQ8QDBEYFRoZGBUYFxseJyEbHSUdFxgiLiIlKCkrLCsaIC8zLyoyJyorKv/bAEMBBwgICgkKFAsLFCocGBwqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKv/AABEIAzsCGAMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AKlFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU13WNdzsFHqTVV9ShU/KGcZwWA4FRKpCHxM7MNgcViv4EHL5affsXKKMY69xkUVZxhRVS51OztJPLnnXzT0iQF3P0UZPcdu49ag+1andH/AESzS1jz/rbs5J9win+bLQBpVny61ZqzJAzXcq9Y7ZfMP4kcD8SOo9RVOwsf7ShL6xPJdyxSPFJCTthyDj7g4YEc/Nnr+A2Yoo4IljhjWNF6Ki4A/CgCCwvftsUhaF4JIn8uSKQglTgHsSOhB/GrVZjZtPEStj91fRbSSekicgfipb/vitOgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiioJbuGE4dxu/ujk1MpRiryZtRoVa8uSlFyfkrk9ITgZNU1uri6Z1tIcbBl2f+EZxn26inCx8zm6laX26CslV5vgV/wR6UstWGf+2VFB9l70vuWi+bQ576FTtQmVuwQZpmbyc/KqwJ6nlqnxBaxFjsiQdWJwPzqidajm40y3mvznBeIbYx772wCP93NPknL4n939XI+t4Wh/u9K77z95/wDgOkV8+Y7fwx8MG1+xTU7zVEjhk3pGmzexYcDPPAz+n1qfwlHp+geNpbLXYIgse+BGmT5Y3zgNjkYIyPx61leDviFrGitPpEkdsoSRZipy4VX/AIkJx/dIPGOM8Z4q6vJPLrF1LeSGWaSQuznvnn8PpWkKEYQcorqYYnMMTinH2sr8u3RL5LQ6v4qXthdfZJ9JkhvL8RSb2jOEkx9wF8YPORxnA/CvMLe2l1ezjnu7+UwzKHENsDCBnsSDvyOh5HOcjsOli1Ix2scTQRyPHnY8gztB9q55pdXS6uY4reKVXnLxzSy7URG52gDJJDbhjgYxz2G84wSTi7nBqXbWytrJCtpbxwhuW2KBuPqT3PuahuNWs7ebyDL5lxjIghBd/wAh0+p46+lRDTJp/wDkJX8s47xwjyYyPTAO4/ix6fXNy1tLeygENnBHBEOQkahR+lZDMqzuJk8QyGW2kt4L6MNGshG4yJwSQM4ypXr/AHOcdK26z9ZVlsBdRgtJZuLhQByQudwHuVLD8e/SryOskauh3KwBBHcUAUtZikfTXlgXfNbsJ41z94qc4/EZH49utW4Zo7iCOaFg8cih0YdGBGQakrN0cfZ1uNP4AtZSIwBwI2+ZB+AO3/gP4kA0qKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoopryLGu52Cj1JobtuVGMpvlirsdRVRr5WJFvG0zew4/OkEd3N/rZBCv91Ov51j7VPSOv9dz0lllWC5sRJU1/e3/8BV5fgWJZ4of9Y4X2qv8AbJJf+PWBm/224FSR2UEZzt3t6vzVii1SW7t6D9pgKH8ODqPvLRf+ArX75fIpi1nm/wCPmc47pHwKnitoYP8AVoAfXvVfVrqSx0qe6h27ol3EupYKoPzNgEE4GTjIzjqKhGjx3O19TuZb/uEchYsH/YXAPH97PU1UaUYu/UxrZjia0fZ81o/yx91fct/ndntfgzxJ4Xn8Jwwx31gjxReXewRkGQkAnJAyxyPmz7/hXihnvdRnuRZPHZW8czxKzDzZflOAeyjPB78e54ltmj0XxRZXcMaxwXAMEoX5QGGWQ4HsXHvkD0zNrjz6Z4klMFi01tcRqVS0iUfOONzEkD5lKjJOP3faulU4+y509b/1+pwOTb1K8Wi2qy+dc+Zezf37pt+Pov3V/wCAgdauTTw20RluJUijXq8jBQPxNUQmrXWTLLDYJnhYh5smP95htB/A9vTl8GjWcUyzyI1zcIcrNcsZGX/dJ+7+GKyArC5F7rdpPYRzNGqSRzSmMohUjI5P3iGA6erc8EV098RcWNtdDG7HlSYHcdP0qhV/Th9ot7m0PV13px/EO1dFH3r0+/59P8vmJ9yhRVe8u47K3MsmWJO1EXlpGPRQPU0lnepdq+FaOWNtssT/AHkPv7dwehrnGWaKKKACszSGS0s5bORgi2MhjBc4xH1Q/TaQPwPToNOqU+kafc3Yubm0illGMM67umcHB4yM9etAEQ1qGf8A5BsUt8egaFf3ef8AfOF/In9Rks7W9bUGvr4wws0PleRCSwwGyCznGSMnAwMZPWtKigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoqCW7hiOGfLf3V5NQtcXUqkwQbFxkF+p/CspVYLTd+R6VHLMTVSm1yxfWT5V+O/yuXCQBk8Cq730KnbHmVvRBmoLaBb2ES3EryHPK5wAaupGkS4jUKPYVMZTqK8dF950VsPg8FUdOtec4uzS92P3vV/cvUrZvJ+gW3X35NOWxj3bpi0rermm3eq2dk2yeYGXtDGC8h+ijJ7j8xUIudTus/ZrNLRO0l025iPXYp/mwP58NUo7y19f6sYyzOsly0Eqa/u6P5y1k/vNFVCqAoAA6ACqEutWayGK3L3kwGfKtV8w/ifur1HUjqPWm/wBjJPg6pPLfkHhJDtjHtsXAP/As1fjjSKMJEiog6KowBWx5jbbuzLubzVorV7s21vDHEN7wkmWRlH3hkYAOM9N3Toc4GsrB1DIQysMgg5BFDKHUq4DKwwQRkEVnaKWitHsZT+8snMI94+sZ/wC+CvPqDQI0WUOpVwGVhggjIIrP0UslgbWRi8lm5t2ZjyQPuk/VSp/Hv1OjWa+bTxDG4z5d9GYz6CRMsPxKlv8AvgUAWr23FxbgFSzRusqAcElSCAD2zjH41cfVYdYt7a6tV2wmIeXuOWI9/f2qOs3Sz5F1e2HQQyebGMcCOTJGPowcfh+AtTkouK2YGlRRRUAFMfU4tHKXk77FRgAAMlyeNoHcnpim3FxFa27zXDhI0GSx/wA8n2rPsrWe8uhqGppsK/8AHtbHnyR/ePq5H5Dgd8uLcXdAXntQ+sXF5M6yHzHFuAOIoye2edxGMn8O3NLVBm8tvsf/ACEc/Jg4Hl5+bf8A7H9cY9am1LUGtFSG1jE97NxDDnGfVmPZR3P4dSKksbIWkbNI3m3EuGmmPVz/AEA7Dt+dDd3cC1RRRSAKK9Otfhtp03hiMyTS/wBoPB5/2hDmPJGQuO4xxnr/ACrzGgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKazKilnIAHUmqzXwYlbaNpm9QMD86iVSMd2deHwWIxOtKN0t3sl6t6L7y3Uck8UP+sdV9s81X8q7m/1sohX+6nX86kisoIjkJub+83JqOacvhVvX/I6vq2Dofx6vM+0Nfvk9PuUiP7ZJLxawMw/vPwKPss03/HzOSO6JwKsySJFGXldUQdWY4ArP/tlZyV0u2mviMfvEGyLHqHbAb/gOaPZX+N3/IP7RVLTC01Dz+KX3vb5JF6K3igH7tAD69/zqWsi7i1mS1klFzFBJGpdILdN+8gZ2l2GSO3Cj8elaVvOl1axXERzHKgdT6gjIrVRUVZHnVatStNzqSbfd6la2/cX80HRW+ZR/n/PFV9ViaXUrKO4lkWxmDxOkblN0nBXJHOMBhjIGcDnOKsX4MTxXK9UbB9x/n+dLqkD3Wmv9n5mTEsP++p3D88Y/Hv0rGl7rcO35M9bM/38KWMX21Z/4o6P71Z/MmtrO2s49lrBHCD12LjPufU8n86nqG0uor2zhurc5imQOhPoRmpq3PFCiiigArNmYWevwyHiO+TyT/10UFl/Nd/PsBzxjSqjq9u9xpknkf6+LEsWBzvU7gPxxj6E9aAL1UtVt5Z7HNsoa4hdZYgTgFlOcfiMj8e3WrFvOl1axXERzHKgdT6gjIqWgDNEerXWfNlhsY+ywjzZMf7zDaD+B+vHNi00+Czd5IzJJLJjfLLIXZsdBz0HsMCrVFABUVxcRWtu89zIscUa7ndjgAU93WONnkYIiglmY4AHqayooZNYu1urkbbCMhraBhgyt/z0Yen90fiecYAJbaKTUJkvbxNkS/NbW7Dlf9tv9rHQdgfXpZvbwWkahU82eQ7YoQcFz/QDqT2FJqF+lhbh2UySudsMKfelfso/x6AcmotOs5Y83V+Ve9lGHK/djXPCL7Due559AABbHT/s8kl1cMJb2fHmygcADoq+ij9ep5NXqKKACrtvbxW9ub7UMCBeVRjjef8ACktLeJYWvL07YI+in/lofT6VkX93H4ouormCRzpSjHlOmBMwPY55jH05PqOvVCCpx9pLfov1/r8id9C7J8QfFEdn5lnIX0VX3fZ0H7xk6l1/2f8AY7jJ74OsI7PxHYDUNHK+ew3SQqeG91/z+tYF3dxWduZZicZAVVGWdj0UDuT6U/w5aXsd6ZrdPJu7iTzDFG2Vj+vbPdj0J9a86vFyftU7SXX/AD8jGtT/AOXkXZr7vR+RIQVJBGCOCD2orU8QSQSagPJ2tIqgTOgwGfvWXV0pucFJq1zSlN1IKTVrhRRRWhoFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBBdw+faunfGR9abYyCWzQgAFflIFWao23+j38sJ4D/Mnv8A5/pWE/dqKXfT/I9rDN4jL6uH6w99em0vws/kXqQjIIBx7jtS0VueKYmkWVvd24mv4jcXkTtFK9wS+HU4JUHhQRyMdm+tbdZsZ+y+IZY8YjvYhKD28xMKw+pUr/3yevbSoAKzNIzbSXenMMC3k3xEnOY3JYfkdy/8B+tadZt8fsurWV3wI5CbWUk9N3KH/vobf+BfkAXp4vOgeM/xDioNPl32oVvvRnaat1RT9xqjL0WYZH1/zmsKnuzjP5HtYL/aMHWwz3Xvx9VpL746/Ij0sfZ7i8sSeIZfNjHpHJlgPoG3j8PwGlWZqA+zapY3wztZjaygHjDkbSfo4Uf8DNadbnihRRRQAUVnSa3aeb5VqXvZemy1Xfg+hb7q/wDAiKQjVrsEZh09D3X97J+GcKP/AB79eABNJH2aa8085xBL5kZJ6xyZYfgG3r/wGtOqdnpsNpK02+ae4ZQrzTSFmYDtjoB7AAVcoAKKKKAMjWnaKa1kuozJpqtmcJztbjazDHKA9cdDg9BV+5vIba18923K2AgTkyE9AvqTViqNtpNta3XnR7ztz5UbNlIc9dg7Z/8ArDA4oAbaWLtd/wBoagFN2V2ogOVgT+6PUnu3f6AVoUUUAFXLOzWRTcXJ2W0fU93PoKbZWiz7pZ28u3j5dvX2HvVR9etdWupLe0njK23y+Sh+6M4z785GfUEV0QjGEfaT+S7/APA/MXkVNVuG8QahLZNtjsLbassQPL5AITHZcEZPfp2NTTzQ2No0spEcUS9h0HYAfoBUN5ZtKwntXEN2gwshGQw67W9V/l1FNtLK61G9imvoQHU/uLVG37W7sT0J9PQfU4wnNyblJhokM0rTbvV9QivL2AifJFrbHnyFP8Tf7ZHU9hwO5PWXk0WjWxsrF91y/E8w7f7I9KJJU0C3a3t23X8i/vZB0jHoPesQksSSck8knvXEk8RLmfwLbz8/TsciTxEuZ/AtvPz9O33hRRRXYdgUUAE5wCcDJ9qKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo6gDG0VwvVGwfpV6o5oxNC8Z/iFZ1YucGluehl2JjhsVCpP4dn6PR/gx4IIBHQ0tVNPkL22xvvRnaat04S54qRjjMNLC4idCX2Xb17P5rUztajxZpdopaSykE646kDhh68qWH9D0rQVg6hkIZWGQQcgihlDqVcBlYYIIyCKz9GLRWj2Mhy9k5hHunVD7/KQM+oNWcpo1W1G0F9p09seDIhCn+63UH8Dg1ZooAraddi+06C5HBkQFh/dboR+ByKZqKHyVlX70TZFQ2I+y6peWZPySH7TEOwDHDj/AL6Bb/gf5aEiCSNkbowwazqR54OJ24DE/VcVCt0T19Nmvmrle7gXUdLkhDbfOj+Vh/Cex/A1TtvEFq1jA9y4W7dcSWsQMkiuDhl2rk8NkZq1p7kRvA/3omx+FWEhiiZ2jjRGc5YqoBY+/rRTnzwUgx+G+q4mdFbJ6eaeqf3WIbxNUHk/ZYoIY5o1kWacliARyNgxyOc/MOnvxXGjRzZOp3E1+Sc7ZSBGPbYuAR9cnrzya6LH2rRO5e1fg4/hP/16z66asFFprZq/9fM4UMjjSKMJEiog6KowBT6KKyGFFFFABRRRQAUUUUAFTWkAubuOEtsDnGahrKvLya8u207S5NkiEfabgc+Qp7D/AGz29Bye2ai0pJtXA0NavJdRum0mxDW1rbnbO4HzLn+Ef7RHU/wg+pqlc6TZpaxNBtsms0PkTJx5QxznsV9Qev15q8ix21uEU7Io16s3QD1J/maoRo2tSpI6H7ArAxRkHNw3ZiP7voO/X0y6k3OTkxbItaTPNqNjBK0DJLLwIwDzzgEd8HqO+DXTN5fh+0KqVbUpV5I5EIP9f8/VsYTQLcSyDdqEq/Ih6RKe596j1r/S7W01JeTKnlykdA4/yfyrzJz9tOMX8D/F/wCX5nBOftpxi/gf4v8Ay/MyGYsxZiSSckk9aAMnAooVirBh1ByK9A9A0bTRbmZkkuR9mtyfmllIXA9gfavTfEmh+GrLwnPJHZWcKLHvtnDbZJCMHG4/Mc9K8518/aRa3yEmOePkDorDqP8APpXN3OsW8Vx9l3yXFxGo/cQoXZAcnnHCjqecfrWGHnOa55fdba35nPh5zqR5pdenY6C31U/aY4/Kjht2O11ReoPHJ/GqF1Aba7khOfkbAJ7jtWRDqVwdQigvLL7Kk4byWaYMxYAHaQBgHGTwT90+2ehv83FtbXfJLL5bn/aFei5yq03zbrX5bP8AQ22ZQooorlKCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAor/o+qMv8ADMMj61eqnqKEwrKv3omzVqNxJGrr0YZrCn7spQ+f3/8ABPax/wDtGGo4vrbkl6x2++NvuHVmTN9j8QQSE4ivkMJ4/wCWi5ZfzXePwHXjGnVLVoHn02XyBmePEsX++p3AfjjH49D0rc8Uu0VFbXCXdpDcQnMcyLIhPoRkVLQBmasfs01nqAziCXy5AB1jkwp/ANsb/gNadRXECXVrLbyjMcqFGHqCMGq2kXD3GmR+f/r4sxS5671O0n8cZ+hHWgC7pJtLbxhp76kM2M06LPzgY3DOfb19s16v45TQLLw6vkxWAnjkRraCAqNynuQP4SDnPc4rx/UI/MtCR95PmBqaCTzrdH/vDn61jSbp1Wl6o9vGWxGCo4nrH3JfLWP4afI2NSupJbS3eFikEiYaNOAGHUVl1ftB9q0y4tuS8f76P+RqhXfiJObU31X/AA54a7BRRRXMMKKKKACiio5pRDC0h/hFJtJXZdOnKrNQgrtuy9WV7uZ2lS2t2w7fePoKYJrizOLgGWLtIOop9jEQpuJeZJefoKtkAggjIPUVzRhOa9pez6eh9DWxWGwkvqXs1OEdJPq5dWpbq2y6d73GxypMgaNgwrMsQNHdbGcfupXJiuf+ejsclX/2z6/xex4qzJZNG/m2bbG7p2NCSx3qvaXtupJGHjddysPoauNRp8s1Z/gzirZfCdN18HLmgtWnpKPquq81p6FJlfxBcGMrjSo2wef+Ptgen+4P/Hj7de2t4ItBsxc3SKb11/cQ/wDPMepFR2NtDo1rHe3cf73H+jW+MY/2j6Csy5uZbu4aa4bc7fp7VnK+IfKvh6+fl6d/uPnJXxD5V8K38/L07/cNllknmaWZi7sclj3ra0O3n1fTbvS7eKSab/Wwqo7jqP8APvWFXZ/D7xPp+gtfwam7wpchGWZFLYK5+Ugc85rapTU4qO1rfgbzpKcVHa1vwOQuLea1naG5ieKVPvI4wRVBNUsZL0Wkd1E85z8itnoMkfXHOK2PiVNa6/4+im8mZrGW38lkLFUlkUAh2AOGyoYcnoo4zkjn9UtFh0gGyhjjayYTwoigAbeSAOAMruX/AIF2rZxcXZmp1dj/AKd4fu7TrJAfPjAHX1/r+dcrIfsviCF+iXsZiOB/y0TLL+a7/wDvkde29oV8sWoW8ytmGYBW4+8re35Gs/xVpkkX2mGAMJbdxPb+5U7lH442n6muWn7lWUO+q/J/15nLT9ytKHfVfk/68ynrMRbTjPGuZrVhcR/Veo/Fdy/j1HWuh02N7zRZtqMYZEE0Mh4BOO2fUVk286XVrFcRHMcqB1PqCMimaDf3FtcvbXM8kxsZsIWYn903Kj8FO3/gNehQlCM/f9PvOl3LFFWdQtxbX0iLjYTuXHoarVlOLhJxfQYUUUVIBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA10EkbI3Rhg1U05iqPA/wB6NsfhV2qMn+jakknRJhtb6/5xWFX3ZRn8vvPay/8Af0K2Ee7XNH/FHXT1jcvUUUVueKZukj7LNd6eSSIZPMjz/wA85CWA+gbco9lH0GlWZf5tdWsr0DKOTazHPADcof8AvsBf+B1p0AFZsKiz1+aMcR3yecP+uigK35rs49ieecaQBJAAyT0FYl/fw3c9v/ZTfarm3uVyYlLIqk7XDMOB8pPGeoHHHABtEZBB6GqVgTFLNbHnYcr9P84rodC8P3viK9a208ICi73eQkKoyBycH1qr4v8ADtx4R121W5mimW4j3LJETgrnHIPQ1z1nyuM+35M9zKoyxEa2DSvzxuv8UdV96uvmQRalbaVMl1ezxwQBtrtI4VcHjHNUry+lF9PBptjLOI5CollPlRnnggnkj3AI4zzxmHW4/wDQVulUs9lItwoHcL94f98lv/r9K0FYOoZCGVhkEHIIrr5/c5DwupW068N7ZiR1CSqzRyxhs7HU4YZ+o/LFWqzbdha69cWx4W6QXEY7bhhXH/oB49T9TpVAwooooAKqakcWTe5Aq3VLU+YEX+84rGu7UpHrZLFSzGjfpJP7tf0O8+FWj2uqTaiNXtoLp4YYxBE/cEkM34YX86q+PdOsNM8UPb6WiRx+UjPEjZEbnqPbsce9ZGjD/iaxNnG3LZH0NYl/b/bNcufs+rzeXGifLCNpDHcW3blIOfl5B7fn0xouNFSv5f195wYnEfWKzqOKV+i2LtRecljqFvqEkPniA8xnow/yc1SNhexgldZuCByfNiiI/RRTYbmW68M29zcYEs0EbuFGACwBPH41y4iKlSkmdWVu+MhT3U3ytd1L3WvuZs3F7LfzG4mbcz8j0A9BUVRWw22sQ/2B/Kpa0gkopI4qtONKpKnDZNpfIKVVZ2CoCxPQAZprMEUs5CqoySTgAU638RwrpN1HpRNzdwupxBt+YE4xvPHBHPORjpxW9OMZO0nYyZY8UR3svhWEq0iXEJ8xIs4MjIdygjrzjBz61Rt50urWK4iOY5UDqfUEZFQWuo3V1ezQahEIplVZFHmmTchz3wOQRz6Z+hMOkkwPdae4x9nk3R89YnJZT+B3L/wHv1qq1T2kr+gJWDRv3EU2nEkmyk2KcdYz8yY+gO3/AIDXVat/pmm2eogfMV8qU99w7/jzXKXLi18QWkmeLtGt2Ge65dT/AOhj/gQ6d+r0b/S7C9044JdPNjz/AHh/kVwYj3eWp2f4PR/5/I5sR7vLV7P8Ho/8/kcdZXlvpK3lpezJBHbS7omkf70b/MvXrzuUf7tPt5jda4tzaQTeQ0BjllkTYrYOUIzgnq/bHOc+suqSLavb3EdtA9y8ggSaXjy93vgnBOBgdSR061Dc6fqU9vI8mouJgu6KK3URoHHIyfvMOmRkA88enSdR0tx/pGl28/VoT5L49OoqjVjQLtNQs9g4S8hDKD2fGQOe45Haq5BBIIwR1Fb1feUZ99Pmv+BYS7BRRRWAwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKq6hF5loxH3k+YGrVIRkYNROKnFxfU6cJiJYXEQrx3i0/+B8yO3l863ST+8OfrUtUbE+VNNbn+E5X6f5xV6ppScoJvc3zLDxw+KlCHwvWP+F6r8GVtRtBfadPbHgyIQp/ut1B/A4NVBNrF1GES2hsTtG6WZhIc99qKcfQlvTjrWpRWp55TtdOSK9guryee8khkWRfMbCKwOchFwO3Gcn35Od14NJgkZkkZ0JJSGFNoX2rOoraFXljayfqKxv6F4qbQNTW5tLGExFSkkW4gup7bvwHaqvjLxJd+LEj+0QxwR26HyYos8E4JJJ6k4rKorGo3VT5jfD1pYerGrDeLT+4r2rrcWS7wGBG1gRwaq6KWitZLGU/PZP5I9THjKH/vkgZ9QfepLX9xfTQdFb5lH+f88VFM32PX4ZSdsV6nktx/y0XLJ+a7x+CjnjGVGTcNd1odua0Y0sVJ0/hlaUfSWv4bfIXWR5NvDfKcGzlErEd4/uuPptJP4Dp1GlTJI1liaOQZR1KsPUGqOiu4sDayktJZubdmbqwX7rH6qVP41qeYaNFFFABVK+5uLVfV/wDCrtUrj5tStl9AT/n8qwr/AAW81+Z7GTaYvn/ljN/dBm5oy7ruQ5C7YWO5jgDtk/nXKahpE17q94V/s4/Z5FiDtEZGcbFYnerjB+YjGO1dZpUbSRXnlgsxhKgDqc1x01lqQvbtra3u7VWnYMFuVUuR8u4K6Hjj1r0Zq1COnfU8XqQXWl3dlZzTkJIkUbO3l31xEWAGSMZYH8a2LsJHpMaQLsiAVUX0GOBWNef2gbOWLUDqQtZVMcrutswCtwfukHPPYVualykSjvIK8/EfwpHs5Ik8xot9Hf7tf0Lajaij0GKzVur++nuIrRYbWOCUxPJLl3JwDkKMAcEEZPfOPXUrJuZX07V2nS2nniuosMIY95V06fTKk9ePl9TzseTJuTuyRNFgeRZdQkkv5VxzORsB9kGFH5Z4HNXmaK3hyxSKNABkkKFHQVRX+17wjCw2CNjAP76XPpgYUfm368aln4GaZvtOoKZeQfO1BwdvuFxhfwA61nOpCmrzdjKdSFNXm7GE95HeazY3Glq1xtLRTSoh8vyiM/f6E7lUjGevbOa0JtIkvr9JrSWeKXyzG/kKCzpnOOQcYPcep9iOjEWjWDAzSvfyr1WMYT8+/wCdTJqGo3EezS7RLSEDqijn8T1/CojOrVdqMG/XT/g/gY+2nL+HH5vRf5/gZdj4JisiLq7aK3k283Fy/mSkfUnPfpnvjFaEV5pWlyCSyjlup1+7K52qO3ArImeR5SZ3Z3BwSzZNUjqVkLsWxuofPY4Ee8Zz6ex4P5H0qHQnPSrL5LRf5/iHsJTX72V/JaL/AD/Efqlv/aVncRNhXlyykcbXzlSPo2D+FN0+6+26fBcEbTIgLLj7rdx+BzVmsywza6te2ROUci6hGOAG4cf99gt/wOurY6ti74fgjsb66jlukgjjm+0QIDudlY5bj037vz6ety8kjlvJZIAQjNkZrG1Mm0vLO/BCor+ROT/zzfgH8H2fQFvetOtHUvDkSFbW4UUUVmMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCjd/uLyG4HQ/K3+f89KvVBdxedauo5OMj60llL51ojdwMH6isI+7Vce+v8Ame1iP9py+nW603yP0esf1XyLFFFFbnihRRRQAUUUUAUb8eVJDcr/AANhvcf5z+dGqwvcaXIbfmaPE0PH8ancPzxj8eh6Vanj86B4/wC8OKl8Oafe64VtNOt2nuEHKAgYAIGeenUVgvdqtd/zPaqf7TlsZ/apPlf+GWq+53XzK8V5BNYxXgcLBKiyKzkAYYZH86z7K6juNemksT51tNADJKqnYHU4GGxg5VuxP3QeM87Gq+Ax4Y1ARanZ7nkBkiMkpmjAJOdgJIXnPQA8+hqC6u7eygM13MkMY43O2Bn0+vtW54pNRTUdZI1eNg6MAVZTkEeop1ABVJvm1hf9mP8Ax/xq7VGL5tYmP91AP5VhW+yvNHs5XosRPtTl+LS/U0E3jJj3e5WuVt7+7gVzYySvavI8iGTTZJC25yxbcjcgk5+7k13S3EllosckL+WzysS3HQCuFsPEf2eyggml06eRIwGeK/QGQ45YKwXrya7akFBJX13PFQ+TUJ9QaKyuJIIlkmjJd4ZoWO1w20B1xk4457962L35rq1X/bz/ACrOa+l1aazjjs2WNbhZHkE8TrhQSPuuSTnHatu2vvsOtxOIIpm8shfNGQue/wClcOIb9nZd1+Z62VSlCvKrBXcYTdtvss0LTSL29wYIG2f324FW/wCztNsedQvvOf8A55W3P6//AKq7rwbpVn4k8OSXGreZeO87I0aPsEQAGPu4PQ9zXD+If7H8M6zeW7hGSCYr5k8oCKOuOvOB6+hp06VWq37SaivL/P8A4CPn+SvP43Zdl/m/8h8Wpuf3eh6ckOePMK7mB+p4H41XuY3dt2rahlv+eaneR+HQd6y9X166ku/J0iKS7t3G5JEYRQqPdup59AaxrtdXjspLt7uNXhXzPs8EY2uF5KlmyTkZ6be3I6nrVDD4eTUY80u7/q/4mlOhCGqWvfd/ezoLrW9O0qNWSOOMsdqyTnczH2X1x6VmvrusXsyvZ27gKQwlvGMannPCD5vzC/piqeqSqLW11aA70tmEpIOA0TDDH8FO7/gNW7rU7OykWO4nUSt92JQWdvooyT+VVKtUel7Ly0NrIS8sG1K6abULqV1YhjBCfKjzjngfMeecEn+eYr3S4W0iS1sYI4CuJIVjQKFkUhlOBjuBSG71K6YCys1t4z1mvDyPpGvJ/ErQNI88D+07ua89UJ8uM/8AAF6/iT+gxk25O7GW7K6S+sYLqL7syBxz0yOlVdTSWKa2vraB7iS3Yq8UeNzxsMEDJA4IU9e30xeiijgiWKGNY40GFRFwFHoAKk2Ps37W2/3scUgMe5t9S1azkgnENhDKhVsHzZR9DwqnPfnp6njWAwACc+570tFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG2/cX0sHRW+Zf8/wCelXqo34MTxXK9UbB9x/n+dYVtEp9vy6ns5S1VnPCPaqrL/EtY/irfMvUUgIIBHQ0tbnjtNOzCiiigQUVQl1mzSZoYXa5mX70VupkK/XHA/HHb1FRO+s3av5EcGngDKGb967H0IU4Ufi3f2NAGpV/wb4hHhTxg886yvZ3URSaOMjLZ5zzwSCPbr1rH0+6+26fBcEbTIgLLj7rdx+BzTNRQ+UkyffibP4VhXXu8y6ans5PNOvLDSelVOPzfwv8A8CsdL8UPEj67Loj2SPZ2LMYpJVKmQbuxJHHzhV4/vHHWuZt9Js7ebzxF5lxjBnmJd/zPT6Djp6VrxWlvr3h2ezuJmiRR5iyIuSgI6/gef8azrO6S8s454m3Bhg/LjDA4YYycYII6npXbUglGM47Nf8OePJSjJxluipo4Nulxp7HP2STbHx/yyI3IPwB2/wDAfxOlWZdn7Jrlrc8+Xcr9lkwOh5ZCf/Hh/wAC7c1p1iIKpWnzX103o2Ku1T0pGnnlWFWkkkkwqKMs30FYVP4kF6/kezgU1gsVJdor75J/obOo3D2/hhI4bWG6eSGUhJlJDHnA4Ix6Vzsepwx26QzafexhVAKfZXcAD6Zz+tdV430W50jwnjWNMuFRoBGZUYYQk85xnp1J7CuJVfCjHEUmnwt6RSrER9MEGvRxErtJO6SX5I8VD1ayu9dsXsbZkeMyPK5tWjIG0jBLKO7dK0Pvaz/ux/5/nVGyW2j8QRrp1zJLCbWRnX7U8qZ3JtOCxAP3unXJq/D82rTn0UD+VedW3ivM9nK9I4ifam/xaX6k1/rGr6XYqmk6ncWEM0yR3Twtg+WxwTzkddvOOme2agg0m0gmM7K1xcE5M9w5lfPXgtnHbgYHFWLu2S8s5beX7sqFSR1Ge49xVay0zXdRjSKe4VWVQJBYx5Le5Zh8ufQDjnnoRs2krs8ZtJXZZubu3s4/MupkiXoC7YyfQep9qpNqlxcZGl2Ek3pNcHyYj+JBY/guD69K2bXwlYaXN9ov5oo7kLgyOxnnYem45I/PH4Cr/wBtsbZtum2XnSZ4luPmP4KOKx9spaU1zfl9/wDlcw9upfw1f8vv/wArnP2GmvZ6PHbzruiIZRhSEwSTsHsAQPoKdZ6faafGUsbaKBWOW8tQNx9Se5+teseFdAs/FHhcTatNJOZJmQJBhfs5AwO3XBB79ec1yF1pmn6frF9YxlrqW1ZwC5AU7T047104eE6rtKyfqaRc+W81YwooZZ22wxs59FGauf2YIBm+uEg/2B8zH8BVaLxbEL5bcAzoyfNFZx5CKcgMT0HIxyex9DXM6xqerWts8skUcCPnaYm8yQYG49Rt3EKwAwRkjr0O/wC5hG695/d+H/BK1Oyvrix0SJZGjj2ld4uLlxtx/Ksx/FD3UV3aR2016wGFZFCRxuOcbjjjoOM9frVNNPtZ44JJ916Y1JikuW8wqG9M9OPT+prD0e8i0a8vLO9njhhQnLyNtG9QB1P96MxH67uvJpyxEr+5ou39bhY2bS6uxfG11FYRI8Xmx+TnAAOGXJ64ypzgfe6DvoVjS3D6jfWcthbTkW82WmlUxxsjDDYzy3ByMDGVHODzs1ylBRRVeW+gh4L7j6LzUylGKvJ2Oihhq2JlyUYOT8lcsUhIUZYgD1NUftN1cHbbxCMd2ftS/wBntICbidnbHHoKx9s5fBG/4HprLKdF/wC2VlDyXvS+dtF82XaWqmnSFrcxtw8Z2kVbrWE+eKkedjMNLCYidCTvyvfuuj+a1CiiirOUKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqOeLzoHjP8Q4qSik0mrMunUlSmqkN07r5FTT5d9qFb70Z2mrdUU/caoy9FmGR9f8AOavVlRb5OV7rQ9PN6cVifbQXu1Epr57r5O6CsW2thqVxdpqc0srwTsht9+2ML1Q7RjIKkfezzn0GNqs2Q/ZfEEL9EvYzEcD/AJaJll/Nd/8A3yOvbY8kvQwxW8KxW8aRRoMKiKFCj2AqSiigDNsP9F1S8siSVdvtUXHADn5l+oYE/wDAx71oSIJI2RujDFZ+qH7PcWV8B/q5hC/+5IQv/oWw/h+I1YIJbmdIbaJ5pXOFSNSzMfYDrSaurMqMpQkpR3RF4cujBdCGUnCsY3Hqp/8Ar1nz299o+rXtraWHnwyS+ajmVURCfvZP3uSN3Cn7x+lXNQ0+80XXEjv7aW1edM7JUKk9s89eR/OtPVZY2s4dQkZY18siZ2bAUr1JJ6DFVh3zUHTe8H+H9WPVzeKlXjiYrSqlL57SX/gSZz7afeXrxnUbtRGjq/kW6bVJUgrljknkZ4x29OdOs3+1/tC50y0mvMjIfHlxn/gTYz+AP6HD7K7uXu57a/jijlRVkQRMSCpyOpAzgg84HUcDjKPIL9ReFbiHTdcttQniMr2dwHKhsZx0/WpaoSOLPUxIyNJHKPmRTgn6f571zV0k4zlsv1PoMnnVnTr4Wi7Tmk1Z2vy7r5pv7j0rxl440/XtDWw02G6UtOJJGn2rjA4AAJznP6VwTorjDqGHoRmvX/Ell4di8B3T2sFlHE0AltXjVPMZyQRg9ckjB9gfTFeGW8+panAssflWETeqmSUYOCMEAKc/Xp78dJ4DNGK3hhZmhhjjZ/vFFALfX8z+dLpln5uq3CzTRwRMu/zJPqOAO55/SsW8jg0eW1uTezPcNMiSedOWaZD8pATpxndhQPun3B6WxnS21C3nljEkcUquyEZDAEEjFZ1Ic9rOzR0UcRKlTqU1tNW9NU7/AIGxe6fbaHHE8tlPd+YPlmlBWEnGflx1OO2e9Refq13CQpWztwMEKPKUD+ddr458faAPDE6waiJ5ZCjQny2AjO8dcjr14xXlOra1e6jsm0qwkkyg3fbHMIyB2XBPPuB1+tXRw9FQ56t5SXf+n+CPNjh0rc/vPu/8tkba2dlFBJPLM115bAMsfA59TVGfxRDp80SxokYdyFhgj3ySYwSOP1PGO+KwNFvJdWgunlvJWhkYr9nUBF8thuXOBuJw2Dz1UjA5FZ2qWsGgala3lnCsFvjLJEoVV2ZLcDuY2cn/AK5j6jreI5UvZLl/rvub27nU3fi/XtE+1NoszWelO4eWTzisgDYBYLjjaDk5OflrJ0uE6hbwahqM1xcXRbc6yyfLHKDhsKMDhgRkjPHqTUt5qWnyedYsftkhUpLbwKZGAIwQwH3ePXFUdMsNZt7URiaC3EhDuZE8yRTtAI4IXJxnOSMk8YwK55SvLmKII9mjeKSnEdvNnnAChHywHttdX/7+/Ui3qN9Bq1m0GlrJeS5DwzQLmNJFOVJkJC8EcgHOMjvzdh0iBXMl08t7KVK77lg2BkHAUAKOQDwB0HoKuPJHCg3sqL0GeKhtJXZUISnJRirtmVb6XqEUC2n29YLSMFUEEf7zbngbmyBgYHC9uMdrtvpttbjIQyOWDmSZi7FvXJ7/AE6VPZO2p3gtbFN8rAlSxCjgZ71t6V8PPE+vWP2weTbQMG8tWlAaUgkEAD3Hcj/HD6xFvlhqz045ZKMnHFTVK1naXxWfaKu+nkYctzDB/rHAPp3qsb6Sbi0hLf7TdKglm07T7kwSM092pIMKKZJA3PBUfd5B646H0NWdO1Bb+OXEElvJDJ5ckMuNyHAI6EjkEGny1Zbu3p/ma+2y7Dfw4OrLvLSP/gK1fzfyKt+lzDp1zdTM0xhiaQQRnG7AzjP/ANY1Ha6ZczxrLPeLCjqGCWi/j/rG5P4Be3vnarmF0yZpZdOtZJZobXbGouptscQ2gjCIAzjBA+Y44P8Adqo0YRd7anPXzTFV4+zcuWP8sVyr7lv87mjYnSdL8QQLbQ/aJZQyXCLMWPTIeTqSQVIyT379Rv6hbpb3ZEJzE4Dxn/ZNc0+hiHT3D6k9uwUbGhAghiboCEXGR04Yn+WOnju4NY8NWeoWiSqqooIkHIVhkH06+n613QXPSlHqtV38/wCvI8zqY3/Hvqnokw/X/P8AOr1VNRjLW4kXh4zuBqxFIJYVcdGGa8+n7s5Q+f3/APBPbx3+0YWjilvbkl6x2++NvuH0UUVueKFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAU9RQ+Ssq/eibIq1G4kjV16MM0SIJI2RujDBqrp7kRvA/3omx+FYfDV/wAX5r/gHtf7zllvtUn/AOSy/wApfmXKo6xbvcabJ5GfPiImhx/fU5A/HGO/XoavUVueKZcWv2d1GraeJL5iASlsofbkdGbO0HnoT/I1NbDU7q8hNwYbG23jzEX97Iy5/vHCr+TVdAA6DFLTTs7gOHg+G3vTPcYkMTHZc3cu8gf7Oen4Afqa63wZrGk+Hde33E8jCaMxNOI/ljzg5HfqPeuRZ2cguxYgYGTnikraVSnqoR+/USudF8Ttc07xJNbPpglkayRh9pcFfMBOeF9B6nBrEskj1jQLuxmAKzRFgPwww9OlaWj+ENZ1+0kn0+03wLkb3cIHP90ZPJ/T3rn9Knl0zUJoOPMt5CMZznnBHFctKUaWITe0tH/Xoe5HmxeWSi9XRd1/hlo199n82QaRcPcaann58+Fmhlz3dDtJ+hxkexFRakDbX1nqCgBUfyJyf+eb9D+DhD7Dd71ZnvJX8RMs20JcwBkAGBvQ4b8SCvv8vfHDNVe0/s+aG+njhSZCoLtg56cdyckYxznFaSsnoeIXaqahGXtt6/ejO4UmlXMl3pNtPOpWV4xvyu3LdyB6E8j2xVsgMpB5BGDWdSPPFxOrB4l4XEQrr7Lv/mvmtC/4fvMybVIH2hMA+jDp/WuW1RtRfWpreO6uZnl/fGNCkQjBJHMhycZHRFyOM9eb+mSNbzPFnDwvuWr/AIvmliit7y0e3giUGZmaNm3BgQQQvJO7ace3rXTRqOthdX8PT+vP8zTMcNHC4udOHw7r0eq/BnP2vh+RA7SXC2ryriQ2a/vG/wB6V8u3r27e+b+kTyzaai3L+ZPCzQyvjG9kO0t+OM/jWT9k1PUGHnec6sPma6byowfVYUO5vozdvpVywSXS9Qj0+WRZIZoS0RSFY1RkIDKAvYggjOfutz2GJwl7UrVrzTpoYztkIDRsezqdyn8wKgj1yyNnbzyyiN7iMOsGC0h9QFA3Eg8cCtGoYbS3t5JHggjjeVi0jKoBcnuT3oAwrCz1KK4uJ9Pijt4pnZQl0CCBkMrBR6FpFwSOAvOABWkmkmV0k1O5kvHU5CEbIgcY4Qdep+8T1+mNGrlnoGq6ztTSVj8xmCgSNgsCcAjIxgYbJ9qzqVFTjdmtKCqTUHJRv1bsjOiigtIAkMccESjhUUKo/CoZNRhU7Y8yt2CitnxL4GuvC2nQahr9/bvDI2xisuFjbBO0k4HQZ/P0zXOQatZCaGO2gm8qV/LFx5JVN2CcZOCc46gEZ4zUXqz20/Fnq8mW4b4pOrLy92P3v3n9yNK9sdQjjt5QY4obiMOhByfcHjr7VSuLW3062W71J38uQ4R3Bw5HXaByx+ma7fw/cWsttbtqILpps6zMoBJMecnj25/Kui+KV/Ya34FeDSJl1G+huYrizjt+QrLzgnGOULLjjBbt2yw9P2rcZJykn/w2noclLOsSoSo0rU7aPlVm+15fE9PM8jTW7yyJvbDSpPJtf3uZm8oyAckKmCc44+bb/j7BZ+PBp0dnbLZpcRToJLafzcABueQBzzjv3rye51O0s3EdxLsmP/LHaTJ/3wBu7jt3FXfDd4upeB/LiwJNHuGjRdylhCT8mQCdvGBj0XOPTSdqdaFRrS9n6P8A4P5nj1m1VjVb8n89vx/MqWzS/a9QjuokiuFu5GcJGEDBmLBgBxjBxxx8pHGMCjDcwP4lP2OZZlmt8TCIghGU5UkjuQxHrwvbpe8aWkmp3umyiWQWt0hjk3M7RqQMgGPO3k8ZOew5O3GXc6BFa2JnsvNmvLfEsJeQ4ypztCj5VDcg7QPvGu2tBQm4rY6FqjdrG1WOW0vFvLOUxvcAQOiRB2kYZKYywUH7wye2BxWpbzpdWsVxEcxyoHU+oIyKh1K1e8sWSBlSdWWSJ26K6nI/DjB9ievSshmPHol3dt5t0ERzzvum+0yKfULxGh/3Qf146TwzIsV1faRd3c080iq0RkAyyFcAkgAZDK3Qdxx3PMi81LUiPs7vKjf8+i+VCpHrM4JYZ7ov8jVvT7OfSLyC8lms7dWlRbhhG7EDoCZCS7HcRyeOecctW1GfJUTsJ7G1JH9+OQY6qwqlp7FBJbt1jbj6f5/nXfad4Km8SXc13bXcFtZ5UtIwLEk9cDv0z1HWuO8RaXL4c8YSWFw25kChpAMK4YAgj9PyNcuKj7GqvJ2+T/q57uVwliqFfCpXvHmXrH/NNr7gooorQ8MKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKoyf6Pqav0SYbT9f84q9VXUI/MtCR95PmBrGsnycy3Wp62U1IrE+yqfDUTg/ns/k7MtUVHBJ51uj/AN4c/WpK1TTV0ebUpypTlTnunZ/IKKKpXOq2lrP9naTzLjGRBEpdz/wEdPqePypmZoQQtcTLFHjcxwMnFXDb2FpuN3cmVlHKRDAB92NYMV3q0s6SWcEdkinIkufnf/vhTj82+o7UtzpUN/cyTak8t55jl/Lmb92MnONgwp9OQf1OdoShGN7XfmLU9K8PfEK00fRTZTabK/ksWthHLxyQcEnpzk5Gfp3rz7XL03XiJ9UeJIftUjNIqDABJ5P17k+tU9Fcixa1ckvZyG3YnuBgqefVCp/Hv1q1eRedaOvcDI+orkrpzi5ddz1cqrxpYlRqfBP3ZektPw3LMvhm91u1E1vbXmy2bzRcW6kbeqnnGOQSMf4ZFK10uys3LwQDzD1lcl3P/Amye579zXqvgDxzpkXhGws7x3S8tt6eRDGf3oySGz0zjrz15ryi81K4u9XvYNMtI4xDLhmnfaEyAwAUDJ4YDsOD6c6RvKCn0ZxYmhLD1p0Z7xbX3F2isS9hvbGMalPqM05gdXkhRVji8vo/HXgEtyx+6Oa26ZgUbj/R9QimHCv8rY/z/nFbyiC88PzwXNtFc+VkBJQSNrHrj61j3sXnWjgdR8w/Cuh8Cafda9e+TbBNnknz2lJCgdOcA8+lGFmqVeUXopL+vxsz2cUvrOApV1vD3H6bx/C6+RwR1PVnRbV/LF0qhZfscZnYNjqSdqR5PIDE8fXhDa6hYI2ptCkjwJufz5GnmdR97bgqqHG77oP05IrrPHGkX3grXWEkVnJZXsSzQyxyLBGjDcH3lueynIBzk8cGuTNzqWqLsiMsiMCG+zqYIh25kcFm57qv8jluyeh4x0isHUMhDKwyCDkEUMwRSzkKqjJJOABVDR5CLZrOSGOB7NhD5cbErtCjaRnnBGPXoRnirN5bLeWM9tJws0bIT6ZGM0gLPh3xNpFl4pspbpGvbWGUG4aOIyRxL0LMeh29cAk/KcAnivZdW8TaTFHpz2N5b3UjXC+QbcgoE2njI4x0GPU/WvnUa5eQpDZrbRR3SRhZM/vCGAx8sceSRnONxQYB6AV1fh67vtR0GWO6+0efaFWV7iJUYsBngAkYweMHjkdQRVqgq8ZQ6209TOrHmg4nUeOvEl34h8PvBDbxWQs7tZposeY0+3Pyg8AZzkHsQOe9eT3mqXGrp9nt7ciNZUZhB++k+Vgw+YERoQwAzvPQ+ma9OuBFc3MUrJug1KHa46AOP84rzu51SXTJDpttZLE0OUhjaYzO0anCkKgLHjbknGDnnjJUZRqYeFVaPZ+q3Jo1HUgpPf8Aq51fhfUYZbiGQEm3vI9hDcfe7Edjnj25q3arLa3N7pwYo5B8tgecjp09RXIaDIYFktHjlhmVjcfOoXdvdiSqhjtGc8ZyMjOM12epyfvLDV4gB5qgSY7sOD+nH4VjSn7DFRn0lo/69LmUlyVk/wCbT5rVfhc4i38NxR3t4t/aOiiYlIdvlwupAYZVQA/3iDuyR9MVt6EYNM8VwLtWK21OE2UoCgLuGWj+nVx7lh7Zo+MVurHWU1CwmLm5RYdnl72kDHKYywA2nfyTgBj9KyhpmuFjfNdR/a4f3lvHITIu8DjIG1F9M4JH97qTpiqKfNSNqkPa03HudhfwXr+HdS0+zk8u7tmEkeRgHa2cH2yP171xq6rq+qHGnwiOMkgSR8r9TI4x/wB8q/P0Ir0A3cV1Np+swAi31KBTIMEYJGCCOxHHHqDXL3E+naFfX2ntK1vHauJAbhxgiTJ+XgcbtwA56fgNI1HXw0Kr3Wj/AK+/7iaFTngpf1fqV9DaSGGTT7lY0mtCowjFgyMMhsnnk7h9VNatYA1W0l8S2zQt5ZeNoWaXCeYOCu0HDHnODjHPutb9Zm5z8t3Po0j2a/Z1SWVnt2dmZtp+YqIlBZsMSMDjGORwKj+x6jqRAuUllRhybs+XECO4hQ5Yezt79hWnqCTQ31rfW0Mk5QNFLFHgM6sMg8kDhlHUjqeexzZNavLtvKtNiOeClqPtMin3biNDnHUn9eAD0LwZ4p1fR9DkmT7FLwVntWbfscEjPB4GecZ6fnWP4o1W88STSXmoMGmCgIqDCoB2A7Dk/iapeD47u31CW1uLV0imjLyTPMHLk/K244Cg/dwB156c1ZniMM0kT8lWKnjrW1emp0lK2+n9f10N8LiJYavGtHeLTK1rL51sj9yOfrU1UbImC4ltm6A7k+lXq5KMnKCvudeZ4eNDFSVP4H70f8L1X+QUUUVqeaFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUhGQQehpaKA2KNifKlmtj/Acr9P84q9VG6/0e9iuP4W+Vv8/wCelXqwo6Jw7fl0PZzZe1lTxi/5eRu/8S0l+OvzCsywX7Jq19ak/LKwuosDoG4Yf99Ln/gXtWnWZqx+zTWeoDOIJfLkAHWOTCn8A2xv+A1ueMadFFIzBFLOQqqMkk4AFAGc4+yeIUkBOy+j8sjsJEywP1Klv++R+GlWHf30WqW6JpAe8ljlSSOWL/VBlbOC/TGMg4ycds4rcoAqafK1jqbIvGGEiYq5qemzW/iQ31tETZ3kPzsvRWHKk/gWHHoOvahfjypobkfwnDfT/Oa0dYSXUfB7/ZmInsnEkeD97BDL+ZGOnQ/hTwtuSpRfTVf1/Wx7Gafvo0sYvtqz/wAUdH96s/mQyRrLE0cgyjqVYeoNUtFldtP+zz/660c27++37rfiu1vxpP7csGjjaOXznlQOkUI8xyCMjhc4+p44Poabp6Tyalc3jWrWsM8afJKwLswyNxAzjjAxk9BwOco8c06k8I61L4W8UPdQRiX5CjROxAeMkEjjvwPXBHSo6o3w8qaG5H8J2t9P85rnrpK0+zPcyepKbq4RO3tYtL/EtV9+3zOo+IGtf8JBp9hqd3byubN/MtoLZMhCSA/GCWOOceozx24i61+VZPKghS3dgcG5JZ8+0KZZuo67f1GeusI0vtPmtZJNuw+arAZIHfGOa5KzlsNG36dp8FxdTRMUYx2+Hk7hnbgZORySMnnpXo1o3jGcUkmvx6nhLezG6dPLb3wkvo7gG9YRCacJGC6hiAEXOARu5Y5JwOmK3q5mfVJtSkVI0R0hlV2jswZ5AykEDfwiEnjBJ4z6nHQWl1Fe2cN1bnMUyB0J9CM1zDMm8u30S9uJPLiMN2ysjSTrGokxtI7sSQqn5Qe/Getjw1e3/wDwkkVxLbz5uiIRthMceFDtyrHcTjd8xVR0HWn6vBIY4Ly3TfNZyeaF3BdykFXGTwPlJPPcDp1rKbU7/VHX7JFvjjlSQfZOc4YMP3rbV7dFDZyOccm6cuSSl2BnpHks1jd2iAmWzlFxBkfw9SBj8a5fxVJHpepQ6nZ2sWy9hxPI9wEUuD8mQRnu4+UEnI4OOOl025Pk6ZqEsUiLPGIpFlXDbWHylh29wao61Zn+yry3W3juLrT5PMtVdyoGeVJx/nmtIw5K1WhspLnX6nHT9yrKPfX9H+OvzOJt9QuDqEWo3sbi32CEyxxeXGN7KATvO5hnvtAAPHGSe90//TtEu7E/fh/fx/h1H+fWuAn1C81uCS3gh/cSAo32YeYeuM+a2EU9TxuI4PoK6vwxq6tcW95jywXMcytzsIJVgfoR+lcOIi5U247rVfI1xEXKm3Hdar5E9/EmoeFpN0ImngG2IsSArAhkY4I6MB3B/nXMf8JVafYo5hFN5jrzGy7Ajd0LNgZB4wMn25Ge1+z/AGTWrqwbIjnBVe3XlT/SuaXS1sNbujdrbvdSESxvkNIqEBdpPoCD09fxPfKXtqMK0drf1+Fi6clJJrqWfCN3/afhi/02RdlzZSG7ij2uFWKRmOFLAFhkN2x6cYpfEumPqraXqcSybVJiuWhba6jGM7/vAZAyARkH1AplpfRaX4u0q4eRR9oZrOWMkAujjIOO+GUfgT+NjXtPZo73SXldI2JClSfl7q2PUcGuOhNU6lSlLaWq9f6/Mxp+5WlDvqv1/rzMufRrYaXPa2MUds0g3K6LgiQHcrE9yGwc1ZsLoXthDcBdpkQEqf4T3H4HIrAhg1bWQWluvLttzISTsyQxBHloc9QR8znpyvUHR0hWsLmbSpG3rEiywtsVRsbIK4A7MCfXDDOetaHUXdQtBf6bcWjMVE0bJkHpkYrLi1ww6fFjTjbuFxL52IIIm/iG5uoz/dB/Q1u1gubLT/EF1JqCBnn2S2zlDI/TDIgAJGCgOB13D8ACuNSuHuINQmjmuIrUs5a1gKJHwVJ3OQz9c8DHA7rz3GsRPuhuZEKtKgDgjow4rj7zXpNxhhhW3ZgQDcMTJ+ESZc9R/d/lnoPDrtfeGJLWQ3Us1mAN9yuHZlABJ+oweveumjaUZU+r1XyE+5n3n7i6huR0ztfHpV2tDV/CmsWegS3+oWEtvbLgF5BgqT0yOo5IHPc4rHsZfNs0J5K/Ka86Pu1XHvqe5Xi8RltOvbWm+R+j1j92q+4s0UUV0HiBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAEF5F51q6jrjI+tFnL51ojdwMH6ip6o2v7i+mg6K3zKP8AP+eKwl7tRS76f5HtYb/aMvq0OsHzr02l+j+TL1RXECXVrLbyjMcqFGHqCMGpaK3PFMiFdbkt44Xa2tjGArzkmVpMDkheAufct/UzDRbV3V70yX0inKtctuAPqF4UfgP5DGjRQAgAAAAwB0Aq9p2mveXcKyq6WzSKJZeBtUnkjPHA5pLa9tbPT7qV1h+0QgPmT5jsPcD8DWPN4kubu6iFxbXa28riNZZQEG4gkfIfmxwBkgdR746OSnGKlJ3v2/z/AOALU9X8b+A9Ks/BV7JptuIJ7ba6zTSE+YCwBHXGfTjr9c15x4auFkH2aUgLKphbPY9qfPfXdzEkdzdTTRxgBFkkLBQOmAenU1lxE2mrELwsvzL9a41L2NeNX5M9zCv6zgKuEtrH34/LSS+7X5CXN3a6VdPZRQO9zzIbe2hyTyRk9AMkHliOlVbq51kWclzHBbWwiXeYnJldwOSMghQTz3P68aviFfJ13TtUjH7q8QwSn+6TyP8Ax4Y/4H+IfXRVhyTcTw1qhkciyxLJGco6hlOOoNNuIhPbuh6kcfWqOi5t459OY5NnJsQ4xmMjcn5A7f8AgNadZSSkrM1pVZ0akakHqndfITQb3y3id+dp2SA+nT+VVPEumafZ6nG2r3cT20ilFt5WIjRly2WydpJX1z93jjNNh/0fUniPCyjcv1/zmtjWbCfWdDSWznht51Ta0shACFTnPIIzjPOOK1wl6tB07XlH/hn+h6Gb0oQxXtaekKiUl89bfJ3XyOcl12CGBTY2/wC4HHnTEW8K+25hk/8AAQe/pineHp43tZYFl3ukjSFfKZFVXZiNu4Alc5APTggdKYjaHaGK4Mi3E0qh45GLTSuDggqOW546D0HoKfEbq71qC8jtJLaBI3jkM7ANICQRhRnoR1JHU8VmeWakkayxNHIMo6lWHqDXODUdRs4F0yONDPboE81A07so4B2AAAlcH5mAyRwciumrF1GafS9Qa5gWFo7pFQh2bcJFzghVUlsqeg7gdMk0AbPg+G4l0+902a3mj2DzA0pU5LMWGMcDncMAkAADJrppZRKtlePgLcIba4/3vfP49a4HRpdUfX7W+ktZ3Z8RKNqxKgJz93JY8gDLEd8AZ57uFUuP7S0+Jh837+Hb/fGCQP0FXWnyU6eIW8HZ+af+Rx4hcrVTt+T0f+fyOD1G4l0W+l0nTYWZYX+RpFMzkMc52IBhQSQCzDgDkk5pdGea3upra8jlSa4zchpGT5uikYXgY+XgE8kknnJu+JdTEUkWow2tqlww8qSWaVgXGMgAAHOMZwB2PqSMU3V+LhdTvLaZ4LUFskCBVVuGYKcu2Bz820dT6AOry875Xoda2O/1P/TNHsr9cl0HkyEDoR0/z71xviC3by4by3keKeNhD5ivtAR2UHdwTgEA8fyzXYaL/pdrd6a3Pmp5kXs4/wAj8qrxBU0eZ0hjM6Ptcypu2g9Dg+9c2EheUqTduXX5b/5/cc1B8jlS7PT0f9WORj8LKscxa+nS4lUgy27GMg44JbJdsHnDMRx9c9jHcLrej6PqtyNrzKILpV6rKpKsP++g3vxXE/2/qJRbX7GrX6IFnYfvAHxyQiZ47/MV6+4z0Xg57mW21LQ9QieOeZTfW7M65kYEBxtXgEfLkAt97r6RWfJKNX+V/g9/8wxHu8tTs/wej/z+RU1O6j0bWr2FrKSKBiskZhVnDHo2T0Xop5/vevFY0eti91O2vPIaO2hZozKh8wEPgfMwG0DIUnDN0z6E9P4m0+21GzsdXuntUjtH3zfaSSrEAqcDBy3II+g59auox20um3EV+6x20kZSVnYKApGDyeld9eHLNvo9V6HStizWXrwIsopTLJFFFMhmMUhRjGTgjI5xyDwQePwqbRrtr3R7ed2Dsy7WcdHIOCw9jjP49T1q46LJGySKHRgQysMgj0NYDMmC90uxJt9Ig+0SMTvSyQNz/tN0B5/iPeptA8TSx64x+1KY3KotrHOZUDqGJ5A2qxGflz/Dn1xQtbSwksHk1qVWEMrpJHM4SBGVj0QYXGOecnHXnNS3GsxRx276dH5SQzKy3c0axwREHn/WY3cZHyg+xBGRdObhJNOwHsWtfEex1Hw/cWh02Rrq7tzFMkuPLQnjjufUdO1eV24+z6hJCOEkG5R/n8a27uddQ0611CNlkDrsZ0OQ3cHI45HNYuoKU8q4UZMbc/SscVTVNqa6WfyZ7WUTdWcsHJ6VE0u3NvF/ekvmXaKRWDKGXkEZFLVnjNNOzCiiigQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG/BikiuV/gOG9x/nP51eqOePzoHj/ALw4rKrFyg0tz0MtxEcNioTn8O0v8L0f4MeCCAR0NLVXT5fMtAD95DtNWqqEueKl3McZh5YXEToS+y2v69StqF01lp1xdLH5phjL7M4zgZ64P8j9KqraX17EGu9QESOudlkNoP8AwM5J9eMdvfOkyh1KuAysMEEZBFZ+iyYtHs3YtLYyGBs9SAAUP4oVP58nrVnKT2mnWdjk2tuiORhpOrt9WPJ/E0alaNfabNbxv5cjLmKTH3HHKt+DAH8KtUUAVtPuxfafBchSvmoGKkcqe4/A5FM1BCI0nT70TZ/CobA/ZtSvbI9C32mLjs5O4f8AfYY/8CH1OhIgkjZG6MMVnUjzwcTtwGJ+q4mFZ7J6+aejX3XHT3lzc6HLZ203lrLGwRx1UnpzzjnmqljfJdaXDduyoGQF8nAVujD8DkUaeWEDRuDmNitRHRNPacyyW/mneZAkjFkVickhScAkknp1q41ZVYRcmTjcOsNiZ0Yu6T0810f3FaC8hu9ejn04tcQvC0U8qKfLG05Q7ujdWGBn72eO+zRTJJo4hmRwv1NDaSuznhCdSXLBXfkVdRUqkc6/ejb9KtqwdQw6EZFU5Lk3SNHbws4YY3HgUunSMEaCQYeI4/CuaM4+102f5r/gH0WJwdb+zY+1Vp0ntdX5Jd1urS79yW0sLSwRksbWG3VjlhFGFyfwqxRVK61aztJjA8vmXG3cLeFS8hH+6Oce/Suo+aLtU9TtpLm1U2237RDIssRY4G4HofYjI/Gm2upfaLxraa2ltnMfmxiUrmRc4JwCcYOOD/eHuBeoAxryG4uLVv7avbaytSfnjhbqAc4MjY9OwHf8NPSfElvbazavGs/lO+zzzEVjJx93J6nGegxkYznis/UIY49d0+8mRZFbdb/Mm7y2PzKw9OVIP1HpT9feOPSJXaeKCWPEkLSttHmKcqPxPH49+lTKKnFxezJlFTi4vZm54k0mK3mutQMjKlgftabBkvGQd4HqMFuPUCsi81Cwjj8q4nVvOQ4jjy7upHZVyT17eorrbW5i1TQ7C9dCUZPs86yjB2MONwP4dfWuEtfD8UdxeW10HiEFy6eRAPJjYAkqx24L5BB5JHb3Lo+9h4vqrp+q6/NGGHk3C0t1p939XNTwtey21pZTTAiS3PluOjEKSvPoSB+tdNPAlvr00BwIL1MqQOOeR+tcVBb2+la4IrWGK3gvYuEjUKPMT2Hqp/8AHe3fsJmN34ct7lcCWyk8snvt7H+VZc/scRCr02f9fh8xVfdqRn30f6fj+Zz0sFvpeuy2iXXmyXQM4jEZVUZdqvyTyeVOPr71Uj1+zttf028tJ1ma1uhHO8XzKkbja4ZvujqDjOfl9jV7xnpv9oWK3SWxmVtkrERByoyBJgEEcDJ5yPXiqK+H9OEZSe3+0naVzcHeVBGMDPC8emK6sTSXNKDWj/I3cVOLi+p1uo6dHMNS0yVFeGdTNGGOQ6kcj8QSK4Cz0UahPLPdXUv7mZ41TO902kgfOxPbB+UL15/iz2ukXss3hnTbyZ991p0hsblz/Ht4z75GD/wLpWF4nv7vSdelZ1W4guAqwLwuGAPACqWbK7egJ+X6Cooy9phU5fFH3X+hjh5NwtLdaP5FazjGm6zJZqx8i6j86Le5Zt6/K4ySSeCh/wC+j61rVy73OqLImqahbEW9nukKgiLauMMcYZnwCTglBx04BrpwQQCDkHoRSOkw9Qsll8QRJGEtWuImc3SQq0hZCowGbIXjHbJ29eKmePR9MuFaciS7PIMhM0x9wOW646D0HpU2uxq2kTTGOSR7dTNH5TlGBAPQjnoSOOcE4qraaAggIacRwy/O0diPJVz6lwd7fXcM5PsAAbvhe4e70efTHtY7WOIstrGE2sFXlQRk84OPoPfmKWMSwuh/iGKztGvNM0/xBE2i28M+4GK5aAZWPGWDMRxuzkcnPzfU1valAIL59nKP86H1BrpqfvaKb1a0fp0/UdOcqc1KOjWqMrTpC1t5bfejO0irdUR/o+q8cLMP1/z/ADq9Xn0W+XlfTQ9bN4R+se3h8NRKa+e6+TuFFFFbnkBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAFFP9H1R16LMMj6/wCc1eqnqKHykmT78TZ/CrUbiSNXXowyKwp+7KUPn9//AAT2sw/2jD0cWt2uSXrHb742+5jqzZB9l8QxSZxHexGIjt5iZZT9Spb/AL5HXtpVXvLOG+hEdxvwrBwUcoQR3BBBFbnijbrUrSzcJPOBI3SJQXc/RRkn8u4qubvUrpgLKzW3jPWa8PI+ka8n8StWrSwtLBGWzt44Q5y2xcFj6k9z7mpycDJoAo22nPHdLdXd3Jc3CoYwSoRVBIJwo/3R1J/li/VaS+hQ7VJkfsqDNMLXk4+RVgX1bk1k6sb2Wr8j04ZZiHFTq2pxfWTt9y3fyTLTMqDLEKPUnFVmv0LbYEaZv9kcUq2Ee7dOzTN6sePyqwqqgwqhR6AUv3kvL8X/AF95X/CfQ71X/wCAx/8Akn/5KVTHeT/fdYF9E5P50+Kxhj5K72/vPzVmimqUb3er8yJ5niHH2dO0I9oq33vd/NsQDAwKo3BFtqMcx4RxtY/5/Cr9Vr6LzbVsfeX5hilWi3C63WpplNaEMWoVfgneMvSWn4Oz+R6xN8PtE/4RGS6tJpZJ/sgukuzJ+7b5N2BwBtPqeR+dePW+LbxBdQ4wLqMXCcd1wjj/ANAP4n6notN8UaidNgt5rqSWzVPLa33fLjpjH4d6h8Q2cOowwCVFey3b4hHlNrYxg47+1ddOEZ0faJ/L+uh52Ipyo1pUpKzTa+45zUru3Gp2Jt3E15FOEaOIF2Eb/K27H3RwGycfc/A7NY0Tfa1a00WJbWxwVa8hCqM9MRjHJ7bugxxntNZyvYXi6bdyyTbwz288nJcZyUY/3hn8R9DWRkXbq1jvLcwzZ2kg5U4IIIIIPYggHNdV4J8O+HrzxDYT6hFbPMIGiJmP7yRgDjLdemT6dB7VzdAJUgg4I5BHarjJJNNbgej/ABFXTtJt4obC3t4Lm7BE0MOAEC42ttHQ9vw9q8v8Ty3cNzaarbTIwvIRatE6vJiRCzAqi9TgtkZUYGSeON1IpNT01AmGmgcqST1U85JqrqgFr4buYlMF3eRHzreEqXAcds+uOPYmumnQUIy/lkr381/VjNRim2lqzjmi1c41OeMsbVWkSO5kAOdpHEcfyg7SwyzH7x6V3fhueK4ke2LDyb2LAJ45xkH+dcwmv2Eqr9ldrqRkV/Kt18xlBGeccDj1P8xVjQFuNOsbcOpjeByYkYglEDEopxxwuBwccV51aHtKbiKtT9pTcf68jfUzHSLqz3Mr27HcFJGV6MK4NDrJ3abaSb47TEDSoBGx4BBLtnB2kEhUPfnpn0e8McWtw3SjNtfR85PHIwR/KuV1qaz0TXzmMwW86bJJ5HzmVT8ox23KT067eg79cZ+3w0Kre2lv6/rQVGfPBS7k/g5Liz1K40XUJY5k1WJ5UcBjtmQDqWJJ+XBHT7hGAMCrutQ28+iRahePMsumMSREm5iVB4/FSw/H8Dhpe3N1fWNxY2U0YtbpJhNcjyhgHDAKfm5QsOg+8PevWtD8I2uty6hcXs7/AGCby2EUWNzE85z2H4c59q5qNRUa8oy2mvxX9Iy+Cvb+b81v+H5HlN3qthCpjklWZ3XiCIeY7g/7IycHPXpzRoqTRaPbx3KurxgoPMI3FASFJ9yoB9eea6LxF4Xs/COuS6dpyIINiuhVApIIzzgdc5rMqzrEIBBBGQeoNcumjvPLLp0J3W1ntjDXshlCjaCNsQwpGMAFieh4POeprD1R7e31LJ1VtOa4jVZCsYOcE7TuYFVJyRk9ce1AC3el29vYtJeX0m6Mbo2klEUaMORhRhR064JA79TXcaBYv44tdO/s6M2jMgLi4Y/uk27ueOfT6+3NcpbaTZQyCdY/OmPPnTMZG+oJzjoOmBwPStzSNYu9E1BLyxcCRDnDfdbjHP51rTqcqlF7P+kKxZ8f+DpPDFtY3Md19rjlcjzFj2+WwAyDz0Pb6VixSCWJXXowzW74l8VX/ijal6sUVvGSY4YlwFyMdepOK5jTmKrJA3WNv0ri1hW/xfmj3bxxOV8qXvUX98ZPX7nb7y7RRRXQeGFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFX9L0PU9akZNLs5bkrgMVGFXPTLHgV2OmfC6TIfXb9IRnmG2+dyP948D9aAPP6K9tsvCfhy0QwR6XHIr5VpJyXcg+h7fh/WvH9a019H1u7sJQwMEpUFurL/CfxGD+NAylRRRQIbIgkjZG6MMGqunOfKeF/vxNj8KsSTRwjMjhfqazTc4vvMtlJEo2/MMAmuWtOMJxlf8A4Y+kyzCV8XhK1Dl912lFvRc0fPbWN/uNaoZbuGH77jPoOTUP2aeY5uZyo/uR8frU0VrDD/q4wD6nk1pzVJfCrev+RwewwND+LUc32hov/An+kX6kP2i5m/1EGwf3pOP0oFkZObqZpP8AZHAq5RR7JP43f8vuD+0p09MLBU/Nay/8Cd391hkcUcQxGir9BT6Kr3d/aWCK15cRwhzhd7YLH0A7n2FapJKyPNnOdSXNN3fmWKKzv7Qu7jiwsJAD/wAtbo+Uo99vLH6YHYeuGrplxcYOqX8k3rDbjyYj+AJY/i2D6daZBNdatZ2kxgeXzLjbuFvCpeQj/dHOPfpUTT6pdri0t47JT0luvnbH/XNT/Nh246gXLa0t7OPy7WFIl6kIuMn1PqfepqAMS+sZrW2N+b27uZ7dhMVL7UKj76hFwCNucZBP15zshlkQMpDKwyCOQRSkAggjIPUGs7RB5FpJYNwbKQwoCcny+sZ/75IH1B+gAHESafIWQF7duSP7tbOnX8QiMco821l+8B1U+o96qkAggjIPUVQeN7CQyw5aEn5k9KxhKWGlzR+H8v8AgHvp082jyTsq/R7Kfk+0uz67PUsX+njw3J56yBtNupCQEGfKY5Jf2UnjAH3jnvVERz6q8c95HJZ20EgliiLAPIRyGf8Auj/Zzn19K6LT76C5thbXJ3QMfkk7xn/CsjXdOvHZLJLeS4iaUC4jh+9JH7eq9MjqRkV3VIxmlOktH+f9bHgyjKnJwmrNFSPXkZlmlgaOwl4ivM5Q9ssP4QexPB9sitaqcl/ZLpTXZkSSz2dVG4MOmAO/pj8Ky7L7bYQW9pbxqJrl3nEMzlltogB8mevUgdwCTgYFc4joQzBSASA3UZ60lZn9qy2uBqtlJAMhfOhPmxlicAcfMOcdVFTPrGmxXDwS6hbJKn3keVQR+ZoAtRxpFGEiRUQdFUYAp9MjljlGYpFceqnNPoA6DTPsmp6bBaX9wsIt5wWZ3x+7PXHr349hyK7jx1omhxeEZbiKC2hmiZWtZUYFpTkKRnOW+X/GvJ6VpHfbvZm2jauTnA9BWVODp8yT0bvYyp0/Zt22ev8AmJWppXiXVtFYtp148WV24IDAD6EGsuitLJmlkTXl7c6hdPc3s8k8z/eeRsk1DRRTGFZOhN9ts5dSfDG+cuo67Yh8qL+Qz9WNTak7yyQ2EDsj3BzI6MQyRrjcQRyCchc/7We1Y99osmkLNf6dcOqoC8mJNj4HXsVf/gS5P96gDThsntdaRbCN4bIRM0wXPlFyRtUDopxknHbGRyK1ak0C1P8AZd3BM3mXM5+0l2XadwAGMZOMLgYz2qOtJw5YxkuogqjN+41KOX+GQbWP+fwq9Va/i820bH3l+YVy1otwut1qetlNWMMUqdT4ZpwfpLS/ydn8izRUVtL59uj9yOfrUtaxakro8+tSnRqSpT3i2n8gooopmQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAHofws1Ef8TDS2Kq0iiePsWxww9+MfrXe14l4b1d9D8RWd8rbUjkAl75Q8MPyz+OK9vlCiQ7CGQ8qQeCD0pDQ2vPPipp6xXVnrAAVJ08mZif416fmP/Qfz9DrK8VaRHrvhK+s3jV5I1+0Qbuzp6e5GR+NJ3toa0+RzXtL8vW254Sb9GYrbo0zD+6OPzpPLvJ/9ZIIV9E5P51bVQq4UAD0Apaz9nKXxv7tP+Cd/wBeo0f91pJecvef4+6v/AfmV47KCM5272/vOc03UIt9oSvBj+YVapCAQQehpulHkcUrXM6WY4iOKhiaknJxaer6dv0GQS+dAkn94c1JVGwJikltm/gOV9x/nH51ep0pOUE3uLMsPHDYqcIfDvH/AAvVfgwqtqN39g06e68vzPJQsVzjP49h71ZqyukyXVqWn2RW8g2lpG2gg/rW8ISm7RVzz9jEFpqV0xN7eLbxnpDZjkfWRuT+AWp7XTLOykaS3gUSt96ViWdvqxyT+dOsdkUJtEn89rM+Q8m3G4gDBx7gg/jxxVmpas7AFFUbjWLO3l8nzDNPnHkwKZH/ABA6dD1x0PpUYk1W6+5BFYIeMzN5sn/fKnaP++j+nKA0WYIpZyFVRkknAArOk1qBmaPT0kv5l42265UHpy5+Uc++evHFKmjQOyyag8l/Mv8AFOflH0QYUflnpya0FUIoVAFVRgADAAoAzjHqt19+eKwQ84hXzZP++mG0f98n9ObFlp8NiJDEZHeVt0kkrl2c+5P8ulWqKACkIyMGlooAz5IpLGQzW43RH76elbVvrTSaeFQBm27Vl/iUelVKoy272knn2gyv8cdZRnUwzbp/C9129P69D341KeaxVOu7VltJ7S7KXn2l12fceNHt5NSW6jR/NzuMaMdjNz8xXoW56/4VXjhuk8UTPJZSyiWNIYZYkB8sDJYMM7uWPYdq7X4d67pena697qc4gh+zuquybtj5BGQM9ga6Dxp4h0O/1XT7i1uPtcsMRDTwKCpB6AnvjJPtn61vR5Kk0m9H+R41bD1qN1Ui1Z2enXseSz3lrq95ZWlrKk0e83E6g9FTGAR1B3lDg/3TU2iIsujRu6hhLJJMMjP35GbP/j1dALTTXkaRLwxu/UvDyfqRVS08J6VDbzR2t6Yy0e2ER3ciBDkHIUtgdPTpW6w05Oya+9GHMjk5bK0m8W/ZVt41gJQyxqmFcpHIeQOvMyfkPSruq6ZBZaVcT2T3MEyriIpdSY3E4X5d2DyehGK1f+EKukmFxZ3kxnyxMwdJCwIUY+YeiLj8fU0avo93LdR2Ud3E8KCIygQEyM6kMeQ2MEjpjgZ5qJUakI80lYLozbCC8vrMXY1W6iMruyqqxlNu87cAqTjbjvUP27U4tWOnJPBM5K4lkhI2jazHIBGei/nV3SLTVbZLPT/ItJY12ReaJ2VsdCxXb+OM1Tktb6x8Sz3stjLNH5kqAQOhIGIlVuWHB2OfX5ucYrPlduboMsXV9qmn2zz3FtaTxRjLGOZkY/RSp59t1Oi1iaZDLHpdzJDuZVkjeM7sEjOCwOOP89abrU7vGll9kvBM0sDkG2fAXert82NoIXPfrTfD99af2BbobmMPb2yNOrNtMfABJB5AycfiKXK07AW4dVgliuGZJYntl3SxSJhlGM9B16HpUMN1qWowpLbwx2MMigq1x88mD32qcDj1Y9eRxgrpTrPe6nOjB1a5VFIOeBEn9Saj0m6jtZDpEiTebBL5UW2FmDRnlDkDAABC9hkduBQld2ArWcOoSXlxOt3Eb6A/Z545E/dyoCWjYY5QlXGSMjPbitKzmlv9asbS909ooBIWuTJhoyNpCBW7/OVbsRs5ApLe0v01y6murdLZGRYxEJN7uwJ+ZscA4OOCfrwK2odMuZFDsohTrvlO0VrThPn0jewnawkTNp2qDd1ifBPqOh/Sm39v9mvpI1IK53KR6HkVevZtPacSylrmUoAwj+VSR79aoXl215KrFFQIoRVXsBW1WMIRcE766f1t2ErkFIRkYNBIUZYgD1NVnv4g2yINM/ogzXBKcY/Ezsw+ExGIf7mLdvuXq9l8yOyPk3E1s3Y7l+n+cVeqlHFPLeLcSKsQAxgHJP1q7WdC6jbp09DvzhwniFUUk5OK5rO65tnqtNbX36hRRRW54wUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABXtHhHVBrHhG0lLM01r/AKNMW65UfKff5SOa8XrufhdqJj1i50t2Oy8i3RjIxvTn+Wenp+QNHo9Oify5lb0NUtT1bTNFUnVb+KFwM+Sp3yH/AICOa5PU/ihbxBk0TTzI4JAnujx9Qg/x/wDrIZx/i3Sf7F8UXtogHlb/ADItowNjcgfhnH4VjVc1XVrvWtQe91CQSTOAMhQoAHQACqdMkKKKKAKN1+4voZ+it8rH/P8Anir1QXkXnWjr3AyPqKLOXzrVGPXGD9awj7tRx76/5ntYn/aMvpV+sHyP03i/zXyJ6vzn7To8Mv8AHbt5Tc9u1UKvaURJJLauQFuE2jP94ciu+hrJw/m0/wAvxPEfc56a2vYdUluNOS3K3CKJTM5G1lzggAc5BA6jp+Z/ZD3JJ1S8lugcERR5ijH4Kcn/AIET2+tabKVYq3BBwaK5xkUFvDaxCO2hjhjHRI1CgfgKlqOaeG3j33EqRJ/edgo/WpKACiiigAooooAKKKxhDNqeqXM0d7c20VswhiELDY7AZZiCCDy23n+5QBs0VlhtXs1/eJDqKKv3o/3UhP0J2/qKlh1m0kmWGZntZmbasVyhjLn0XPDf8BJoAW4sCzM1uwTeMMp6GkRb+CNUVI3UDA5q/RXP7CN+aLa9D2451iHSVGtGNRL+ZXfbdNPbQo/bLlP9ZaMfdTS/2nGP9ZHIv1FXaQjPWn7Ootp/gT9cwE/4mGt/hlJfnzFddRtj0k2n3BrtfhxrukaZrF1LqV9FA0kW2KSQjaDnkk9j/ia49oIX+9Eh+qioW0+2b/lnj6E0fv12f3jX9kSevtI/+Ay/+RPRPGOs6Fe+Ire6s5/tDRRDfNAo2O2T3xzxjpxz9a5VrexmmLi/xubJDxEfrWF/ZkY/1cki/Q0n2O5T/V3bH2YVvHFVIwUJUk0vP/gol4LATf7vE2/xRa/Fcx0l9aC+vnmhu7YhsYUyYI4xUb2htNIuVuPLJmKhRuB3AHNYG3UE6NHJ+GKPtF4n37UN/umtHjYczm4NN3/H7xf2RUlpTq05ekkv/SrFyCKKMpGAIYs4OxfujPJxXrWveCfDtj4XuriG3MYt085LnzSxk5HHpz0HbnPvXjH9o7f9bbyJ+FD6zLcXCC5up3toU2xRu5Kp9B0HU/nXH9apxaszopZBjpqTlB2Sb0tK77Kz6nQTayxlL20EcbkY8xhucjGOtUJZpZ23TSM59WOaofappv8Aj2gJHZ34FH2OSXm6nZh/dTgVvUxdSrtd/gjkWWqjriqih5fFL7lt82iSW9giOC+5vReaj827m/1UQhX+8/X8qsRQRQ/6tAvvUlZck5fE7en+Y/rODofwKXM+89f/ACVafe5FRbENhrmRpm9CePyqykaRriNQo9hTqo3Gr2dvL5Idp5848m3QyOPqF+6ODycDirjTjHZHNiMdiMTpVm2u2yXolovuL1FQWd1He2cdzDuCSLkBhgj2PvU9WcYUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUAlSCDgjkEdqKKAFZmdyzsWZjkknJJpKKKACiiigAooooAKo2v+j3stv/AAt8y/5/z0q9VG+HlSw3I/gOG+n+c1hW0Sn2/LqezlP72VTCP/l4rL/EtY/jp8y9To5GilWRDhlIIpgOQCOhpa3TtqjxmujLmqIBd+cn3J1Eg/Hr+tc7HJf6hcXSJPHZxQTGL5E3yHgHOW4HBB6HqPx6Xd9q0XaeXtXyP90//XrnWzaeIlbH7q+i2kk9JE5A/FS3/fFb10ubmXXX/P8AESHDQtPZX+0QfancFWkuWMjYIwQCfuj2GKdo0sj6akU7b5rdjBI2PvFTjP4jB/Ht0q/WYubTxEy5/dX0W4ADpInBP4qV/wC+KwGadFFFABRRRQBBeXSWVjPdSAlIY2cgdTgZwPeo9MtXs9NhhmIM23dKw6NIx3OfxYk1BqZ+0XllYDBEknnSjPISMhs/TfsH0JrSoAKzdRP2i/sbHqGczyDHBVMYB/4EV/I1pVm6ePtOpX18em8W0RzwVjzuP13lx/wEUAaVFFFABRRRQAUUVUTVLGS7Nqt3D54Yr5ZcBiR1wO+PagC3RRRQAUUUUAFNKKTkqCfpTqKBqTjqmFFZo1Z7osNLs5LlQxHnO3lxHtwxySM9wCOD7ZT7BfXRBv78xpzmGzHlgj3c5b/vkrQIs3epWdjgXVwiORlY+rt9FHJ/AVX+2390ubCx8pSOJbw7P/HB8357e/tmza6faWWfstvHGT1YD5m+p6noPyFWaAM0aS87FtTvJrrP/LJf3US/RV5P/Ai1XYLeG1iEdtDHDGOiRqFA/AVLRQBm2B+zape2JBClhcxHsQ5O4fUMCf8AgQ+taVZuqDyLqyv+ghk8qQ54EcmAc/Rgh/D8RpUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABUc8fnW7p/eHH1qSik0mrM0p1JUpxqQ3TuvkVdPk8y0AP3k+UirVUY/9H1Nk6JMNw+v+c1erKi3ycr3Wh6WbU4rE+1p/DUSmvnuvk7ouaXIq3nlS58udTG3PrWPr9tLHZzeUm64tHE0a9NxQ5x+IyPx/GrgJBBBwR0NX9TXzPJvFHyzoN3+8ODXcvfo2/l/J/8AB/M8jqZkM0dxBHNCweORQ6MOjAjINUtaDJp/2uNS8lk4uFVRywXO4D3Klh+P4UmkAW63FgBgWspEYHaNvmUfhkr/AMB/E6Vc4xqOskauh3KwBBHcU6s3RR5FrJYHrZyGJQTz5fVP/HSB+B6dBpUAFFFV7+6+xWE1xjcY0JVf7zdl/E4H40AVbBhd6re3fO2JvsseR028uR7Fjj/gNaVVNNtPsGmw2+4syL87MclmPLH8yat0AMkLiJjEAzhTtBPBPasey1CPSLGG01KGe2MSKrzum6ORieW3rkcnJ5x1rbooAjimiuIxJBIkqHoyMCD+IqSqEujWbyebCjWs2c+ZbMYyT6kDhuv8QNMEWq2gAinhvkHAW4Hlyfi6gg/98j60AaVFZ39sww8ajDNYHu06/u/+/ikqPxIPtV6ORJo1kidXRhlWU5BH1oAjvLpLKxnupASkMbOQOpwM4HvVay0yNNHjtL+KGdmG+cMgZXkY7mOD7k0mp/6Rc2ViORLL50g/2I8N/wCh+WPoTWjQBm/2QYDnTb2e1Gc+WW8yP6bWztHspFS6TdTXmmpNc+WXLOA0YIVwGIDAEnAIAPU9abrM7waVKIDiebEMRK5AdztBPtk5q1bwR2trFbwjbHEgRB6ADAoAlooqS3hNxcxxL1dgPpTScnZAR1R1iaSHS5RAQJ5cQxEjIDudoJ9snNdDO2mG4eEwyQhG2iRDnOPUGsHUbZJPEFotvcieC2jaZ8YGHbKoCDz03mtp0XC7TTt2Fcmt4I7W1it4RtjiQIg9ABgVLRRWAwooooAKKQkAEk4A6k1nnWrV3ZLISX0inDLbLuAPoW4Ufif5HABbu7WK9s5bacZjlQo2OuD6e9QaTcSXGmxG5x9ojzFMB/fU4P54z9COvWotmrXZ+eWHT48/diHmyEfUjap/BqtWdnHZRMkTO29y7NI2SxPf9KALFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBT1BCI0nT70TZ/CrSOJI1deQwyKJEEkbI3RhiqunOfJaJvvRNg1h8NX/F+a/4B7T/2nLL/AGqT/wDJZf5S/MuVftz9p0qeDA3QnzkPt0NUKs6dOLe+jd8bCdr56YPFdtGSU7PZ6feeI9jDu82mt2l0DiO4BtZQB1PLIT9CGH/A606j13TmeG6s4ziRTmJiOjAhkP5gH+tR2F2t/p8F0ilBMgbY3VT3B9weKylFxbi+gypOv2TXoLhRiO8QwSnPG9fmQ/lvH4qPQHTqlqttLdadIttj7QmJISezqcj8yMfQmprO6jvbKG5hOUmQOPbPb60gJ6y9b3lLXMMktss4knEcZckKCVG0cn59p49K1KKAK1rqFpfbvstxHKy/fQH5k9mXqD9as1WutPtL7b9qt45WX7jkfMnurdQfpVV9OvYEP9m6i69hHdr5yj8ch8/VjQBXt7abU7y6vRe3luqzGKBY5Bs2oNpO05By27qM8Cp/M1eyj/exw6giry8bCGQn/dPy/juH0q7ZWiWNjDaxfciQKCe/vVfWo5ptHuIreNpGlAjZUIDbCQHIyQMhSxHvQBZtLlL2zhuYgwSZA6hxggEZ5FTVRttVsZZEt0l8qbGFgnUxyH6K2CfqKjvJJ7jVI7K0unttkRmmZFUnk4QfMDwSG/LrQBpVnyaJZtK0tur2kzNuaS2cxlj6sBw34g00S6tan9/BDex85e3PluB/uMSCf+BD6U+HWbKWcW8kht7g4/c3C7GyTgAZ4b8CaACz0+WC8kubq7a6dkEaFkVdi5JPT1OPyFX6KKAMyfddeIraH5vKtIjO/TaXbKqPy3mtOq/hzUpvsM1y2yaG8laVEf5l2fdQgdsqoJ9zW3EljqBfbE9s6qXYqdygDrW8KSmrRlr2f9f5CvYzK0dPhkt4Jr+SN1REKxuRgFj6Hvwf1rO+ler3PjXwzceCp4bC5Rwtr5EdltIZWK7QMkc45yfT61nCoqc0+v8AX5GipzlByS0W77XPKOvWs3RT9ot5r84P2yUyIQesY+VP/HQD+NP1mR1014YWKzXLC3jI6qXOCw/3Rlv+A1cjjSGJY4lCoihVUdAB0FQQPooooAQkAEk4A6k1lR3epalGsljFFaW0i5Se4+dyD0IjHGPQlvw7VLrjO2mm1hIWW8YW6kjIG77x/BQx/Cr0caQxLHEoVEUKqjoAOgoAoHRYJ/8AkJySX/cpOR5ef9wYX8wT78nN/wCSGL+FI0X6BQP5Cn1Q1q1a70ieOMbnXbIikZ3MjBwO/UqB0NADBrcE5xpsct+TnDwD93n3kOF/Ik+3TMN3dapa27X0/wBnht4cNJAil32ZG47+ACFycYx79607aaO4tIZoP9VIiumPQjI6VIyh1KuAysMEEZBFAACCAQcg9CKWs7RSyWBtZGLyWbm3ZmPJA+6T9VKn8e/U6NABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRf/R9VVv4Zhg/X/OKvVU1CLfall+9GdwrGsnycy3Wp6+UVIrE+xn8NROD+ez+Tsy3RWfHqEojDzwkof406VZivIJvuyAH0PBojWpy2ZOJyjG4a7lC6XVar8NvnY9Z1rwDpv/COT3UM8rXdvbeas7OFjcAZweMcjvxz7V4pHJc6bdXNtBYT3KSzGaIoQFUPy2WJwPm3Hjnnp3O/qPiTWhYQWjancmxQCNoA5C7QMAH1GO3TpUAORkVp7Rzm09zlrYWVKjTrXup3+TT1T/B/Mgl03ULjT4LmS+W2RmKSw2yAkNyceY3bGP4QevqMLZ2kVjaR21uGEcYwNzFj69TzWja3ot4nilhWaJyCVJx09DUnlafcf6qZ7Z/7soyufqP611ezjNJwav2/rQ472KNFW5NMuY13ogmj7PEdwNNTTb2Sza6Szna3U7TKIyVB9M/hWUoSg7SVh7laiiioAKKKKAIbm1gvIWiuoY5o2GCsigg/nUdnp1tYGQ2qFPMIzlicAdAM9AOeBxyatUUAFZmphbq/sbFl3AubhwRkbY8Y/wDHmX8jWnWdc2V2uotfWEsRkeNYminB27VJPBHQ/Mex7UAaNUNZkddNeGFis1ywt4yOqlzgsP8AdGW/4DUQ1d4GC6nYzWo5zKv72IAHqWXp+IFNS4h1PWoDbSpNBaRGYsjZG98qvPqFEmR/tCgDTiiWGFIoxhEUKoA6AV0l54d1bQtBlub+xkhE7BN3B2L746ZPHNYlnOLa+gnaNZBFIrlHGQ2DnBHpXc+K/iDbax4VuLLS4riC8u9okMuCsYDAkA984x0qo1HTvJLoy6cFUmoN2u93svU86uZfJtnfuBx9aZYxeVaLnq3zH8apzNcTTR2twqjLAkr3HrWpXJTl7So5dtP8z3cbReAwMMPdOVR8zad1yrSP43Zm6kLhNQs7lLZ7mCDeSkTDeJCAqtgkAgKXHX+KprfV7K5l8pJwk2ceTKDG+f8AdbBP4VdqG5tLe8jCXcEcyjkCRQ2Ppmuk+fJqKzBpL2sYXS72W2CjCxSfvox+BOfyYUovNQts/bbHzk/562bbsD1KNgj6LuoADm68Rjr5dlDn2Mj/ANQo/J60qo6VDIltJNcKUmuZWmdT1APCg+4QKPwq9QAVYtLNroOxkWKOMZZ36CnaXp8mq6tbWMGd9xIEyBnaD1OPYZP4V2HivwZH4d8OGayvPOj89VlEi7WJwenqM9v8K0p8l7z2B36HnFlHDZXd3psEzzJBJ5iOy7fkkJYAc5wDuUfSm3GsWcEphVzcTg4MNuvmOv1A+7+OOlPutLtb2dZbhHZlXZhZGUEZzggHnn1qVUtdPtTsWG1gTrgBFXt9PSobu7oCpYRXLanc3k1v9mjmjRfLeQMxZc88cDggcE9PxOlWXJraNG72FrcXqou7zI1CxkDrtZsBv+A56/XGhDNHcQRzQsHjkUOjDowIyDSAkooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKQgEEHoaWigabTuijYExPLbN1Rsj3H+f51NLZQTcsgB9V4qG5/cX0U/RW+Vv8AP+elXq5qcYtOnJXt/SPfzCvVhVhjqEnH2iu7O3vLSX4q/wAzOmsJ/LKRTF0/uvTkvJLZFS6hcBRjeOc1fpKfsOV80Hb8Sf7ZdamqWMpqcb3092V+91p96ZFFdQzf6uQE+nQ1NVaWwt5eqbT6rxUDwXNoheG43IoyVf0o56kPiV/T/IiODwOKajhqrjJ7Rmv/AG6N196RpxTSwtuhkZD6qcV6f4c+Iug2uhwWt1PLDeWsRMsIjJ81vUEcc5zz05rx2PUiFDTwsFPRl6Uunuskk0rMN7twueQP8/yp/WeflhF6M1eS1sPRrVsTH4VpZp3bdt1fRK99uhoyv5kzuFChmJ2gYA9qbRRW58+FFFFABRRRQAUUUUAFNVFTdsULuOWwMZPrTqKACiiobqXybZ3HBA4+tKUlFNs1o0pV6saUN5NJfMr237+/mn6qvyL/AJ/z1q9Vaxi8q0Qd2+Y/jVO4E9/rDQQXM1tHaRhmeEj5pGzhTkHOFGcf7QrKjFqF3u9fvPQzarGpi5Rp/DC0V6R0/Hf5mrRWZ5mr2v8ArIYNQQZ5hPlSew2sSp+u4fSpI9Zs2kWKd2tJmOBHcqYyx9FJ4b/gJNbHlF+iiigAooooAFvZdNZby2kMc0BDxuOzDp+tauoeMdb8RaXBBq1wjop8wqkYTcecE49jXOagTI0VuvBkbJ+n+f5VdAAAA4A6VjFuVV9l+Z61anCjl9O69+o279VFaL73f7kMnWRreRYG2SlCEY/wnHBrL0vT7O6sbe7uEa5nZPma6bzCrdGGDwMHI49/U56GDT7m5GY4iExne3Ax9TWZHaLperXdmtzDKsx+0okWTs3cPk4xywJ/4Ea6nTmo8zWh5Fy1Wbo+23+06eMD7LKdijtG3zL+WSP+A/idKs27H2XWbW6Bwk4+zSgdzyyH8DuH/A6zGaVFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBXvYvOtHXuBkfUUtpL51qjHk4wfrU9UbT9xeTW56H5l/z/npWEvdqqXfT/I9rD/7Tl9Sj1pvnXo9Jfo/kXqKKK3PFCur0b4dT+JfDTXhvktGmcrbBkLB9pwc46DPGfbpXKV1nhTxhqWlWzaZA0TxlWaASJnY+CePx55pqn7V8nc1o1pUKkasN4u69Ucze6e+l302nzYL2zmJsdCQcZrPl0+CTkLsPqvFXZ5HmuJJZiTI7FmJ65J5plZypxkrSRtRxmJoTdSlNxb3s9/Uo+TeQf6mUSr/AHX6/wCfxoGoGM7bqFoz6gZBq9SEAjBGQexrP2Tj8Erfid/9pUq3+90Yy84+7L8NH80Minim/wBW6t7Z5/KpKqyafBJyFMZ9UOKjMV5bjMcolUc4brRz1I/FH7v8g+p4LEf7tW5X2mrf+TK6++xeoqhFqiMB5qMnuORVyOaOUZjcN9DVQqwn8LOXF5ZjMH/HptLvuvvWg+iiitTzwooooAKo3v764hth0J3N9KvVRs/393Ncfw52qf8AP4VhW960O/5HtZV+6dTGP/l3HT/FLSP6v5F0kKuTgAD8qz9EXfYm9YYkvnNwSRztP3AfogUfhRrbb7EWSnEl84twAedp++R9EDH8K0AAAABgDoBW54otMkjSaNo5UV0YYZWGQR9KfRQBly6Tb2kTS2VzLpqoNzeU37tVHJ+RsqPqADVrTZZ59Mt5btQs0kYZwBjBPtVfWszWsVivW9lEJz02YLPn6orD6kVogAAADAHQCgBaKKiuZfJtnfuBx9aUmoq7NaNKVapGlDeTSXzKC3MX9pvJI2FUbVOP8+9dtB4b1XT9EfWJtPZomiV4mwHAU87iByBjHJ9a5Oyt0Fonmor7vmIYda9R1D4l2l34buILe0ngv5ofJwdrRqDwSDx2z271nhXOn7766/f/AJHr51Vw1SqqdFP937m6s1HRNaddWzz6e8uLk/v5Wf2zgflWNq+baS01FTgW8myUAZzG5Cn8jtb/AID9K06iuIEurWW3lGY5UKMPUEYNbylKTvJ3PDJaqanate6bNBE2yUrujb+64OVP4ECmaPcPcabH5+fPiJhmz/fU4J/HGe/XqaW41azt5vIMvmXGMiCEF3/IdPqeOvpUgS2F2t/p8F0ilBMgbY3VT3B9weKsVnaSkyLdGSB4YpJ2lhWTG4BsE5AJx824/jzzmtGgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo3w8qaG4H8Jw30/zmr1RXEXnW7x/3hx9ayqxcoNLc9DLcRHD4qM5/C9Jf4Xo/wZIDkZFLVXT5fMtFB+8nykVaqoSU4qS6mGLw8sLXnQlvFtf8H5hT4ZWhmSVOqMCKZWXfPcyaxb2a3MltBNE77olG5mUjK7jnHBBGBnhufTRNp3RzG1rs1rp1z5080cMM48yMswGc9h6nJ6D1FYU2ulIjPBYXMlouGkuHAjVVzywDfMcDJ6YwOtXoLC3t9jLHvkRdomlJeTHPG85Pc9+5qaWJJ4XilXckilWU9weCKqpJSm5JWuJD6Kz9GlLacIJGzNasbeT6r0P4rtb8eg6VoVAwqC+Ei6fJIiOVBCM4HCk5xk++DU9eq+CPEug2Hha3s5r+O1mj3vcpKhG/LHvjDcYGBzUTi5RaR04WtGhXhVlHmUWnbvY8khgVLZI2UHA5BHeopNOhY7o8xN2Kmugu7S31C9nuNNmjVZZGdYG+UoCc7RnrisTVJLjSnhSSynlkmYgJHjOACSckgdsdepFaTwtormjp33/E1p5liqdWVWnUacm2/O/dbMr7L6D7jrOvo3X/AD+NKuoqGC3EbxN7jimW2tWVxKIWdrecqG8m4QxuPwPXp2zV5lV1KuAwPYiuf2Uo/BL79f8AgnZ/aFCvpi6Kb/mj7r9dPdf3CRyxyjMbhvoafVSTToWO6MtE3qppmL636FZ1/Wj2k4/HH7tQ+o4Sv/utZJ/yz91/frF/eie8l8m0dh1IwPqaLOLybRFPUjJ+pqhcXQnkijmUxBWy4atRJEkXMbBh6g5qKc41Krkntp/mdGNwtbA5fTozjZzk5N9NNIq607v5ozL5pIdZt7mW3nltYYWAaFN+12I5Kj5ugxwD949KuWuoWl9u+y3EcrL99AfmT2ZeoP1qzVa7060vthu7dJGTlHI+ZPoeo/Cuo+dLNFZn9n3tqP8AiX6g7ADAivB5q/8AfXD/AJk0h1S6tiRqGmzKM4EtsfOQ8ZzgYYflQBasbhW8RTySQRzw2sIhAYdJHwzc9sKI/wDvo1teXptyf3cj2jHGFcbl/P8AxrA0eJ005ZZ0KT3DNPIrDlSxztP+6ML/AMBrr/CPhY+J72dHuPs0FvGHkkC7jknAAGfr+VbRq8q5Wk1/XXcVjHu7N7NkDsjhxuUo2cj1rJv/AN9NDbD+JtzfT/Oa7Dxrosuia2kLypLFJCGhZRj5enI6jmuPtv39/NP1VfkX/P8AnrXLiuSUuSns3+HU9vKU6MqmLl/y7i2v8T0j+Lv8i7S0UVoeKFFFFAGdLo8El1PcST3CpMQ0sKy7EYhQMnGD0Azzjj61Db3+m2sZtdHgNwEYgx2cYKg+7cLn6nPX0NP8Q24n0re0SzrbyLM8LruWRVPzAjv8uSODyBxWjHs8pfK2+XtG3b0x2x7UAZkl7qVu0dxdw28Nr5qo6Bi7gMcbi3AGCRkYPHcVrVDd2yXlnLby/dlQqSOoz3HuKg0m6ku9Nie4K/aEzFOF6CRTtb8MjI9sUAXaKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCjF/o2pPH0SYbl+v+c1eqlqKlUSdPvRNn8KtowdAy9GGRWFL3ZSh8/vPazH9/Qo4vq1yy/xR0/GNh1Z2tBksBdRqXks3FwqqOSB94D6qWH49+h0aQgEEEZB6g1ueKCsHUMhDKwyCDkEUtZuijyLWSwP/Lk5hUE8+XjKf+OkDPqD9BpUAZoH2TxEcYEd9FkgD/lonGfxUj/vjt30qz9aR/7PNzCMy2bC4QY5O37wHuVLL+NXY5FliWSM5R1DKcdQaAH0UUUAFZj6p/xP5Ir+7MSRxLFbRzOVDknc5XPDfwDjkbT61p0ySNJo2jlRXRhhlYZBH0p3a2ASaCG5iMdxEkqHqrqGB/A1R/scQHdpt3PaHOfLDeZGfba2cD2UrUNraR23iExafmC3itt00KsfLyzfJtXOFPyNnA7itikBnW13eLqYsbxIZD5Rl8+AlccgAMhztzk4+Y/dNaNZumAXF1e35GfMlMMZ7iOMlcf997z9CK0qAGvGki4kUMPQjNVX02PduhZom7FTVCxjvNRgfUIdQlg86VjEhTKeWDhcqfXGcgjrToNV1BLmeG6sRcLbttkntGzgkBgNjc52kE4J61nKnCfxI7cNj8Vhf4M2l26fNbP7i3/p1v8A3Z1/X/P505NRiJ2zK0TejCi21WyupTFFOomUZaF/kkX6qeasvGkgxIoYe4qPZzj8Evv1/wCCdv1/C1/96oK/eHuv7tYv7kKrq65Rgw9QadVJtOUNut5Gib2PFJvvrf76LOvqvWj2ko/HH7tf+CH9n4ev/ulZN/yy91/e/df3l6tLRPEGo+Hrp5tNlCeYAJEdQyuB2IP9Oawo9RhY7ZN0bdwwqyrK65Qhh6g5rSNSE/hZwYnBYnCu1eDj+XyezJfFWpza9fyarfnbcbQqiLIVQOgAOcCqdjF5Vog7t8x/Gor399cQ247nc30q7WMIxdaUktvzPWxeIrQyujh5yb5m5ekVpFel7sWiiiuk+eCiiigBGUOpVwGVhggjIIrO0WQraPZStumsnMLZ6lRyh565Qrz6561pVmyH7L4ghfol7GYjgf8ALRMsv5rv/wC+R17AGlWbAwtNentjwt2n2iMdty4Vx+qH8T7k6VZusjybeG+U4NnKJWI7x/dcfTaSfwHTqADSooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAGyIJI2RujDFVdOc+S0TfejbFXKot/o+qK38MwwfrWFT3ZRn8vv/wCCe1gP9ow1bCdbc8fWO/3xv9xeooorc8UzJybPXoJshYbxDBJ/10XLIfxG8f8AfI9K06parbvcadIIB+/jxLD/AL6nI/PGPx79KntLqK9s4bq3OYpkDoT6EZoAmrN0U+VDNYEEGykMa57xnlCPbaQPwPTpWlWbcD7Lrttc9EuUNs5zxkZZP/Zx+I+hANKiiigAoorO1yV00p44nKSXDLArqfubzgt+AJP4UAGjfvraW+PW9lMyn/Y4VPzRVP1JqXVLtrPTZpYsGbGyFT/FI3CD8WIqzHGkMSxxKFRFCqo6ADoKoXmbnWrK1GdkIa5k9Dj5UB/Elh/uUAW7O1SysYLWMkpDGqAnqcDGT71X1mV0014oc+dcMII8HkFjgkfQZb8Kv1mzD7X4ghj4MdlH5zAj+N8qhHuAH/76FAFxRFZWYGRHDBHjJ6Kqj/AVj6VqP2Wx8zUrS5tXuHadpHj3r8xyMlc7QBhfmx0q5rQ+0W8NgMH7ZKI3BHWMfM//AI6CPxrSoAqNHp+r2qsy297ATlW+WRc+oPrUP9mTW/OnX80I7Rznz4//AB47vwDAU+40eyuJmnMRinbGZoHMbnHYsuCfxqPyNVtceRdR3qZyUuVCPj0DqMfmv40ABvb+1wL2w85enm2bbvxKHBH0G6p7XU7O9bbbzqZMZ8pgUcD3U4I/Kqw1tIR/xNbabTyFBZ5QGiHtvXI/PFSaiNNutLmnvFhuLdIy5YfNwBngjnP09aAOt8K+EV8WXdxHPMsEFvHueTZuOScAAZHv+VZXjTwk3g7UIYobrzhcKGiZDtLD3XJIrU8GTat4Qs/NFwjqLYecSd6zEcgfNz1PtWZda42u/EC21PW0EscMkbTRoMLsVs7QDnjB6d+e/NY4yg4RXMtXt3PpMhxM4VZc037OEXJrdO3RrbVmRNZ6jp1ws95ayEyJlSyldy+o9akj1CBzhyY29HGK9a8e+LNIvPDs2n213HdXc0iN5JBDQKOdxHbsPfP1ryuSCKb/AFiK3vil7GpSbUX8n/VzGpmOGxjX1ylZpWTg7aLb3XdfdYeCCMg5B7ilqkdPMZzazNGfQnINJ517B/rYhKv95Ov+fwo9q4/HG34mf9m0q/8AulaMvKXuS/HR/Jl6iqsWoQSHBYo3owxVkEEZByD3FaRnGavF3PPxGExGFly14OL80LVHV7d7jTnMIzPCRNFjPLqdwHHrjH41eoqzlKqalaPHbN58am6CmJSw3Pu6YA6/h6Gq01zfXRlgttOKJ91pL0+WGHfCDLfmFq5Zafa2dwGsbaKGVmGXRAGY57nqa09W2/2pLt5ORux0zjmtFBOm5eYupl2Fs1lp1tavKZmhiWMyMMF8DGasUUVmMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqmoRl7bev3ozuFW6QgEEHoaiceeLidWDxMsLiIV4/Zd/XuvmtBkMgmhSQfxCpKo6eTG0tu3VGyPpV6lSlzwTe5tmOGjhsVOnD4d16PVfgwrN0sfZ7i8sSeIZfNjHpHJlgPoG3j8PwGlWZqA+zapY3wztZjaygHjDkbSfo4Uf8DNaHnmnVTUrP7dYvEhCSgh4XP8Dqcqfpkc+2at0UAZo1cQ5Go2k9pjjzCu+M+4Zc4HuwFXoZ4bmISW8qSoejIwYH8RUlZ8ui2LzefFF9mn5xNbny2555xwfxBoA0KjmghuYjHcRJKh6q6hgfwNUTFq1qf3E8N7HwAlwPLcD/AH1BBP8AwEfWl/tmGHjUYZrA92nX93/38UlR+JB9qAE/scQHdpt3PaHOfLDeZGfba2cD2UrUlhZzQT3FxdypLPOVBaNCqhVGAACTjkk9e9W45EmjWSJ1dGGVZTkEfWn0AFY1texadcXjaoHtnmuGfzXQ+VsGFT5x8o+VRwSDkmtmigDJtJF1DXp7qN98FtEIYmUgqzNhmII9tgqOC3fVLu6vftN1bbJTDbmKX5dq8M205U5bPUdhWvHFHCpWGNY1JJIVcDJ6ms2HTbzTo/L0y6RoASVt7iMYUE5wGXBHOeu7rQBJ/wATa1/54X8Y/wC2MgH6qx/75FPh1WF5lhuI5rSZjgJPHgE+gYZUn2BNQ/2w9vxqljPajkmVR5sYAPUsvI/ECpIpbLV9Xs4PtP8Ao6K1yZIsOhYEKisOvUlvqlOK5nYDQrPl0LTZphKbVUfeHJiYx72ByCwUjdz65refSZipe2eO5T1jbn8qpOjRttdSp9CMVc6U4fEhXTGtJsjJY4UcmodECfaBcXXCvJubjPApNSWZLBWEbhJn2K+04J7jP+etVdU3QaP9mgbbLcbbeNl6gucFh9BlvwrlTvXT/l/M9pf7PljfWrK3/bsdX98mvuHSWOn6vd3WpyCC9F5L50NwqFSE2gJtJAZSFA/HNRaarpql5DFczS2kCogWV9+2Q5ZhuPzHClOpPWr/AO6srPskUEfsAFA/wFVtGidNNSWbPnXDGeTI5BY5AP0GF/CuiUnKTk+p4xfopkkiRRNJKwVEUszHoAOprKtp9ae0juzFbyCVA/2ZgY3jzzjdkg447DvUgd1ofw+k8V6NcXgu4bXa5ihMkZO5xg8kdBg9ea5rVfDlzoWqz2DXGJoG2sVOVbjII+vWtzwz8TJfDGjyw3cawI1xiKG9X5d20FiGBxjp36g+9Zd3eyaleTXszq8lxI0jsvQknJxWc8PBtSe7PUw+bYvD0vY05e7e9mk1+N9DM+03UH/HxDvXuyVLFfQS/wAexvRuK0LC1a+1G3tEKq08qxgs2AMnHWux8YfDLSdL0mfVLW6ud0AVHjnAIkYsBkEAYrNxqw+F39f8zphiMuxN/rNP2btvDq+3K7r7mi38M9F06/s726uoIbu4WRUSJxzGuMlh9ScZ6jHvXL+Mraxs/Ft7Bpf/AB7ow/j3AMVBbBPPUmuat7L7LdpPDNIpjOV55B+tWq2hKbVpKx5uKp4enJLD1OdW3ta3luwoooqjkCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAo3J+z30U/RX+V/8AP+elXFZXXKEMPUHNQ3sXnWjgdR8w/CqlvaLLAstvK8T4wcHjNcl506jjFXT1/wAz6dUsNjcBTrVqjhKHuXtdW3je2q0uk9djTqvfWq3tjNbMxTzFIDDqp7H8DzUO++g++izr6r1/z+FPj1GFjtkzE3cMK1VeF7S09Tz55RieXno2qR7wd/w3XzRXGqzWyhdUsZoiAN00CmaIn2x8w/FR9au213b3kZe0njmUcExsGx9cVKrBhlSCPUGqd1pNldyrLLDtmTlZY2KOP+BDB71seS007Mu0VmC01KzjAs7xbtVGAl4MMf8Atoo/mppRq5gyNSs57TH/AC02+ZGffcudo92C0CNKiooLiG6hEtrNHNG3R42DA/iKloAyBaQJ4ljFnEsBSFprkxDb5hY7UDAcNnDnJ5+UVr1naT+/+1Xx5+0zHYf+mafKuPY4Lf8AA61ra2kupvLixnBJJOABTjFydkBnancyW9oBb48+aRYosjOCxxnHfAy30FQk6ta44g1CP/vzIB+qsf8AvkVNeWs48SQw3EZWO0h84ZHDO+VUg9DhRJ/30KuUSi4uzAo22qRTzLBJFPbXDAkRTx4OPqMqfwNXqzUH2rxFJJ1jsovKBz/y0fDMMeyhP++jWlSAKjSGKOR3jjRHkOXZVALH39ajvrxLG1Mzo8nzKipGAWdmIAAyR3NQR6zZtIsU7taTMcCO5Uxlj6KTw3/ASaANBHaNtyMVPqDirqatMV2XKR3Keki8/nVGitIVJw+Fismetnxj4d/4Qt4IrhMLZeQthIjZ37MBSccjPVhXicn+leIIY+qWcRmb/ffKr+SiT/voVo1kiK+0+6u5obdLyO4l8whZNkg+UKAA3ykDb6jrWYx2t/6RFb6evJvJgrjcVPlr8znj2GP+BVqVl2bSXury3csMsMcMQiiSZNrbicuR2I4UZGehrUoAztZ/fW0ViOt7KIWH+xyz/misPqRWjWNeXkVp4gE1+JIreK3CRTeWShZ2+bJHAI2J1x1NasU0VxGJIJElQ9GRgQfxFADyAQQRkHqDWc2h2iktZeZYOc/NatsHPU7Puk+5FaVU9Uu2stLnnjx5oXbEG6F2O1QfqxAoAPD015dswkk3Ml00UEwGwuqkDdwcZ3BuRjp0rp/EPiXUtTLWl3fSS2kDDar46qMZJ79+tZXh2O30yOKKSTYIYdkbMC3zYxniqmv6ZdNpvlwHzoriRYpJoDuCIeWLemQCPqRXSoN0bxV9dfJIV9SQEEAg5B6EUtZx0W1QlrEyWD9c2rbFz6lOUJ9ypo/4m1r/AM8L+Mf9sZAP1Vj/AN8iuYZo0VnDWrVCFvhJYP0xdLsXPoH5Qn2DGtAEEAg5B6EUALRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUbP9xdzW56Z3LV6qN8PKmhuR/CdrfT/ADmsK3u2n2/I9rKf3zqYN/8ALxaf4lrH/L5l6mSQxyjEiBvqKcDkZFLWzSaszyITnTlzQbTXbQpNp+w7rWVo29M5FJ5t7B/rYhMv95etXqKx9il8Dt/XY9ZZvVmuXFRVVf3lr/4ErP8AFlWLULeTgtsPo4xVkEEZByD3FMlgim/1iK3vjn86qnTzGd1rM0Z9DyDRerHdX/Afs8sxHwTlSfaXvR+9Wa+5iz6TZXExmMPlTt1mgYxyH6suCfoeKqz2WrpbyRWmoxTB1Kg3UPzJngEFcA49xzjrVnz7yD/XRCVf7yVLFfwS8bth9G4pqtBuz0fmZVcpxUI+0ppTj3i+ZfhqvmkSW8EdraxW8I2xxIEQegAwK6iXw5q2jeHLi/vLKSJJVUbuDsQ92xyPx9q56KTy5UkADbGDYPQ4rrvF3xMTxH4A1Wy0fT7iO/vUMDI7Iy+WSA21iRyUJAz0Nbxq+zlpu7nBGhUnTlUS92Nr/Pb8jz7RWeeya8lDK13IZVVj91Oij/vkA/iavSSJFE0krBURSzMegA6mqNvqthGI7ZibJwAiQ3CGLpxhc8N/wEmo9elX7HHauwVLqTZISOBEAWkye3yKw/GkYk2jRuumpNMpWa5Y3EgPVS5yFP8AujC/8Bq/WTDrFwLdJ77S7iGKRN4eI+bsX/aUfMD7AH61etb+1vc/ZZ0kK/eUH5l+o6j8aAKWrO0d9YyywzPawF5XeFCxVwAq5A5Iwz9AeQKuxTW2o2pKFJ4WyrKy/mCD0PsalkkSKJpJWCoilmY9AB1NZVtM9h4ckv5YyZ5Va5MZ6l35WP6jKp+AoAdosUaXF+1qojtRN5UUSH5F2DDEL0X5tw4/uitaptPt9Oj06C2YPbSogDSLllZv4mOeeTk/jU02mTJG0sLJPEoyXjYHA9xW/sZNXjr6f5biuUHkSMAyOqAnA3HGTT6ybiCHVNcMNzCs1vaQ5ZXAZWkfsQe4UZ/4HUctmthqFlHps00PnTfPD5haPYqkk7WzgdB8uOWFYDNqiis7VpJWFvZ2zlJLmUKzK21kjHLsD9OPqwoA0aoS6NZvJ5sKNazZz5lsxjJPqQOG6/xA1BP/AGhpdrLcfbEu4IUaR1uUCuFAzwyjHT1U9PetKF2kgjeSMxuygshOSpx0oAoiLVbQARTw3yDgLcDy5PxdQQf++R9aiaSfUdQtIpbKe2jgYzy+aFKsQMIAVJB5bd6jYOla9FABWbGPtXiGWT+CyiES4P8AG+GbP0UR/wDfRrSrKW21Gwlmaz+z3UUspkMcpMbgsefnGQQBgAYHA60AatFZo1uCI41CKawPPNwnyfXeuVA+pFX45EmjWSJ1dGGVZTkEfWgBxAIIIyD1BrObRLZCWsGk09+ebVtq59Sn3SfqK0qKAM+yuJ0vpbC8kEzoiyxyhNu9CSMHtuBHbA5HHWtCs3VT9mms7/BIhk8uTHaOTAJ+gbYfw/EaVABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVFcRedbuncjj61LRSklJWZpSqyo1I1Ibppr5FWwl8y1UN95PlNWqoxf6PqTxnhJRuX6/5zV6sqLbhZ7rQ9LNqUY4p1Kfw1EpL/t7p8ndfIKKKK2PJCiiigAqKW3im/1iA+/eor3UIrERh0klllJWKGJcs5AyQOw47kgVUbUNQhkt5Luziht5ZViYCXc6FuATxj72BjJ69e1JpSVmaU6tSjLnpyafdaEzaeyA/Zp2UEY2t0psUlxZRiOS33IP4kOa0aKw9hFO8HZnsrOq1SDpYuKqReuuj081Z/fcqC6tLqMxybSrDDJKOCPx4qtL4f094Jo4YzAJYmixGx2orYyFQ/KM45wOavS2sM3+sjBPr0NV/sMkPNpOy99rdDT5qsd1f0/yI9jluI/hVHTfaWq/8CWv3xIxLqtr/r4Ib1B1a3Plvj/dYkE/8CFV3uNG1eRIryPyrkAOI7hDDKv0PB7dj2q59quIP+PmHcvTelPMtlfR+VMI5FJH7uVQQT9DVRrQbts/MxrZVi6UfaKPNH+aPvL8NvnYqvpd1HA8UF59phcEPBfDzAwPVd45Awcc7qp2tozahFZ3v2uDYBcCEXImhkKMOQzDeMEqcfKPrg1f/scQHdpt3PaHOfLDeZGfba2cD2UrXYfDrwrf6xd6nPf38CwhYkfEBKHG7bhCxwcls89MVvFRbtJ2R5Zg1eyLXQ2Zvla5fv8A3V7/AJ10DaHaaL8RrW01uS3Sw3ibecCMpgld27gAkYIPvWp8V7XRr3wzFBAbdLu63Ir2hX/VMpBbj3IwauM1Bytr0X9eg+VtXPK9EUvYteuPnvnNwTjB2n7gPuECj8KLYfadeurk4K2yC2j45BOHf/2T8jVi9h1TSWjiMMN/iIF/JPksrH+EKxKnjHO4d+KZpNrJZ6ZFFO26c5eVjjl2O5unuaiUXF8r3EXazbc/atfupjzHaIsCAjo5AdyD9Cg/A1duJ47W1luJjtjiQu59ABk1X0iCS30uIXA2zyZlmHo7ksw/Akj6CpAj1b9/9lsRz9pmG8f9M0+Zs+xwF/4HWjWbbD7Tr11cnBW2QW0fHIJw7/8Asn5GptQvXtBAkEInmnk8tEL7R0LEk4OBhT264oAuUVmjWooTjUoJrA85eZQYx9ZFyo/EitKgAooooAQgEEEZB6g1Qk0SzaVpbdXtJmbc0ls5jLH1YDhvxBrQooAo6TcTT2jx3ZzcW8jQynj5iOjcdNylW/4FV6s35bTxF2C30X5yR/4qf/He3fSoAiubdLu0mt5hmOZGjcD0Iwar6TO8+mxeeczxZil/31O0n8cZ/HqetXazYR9j16aEALDeJ56/9dFwr/muw49mPrgA0qKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigClqKlUjnX70bfpW5oOjXXiPUEtNP2b2TfukOFVfUn8azZEEkbIejDFO8JapNoWtR6jCWea1YqYmb5WUgggj865neFXT7X6f8AAPfhGnissbnKzovte6lsv/Ar6+Z1Gt+Bb7RZod9zbzQTfclBI5GMgj1/nXKXk8enwSzXbeXHCCXOCcY9hya6PxH4wvvEc1sZY4raK1JaKOLPU45JPU8VT1PT7K+R5buYR293Ed0QG5myMEV6MKaqU/d3W+vQ+fbszmhc6ndZ+zWaWidpLptzEeuxT/Ngfz4n026e7sVecKs6s0cqqMAOpweOw4yOvBHJ61Ha31vFYsbi42Lbu0LyXDgElSRuJ6ZIG78e1QaXIJNUvntFJs5tkgcoVBlwVbGRyMKnI4znvmucZNrUTtp5uIP9daMLiP329R+Kll7dalvIV1LSpI424njzG/TBIyp/PB6VbrM0U+RFNp7ZzZSFFJHWM/MmPop2/wDAaANrTEs7izt5Lu6zNIoEkduMiN+jKT7NkfhTLmBra6khYco2Pw7Vk2W211i8tOAs2LqMfX5X/wDHgD/wL8B0Oon7Rb212Orrsfn+Id66fdnTdlZr8v6sLZmXcXMFpEZbqaOCMdXkcKPzNUo9bglmjVILnypH8tZ2i2oW7AZwTnBGQCKh0qyt/tFybiIS3kE7AzS/M5UncpBPTggccfL2xgXdTtWvdNmgibZKV3Rt/dcHKn8CBXMMt11Phz4bweKNElvrm6exLSGOBlhDAkYyx5GR1GOOe9cfptwdTsoLiCJ8yoG8vGSp7j8DxXX6T4h1bwrpEkUE6oZn3RwSIrbTjBb2/lx0qvYe1i7rQ3w+Kq4WoqlGTi12/rU5TVtCutC1a5sIrxZTbyFM/wALY798fTt0qzovjbXPCshFssXlSsDLFKm9JMfjkHnsRTbm5mvLqW5uXMk0rl3c/wARJyTWb/x8ar/swj9f8/yrhqU+RJU21c+kwGO+tznPG04zUIuTdrS7JXVr3bS1T7lvxD4jl8QXU17O6tcXG1WVVwFAGMAfQV23wx8PaZqJu21GJLl7dUWGBnxknO5sZ5xj9a4WWzgm+9GAfVeKr/ZLm3dJLO5dWjYMnzFSD6gjpT/ewk5tX9CE8txWHjhqdR0ldt8yvdtWWqtt5pbna+P9Ps9N8VSQ2G5Q0avJGckIxGcAnrxiuZqpJqVwZWfUI5Gdjlpc7tx9cmpYrqGb/VyAn06Gt1WjN76+e55NfLMXQjzuF4/zLWP3q6Kernzza2AGftUw8z2jT5mz7HAX/gVXLu5WzsprmQZWFC5A74GcU2TSItUvrfMk0EytsWaB9rBSQSPQjgcEHpUOqWF3LqDWwmhksRcBjlSsgVWyB3ByQOeO/wCG3K+XmPNDR7aS10mBJyTOwMkpbGd7Hc3T3OKZH/pXiCaTqlnEIV/33wzfkoj/AO+jV6WVYYXlkOERSzE9gKp6NG66ak0ylZrljcSA9VLnIU/7owv/AAGpAZrQ+0W8NgMH7ZKI3BHWMfM//joI/GtKsuDN14iuJju8uzjECdMF2wzEd842CtSgAooooAKKKKAM/WombTTPCAZrVhcR59V5I/Fdy/jV2ORZYlkjOUdQynHUGn1maLm3jn05jk2cmxDjGYyNyfkDt/4DQBp1m61mG1jvk+9ZSCVsDJMfRx/3ySceoH1GlSModSrgMrDBBGQRQAKwdQyEMrDIIOQRS1naK5Fi1q5JezkNuxPcDBU8+qFT+PfrWjQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUT/o+qA/wzjBz6/wCf51eqpqMZe23r96M7hWNZPl5lutT18onH6z7Cfw1E4v57P5Ssy3V+MfadFdeN9q24c/wnr+tZkMgmhWQfxDNX9LmWK+USYMcoMbg+hrsw8k5We0tPv/q55VWEqcnCSs0/yOX1CxWXX4lj8u1a4jZzdJCrSllKjALZC/LjnGfl68Cl1DT4NMtxqcO9prVxLLLI7SO0fSQZJ/uknA4yBwMDG54kuLkWbx2tuqtaTLKI4k+Z9pwwz1yVLDj178g8/d67Id8IgjgJ48ucGWVweMiGPJxz3I7evE1IqMrJ3IRvgggEHIPQiqVzpxnvPtEV3NbM0Yjk8oL86gkjkg4PJ59zjHWm6LMr6asCiYNa4gYTgB8hRgkAnqCDzzzVycyi3kNuAZQh2BuhbHGfxrMZXtNMtbKQyxIWnZdrTysXkYehY849ulbdiBcWNzanG7Hmx5Pcdf0rlrbT01bT47i9vLi4E0efLDbEXI6bQBkj/azz+AGl4bv5Fht5JyTPbOYZy38TL8pP4jn8a2oyUZq+2z9GJ7FSYGz1+GcACK8TyJT/ANNFyyH8t4/75HpWnUfiSwcR3EdtgyxkTW5/2gdy/njH4ng9KbaXUV7Zw3VucxTIHQn0IzWcouEnF9Biafqdza3l3psZWCNSJ4vLUKWV87ue53hif94fUzsxZssST6k1kalPbw6xp8iSoblZDC0Qb5jG4GeBzgNsPp+ea16cpykrNgNkcRxs7dFGTXo3wnn0iPwpcfaZbWO7muGNz9pAXchwAATwRweOOe3c+X6i58lYU5aRgMVvQTHStIt44lRmlyzBxnKjgA1lSgqtZ8zsor8Wew/9nyxfzVZf+Sx/zk/wKHjO9R/Fktv4dW3gjnuJCnybo1iQYLgAjgsVwM9GrHl1K80+MvqVmHhX709q+4KPVlbBA+m6pL3UrOLXZrm7gaxVYkijkYEwkcszbsYTJIGCf4BUeoOl9NYWsDrJHLIJ3ZGyNifMDxwQW2D8TWkkk7J3PHNSq8thBKD8gRvVeKs0VnKEZq0lc6MPiq+Glz0ZuL8mQ6LePbXKiTl4G5HqOlaOpW4t7wmPmKUb4z7GsW8Bt7lLpBx91x61vQOL/STCDukgHmRH+8vcVeFfNCWHlutV/XmvxR6Ga04zcMdSVo1N12kviX36ryZzutFZ4oNOJBN7IEZT3jHzP/46CPxFXrieO1tZbiY7Y4kLufQAZNNOmzSXU2qBvMS1tiiQZALOzA8E+oHr296zbu6bUvJsPsl1C0sy+essRwsa/McsMqQdoXgn71NxaSb6njlvR4ZIdLiM4AnlzNKAcgO53ED2ycVeorO1V5Ha1soXeNrmX5njbDIi/Mx9RnAXP+1UgaNFZF1/aGlWctyl2l5DChdo7lQrnA6B1AA/FT9a04XaSCN5IzG7KCyE5KnHSgCSiiigArNuj9k1y1uMHZdKbaQ+jDLIT/4+P+Bdu+lVTVLVrzTJoYziTAeI+jqQyn/voCgC3RUFncreWUNynAlQNj0z2+o6VPQBmuPsviGOQE7L2MxsO3mJllP1K7v++R17aVUNZhkl013tkL3FuwnhQHG5kOQv44x+NW4JkubeOeFt0cqB0I7gjIoAkooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKQgMpB5BGDS0UDTad0UtPJQy27dY24+lXenSqNx/o+oRTD7snyt/n/AD0q9WFHROHb+kexmyVSpDFx2qq//by0l+Kv8zTvIJdQa3uLdDI0yYfaOAw4OfT8a5/TtNOkLNZSJEssUhyyMCzqSSrMRznkgk9SCe9aQuJ44vKWSREPO0EisDV4ZLe5FxaTTRSXe23ZYUTc5G4qdz8LwTzgk8Dk4Fd1WcJ+9Z3e54quidx9k8RRuM+XfReW3PAkTLL+JUt/3wK065s6ZqFsst/BHCLiNC6IzNPLKf7pkb7ucYwo79eBXQQTJc28c8Lbo5UDoR3BGRWAyhpgNpeXlgQFRX8+AD/nm/JH4Pv+gK+1W7O8j03W5YxaRu14gmWWQ5AdMKRjpnaVPr8p644p6pItjeWeouwSJX8idj/cfAUn6Pt+gJ9817u+g1OS1/soPdywzrIk0S5iXnawMnT7pboSfY9DUZODugOuuy9/YQ3QXdIhMcm1eg6j9K5hNE/1kUt7cNaM7MtshEYXcSSNy4YjngZxjjmtq3up7VswSsmeoHQ/hVr+0IZ+L21RzjHmR/K319DXRJwre83aXnt/XyJ1Rk21nbWcey1gjhB67Fxn3PqeT+dT16trHgvw7YeDbi5MLRvb2hlW8MjEu2MgYzg5OBivHxfwNGzK4yBna3Ga4pVIRdmzto4LE1489KDkr2ul1C2hN/ryRLkqmB+Pr/n0rb1m70xVmluZ5LcWqFS5QsuF9lBP5CqfhuLybW4v5Byqkrn+8en9fzrD8QTqYIrYCZpnkWVRFCZcBHU5ZQQSucZ5rfDv2dDmau5u+vbodWbzj9Z9hB+7SSgvVbv5u4208PwxWsbM0kN6w3zz20hQySHliezDJJAINJoNuiT30vlws6ztELhbcRvIABuzgYPzZGR1x7VFF4huHgk8q0S9kQMFFrJg7gD95H2sucdt1a2nWv2LToLcncyINzH+JupP4nJrM8os0VHNPDbRGS4lSJB1Z2CgfiaeCCAQcg9CKAGyxiWNkbowxUei3j2dzsJ+eFunqtT1RvVMEyXafwnDj1FY1G6clWj0/L/gHtZbJYinPAT+3rHymtv/AAJe79x0epeVbWSQ2pOydzMfTHYf59Kyq9W8FS+HbzwHbSXSWezY4uxdYLgqSe/tgjHt3ry25WFbuZbV2kgDsI3cYLLngkdjiuurWVaXPHbQ8ipSnRm6c1Zp2ZHWZa4uteu7ngpbILWM9wx+Z/8A2Qfgau3dytnZTXMgysKFyB3wM4qvo9tJa6TAk5JnYGSUtjO9jubp7nFZEEWrYuJ7LT+CJ5fMkU/884/mP/j2wfia06zbMfadZvLvPyRYtY/Q4+ZyPxbaf9ytKgAooooAKKKKAMzTAbS8vNPIAjV/PgA4+RySR+D7voCOnFWLrU7OykWO4nUSt92JQWdvooyT+VF3p0V5MkrvNE6qULQylCynBIJHPb6jtT7SwtbBGWzgSIOcsVHLH1J6n8aAKpvNRueLKxECkf668bGD7IvJ/Er/ACzY02zNhp8ds0vnFM5fbtzkk9PxxVqigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAK99F51o4HVfmH4V0Xw41exh8TRHVraMwPE0azy8rHJjg49DyPxrFqjZ/uLua3PAzuWuaacasZJ76f5Hv4Sca2XVaMoqUoe9HfROyls1to9dPI9R8ea5o895ZPp8lrd3eWW6mjXIKZAA3Ywe/T0+lcLren2MdvOrGaadP30CRYTaw+Zfm59vbtjGarVfum+1aZb3HV4v3T/zFepSnem4tXa1X6nzz3Oe/t/TTbRTJPvM0ayJDGpeUgjI+RcnuO1JoZ8u0ktinleVIxjhYrvSNiSu4AnHfGecDnnNVoNMil1O9hffBCjKVgt8RJIrDOW2gMTu355x+ZFSPaQaVqlnNaQxwxTZt5Qi/eJ+ZGPqchhn/AG+fUchRrOiyIUkUMp6qwyDSgAAADAHQClooAQkDGT16e9PjjaWVY0GWYgCsVbODVtUvJ7qMSRw4toc9iPmZlPUHLbeP7laOlWx0nUI54rieeCMEC2mfcAcHGGILDn1JqoJOSUtgNrU9QuNzWMVxJ9li2r5YY7SVBGcdM8kVg3FjJfXVvaWNs011O+EWNMsfXgf561E2pXkLE6jp8mCcma1bzl/EYD5+in61veANatbfxxb6k0bTwLGY0ZB8yFhjcASORls596xxT9tKyXxM9rJZyoVpYlOypxcvV7JP5tA0Wp6AwtZoZrQ4z5cseMj1waxo7hNS1S5v/ssETRn7KjxqQWCnLZGcfeJHvj6V3HxS8X6ffafF/Zebk2ayMXdMM7HAVFJ55PHuSK8vfR7+KT7Qoikmc75HtnNtITjHOCVkP+9gVvzz5eRvQ8aTcpcz3L+oRR3OsadD5amRGadnx8wRABgHqMsyfUA1qVkaEjTpJfzzyTTSfuT5iKpQI7jb8vB5J5HXArXqBGXef6XrlpZnmKFDczKVJDfwoM9OuT/wGn/2JbREtYGSxbOf9HbapPqU+6fxFJpB+0G6viP+PmYiP3jT5VI9jgt/wKtKgClp1zLLHLDdEG5t3MchAwGHVWA91IPscjtVt0EkbI3IYYNUL7/Q76DUBxG2ILj/AHSfkb/gLH8A7HtXoPgLwvZa7c3EmrLK0cCq8cKtt87nnnrgcdCOtHK2noVGTjJSi7NHB2EjIJLWQ8xnI9x/k/rVytv4meHofDfiaC501FitZ4VcwBiTGckHrng9evU+1O8K+FLjxVJK0FxFb20O0yzOCfvZxtHc8eorCi7Xpvp+XQ9jNaaqOGMhtUWtuk/tL9fmcfq3+kXFlYD/AJbTebIM4OyPDHH/AALYPoTVy8uksrGe6kBKQxs5A6nAzge9aHifwhPpmqmG981JYQRFc28hXcpwc8cEcA4YHp0rO1LR5Vt7C0lumnKlJ7mSQAMxB3KuFAA5Az6iupQlyuXY8UZplq9npsMMxBm27pWHRpGO5z+LEmq91Jd3Ori0srn7OsMPmyt5QfcWOEXnt8rE9D0rTrO0b99bS3x63spmU/7HCp+aKp+pNQBGL6/tJ4YtStoXSaTy1ntn7k8Ao3PTk4Jxg1q1muftXiKOPrHZReaRj/lo+VU59lD/APfQrSoAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqjfDyZ4blf4Ttb6f5zV6ormLz7d07kcfWsqsXKDS3PRyzERw+KjKfwvSX+F6P8CQHIyK09HkDPLbMiv5q5RXGRuHI4rEsZfNtVz95PlbNXIZWhmSVOqMCK6MNWSlGp0/q5zYvDyw9adCW8W0U9bvNQa6trpFaSOEOkturLGqqRnfyQOCo98MeuMVgy311rSbIRvg3qwFmu/5lbIzM2EHQH5QSOx6Z7PWtBfUobpIikVvcR5WVmAC7h/Q846Vm20iy26lWR9uUYxg7QynawGfQgj8K0rwqRk3P/hzmVug2xu0vrGG5jVlWVQ21hyp7g+4PFWKy9OlWHVdQ08HO1xcqB2EmSR/30GPbr+J1KwGUZtItJJmmiV7adjlpbdzGWPq2OG/4EDUZTV7U/upYb+PjCzDypPqWUbT9NorSooAxNR142tjIGtLiG7cbIY5EyHc8DDKSP1B4ra8JWo0vR3nXnyYgiFupJ4GfX1/GqeosWWOBesjfpXRgWlppVvaXKSfvB5hMZwV7Dr14/lV4Zc1dzvbkX4vY9apH6vl0e9V/+Sx/zl+Rh6/qMc8NuJ9MkmxOsjvaHBG05UlMEsN208Y6fgaMuuWbabcT2kyyyRKQI/uvv6AbTyCTx0oOn2GqaleXbCO6hDiC2kwdyKmckHAIbezjI/ujmq/2NYfENpCkjXKLG8jLckSNCOApViC+SfVuxp1JSlL3tzyEaen2v2HT4LYtvaNAGf8Avt3b6k5P41Hq88lvpcptztnkxFCfR3IVT+BIP0FXaint4bqExXMSSxt1V1yKzGFtbxWlrFb267IokCIvoAMVLWYNJe1jC6Xey2wUYWKT99GPwJz+TClF5qFtn7bY+cn/AD1s23YHqUbBH0XdQBduPJ+zS/aghg2HzBIMqVxzkHtipdF1rWFtrS/lu5or7ywTIrbTz6gYHPGRgD2rE1DUbXU7dNOtZgZrqQRSROpV1j5Z9yHDAFVYcjqRW0AAAAMAdAKfM7W6AOupJL15Hu5Hmkl++8jFmb3JNang/wAQ3XhCS48gC7huFAaGVmCgjoQAetZVFZuEXJSe6OmGKrU6MqEZe7Lden9dDY1PxTqmq6i13czhSRtWJB+7RfQKc1Xa+trts39vhzwZYTg/ketZ9FdMa04rlvddnqjlshuuW0R0mRNPvkEtxiFFkOx1LcEj1IGW/CkREghVEASONQABwFAqhIPtXiKJeCllEZDxz5j5Vf8Ax0P+YpdafOni1U4e8cW6/Rvvf+Ohj+FROSk7pWGJoe6Wze9kVle9lM2GxkL0Qf8AfIH51pUyONIYljiUKiKFVR0AHQU+oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAow/wCj6lJF/DKNyj/P41eqlqKlVjnX70bfpXf/AAtk0q+vL4X1rG1wiLJbvdBSmAfmIB6EZBz/AIVzU5KEnTfy+Z7+OozxWHp46K6csv8AFHT8VZ/eccZHZQrMxVegJ4Fc5e2TDVmtLIzN54Nw8Lz+VCuSAx+Ub2yRyCcc+hNes+LG0aTxU9tpqWrJcwjzZbfBVZeemOOwJ9+tcHr72FjHDdQQF5baQLJPKxBRGID4AOD2PP8Ad716LpXgqnMv66Hz99bGOlnNoqwTfaFMXnBZo4oVjjCtkbu7ZDEEkk8Zz3NbtY17qdjqNhPBAj30MiFGkhwIx2/1hwox14JIx64zc0m5+16VbyGaKeTYBI8LhlLAc4IrnGXaKKZKzJCzICzAcADqaTdlcuEXOSiupFp1udR1/bglEIX6ep/nVrxDqSWr3N1MkjJEQqogyx5wAB7k/rXYaJ8Mr5fDMGoW+pLFf3EIuBblCvysuQu7PBx6iuG1TUZdSvbPT7mOOZVJuWkOVZNhG3GCAck989OncVh3FYdxlpJu/wDkj0c2qxniuSnrCCUV8t383d/M5611G50eFLecII1P3btfIf8A7+fNG7E8/eHetfTEmluLq+uYmhaZlWKNyCyRqOhKkjlix4PcVLqs5ttLnkRVeTbtiVhkNIx2oPxYipbO2SysYLWIkpBGsak9SFGB/KkeWT0UUUAFJSgFiABkngAd6t+IPBmuaZJDLqlk8VmyA+ajBgGPY46H61E5OK0VzsweHp16jjVnyRSbb326JaXb7FPAznHPrS1nSiewjMguEMCcnzSBgfU1JFqUbELMpib36VmqyTtPT+u52SymrOLqYWSqxX8u69YvX815l2imqyuuUIYeoOadW55DTi7MKKKKBGdJp1xHdTXGn3nlPMwaSOaMSIcADjGCOB6/hTIIL641OKfUI4YltkYIIpC4dmx83IBGACP+BGtSigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAZLGJYmQ9GGKradITAYm+9E201cqif9H1QHokwx+P+f51hU92cZ/L7/8AgntYD/aMLWwj3tzx9Y7/AHxv9xfRzHIrr95SCKuatErXImRQY7lA4HXk9RVKtWzupF0iTydnm27ZBZckKeuM+/NehRtOMqcvX7v+Bc8R9zkbDSEmhVtZgee7hcqRcqdqkHhkQ8AEcggdCPTiaBvsmvT27HEd4gniGON6/K4/LYfxY+pLNUvbyx1CW7Z4pI7rYu64mK7HAOcAAlvlA4HoecdM5ri7SRNTvIrqeK0LOzsgt0VCCCVj5duD0YgcDuDXO7X0GdPRRU9lAbm8ii5wzc49O9OMXKSiuoHVXHjPW7bw1FpzlJRNb+W07x/MqEYChhjnHc5NeXPZz63LPc+bCYo5mjto5rfOwL8rOGGGBLA4IPQCuo1bXLu3ivZ7SaNQFbyhMQI8gYXOegzisG11awtYIredW0/Yiqq3C7V9sPkqc+zGta3s+b93/X/DiV+pUs7ad9Vjtb17hFtyJ1haYTxuBkA7iN4+Y5AYn7vHSuhrM0nFxPe6hwRPL5cbD/nnH8o/8e3n8RWnWAzKu1e+1hbRJ5oUt4fNkaFyuWY4T2ONrHByORxQZb6wvbSCW4W8juJDGu+PZIuFLFiy/KeB02in6KPOt5r89b2Uyrzxs+7Hj6oqn6k1asL3OuXDGCGaG2QRDfGCd7fMwB6jACfnVRSbs3YDS0u7Nhq1pdrCs5hmVxG3R8HOK7fxn44tNS0ebSrO1kWWV1M7yEFVwc4U9eoHPHeuVsvsE0xuEhkia3XzGTdlTj9aypJGlkZ3OWY5JrapTjCCd7t/l/X5CTMnUNl3qdnYHawVvtMqH+6n3f8Ax8j8jVbVdLtba2U6ehtZ5ZUjjWA7ULM2CSn3TgZJ4zgHmremA3F7e35YlZJPJiB7JHkHH1bcfypZP9K8QQx9Us4jM3+++VX8lEn/AH0K5mk1ZlxnKElKLs0SNYFG3WkrRH+7ng0n2ueA4uoSVHV0q9SVj7FLWDt+X3HrrNZVVy4yCqru9Jf+BLX77kcVzFP/AKpwT6d6lqrNYQy8qPLbsV4qCSS5sFG51mjzgFutJ1J0/wCItO6NIZfhsbJRwVT3n9iej+Ulo/nY0aKqRahDI218xt6NVoEEZHIrWM4zV4s8zE4PEYWXLXg4+v6PZi0UUVZyhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVTUYy1t5i/ejO4GrdIyhlKsMgjBFRUjzxcTrwWJeFxMK6+y/vXVfNaDYZBLCrj+IZq9pkwivQj48uYGN8+hrH04lUlhJz5bkA1dqsPVaUanUvMcMsNiqlGOyeno9V+DQazo3k2ourq5jtzZSfaFHLMwUHcNq88qWH4jr0qKRoXtmaRkMLLyxPylT7+lSModWVwGDDBBGc1zlp/wjbrAr3KzhMC3W+c4AHTYHwD7MBz6nFazlFv3VY4DR8PzLLo6IkvnrAzQrMDkSKpwrA98jHPrnr1rpdMZbW3nvZF37QI1XdjJPX9KzAQQCDkHoRWsbZrnS7eGzkjkK5eRNwDZPtW2GT5nKO6Wnr/WopGBq6WF/qFpaQq+1M3E8MoDKRgqq/mc8/3Ky9W06Gw0+WbTfNt5mZQkULDY7kgKNjZXGcdAD1qGa5nj1O5v7WO5iSTEDM9uJo28tmU8Id64JPJ4qe0up9Zvrd2S3+zWrs5kguBIHfbhcY5H3myCB0Fc8pczvaxRtRoI41RVVQoxhRgD8Kp6zI66a8MLFZrlhbxkdVLnBYf7oy3/AAGr9Q3NrBeQ+VdwxzR5ztkUMM+vPepAHaGxsmYjZBbxk4UfdVR2H0FVdEt3g0tGmCie4YzzbRj5nOf0yB+FRTaGJI/JivruO3LKXhZ/MVgCCRlwWAOMYBxjtWsiNJIqIMsxAA96N9ANS2tidGZUeJZblsgO2Cyg9B+NY2tpd6Vps8phIlA2Q5HytIx2oM+7ECtHVZAboQRnMduojX8OtZE19dHVLSyhuJFiRXnmUNwRjaqke5YsPdK7K0qd+R/Z0v8A8D18yVfcdZWyWGnQWyn5IYwuWOeg6k1V0QebaS3zdb2UzDnPycKmPYqqn8TS63M6af5ELFJrt1t42AJ2lup49Fyfwq9HGkMSxxKFRFCqo6ADoK4yiO8uksrGe6kBKQxs5A6nAzge9Ujq72yltUsZrVVXLSp+9jH4rz+YA96XW2xFaq6SNbm5RpmjjZyqrlxwoJwWVQe2CauW17a3kRktLmKZFOGZHBC/X0oAW3uoLyLzLWaOZM4LRsCAfT61WmH2rUliP3IRub3/AM8VtfDzS7Z/EcE2vRrbw31y87CbhHAGIxk9iFX8zXb/ABN0zSbOO1uLa1t7fUJ5D5nkYG5AOpA75I5qKtNytF/M78DilhZTqJe9ytR8m9L/AHX+Z5zLBHMuJEB9+9VfsUsHNnMQO6v0q9UF5P5FszD7x4X61FWELOcunU6MvxeM544ai7qTS5XrH7mNs7hrhG3qAyHBI6GrNV7OHyLVV7n5j9asVVLm5FzbnPmLoPF1Pq6tC+n9ee4UUUVocAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABTZHCRs56KM06quovss2A6sQoqKkuWDkdeCofWcTTo/zNL8RumoRa7j1diauVHCnlwIn91QKkpUo8sFEvMMR9ZxdSqtm3b06fgUdZmeDRrl4TiUpsjJH8bfKv6kVYitYorKO12hoo0CBWGQQBjvVDW8zrb2UcCTyTybwHlaLYE+bcGUEghtv51nSz6tYwsZJbqEDjfMkdxEvPHKlX9Oo79+2hwm7o2kSW2lyXUMUQtZ5nmj8kjYqk4GAOmQAfqTUWs3ZstInmVxG+AiOTgIzEKDn2JBrWsrVNM8KQ20RJDMsYJ6sqDqfxqpJGk0bRyorowwysMgj6VtVjGNuXqriQy1iEFnDErmQIgUOTktgdT9aqaR++F1fdrqclP8AcX5Fx7Hbu/4FSNoduu42M09gWOW+zOAD/wABYFR+Aq7bwR2trFbwjbHEgRB6ADArEZLVPVLmS106RrfHnuVihyMgO5CqT7AkE+wNXKz9ShuXuLOa3iWdbeRpGi37STtKggng4DNwcc454oAaJNWtf9bDDfp/ehPlSfTaxKn67h9K09G1O1M0lzc77b7MOVukMeXOdqgnhiSD0J6Vmxa5aPMsNx5tnM5IWO5QpuwccH7p/A1edI54SkirJG45VhlWH9aunPkkpdhMezFmLMcknJPrWKl2LDVL2bU4pohM6pDN5e5PLVeASudvJc/NjrVgaLFb/wDINnmseMBImzGP+ANlR+AFP0e7mvbAzTmJx5rokkQwJFViA2OcZweM1AyvFNDquuRzW8izW9nFuWSJ9yNI+RjIOCQo/wDH616YkUcWfLjVN3XauM1He3S2VlLcON3lrkKOrHso9ycD8aAM1bKLVtSvLi43lISLeAo5UoV5ZlZcYJLY/wCA/hVPVNLNvcW8jSC686aOBBKhEygn5sTJhh8uTznpTUn1DSImLxyW8IzIyzIJ4lySxAkTDjknllatPSNQuL3VI7tooTb26MMRziaKV2/I8L6gH5qcbN6gdRo00tvasoI+yWsfyoRwMDCqPSsx3aSRnc5ZiST71p6lJHHZwxQRiEzjzZEU5x6Vl11YiTSjSve36/8AAJXcKoz/AOkahHD1SMbm+v8AnFW5JBFGzt0UZqtp0Z8tpn+9Kc/hXm1fekqfzfoj3Mv/ANnoVca90uWP+KXX5Ru/uLlFFFbnihRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABWfqJZ5oYo13Nktt9f881oVRi/e6tK3aNdo+v8AnNc9f3oqHdnt5NL2VaeKav7OLfld+6vxYq6iobbcRtE3uOKtRyxyjMbhvoaVkV1w6hh6EVWfToi26ItE3qpp/vY+f4MV8sxG6lSfl70f/kl97KUl3bx+Kit1cRwslqFhWRgu8u/zYz1+4gq5eG2mmsrW68wx3FwpzERxs/eZOeo+TGPeopYboRlJkju4j1V1zkVv/D/wTZeItVuXhhGmpaJuldUyAXPAC5AycHnH8P0q4VlzJNWfmY18sqU6brU5RnBbuL29U7NfcO1ULD9ntYzlYo85PByTnpWfW74w0e40bX2iuZY5RKgkjZMjKdBkHp0rCrqrSU6jcdunp0PKWiCq9zf2lm8a3dzFAZM7PMcLuxjPX6j86sVl20aX+p3880YeJMWiK4BDAfM5/EsAf9ysRmmCCAQcg9CKWsTULCOwjR9LkltJ5pkjRIn/AHZJb+4cjAGScAHg81JbajqM9ut2llFcW0pLRCKXbJsz8pw3ynIwfvDrigDUkjSaNo5UV0YYZWGQR9KoNosMbFrCaexY9oH+T1xsbKj8AKmttSguZGjKywyqu5o54yhAHUgnggZ6gkVcoAybj+247aSKNba4Z1KpNGxiZCeAdp3A469R9K0ba3S1tYoIhhIkCqPYCpaKACszWmI+x70kNsJw85SNpOFBKghQTjcFOenHNadYsdhBq99eXdwrHY/2e3kRyjIE+8VIOQd5YHHXaKANO2vbW8iMtrcRTIvDNG4IH19KseHtHjmtxqEM8c0N5L9pkJXY4Q42hl55ChRXNalo6rcwec63i3Ei26pMmJVU5LYlUhuFDHBznFdGAAAAMAdAK0pyjF3kriZYvbj7VeSSgYDH5R6AcCoKKSplJyk5PqMp37FzHbL1kbn2H+f5VbVQihV6KMCqdpme8luDyo+VP8/561ermpe83U7/AJI9rM/9nhTwS+wry/xS1f3Ky+QUUUVueKFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAISFUk9AMmqemgmGSVusjk1LfP5dnJ6kbR+NR2NxB9nSMOAwGCDxzXNKS9sk3sj38PQqrKatSnFvmkk7LZRV/za+4uUUlLXSeAFa+geJ9R8OTSNp7RtHLjzIZU3I+Ome/fsRWRXPtJO1je6yL+4hQF3iiUK6GNOB8pH8W3dwQTuHNAHfXXiK91/Vw99FDL5rKoTZwij0/n+dVJYNOmumhiaS3cOVGRuUnOPrWBo+uyQLdXt3agpZRMrNG3LzKAG2q2BtGW53fwmruhanYXepnZdRs9vH57xlwGAwMcfVl/Ou6nPmjGErO769F+ZL3uPuITb3DxMQxQ4yO9Q2OiWZubi8RWgKRvI3luyq7kHBKg7WOTnJFPd2kkZ3OWYkk+9WLW+ktY3jCRyRv8AeV1zmuem6aqXe39WHrY5fUdM1SaJ3Nytw8UTpb+WvlvucBSzHO0kDdjgDmtG2vrdLOLzIZLGPf5EaXCbBkD7oPQ8dMGt0vp1yfnSS0cnqvzL+XWpbzT/ALVpsVtbCK7hUEygEHcT6qfatI4dtNxd/T/LcVzhbrbq2t+SwDxSSrFgnho4v3jsD7u0akf7Nag0WK3/AOQbPNY8YCRNmMf8AbKj8AKmm0ENcQpaGXT50HloIVCgAtnG0gjBPtmm6za6nG9zYWzQSxuvlfaQxjeMkYLbeQccnqPpWHJLl5iihaa5dTRwhLFrsmPzZJIWVfkLMEYKT1YKDjPer8Gr2U86web5Vw3IhmUxuforYJ/CqGl3FlZXNylwVtLiaYoqSqY9yL8qBSeG+UA8E9TWhe2Y1S6stOEkKtLOJWWRtpKR/NleP72wf8CqYxcnZAS310tjYzXLKX8tchB1c9lHuTgfjWCs2oaPCfMDwwrl2WWMTxLk5IDoA45J5ZTWx4htbi0lsvtltN9lS4EkzJC0mNoJX7oP8W059qli1CzuLZ7iC6hlhjBLujghcdc46U5RcXaSsBFoFzd6lrMNwEgaBEMYRJhNFI7EZboD8qjHIB+Y1r6j5P2+UW6BEU7cDuR1qLw1ax2uivrHmqz3QM6gcFXccDHsuB78mo+vWuiacKShLd6/L/gkrVhVW/m8q1YD7z/KKtVRb/SdUCnlIBn8f8/yrz6zajyrd6HsZTShLEe2qr3Ka5n8tl83ZFm2i8i3SPuBz9aloorWKUVZHm1as61SVSe8m2/VhRRRTMwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigClqH7x4IR/G+T/AJ/GppbSCb76DOMZHBqAfvdYPpEn+f51ermhGM3JyXW33Hv4uvVwdLD0qMnFqPM7O2s3f8rFH7HPDzazkD+6/Sut+H/h3/hJdSuk1ZJI7a1i3sYSAWYnAHf3P4VgVraBfXWly3F/aXEkBijx8hwGJ6A+oz2ralh7zSg7fkclbM6mIpuNeEZS/mtaX3q1/ncu+M/C8fh3Ukis5ZZ7aWISAv8AfTnGCQAK5G/8OmzsbCxt7txDGiSPDMgY/KwZFDDBAG0A5zkD3rbuvE2o3+oyTXV8ZZyPmQkEAem3sKpzzyXMzSynLN6DFdN6apu27PK1uct/pkejR6VNYzxO3yyzgh42TdmQ5ByCw3dcHn8aVJEPhGTypIpJ9QJA6MN8rfKp/wB3gf8AAPaukqnLpNjPcGdrWMXBBHmqoDnIx1HXrWIzFH2qPQ5NVttQuEO3MELYdHjBxGMHnc4285zlqurrc6Qyzz2DtaxMytcQuG4Thm2nBxkHGNxxV7VfDdzZWdpa292zpDGJNs8Q5kXlBuUABVIU4wTwOfXO1G0n07Q7DTZLSZEMKSTODvVY0JLAt3LbAMY5D9OCBpOlODaa2Fc04tQs57hreG6hedAC0QcbgMZ5HXvVlWKsGUkEdCD0rmJobabwjbxv5U8l8/yS4EgSSRiWYHn7vzc/7PWpvNvk0UarFey+ZN88NtIqtGwdsRIeNwOCoJB65JzWYzr4tXuY9vmFZgpyPMGcH616d4U0Xw/qnhaKaaytZmmZnuWdjujIJ7k5GM/TmvC/7dkSGS7lsJPsIZtlxE4bKD+MqcEA44xkn8a0YdRtpLiS3gu42mXKvGkg3D1BFayqznHlk7gkkF3c6dcXVxCgzb+YwRZwDlcnGe3SobPSrKylMtlEI8psAVjtUdflHQZ4zjrgVZkgim/1iK3viqp08xndazNGfQ8g1x3qx3V/wPZ9nluI+GbpP+970fvWq+5mvBqFxbrsR8x90cZU/nVrT/DmheL9dtLO9s0tp5m2GZMAlcElc9RkDGOhz3rnvOvYP9bEJV/vJ1/z+FL/AGy0C+dZSywXKn5HRirIfUEdK1+vKMXGX3P9P+AVDIsXUnFUrTi2lzRaaXr1XzSPS/HHhKw0Lw/bzaZNIkaT+WYZiMuSOowO2K4Grl5rmqava2yarfyXfkLhC5Bxnr069OtU6rmckmzx6kFCbinezI55RDC0h7Dj3NQafEUtt7ctIdxNMvf39xFajoTuY+3+c1dAwAB0FYL36rfRafM9er/suXRp/aqvmf8AhV1H73d/JC0UUVueKFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFJS1Ddv5dpI3T5cCplLli2bUKTrVY0o7yaX3lfTvnM8399+P8/jV6q9knl2cY7kZ/PmrFRRTVNXO3NqsauOqSjsnZekdF+CCr85+z6PBCOGnbzW57dqooFaRQ52qSAT6CtS/tJb2czWZjmiCgKsbcqB6iu+jGThJx1e3+f9eZ5T3OGEFpPpV7rN3bQ3DzSNJbttwwAAWNQw5BOB05y1O099T/st5xfxhLX93++XzVkCKA7Fshs7g4znHH410Oo6Fp0ItoxaJFKD58xjynmOSCN4HDY2jr6fWs258O3lrolnp5uYri3uAxnaVdsnlls444JIzk8daylSlFtdtx3IrXX/ADog01hdJtRPOdE3rG5QMV4+Y43AcD19K0oLu3uVU28ySbkWQBW52nocehrGb7Va+HEtpoJ7e9vi43FMgM7/ALxwwyMLuLDnoBVYWVoPDk2oSwKZpzvtyRtaPdhYUDDBAxsHXuazaa3GdjDqN1Cu0Sl06FH+YY9OasSXtpesDeQNG4GA8Lduwwa42C61GPTZr838P2e3LLtniPzrGNrHcDkEsGOcHjHFXI9dTYXuLO6jRMCSRI/MRXwCy/LluDwTgDIPNbRr1EuVu67PUVkb+q6DZa0VNuYJClv9mTB2SKpBBAJ+pqXWPhj4mn0WK70srJbwWxlQSbQ7yKjBWPP3ckN93qorNimjlG6GRW4B+U9MjI/Su8sPi3BaaabG505o7y3gEUEySYRvlxkg9PXvmlWxFNq8lZtnRh8JWxHN7KLlyq7t22/U8l1lZNN0a0szYyQxwxJcSqeESNAWVd4yMllUYz0JqO9s7WLw7YxSxxSSTkZuFwdmSXlkVvThjx7V289xY6nKZpJZLeV+SSN6n8uaqa34attUmkmhtY5Ea3+ziWEgsqFcY+uPrxx0rWWHunKm7rpbU57tOzOXDalb6XFqAvZPOuXQ/ZJ4wyKZHGEGMMMbgCcngZxVuLXd0CXMtnKtnKR5dwjK6kE4UkZ3DPHQHqKm8R6Hcs4gtr4yG3hIXzE2uZihUsWXjoxIG3r3qG5gme5sdMmsJraKLZNKsigptVQUXcuRneVOP9k8YrnlTlFtPoFzWqKW3im/1iAn171LRWbSaszWnVqUpc9OTT7rQomwaI7rSZkPoeRR9puoP+PiHeo6slXqqahIRAIl+/KdormqU1Ti5Qdv67H0GCxtXH14YfEwjUu7XatJLq+ZWei11uMsAZpZblx944X2FXqjhjEMKxj+EYqStqUeSCT3PLzHExxOJlOGkdortFaL8AooorQ88KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKr3kD3FvsRgDnPPerFFTKKlFxZvh688NWjWp7xd0UBc3NuAs8G5RxuSp4r2CbhXAPo3FWKgls4JvvRgH1HBrLkqR+F39f8AM9N4nAYl/v6ThLvDb5xf6NE1OVmRsoSp9QcVQ+xzw/8AHrcEDsj9KPtk8P8Ax9W5x/eTpR7bl+NNfkH9le21wdWNTy+GX3St+DZuJq0+0Jcqlymeki5/WppprDUWUyNJayBQo43J7ViRXkE33JAD6Hip67oYuUo2b5l5/wCe55VbDVcPPkqxcX5qxfv2+03UcFnuljiQIm3nPqaz5PD+nWukoVtFglluBKFjygG0EA7RxnLE9Ou09hj1Xwz4H0ybwxa3Fw0y3d3CZGuYZOIwckAZ4GBjPfOa86OqSElLlY7uMcKZFwcex61qqlObcpbvy0X9Iws0YF/od1Z6RYWETxTw+WrShvkdkBBC46HdjB+71/POmElr4WtrO8ilt7i+jJm3r0VmJmkyMgcF2HPpXaTy2WpTeY8sltKRj5huXA+lP1OyluWV7ZFltljCLsIPHuPzqp0FJSlT1Wlrfm1uF+5wL2UH/COG+lttl/dkNFIvyyRPKwCKGHIC5XgdhT2lu/7Im1NpY5YIw5WKaLJMacAhlOctjOTn7w/Ho9Z0WxEttbQRC3+xx4UQ/Ku9gcsVHB+8evqaztS0W/s9PsLJJIbhbeNZpAMozleY4tpyAOFyxbt0FctSjbmT1S3NadWdKSnTbT7rQofboYXdkF3bRIzK05TdCCpwwLA5AByMkY4NasV9e2r5GJNuDuibn26f4Vl6hs07w7Z6ddeZG1xArzb15MQy0zHHGSFfoerD1FQz6dFFoUdxLCI9UunUmWFyjCR2yfmUjIXJODxha5fYcj9xuL/roess3qVVbFwjVXmve/8AAlZ/fc6y38SpKFS7SObHA81cMPxr1Pwdpmg6zob3M1tbXlxO5M4mwXhXgAA9QOM5HvzXgjTXx0ttTm8iaFiWS3eMq5QthNrjuRg4Knk44rV+wPC2+0naM4xg+netJ4jE8vLP3l+P9fMqNHK8Q7wm6T7SXMvvVmvmjb1mK0h1y9i07P2WOd1iy27Kg4HPcVSqj9puoP8Aj4g3r/eT/P8AhUsV/by9H2n0bis41oN2ej89DGrlOLpx9pGPPHvF8y/Db52LNUI/9J1JnI+SHgfWrN1MIbZ3zzjC/Wm2MPk2qhh8zfM1Kfv1FDtq/wBDXCf7LgquJfxS9yPz1k/u0+ZYooorc8UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAIJbOCb70YB9V4NQfZLiDm2nJA/ger1FZSowbvaz8j06Oa4ulH2blzR/ll7y+57fKxHbeJdb0+GW2kvr2O1kXYYUlbywO+BnAz7U2K6hm/wBXICfToalqvLY28vVNp9V4qFCpD4Xf1/zOupisBjGnXg6crJXhqtNPhf6Ms06OWSFt0Tsh9VOKz/s11B/x7z71/uv/AJ/woF9JFxdwMn+0vIqlX5X7ya/ruZf2TKrrhKkanknaX/gLs/uuaKvmcPNlxuy2Ty3rWlNHaalcGZbwxuxGUlGMfQ1ixXMM3+rkBPp0NS110qy5WrKSf9dDyqtGpRly1IuL7NW/M09Xs557o5gLwbRGmBkFce341i634f055BaWyG3W3iMSCFiERipBZU+6D8zdu5q7BeXFsf3ErIPQHj8ulWl1OKWRWvbSORgQd6fKfx9a6ZTpVebWzb66/l/kY6o5680W+t7qwsrl7aS2tisztEGiIKg7U2ZIIB2nOe3StGtPVbXEa32ZV+0NlUlTBxjOR7dKzK560FCbS26enQa2CoZbWGb/AFkYJ9ehqamswRCzHAAya55KLXvG9CrWpzToyal5aP8AAyzap9uW3RmKD5mBPStaqWnqXV7iQfNI3H0q7WGHglHmXX8uh7We4mpUrxoTlf2as33l9p/fp8gooorpPnwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigApCM9aWigCtLYQSc7Nh9V4qLyLyD/UzCVf7r1eorF0YN3Wj8j1aWbYqEeSbU49pLmX46r5NFEagYztuoWjPqBkGtfQb7Tk1qznvmElpHMrzD/ZB5yOuPaqpAIwRkHsarS6fbychdh9V4/SlatHZ3/A2VTLMQ/3kJUn3j70fueq+9nqnjjxdomteE1j067W9lnlV4wFKmEAnOcjrxjHvXmtUFt7u1XEEiyIP4WGKcNQ2HbdRNGfXGRSjWSVqis/wHVymVWUpYGSqR6JP3recXZ39EXapagxdUt4z80jc/SrMc0cozG6t9DVW2/0m+knP3Y/lT/P+etFWSklBdfy6hltKWHqzxNWNvZK9n/M9Iq3rr8i4iCONUXoowKdRRXRseLKTlJyluwooooJCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACkIDDDAEehpaKBptO6KkmnQOcpmNvVTU0EK28IjXnHf1qWis404RfMlqdtbMMXXpKjVqOUVrrr/wQooorQ4QooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/2Q==",
+ "imgWidth": 536,
+ "imgHeight": 827,
+ "rotation": 0,
+ "footprint_area": 10714664,
+ "footprint_perimeter": 13387,
+ "imageKey": "08499055-0223-4717-8ca3-f6bdd1a52e2b"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85515889638114,
+ 42.81076942338146
+ ],
+ [
+ -78.85515889638114,
+ 42.82190219706237
+ ],
+ [
+ -78.84532238360106,
+ 42.82190219706237
+ ],
+ [
+ -78.84532238360106,
+ 42.81076942338146
+ ],
+ [
+ -78.85515889638114,
+ 42.81076942338146
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "042bfebf-6b25-43ab-b72b-fd9f92bf4c41",
+ "geometryType": "Rectangle",
+ "name": "New District System_1",
+ "type": "District System",
+ "footprint_area": 45951,
+ "footprint_perimeter": 957,
+ "district_system_type": "Electrical Substation"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85644389615499,
+ 42.81556518276565
+ ],
+ [
+ -78.8559781114755,
+ 42.81568932993832
+ ],
+ [
+ -78.8564192955065,
+ 42.81658000141212
+ ],
+ [
+ -78.85688508018596,
+ 42.81645585602749
+ ],
+ [
+ -78.85644389615499,
+ 42.81556518276565
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5c826421-5db1-4e23-99ec-dd234169e588",
+ "geometryType": "Rectangle",
+ "name": "New District System_2",
+ "type": "District System",
+ "footprint_area": 910,
+ "footprint_perimeter": 121,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85167084241155,
+ 42.816411490375486
+ ],
+ [
+ -78.85156748329048,
+ 42.816439038677544
+ ],
+ [
+ -78.85160687080375,
+ 42.81651855456386
+ ],
+ [
+ -78.85171022992479,
+ 42.81649100629713
+ ],
+ [
+ -78.85167084241155,
+ 42.816411490375486
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "54eef713-01b3-4d6a-96c1-d95c1333bb19",
+ "geometryType": "Rectangle",
+ "name": "New District System_3",
+ "type": "District System",
+ "footprint_area": 923,
+ "footprint_perimeter": 121,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--300KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85112818718528,
+ 42.815928530300596
+ ],
+ [
+ -78.85102221735359,
+ 42.81595677465572
+ ],
+ [
+ -78.85106116690135,
+ 42.81603540698691
+ ],
+ [
+ -78.85116713673303,
+ 42.81600716266769
+ ],
+ [
+ -78.85112818718528,
+ 42.815928530300596
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "98734fa0-2cea-4670-97b2-7174c259da47",
+ "geometryType": "Rectangle",
+ "name": "New District System_4",
+ "type": "District System",
+ "footprint_area": 1140,
+ "footprint_perimeter": 135,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85084024019015,
+ 42.81620855622458
+ ],
+ [
+ -78.85072427629824,
+ 42.816239464176334
+ ],
+ [
+ -78.85076824375487,
+ 42.81632822637573
+ ],
+ [
+ -78.85088420764679,
+ 42.816297318468344
+ ],
+ [
+ -78.85084024019015,
+ 42.81620855622458
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c2cf0d95-205c-45f4-9904-6594dfa3cfbb",
+ "geometryType": "Rectangle",
+ "name": "New District System_5",
+ "type": "District System",
+ "footprint_area": 1136,
+ "footprint_perimeter": 135,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85023576063787,
+ 42.81566211762163
+ ],
+ [
+ -78.8501248386543,
+ 42.815691682010936
+ ],
+ [
+ -78.8501706380883,
+ 42.815784143451566
+ ],
+ [
+ -78.85028156007186,
+ 42.81575457910648
+ ],
+ [
+ -78.85023576063787,
+ 42.81566211762163
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8620e0b4-b1a5-42a9-aaf7-0d37ab5c3bec",
+ "geometryType": "Rectangle",
+ "name": "New District System_6",
+ "type": "District System",
+ "footprint_area": 740,
+ "footprint_perimeter": 109,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84974448911589,
+ 42.814623511534734
+ ],
+ [
+ -78.84964955377662,
+ 42.81464881537869
+ ],
+ [
+ -78.84968441641585,
+ 42.81471919844901
+ ],
+ [
+ -78.84977935175512,
+ 42.81469389463382
+ ],
+ [
+ -78.84974448911589,
+ 42.814623511534734
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "53f32837-03c8-4bff-b991-db0a4814ea1d",
+ "geometryType": "Rectangle",
+ "name": "New District System_7",
+ "type": "District System",
+ "footprint_area": 592,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8487148401292,
+ 42.814337242763855
+ ],
+ [
+ -78.84863669054988,
+ 42.81435807266769
+ ],
+ [
+ -78.84867058213104,
+ 42.81442649562257
+ ],
+ [
+ -78.84874873171037,
+ 42.814405665741816
+ ],
+ [
+ -78.8487148401292,
+ 42.814337242763855
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "51abf6b0-bb96-4bc2-80ac-e0a539cd7944",
+ "geometryType": "Rectangle",
+ "name": "New District System_8",
+ "type": "District System",
+ "footprint_area": 542,
+ "footprint_perimeter": 93,
+ "equipment": [
+ "Transformer--100KVA PM"
+ ],
+ "district_system_type": "Transformer"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84854743479247,
+ 42.81437445952204
+ ],
+ [
+ -78.8484718061673,
+ 42.81439461748147
+ ],
+ [
+ -78.8485038657711,
+ 42.81445934186195
+ ],
+ [
+ -78.84857949439626,
+ 42.81443918392364
+ ],
+ [
+ -78.84854743479247,
+ 42.81437445952204
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cb7595d5-599c-4368-9e6d-fa9fd76e5819",
+ "geometryType": "Rectangle",
+ "name": "New District System_9",
+ "type": "District System",
+ "footprint_area": 434,
+ "footprint_perimeter": 83,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--150KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8484354174556,
+ 42.81425777725073
+ ],
+ [
+ -78.84836483073879,
+ 42.81427659138188
+ ],
+ [
+ -78.84839231039919,
+ 42.814332069532384
+ ],
+ [
+ -78.84846289711598,
+ 42.814313255418114
+ ],
+ [
+ -78.8484354174556,
+ 42.81425777725073
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d82a37af-e01f-427b-afa0-01ce638ad5ed",
+ "geometryType": "Rectangle",
+ "name": "New District System_10",
+ "type": "District System",
+ "footprint_area": 747,
+ "footprint_perimeter": 109,
+ "equipment": [
+ "Transformer--300KVA PM"
+ ],
+ "district_system_type": "Transformer"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84705625420106,
+ 42.81496531864025
+ ],
+ [
+ -78.84696368825585,
+ 42.81498999081521
+ ],
+ [
+ -78.84699977969878,
+ 42.815062854274686
+ ],
+ [
+ -78.847092345644,
+ 42.8150381821288
+ ],
+ [
+ -78.84705625420106,
+ 42.81496531864025
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "22087b2e-f365-4a73-aece-05baa4169931",
+ "geometryType": "Rectangle",
+ "name": "New District System_11",
+ "type": "District System",
+ "footprint_area": 669,
+ "footprint_perimeter": 103,
+ "equipment": [
+ "Transformer--100KVA PM"
+ ],
+ "district_system_type": "Transformer"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84744640290494,
+ 42.815071510148414
+ ],
+ [
+ -78.84735564855475,
+ 42.81509569942628
+ ],
+ [
+ -78.84738862414723,
+ 42.81516227231907
+ ],
+ [
+ -78.84747937849741,
+ 42.81513808306727
+ ],
+ [
+ -78.84744640290494,
+ 42.815071510148414
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "882aecd7-8bf2-402d-ab69-7c0f679ffa8d",
+ "geometryType": "Rectangle",
+ "name": "New District System_12",
+ "type": "District System",
+ "footprint_area": 931,
+ "footprint_perimeter": 122,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84763975264534,
+ 42.81590547493016
+ ],
+ [
+ -78.84753639352428,
+ 42.81593302345769
+ ],
+ [
+ -78.8475766970262,
+ 42.81601438921521
+ ],
+ [
+ -78.84768005614724,
+ 42.81598684072395
+ ],
+ [
+ -78.84763975264534,
+ 42.81590547493016
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a27e7e6b-02ce-4789-a8cc-da87c418ae1a",
+ "geometryType": "Rectangle",
+ "name": "New District System_13",
+ "type": "District System",
+ "footprint_area": 848,
+ "footprint_perimeter": 116,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84759351523647,
+ 42.81626678300367
+ ],
+ [
+ -78.84749448650062,
+ 42.816293177190374
+ ],
+ [
+ -78.84753278747436,
+ 42.81637049974427
+ ],
+ [
+ -78.84763181621022,
+ 42.8163441055905
+ ],
+ [
+ -78.84759351523647,
+ 42.81626678300367
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "07629dee-60c3-4bbf-9520-7bbd9b58bed1",
+ "geometryType": "Rectangle",
+ "name": "New District System_14",
+ "type": "District System",
+ "footprint_area": 866,
+ "footprint_perimeter": 118,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84816316114308,
+ 42.81561064518567
+ ],
+ [
+ -78.84806484393037,
+ 42.81563685000782
+ ],
+ [
+ -78.84810423144361,
+ 42.815716366925614
+ ],
+ [
+ -78.84820254865633,
+ 42.81569016213717
+ ],
+ [
+ -78.84816316114308,
+ 42.81561064518567
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c38e6e52-262a-497d-b4e4-8c7a3d649355",
+ "geometryType": "Rectangle",
+ "name": "New District System_15",
+ "type": "District System",
+ "footprint_area": 419,
+ "footprint_perimeter": 82,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84804812510927,
+ 42.81525305682348
+ ],
+ [
+ -78.84797753839244,
+ 42.81527187065183
+ ],
+ [
+ -78.84800410206418,
+ 42.8153254986683
+ ],
+ [
+ -78.848074688781,
+ 42.81530668485624
+ ],
+ [
+ -78.84804812510927,
+ 42.81525305682348
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "47f489bf-ee8a-43c0-ba87-1f526aa2aa54",
+ "geometryType": "Rectangle",
+ "name": "New District System_16",
+ "type": "District System",
+ "footprint_area": 377,
+ "footprint_perimeter": 78,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8483718153729,
+ 42.81503189811761
+ ],
+ [
+ -78.84843508826285,
+ 42.81501503361466
+ ],
+ [
+ -78.84840845555374,
+ 42.81496126595218
+ ],
+ [
+ -78.84834518266378,
+ 42.814978130469825
+ ],
+ [
+ -78.8483718153729,
+ 42.81503189811761
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e9a341aa-5aee-48ac-a6ec-fd1611b93bfd",
+ "geometryType": "Rectangle",
+ "name": "New District System_17",
+ "type": "District System",
+ "footprint_area": 362,
+ "footprint_perimeter": 76,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--150KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84834834195637,
+ 42.81513912193216
+ ],
+ [
+ -78.84828279714789,
+ 42.81515659194801
+ ],
+ [
+ -78.84830752884227,
+ 42.81520652157516
+ ],
+ [
+ -78.84837307365073,
+ 42.81518905157341
+ ],
+ [
+ -78.84834834195637,
+ 42.81513912193216
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0e8a4194-0068-459e-8d63-2a65bbe44347",
+ "geometryType": "Rectangle",
+ "name": "New District System_18",
+ "type": "District System",
+ "footprint_area": 578,
+ "footprint_perimeter": 96,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8477543702496,
+ 42.81375213778469
+ ],
+ [
+ -78.8476736997161,
+ 42.81377363982418
+ ],
+ [
+ -78.84770575931991,
+ 42.813838364854604
+ ],
+ [
+ -78.84778642985341,
+ 42.8138168628376
+ ],
+ [
+ -78.8477543702496,
+ 42.81375213778469
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1dc8ba87-c15a-408a-865a-6da9a308b4a0",
+ "geometryType": "Rectangle",
+ "name": "New District System_19",
+ "type": "District System",
+ "footprint_area": 576,
+ "footprint_perimeter": 96,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84753986342417,
+ 42.81346886834996
+ ],
+ [
+ -78.84746147252821,
+ 42.81348976286742
+ ],
+ [
+ -78.84749432297022,
+ 42.813556084822125
+ ],
+ [
+ -78.84757271386619,
+ 42.81353519032706
+ ],
+ [
+ -78.84753986342417,
+ 42.81346886834996
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0d8d6781-8604-409e-8b0e-91af6a1fe4b1",
+ "geometryType": "Rectangle",
+ "name": "New District System_20",
+ "type": "District System",
+ "footprint_area": 669,
+ "footprint_perimeter": 103,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84786123133759,
+ 42.81347294226421
+ ],
+ [
+ -78.84777299794156,
+ 42.813496460225736
+ ],
+ [
+ -78.84780688952273,
+ 42.81356488413394
+ ],
+ [
+ -78.84789512291876,
+ 42.81354136619845
+ ],
+ [
+ -78.84786123133759,
+ 42.81347294226421
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "176a6786-67c6-44bb-af83-b38019a08dd8",
+ "geometryType": "Rectangle",
+ "name": "New District System_21",
+ "type": "District System",
+ "footprint_area": 648,
+ "footprint_perimeter": 102,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84736499280413,
+ 42.81258380909091
+ ],
+ [
+ -78.84728180131646,
+ 42.81260598348794
+ ],
+ [
+ -78.8473166088863,
+ 42.812676257701696
+ ],
+ [
+ -78.84739980037396,
+ 42.8126540833299
+ ],
+ [
+ -78.84736499280413,
+ 42.81258380909091
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f",
+ "geometryType": "Rectangle",
+ "name": "New District System_22",
+ "type": "District System",
+ "footprint_area": 746,
+ "footprint_perimeter": 109,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84782806902658,
+ 42.81182647731015
+ ],
+ [
+ -78.84773227276804,
+ 42.81185201177635
+ ],
+ [
+ -78.84776708033785,
+ 42.811922286846766
+ ],
+ [
+ -78.8478628765964,
+ 42.811896752409666
+ ],
+ [
+ -78.84782806902658,
+ 42.81182647731015
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9fbe6949-028e-4d46-9c9c-aa361cd2a246",
+ "geometryType": "Rectangle",
+ "name": "New District System_23",
+ "type": "District System",
+ "footprint_area": 764,
+ "footprint_perimeter": 111,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84828353763142,
+ 42.81301773519533
+ ],
+ [
+ -78.84819026232704,
+ 42.8130425972231
+ ],
+ [
+ -78.84822690187424,
+ 42.81311656955529
+ ],
+ [
+ -78.84832017717862,
+ 42.81309170755725
+ ],
+ [
+ -78.84828353763142,
+ 42.81301773519533
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "geometryType": "Rectangle",
+ "name": "New District System_24",
+ "type": "District System",
+ "footprint_area": 632,
+ "footprint_perimeter": 100,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84819326820892,
+ 42.81145316207335
+ ],
+ [
+ -78.84810755576709,
+ 42.81147600883935
+ ],
+ [
+ -78.84814053135955,
+ 42.8115425856287
+ ],
+ [
+ -78.8482262438014,
+ 42.811519738887284
+ ],
+ [
+ -78.84819326820892,
+ 42.81145316207335
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f5b187e9-c3e3-43f8-b054-d02153dd1897",
+ "geometryType": "Rectangle",
+ "name": "New District System_25",
+ "type": "District System",
+ "footprint_area": 615,
+ "footprint_perimeter": 99,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84838164328836,
+ 42.81190942454299
+ ],
+ [
+ -78.8484707294541,
+ 42.81188567867258
+ ],
+ [
+ -78.84850162033385,
+ 42.811948046074775
+ ],
+ [
+ -78.84841253416808,
+ 42.811971791921195
+ ],
+ [
+ -78.84838164328836,
+ 42.81190942454299
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "geometryType": "Rectangle",
+ "name": "New District System_26",
+ "type": "District System",
+ "footprint_area": 596,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84838375420777,
+ 42.81104194612868
+ ],
+ [
+ -78.84830056272008,
+ 42.811064121078545
+ ],
+ [
+ -78.8483326223239,
+ 42.811128848944605
+ ],
+ [
+ -78.84841581381158,
+ 42.81110667401799
+ ],
+ [
+ -78.84838375420777,
+ 42.81104194612868
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "geometryType": "Rectangle",
+ "name": "New District System_27",
+ "type": "District System",
+ "footprint_area": 465,
+ "footprint_perimeter": 86,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84881700307967,
+ 42.81161523062755
+ ],
+ [
+ -78.84874137445452,
+ 42.811635389486355
+ ],
+ [
+ -78.84876885411492,
+ 42.81169087000609
+ ],
+ [
+ -78.84884448274008,
+ 42.81167071116539
+ ],
+ [
+ -78.84881700307967,
+ 42.81161523062755
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "geometryType": "Rectangle",
+ "name": "New District System_28",
+ "type": "District System",
+ "footprint_area": 598,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84966831205448,
+ 42.81222232486198
+ ],
+ [
+ -78.84957990982105,
+ 42.81224588830233
+ ],
+ [
+ -78.84954967192238,
+ 42.81218483953637
+ ],
+ [
+ -78.84963807415579,
+ 42.8121612760728
+ ],
+ [
+ -78.84966831205448,
+ 42.81222232486198
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "geometryType": "Rectangle",
+ "name": "New District System_29",
+ "type": "District System",
+ "footprint_area": 687,
+ "footprint_perimeter": 105,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84953133617483,
+ 42.8113412109376
+ ],
+ [
+ -78.84944310277882,
+ 42.811364729709766
+ ],
+ [
+ -78.84947791034865,
+ 42.81143500533395
+ ],
+ [
+ -78.84956614374468,
+ 42.8114114865885
+ ],
+ [
+ -78.84953133617483,
+ 42.8113412109376
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "geometryType": "Rectangle",
+ "name": "New District System_30",
+ "type": "District System",
+ "footprint_area": 680,
+ "footprint_perimeter": 104,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8499165538973,
+ 42.81190308626296
+ ],
+ [
+ -78.84982281964423,
+ 42.81192807107132
+ ],
+ [
+ -78.84979036377347,
+ 42.811862543994465
+ ],
+ [
+ -78.84988409802655,
+ 42.81183755915973
+ ],
+ [
+ -78.8499165538973,
+ 42.81190308626296
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd",
+ "geometryType": "Rectangle",
+ "name": "New District System_31",
+ "type": "District System",
+ "footprint_area": 947,
+ "footprint_perimeter": 123,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85020798262889,
+ 42.81307330492402
+ ],
+ [
+ -78.85010966541617,
+ 42.81309951082136
+ ],
+ [
+ -78.85015271688414,
+ 42.813186428222565
+ ],
+ [
+ -78.85025103409686,
+ 42.813160222362086
+ ],
+ [
+ -78.85020798262889,
+ 42.81307330492402
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5",
+ "geometryType": "Rectangle",
+ "name": "New District System_32",
+ "type": "District System",
+ "footprint_area": 824,
+ "footprint_perimeter": 115,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85046785432667,
+ 42.81361455292077
+ ],
+ [
+ -78.85037205806815,
+ 42.81364008664866
+ ],
+ [
+ -78.85041052959271,
+ 42.81371775684474
+ ],
+ [
+ -78.85050632585124,
+ 42.813692223148905
+ ],
+ [
+ -78.85046785432667,
+ 42.81361455292077
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "88cecca2-1936-40e1-8496-e1bf7659135a",
+ "geometryType": "Rectangle",
+ "name": "New District System_33",
+ "type": "District System",
+ "footprint_area": 846,
+ "footprint_perimeter": 116,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85076224695679,
+ 42.814209414958896
+ ],
+ [
+ -78.85066392974409,
+ 42.814235620374774
+ ],
+ [
+ -78.85070240126865,
+ 42.814313289822934
+ ],
+ [
+ -78.85080071848135,
+ 42.81428708443997
+ ],
+ [
+ -78.85076224695679,
+ 42.814209414958896
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bc9aa300-8797-4121-a079-94524518bbcd",
+ "geometryType": "Rectangle",
+ "name": "New District System_34",
+ "type": "District System",
+ "footprint_area": 595,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84927662522081,
+ 42.81293733687008
+ ],
+ [
+ -78.8491959546873,
+ 42.8129588391929
+ ],
+ [
+ -78.84922893027978,
+ 42.813025414385976
+ ],
+ [
+ -78.84930960081329,
+ 42.813003912086344
+ ],
+ [
+ -78.84927662522081,
+ 42.81293733687008
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e4125d6-bceb-486e-afcb-bdcbd79506e8",
+ "geometryType": "Rectangle",
+ "name": "New District System_35",
+ "type": "District System",
+ "footprint_area": 657,
+ "footprint_perimeter": 103,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84897871180452,
+ 42.81348709140374
+ ],
+ [
+ -78.84889425983978,
+ 42.81350960144769
+ ],
+ [
+ -78.8489290674096,
+ 42.813579874634684
+ ],
+ [
+ -78.84901351937437,
+ 42.81355736461637
+ ],
+ [
+ -78.84897871180452,
+ 42.81348709140374
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2",
+ "geometryType": "Rectangle",
+ "name": "New District System_36",
+ "type": "District System",
+ "footprint_area": 815,
+ "footprint_perimeter": 114,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84925948895402,
+ 42.81369608566308
+ ],
+ [
+ -78.84916243221839,
+ 42.81372195532688
+ ],
+ [
+ -78.84919998775429,
+ 42.813797776133356
+ ],
+ [
+ -78.84929704448992,
+ 42.813771906501245
+ ],
+ [
+ -78.84925948895402,
+ 42.81369608566308
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "220b3e86-0733-470f-9eda-f5c4b77020c5",
+ "geometryType": "Rectangle",
+ "name": "New District System_37",
+ "type": "District System",
+ "footprint_area": 783,
+ "footprint_perimeter": 112,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84906179815269,
+ 42.81420371471623
+ ],
+ [
+ -78.84896852284834,
+ 42.8142285762672
+ ],
+ [
+ -78.8490060783842,
+ 42.81430439645254
+ ],
+ [
+ -78.84909935368857,
+ 42.81427953493207
+ ],
+ [
+ -78.84906179815269,
+ 42.81420371471623
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "645ff929-cc02-4697-975d-248baa106c15",
+ "geometryType": "Rectangle",
+ "name": "New District System_38",
+ "type": "District System",
+ "footprint_area": 765,
+ "footprint_perimeter": 111,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84874607725767,
+ 42.814038749391585
+ ],
+ [
+ -78.84864776004495,
+ 42.81406495487977
+ ],
+ [
+ -78.8486825676148,
+ 42.81413522743577
+ ],
+ [
+ -78.8487808848275,
+ 42.814109021977316
+ ],
+ [
+ -78.84874607725767,
+ 42.814038749391585
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e3df8216-5d45-448e-b2a8-04a6c7947b03",
+ "geometryType": "Rectangle",
+ "name": "New District System_39",
+ "type": "District System",
+ "footprint_area": 882,
+ "footprint_perimeter": 119,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--150KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84882845266884,
+ 42.816528716828316
+ ],
+ [
+ -78.84872505349874,
+ 42.81655627575245
+ ],
+ [
+ -78.84876320045828,
+ 42.816633287052696
+ ],
+ [
+ -78.84886659962841,
+ 42.8166057281629
+ ],
+ [
+ -78.84882845266884,
+ 42.816528716828316
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "10772302-22ea-4eee-a4f7-0056d25487cc",
+ "geometryType": "Rectangle",
+ "name": "New District System_40",
+ "type": "District System",
+ "footprint_area": 826,
+ "footprint_perimeter": 115,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84913101907917,
+ 42.81632196973419
+ ],
+ [
+ -78.84903270186643,
+ 42.8163481742549
+ ],
+ [
+ -78.84907025740232,
+ 42.81642399184153
+ ],
+ [
+ -78.84916857461505,
+ 42.81639778735297
+ ],
+ [
+ -78.84913101907917,
+ 42.81632196973419
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64cb9dbf-be4d-485c-81cd-35f7b63edee7",
+ "geometryType": "Rectangle",
+ "name": "New District System_41",
+ "type": "District System",
+ "footprint_area": 785,
+ "footprint_perimeter": 112,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84682861924688,
+ 42.815132485321584
+ ],
+ [
+ -78.84673282298834,
+ 42.81515801842275
+ ],
+ [
+ -78.84676946253553,
+ 42.815231988224696
+ ],
+ [
+ -78.84686525879407,
+ 42.815206455154026
+ ],
+ [
+ -78.84682861924688,
+ 42.815132485321584
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d",
+ "geometryType": "Rectangle",
+ "name": "New District System_42",
+ "type": "District System",
+ "footprint_area": 785,
+ "footprint_perimeter": 112,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84822203083391,
+ 42.81732653291445
+ ],
+ [
+ -78.84812623457539,
+ 42.81735206510976
+ ],
+ [
+ -78.8481628741226,
+ 42.817426032287216
+ ],
+ [
+ -78.84825867038111,
+ 42.81740050012252
+ ],
+ [
+ -78.84822203083391,
+ 42.81732653291445
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "geometryType": "Rectangle",
+ "name": "New District System_43",
+ "type": "District System",
+ "footprint_area": 595,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84882333564126,
+ 42.81787482863447
+ ],
+ [
+ -78.84874266510776,
+ 42.81789632924057
+ ],
+ [
+ -78.84877564070025,
+ 42.8179628991183
+ ],
+ [
+ -78.84885631123376,
+ 42.81794139853537
+ ],
+ [
+ -78.84882333564126,
+ 42.81787482863447
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "geometryType": "Rectangle",
+ "name": "New District System_44",
+ "type": "District System",
+ "footprint_area": 595,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84912581261433,
+ 42.81768795765319
+ ],
+ [
+ -78.84904514208083,
+ 42.81770945832423
+ ],
+ [
+ -78.8490781176733,
+ 42.81777602840319
+ ],
+ [
+ -78.84915878820681,
+ 42.817754527755284
+ ],
+ [
+ -78.84912581261433,
+ 42.81768795765319
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "geometryType": "Rectangle",
+ "name": "New District System_45",
+ "type": "District System",
+ "footprint_area": 595,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84972122374809,
+ 42.818858907285176
+ ],
+ [
+ -78.84964055321458,
+ 42.818880407549074
+ ],
+ [
+ -78.84967352880707,
+ 42.818946976367414
+ ],
+ [
+ -78.84975419934058,
+ 42.81892547612668
+ ],
+ [
+ -78.84972122374809,
+ 42.818858907285176
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "geometryType": "Rectangle",
+ "name": "New District System_46",
+ "type": "District System",
+ "footprint_area": 488,
+ "footprint_perimeter": 89,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84936642438919,
+ 42.81902265249141
+ ],
+ [
+ -78.84929835862656,
+ 42.81904079329155
+ ],
+ [
+ -78.84933041823035,
+ 42.8191055128091
+ ],
+ [
+ -78.84939848399299,
+ 42.81908737202801
+ ],
+ [
+ -78.84936642438919,
+ 42.81902265249141
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "geometryType": "Rectangle",
+ "name": "New District System_47",
+ "type": "District System",
+ "footprint_area": 726,
+ "footprint_perimeter": 108,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84988780365852,
+ 42.81938029270478
+ ],
+ [
+ -78.84979452835414,
+ 42.819405152174625
+ ],
+ [
+ -78.84982933592399,
+ 42.81947541866219
+ ],
+ [
+ -78.84992261122835,
+ 42.81945055922063
+ ],
+ [
+ -78.84988780365852,
+ 42.81938029270478
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "geometryType": "Rectangle",
+ "name": "New District System_48",
+ "type": "District System",
+ "footprint_area": 424,
+ "footprint_perimeter": 85,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8501439434221,
+ 42.81882029647707
+ ],
+ [
+ -78.85008810881358,
+ 42.81883517749469
+ ],
+ [
+ -78.8501220729431,
+ 42.81890374195149
+ ],
+ [
+ -78.85017790755161,
+ 42.81888886095035
+ ],
+ [
+ -78.8501439434221,
+ 42.81882029647707
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "geometryType": "Rectangle",
+ "name": "New District System_49",
+ "type": "District System",
+ "footprint_area": 520,
+ "footprint_perimeter": 95,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85021976527341,
+ 42.8186861623617
+ ],
+ [
+ -78.8501592623733,
+ 42.81870228760542
+ ],
+ [
+ -78.85019773389786,
+ 42.81877995144356
+ ],
+ [
+ -78.85025823679796,
+ 42.818763826220106
+ ],
+ [
+ -78.85021976527341,
+ 42.8186861623617
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "geometryType": "Rectangle",
+ "name": "New District System_50",
+ "type": "District System",
+ "footprint_area": 688,
+ "footprint_perimeter": 105,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84987382460056,
+ 42.81787688151678
+ ],
+ [
+ -78.84978307025038,
+ 42.817901069697314
+ ],
+ [
+ -78.84981696183154,
+ 42.81796948873213
+ ],
+ [
+ -78.84990771618173,
+ 42.81794530057837
+ ],
+ [
+ -78.84987382460056,
+ 42.81787688151678
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2",
+ "geometryType": "Rectangle",
+ "name": "New District System_51",
+ "type": "District System",
+ "footprint_area": 688,
+ "footprint_perimeter": 105,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85071738922294,
+ 42.81913662201501
+ ],
+ [
+ -78.85062411391857,
+ 42.81916148158285
+ ],
+ [
+ -78.85065708951105,
+ 42.81922805009856
+ ],
+ [
+ -78.85075036481541,
+ 42.819203190557516
+ ],
+ [
+ -78.85071738922294,
+ 42.81913662201501
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "32fad113-8288-4493-acc3-6e1279e092ee",
+ "geometryType": "Rectangle",
+ "name": "New District System_52",
+ "type": "District System",
+ "footprint_area": 706,
+ "footprint_perimeter": 106,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85049937420553,
+ 42.819578950704624
+ ],
+ [
+ -78.85040357794699,
+ 42.81960448196986
+ ],
+ [
+ -78.85043655353947,
+ 42.81967105000865
+ ],
+ [
+ -78.85053234979799,
+ 42.81964551877098
+ ],
+ [
+ -78.85049937420553,
+ 42.819578950704624
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257",
+ "geometryType": "Rectangle",
+ "name": "New District System_53",
+ "type": "District System",
+ "footprint_area": 889,
+ "footprint_perimeter": 119,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85126036028971,
+ 42.820059676117694
+ ],
+ [
+ -78.85115448021448,
+ 42.82008789466457
+ ],
+ [
+ -78.85119203575036,
+ 42.8201637076659
+ ],
+ [
+ -78.8512979158256,
+ 42.82013548915367
+ ],
+ [
+ -78.85126036028971,
+ 42.820059676117694
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52",
+ "geometryType": "Rectangle",
+ "name": "New District System_54",
+ "type": "District System",
+ "footprint_area": 630,
+ "footprint_perimeter": 100,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85031179444509,
+ 42.82021065064043
+ ],
+ [
+ -78.8502286029574,
+ 42.820232822302756
+ ],
+ [
+ -78.85026249453857,
+ 42.82030123875745
+ ],
+ [
+ -78.85034568602626,
+ 42.82027906711971
+ ],
+ [
+ -78.85031179444509,
+ 42.82021065064043
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a528079c-9ee7-4935-86f2-8a2b52a5082b",
+ "geometryType": "Rectangle",
+ "name": "New District System_55",
+ "type": "District System",
+ "footprint_area": 802,
+ "footprint_perimeter": 113,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85095001980638,
+ 42.821527537304036
+ ],
+ [
+ -78.85085674450201,
+ 42.82155239591057
+ ],
+ [
+ -78.85089521602654,
+ 42.821630056168914
+ ],
+ [
+ -78.85098849133092,
+ 42.821605197593556
+ ],
+ [
+ -78.85095001980638,
+ 42.821527537304036
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156",
+ "geometryType": "Rectangle",
+ "name": "New District System_56",
+ "type": "District System",
+ "footprint_area": 434,
+ "footprint_perimeter": 85,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85160630779613,
+ 42.821417587084255
+ ],
+ [
+ -78.85154580489598,
+ 42.82143371161561
+ ],
+ [
+ -78.8515778644998,
+ 42.8214984286285
+ ],
+ [
+ -78.85163836739994,
+ 42.82148230411403
+ ],
+ [
+ -78.85160630779613,
+ 42.821417587084255
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "555833d3-ab78-4eb7-bebe-e7c4aefd1767",
+ "geometryType": "Rectangle",
+ "name": "New District System_57",
+ "type": "District System",
+ "footprint_area": 632,
+ "footprint_perimeter": 100,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85077370155861,
+ 42.821590120930665
+ ],
+ [
+ -78.85068798911676,
+ 42.821612963951765
+ ],
+ [
+ -78.85072096470924,
+ 42.821679529828174
+ ],
+ [
+ -78.85080667715108,
+ 42.821656686831716
+ ],
+ [
+ -78.85077370155861,
+ 42.821590120930665
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d8dd051f-b4ee-43ce-b3e6-138f6c9efc6b",
+ "geometryType": "Rectangle",
+ "name": "New District System_58",
+ "type": "District System",
+ "footprint_area": 768,
+ "footprint_perimeter": 111,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.852701796844,
+ 42.819904920830965
+ ],
+ [
+ -78.85261256092635,
+ 42.81992870353338
+ ],
+ [
+ -78.85265107395675,
+ 42.820006449618745
+ ],
+ [
+ -78.85274030987442,
+ 42.81998266694629
+ ],
+ [
+ -78.852701796844,
+ 42.819904920830965
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e8226258-4394-4155-8ded-59fd35a77480",
+ "geometryType": "Rectangle",
+ "name": "New District System_59",
+ "type": "District System",
+ "footprint_area": 795,
+ "footprint_perimeter": 113,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--100KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85266606083957,
+ 42.82027714539265
+ ],
+ [
+ -78.85257782744361,
+ 42.82030066076652
+ ],
+ [
+ -78.85261813094552,
+ 42.82038202077706
+ ],
+ [
+ -78.85270636434151,
+ 42.82035850543406
+ ],
+ [
+ -78.85266606083957,
+ 42.82027714539265
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "29d386ea-0942-48b6-84f9-152fa8c2100e",
+ "geometryType": "Rectangle",
+ "name": "New District System_60",
+ "type": "District System",
+ "footprint_area": 592,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85228701610345,
+ 42.81947260997552
+ ],
+ [
+ -78.85220886652407,
+ 42.819493438149635
+ ],
+ [
+ -78.85224275810523,
+ 42.81956185542245
+ ],
+ [
+ -78.85232090768459,
+ 42.81954102727141
+ ],
+ [
+ -78.85228701610345,
+ 42.81947260997552
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18",
+ "geometryType": "Rectangle",
+ "name": "New District System_61",
+ "type": "District System",
+ "footprint_area": 620,
+ "footprint_perimeter": 100,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8518615157269,
+ 42.81863216551406
+ ],
+ [
+ -78.85178588710176,
+ 42.818652322085626
+ ],
+ [
+ -78.85182252664895,
+ 42.81872628770779
+ ],
+ [
+ -78.85189815527409,
+ 42.81870613116041
+ ],
+ [
+ -78.8518615157269,
+ 42.81863216551406
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2ea35647-b11d-4521-bf15-b87d1f3fa48e",
+ "geometryType": "Rectangle",
+ "name": "New District System_62",
+ "type": "District System",
+ "footprint_area": 903,
+ "footprint_perimeter": 121,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85193157341799,
+ 42.818317793253925
+ ],
+ [
+ -78.85183577715945,
+ 42.81834332503982
+ ],
+ [
+ -78.85187791263873,
+ 42.81842838592274
+ ],
+ [
+ -78.85197370889723,
+ 42.81840285417189
+ ],
+ [
+ -78.85193157341799,
+ 42.818317793253925
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e8cb8416-0c1f-4aeb-b693-a325f60a1d51",
+ "geometryType": "Rectangle",
+ "name": "New District System_63",
+ "type": "District System",
+ "footprint_area": 799,
+ "footprint_perimeter": 113,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85218622513439,
+ 42.81880800846963
+ ],
+ [
+ -78.85209547078422,
+ 42.81883219628597
+ ],
+ [
+ -78.85213485829748,
+ 42.81891170909489
+ ],
+ [
+ -78.85222561264764,
+ 42.818887521309705
+ ],
+ [
+ -78.85218622513439,
+ 42.81880800846963
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a9a378b2-84d1-4eb3-a591-fb91db625969",
+ "geometryType": "Rectangle",
+ "name": "New District System_64",
+ "type": "District System",
+ "footprint_area": 636,
+ "footprint_perimeter": 101,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--75KVA PM"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85225313885486,
+ 42.81899561885834
+ ],
+ [
+ -78.85217302612024,
+ 42.8190169704109
+ ],
+ [
+ -78.85220851438953,
+ 42.81908861148412
+ ],
+ [
+ -78.8522886271241,
+ 42.81906725995637
+ ],
+ [
+ -78.85225313885486,
+ 42.81899561885834
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a663957-500f-46a9-bf21-cdaaf13c0f6a",
+ "geometryType": "Rectangle",
+ "name": "New District System_66",
+ "type": "District System",
+ "footprint_area": 597,
+ "footprint_perimeter": 98,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84967121576612,
+ 42.81993187495394
+ ],
+ [
+ -78.84958550332426,
+ 42.81995471858767
+ ],
+ [
+ -78.84961664693938,
+ 42.82001758804785
+ ],
+ [
+ -78.84970235938124,
+ 42.81999474443731
+ ],
+ [
+ -78.84967121576612,
+ 42.81993187495394
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b9e373aa-eb65-48cb-9488-c494972d6b3d",
+ "geometryType": "Rectangle",
+ "name": "New District System_67",
+ "type": "District System",
+ "footprint_area": 479,
+ "footprint_perimeter": 88,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85036258642728,
+ 42.82054977430269
+ ],
+ [
+ -78.85028947875631,
+ 42.82056925838435
+ ],
+ [
+ -78.85031879039406,
+ 42.820628429054665
+ ],
+ [
+ -78.85039189806506,
+ 42.820608944991676
+ ],
+ [
+ -78.85036258642728,
+ 42.82054977430269
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "geometryType": "Rectangle",
+ "name": "New District System_68",
+ "type": "District System",
+ "footprint_area": 640,
+ "footprint_perimeter": 102,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84834125022701,
+ 42.818930868407335
+ ],
+ [
+ -78.84826310064769,
+ 42.81895169676383
+ ],
+ [
+ -78.84829974019489,
+ 42.81902566202788
+ ],
+ [
+ -78.84837788977421,
+ 42.81900483369628
+ ],
+ [
+ -78.84834125022701,
+ 42.818930868407335
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "geometryType": "Rectangle",
+ "name": "New District System_69",
+ "type": "District System",
+ "footprint_area": 516,
+ "footprint_perimeter": 92,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84813170788995,
+ 42.81853666289783
+ ],
+ [
+ -78.8480636421273,
+ 42.8185548038405
+ ],
+ [
+ -78.84809753370847,
+ 42.818623222151956
+ ],
+ [
+ -78.84816559947112,
+ 42.81860508122935
+ ],
+ [
+ -78.84813170788995,
+ 42.81853666289783
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f843a984-983c-4478-a132-c39577fa7346",
+ "geometryType": "Rectangle",
+ "name": "New District System_70",
+ "type": "District System",
+ "footprint_area": 549,
+ "footprint_perimeter": 95,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84792836634418,
+ 42.81810312301798
+ ],
+ [
+ -78.84785777962738,
+ 42.81812193597921
+ ],
+ [
+ -78.84789258719721,
+ 42.81819220392509
+ ],
+ [
+ -78.84796317391402,
+ 42.81817339098518
+ ],
+ [
+ -78.84792836634418,
+ 42.81810312301798
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c1249a6b-4b39-41bd-9fbc-da683ba30284",
+ "geometryType": "Rectangle",
+ "name": "New District System_71",
+ "type": "District System",
+ "footprint_area": 416,
+ "footprint_perimeter": 82,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84907158443342,
+ 42.81728191996774
+ ],
+ [
+ -78.84900603962495,
+ 42.81729938937829
+ ],
+ [
+ -78.84903443527402,
+ 42.81735671399744
+ ],
+ [
+ -78.84909998008249,
+ 42.81733924460312
+ ],
+ [
+ -78.84907158443342,
+ 42.81728191996774
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "33a20676-4bd2-4441-92e4-52ed37be3aa4",
+ "geometryType": "Rectangle",
+ "name": "New District System_72",
+ "type": "District System",
+ "footprint_area": 554,
+ "footprint_perimeter": 95,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84993174300085,
+ 42.81734586500767
+ ],
+ [
+ -78.84985863532987,
+ 42.817365350098925
+ ],
+ [
+ -78.84989252691103,
+ 42.81743376972648
+ ],
+ [
+ -78.84996563458199,
+ 42.81741428465679
+ ],
+ [
+ -78.84993174300085,
+ 42.81734586500767
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1a588156-2c47-483a-94ff-25b274c53e55",
+ "geometryType": "Rectangle",
+ "name": "New District System_73",
+ "type": "District System",
+ "footprint_area": 524,
+ "footprint_perimeter": 92,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85054137212491,
+ 42.81767957707751
+ ],
+ [
+ -78.85046826445392,
+ 42.81769906206361
+ ],
+ [
+ -78.8505003240577,
+ 42.817763782985594
+ ],
+ [
+ -78.85057343172872,
+ 42.817744298019875
+ ],
+ [
+ -78.85054137212491,
+ 42.81767957707751
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "geometryType": "Rectangle",
+ "name": "New District System_74",
+ "type": "District System",
+ "footprint_area": 569,
+ "footprint_perimeter": 96,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85097341350863,
+ 42.818367409613614
+ ],
+ [
+ -78.85090030583761,
+ 42.81838689438291
+ ],
+ [
+ -78.85093511340746,
+ 42.8184571620277
+ ],
+ [
+ -78.85100822107846,
+ 42.818437677280514
+ ],
+ [
+ -78.85097341350863,
+ 42.818367409613614
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "geometryType": "Rectangle",
+ "name": "New District System_75",
+ "type": "District System",
+ "footprint_area": 471,
+ "footprint_perimeter": 89,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85119728622274,
+ 42.81881850160562
+ ],
+ [
+ -78.85113678332263,
+ 42.81883462681475
+ ],
+ [
+ -78.85117159089246,
+ 42.81890489395079
+ ],
+ [
+ -78.85123209379258,
+ 42.81888876875993
+ ],
+ [
+ -78.85119728622274,
+ 42.81881850160562
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bd25e115-1651-48fd-a469-53be48c0412a",
+ "geometryType": "Rectangle",
+ "name": "New District System_76",
+ "type": "District System",
+ "footprint_area": 560,
+ "footprint_perimeter": 95,
+ "district_system_type": "Transformer",
+ "equipment": [
+ "Transformer--50KVA CT"
+ ]
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85134745072483,
+ 42.819434481174056
+ ],
+ [
+ -78.85126930114549,
+ 42.81945530936093
+ ],
+ [
+ -78.8513013607493,
+ 42.819520028444686
+ ],
+ [
+ -78.85137951032864,
+ 42.81949920027958
+ ],
+ [
+ -78.85134745072483,
+ 42.819434481174056
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "017f6bad-904d-4faf-a5b1-1b73b4336653",
+ "type": "ElectricalJunction",
+ "DSId": "042bfebf-6b25-43ab-b72b-fd9f92bf4c41"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8564192955065,
+ 42.81658000141211
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bb30cfc-51ba-4554-8c9e-97522a871ba6",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85257596158355,
+ 42.81763615360151
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a7de949-7499-4748-921c-48e1de44b8a0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "017f6bad-904d-4faf-a5b1-1b73b4336653",
+ "endJunctionId": "1bb30cfc-51ba-4554-8c9e-97522a871ba6",
+ "startFeatureId": "042bfebf-6b25-43ab-b72b-fd9f92bf4c41",
+ "startFeatureType": "District System",
+ "total_length": 1090,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8564192955065,
+ 42.81658000141211
+ ],
+ [
+ -78.85257596158355,
+ 42.81763615360151
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9991c7e8-d159-47fd-9987-818f3984b645",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85414841639599,
+ 42.82082482600262
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2eecba2d-0223-450e-a46a-487041244260",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bb30cfc-51ba-4554-8c9e-97522a871ba6",
+ "endJunctionId": "9991c7e8-d159-47fd-9987-818f3984b645",
+ "total_length": 1237,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85257596158355,
+ 42.81763615360151
+ ],
+ [
+ -78.85414841639599,
+ 42.82082482600262
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d720243d-12f7-4b86-9375-b499b125813b",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85312020778657,
+ 42.82110149260845
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8edeb214-abba-48a2-b19d-3c0fb5ccb1ce",
+ "type": "ElectricalConnector",
+ "startJunctionId": "9991c7e8-d159-47fd-9987-818f3984b645",
+ "endJunctionId": "d720243d-12f7-4b86-9375-b499b125813b",
+ "total_length": 295,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85414841639599,
+ 42.82082482600262
+ ],
+ [
+ -78.85312020778657,
+ 42.82110149260845
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0a42be42-74c5-4045-807d-6ce22071b5b4",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85277968164954,
+ 42.820408904108774
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8cf6c93f-b4cd-4806-bb80-05d4347c5ac8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d720243d-12f7-4b86-9375-b499b125813b",
+ "endJunctionId": "0a42be42-74c5-4045-807d-6ce22071b5b4",
+ "total_length": 333,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85312020778657,
+ 42.82110149260845
+ ],
+ [
+ -78.85277968164954,
+ 42.820408904108774
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f0fc1275-c9e9-4ed3-b2ea-6b5ec005e7cf",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85261750844757,
+ 42.820059539806664
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "15833f3d-7cb3-4709-ac6f-2ed461d94be3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0a42be42-74c5-4045-807d-6ce22071b5b4",
+ "endJunctionId": "f0fc1275-c9e9-4ed3-b2ea-6b5ec005e7cf",
+ "total_length": 81,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85277968164954,
+ 42.820408904108774
+ ],
+ [
+ -78.85261750844757,
+ 42.820059539806664
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dd06a789-683f-42f2-8a86-4435d1085855",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85237230727137,
+ 42.81957045900782
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b70fcffc-4a1c-4aef-9cff-617acd491d23",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f0fc1275-c9e9-4ed3-b2ea-6b5ec005e7cf",
+ "endJunctionId": "dd06a789-683f-42f2-8a86-4435d1085855",
+ "total_length": 200,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85261750844757,
+ 42.820059539806664
+ ],
+ [
+ -78.85237230727137,
+ 42.81957045900782
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c561b4bc-534b-4487-b64f-176bf999a804",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85217905355871,
+ 42.819182584907
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d76ed00e-f2a9-4334-888a-392cae029d28",
+ "type": "ElectricalConnector",
+ "startJunctionId": "dd06a789-683f-42f2-8a86-4435d1085855",
+ "endJunctionId": "c561b4bc-534b-4487-b64f-176bf999a804",
+ "total_length": 151,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85237230727137,
+ 42.81957045900782
+ ],
+ [
+ -78.85217905355871,
+ 42.819182584907
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f0bc998e-0f7d-4291-a05c-28566d00ca3f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85206542909147,
+ 42.818958524332146
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eed5ed81-8cc2-48e2-8ac2-03d854d0e148",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c561b4bc-534b-4487-b64f-176bf999a804",
+ "endJunctionId": "f0bc998e-0f7d-4291-a05c-28566d00ca3f",
+ "total_length": 83,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85217905355871,
+ 42.819182584907
+ ],
+ [
+ -78.85206542909147,
+ 42.818958524332146
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "df539554-88cc-40a5-b215-370cd29e613c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85197222232817,
+ 42.81874948626927
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d7e12ad0-54f2-4679-b3ce-a5ffe7d98146",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f0bc998e-0f7d-4291-a05c-28566d00ca3f",
+ "endJunctionId": "df539554-88cc-40a5-b215-370cd29e613c",
+ "total_length": 60,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85206542909147,
+ 42.818958524332146
+ ],
+ [
+ -78.85197222232817,
+ 42.81874948626927
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e89ac07c-ccfb-4207-a50f-b45b598d276d",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8518153131008,
+ 42.818437649351495
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24925a42-1b5d-41de-8747-7036be6cefbd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "df539554-88cc-40a5-b215-370cd29e613c",
+ "endJunctionId": "e89ac07c-ccfb-4207-a50f-b45b598d276d",
+ "total_length": 121,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85197222232817,
+ 42.81874948626927
+ ],
+ [
+ -78.8518153131008,
+ 42.818437649351495
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bc0c57c4-cbf1-4429-a766-28d6a75bbb98",
+ "type": "ElectricalJunction",
+ "DSId": "e8226258-4394-4155-8ded-59fd35a77480"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85270514896362,
+ 42.820357206025825
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d43a8cba-1043-4761-bce2-b82c11c1acbf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0a42be42-74c5-4045-807d-6ce22071b5b4",
+ "endJunctionId": "bc0c57c4-cbf1-4429-a766-28d6a75bbb98",
+ "endFeatureId": "e8226258-4394-4155-8ded-59fd35a77480",
+ "endFeatureType": "District System",
+ "total_length": 30,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85277968164954,
+ 42.820408904108774
+ ],
+ [
+ -78.85270514896362,
+ 42.820357206025825
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f3ba6257-a8f8-4051-a874-60eeec7c3bad",
+ "type": "ElectricalJunction",
+ "DSId": "e8226258-4394-4155-8ded-59fd35a77480"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8526166360661,
+ 42.82038081445215
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "65a0c99d-8037-43bf-9b06-4fbf4c168f5b",
+ "type": "ElectricalJunction",
+ "buildingId": "10"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8526282683829,
+ 42.820501873306114
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "be70b37f-c157-4511-a12b-a46883d1dd6c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f3ba6257-a8f8-4051-a874-60eeec7c3bad",
+ "endJunctionId": "65a0c99d-8037-43bf-9b06-4fbf4c168f5b",
+ "startFeatureId": "e8226258-4394-4155-8ded-59fd35a77480",
+ "endFeatureId": "10",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 85,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8526166360661,
+ 42.82038081445215
+ ],
+ [
+ -78.8526282683829,
+ 42.820501873306114
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "99a9c333-f2e2-458e-8c50-cbcaf1b94b56",
+ "type": "ElectricalJunction",
+ "DSId": "d8dd051f-b4ee-43ce-b3e6-138f6c9efc6b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85265323459888,
+ 42.82000780974169
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7cba4d15-7966-4f4c-a662-bfd7cfe265e4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f0fc1275-c9e9-4ed3-b2ea-6b5ec005e7cf",
+ "endJunctionId": "99a9c333-f2e2-458e-8c50-cbcaf1b94b56",
+ "endFeatureId": "d8dd051f-b4ee-43ce-b3e6-138f6c9efc6b",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85261750844757,
+ 42.820059539806664
+ ],
+ [
+ -78.85265323459888,
+ 42.82000780974169
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e2fdb883-8ec2-4e48-ace2-a06ec0f2d6ee",
+ "type": "ElectricalJunction",
+ "DSId": "d8dd051f-b4ee-43ce-b3e6-138f6c9efc6b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85273906528732,
+ 42.819984201172964
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d63fbe83-3524-49f3-a5da-3058b3b75127",
+ "type": "ElectricalJunction",
+ "buildingId": "1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85284930467606,
+ 42.82000468773627
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eb67364c-8998-4c26-a5b6-78fbfdee703f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e2fdb883-8ec2-4e48-ace2-a06ec0f2d6ee",
+ "endJunctionId": "d63fbe83-3524-49f3-a5da-3058b3b75127",
+ "startFeatureId": "d8dd051f-b4ee-43ce-b3e6-138f6c9efc6b",
+ "endFeatureId": "1",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 35,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85273906528732,
+ 42.819984201172964
+ ],
+ [
+ -78.85284930467606,
+ 42.82000468773627
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dfa9393a-fb54-47c1-8c2e-d740c3763521",
+ "type": "ElectricalJunction",
+ "DSId": "29d386ea-0942-48b6-84f9-152fa8c2100e"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85232090950015,
+ 42.819540384206945
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17c547b2-b8d1-48ce-a8ff-5fed733f2504",
+ "type": "ElectricalConnector",
+ "startJunctionId": "dd06a789-683f-42f2-8a86-4435d1085855",
+ "endJunctionId": "dfa9393a-fb54-47c1-8c2e-d740c3763521",
+ "endFeatureId": "29d386ea-0942-48b6-84f9-152fa8c2100e",
+ "endFeatureType": "District System",
+ "total_length": 30,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85237230727137,
+ 42.81957045900782
+ ],
+ [
+ -78.85232090950015,
+ 42.819540384206945
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7d9266cb-d3d4-4881-9e67-b12825b67fb0",
+ "type": "ElectricalJunction",
+ "DSId": "a9a378b2-84d1-4eb3-a591-fb91db625969"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85228492311752,
+ 42.819068608058906
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2a0164be-2bc0-4619-9d0f-efd3c3f14ec9",
+ "type": "ElectricalJunction",
+ "buildingId": "2"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85240942239763,
+ 42.81912132760452
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "89860589-cfa1-4772-afb4-e68e5b6c0415",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7d9266cb-d3d4-4881-9e67-b12825b67fb0",
+ "endJunctionId": "2a0164be-2bc0-4619-9d0f-efd3c3f14ec9",
+ "startFeatureId": "a9a378b2-84d1-4eb3-a591-fb91db625969",
+ "endFeatureId": "2",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 35,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85228492311752,
+ 42.819068608058906
+ ],
+ [
+ -78.85240942239763,
+ 42.81912132760452
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eb7da8bf-2916-4fc0-8903-8e3efb1ad166",
+ "type": "ElectricalJunction",
+ "DSId": "e8cb8416-0c1f-4aeb-b693-a325f60a1d51"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85214277564299,
+ 42.8189051094649
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9c6562ff-483a-441c-992f-b5ee17f65e44",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f0bc998e-0f7d-4291-a05c-28566d00ca3f",
+ "endJunctionId": "eb7da8bf-2916-4fc0-8903-8e3efb1ad166",
+ "endFeatureId": "e8cb8416-0c1f-4aeb-b693-a325f60a1d51",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85206542909147,
+ 42.818958524332146
+ ],
+ [
+ -78.85214277564299,
+ 42.8189051094649
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5cf3157c-c557-4ea9-b656-1fdaa6b5155f",
+ "type": "ElectricalJunction",
+ "DSId": "e8cb8416-0c1f-4aeb-b693-a325f60a1d51"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85218300877821,
+ 42.81881460828861
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "56fa950d-f87c-480f-ab6b-a52064abec5a",
+ "type": "ElectricalJunction",
+ "buildingId": "3"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85225385427476,
+ 42.81878293240682
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "811e0ba2-88c1-4bf3-9377-49c5cd4a4577",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5cf3157c-c557-4ea9-b656-1fdaa6b5155f",
+ "endJunctionId": "56fa950d-f87c-480f-ab6b-a52064abec5a",
+ "startFeatureId": "e8cb8416-0c1f-4aeb-b693-a325f60a1d51",
+ "endFeatureId": "3",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85218300877821,
+ 42.81881460828861
+ ],
+ [
+ -78.85225385427476,
+ 42.81878293240682
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f50cbed5-974a-44b2-9567-3d8d5e0021e8",
+ "type": "ElectricalJunction",
+ "DSId": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85189585770374,
+ 42.8187049848821
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "873329ca-0844-4215-8836-dcaf2f1924e7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "df539554-88cc-40a5-b215-370cd29e613c",
+ "endJunctionId": "f50cbed5-974a-44b2-9567-3d8d5e0021e8",
+ "endFeatureId": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18",
+ "endFeatureType": "District System",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85197222232817,
+ 42.81874948626927
+ ],
+ [
+ -78.85189585770374,
+ 42.8187049848821
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81e4b780-6dc4-43e8-95b7-486c3339c3ee",
+ "type": "ElectricalJunction",
+ "DSId": "29d386ea-0942-48b6-84f9-152fa8c2100e"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85221228003505,
+ 42.81949562594945
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "013a21a7-1e8c-417d-922e-3a94c7671f3d",
+ "type": "ElectricalJunction",
+ "buildingId": "26"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8521559536457,
+ 42.819512348818726
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "772dc53e-fc84-4dfb-81c9-5f1e141ce5f1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "81e4b780-6dc4-43e8-95b7-486c3339c3ee",
+ "endJunctionId": "013a21a7-1e8c-417d-922e-3a94c7671f3d",
+ "startFeatureId": "29d386ea-0942-48b6-84f9-152fa8c2100e",
+ "endFeatureId": "26",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 17,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85221228003505,
+ 42.81949562594945
+ ],
+ [
+ -78.8521559536457,
+ 42.819512348818726
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bd1f4ed3-79c3-4822-bbb7-e082becbcdbb",
+ "type": "ElectricalJunction",
+ "buildingId": "27"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85194003582,
+ 42.819115425378556
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "345dd0d6-16c1-4bb1-8f4e-ee87019213fe",
+ "type": "ElectricalConnector",
+ "startJunctionId": "81e4b780-6dc4-43e8-95b7-486c3339c3ee",
+ "endJunctionId": "bd1f4ed3-79c3-4822-bbb7-e082becbcdbb",
+ "startFeatureId": "29d386ea-0942-48b6-84f9-152fa8c2100e",
+ "endFeatureId": "27",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 165,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85221228003505,
+ 42.81949562594945
+ ],
+ [
+ -78.85194003582,
+ 42.819115425378556
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3b2b01d5-76e0-42a0-8c37-f998166f774f",
+ "type": "ElectricalJunction",
+ "DSId": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85179661597013,
+ 42.81865579931749
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1c578218-e70b-41bd-b9dd-07447eff4bc9",
+ "type": "ElectricalJunction",
+ "buildingId": "29"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85159403085709,
+ 42.81837174040097
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e8e99e2b-f39f-4d68-8246-16ffbe959e14",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3b2b01d5-76e0-42a0-8c37-f998166f774f",
+ "endJunctionId": "1c578218-e70b-41bd-b9dd-07447eff4bc9",
+ "startFeatureId": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18",
+ "endFeatureId": "29",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 126,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85179661597013,
+ 42.81865579931749
+ ],
+ [
+ -78.85159403085709,
+ 42.81837174040097
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c6cf70c5-3fc6-416a-aaeb-4c5fba29c1aa",
+ "type": "ElectricalJunction",
+ "DSId": "2ea35647-b11d-4521-bf15-b87d1f3fa48e"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85187700390814,
+ 42.818426336626125
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ca28ba1e-60eb-4e69-9068-7ad7832f4a02",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e89ac07c-ccfb-4207-a50f-b45b598d276d",
+ "endJunctionId": "c6cf70c5-3fc6-416a-aaeb-4c5fba29c1aa",
+ "endFeatureId": "2ea35647-b11d-4521-bf15-b87d1f3fa48e",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8518153131008,
+ 42.818437649351495
+ ],
+ [
+ -78.85187700390814,
+ 42.818426336626125
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8cc55245-4774-45ed-92e2-b4046fe2e430",
+ "type": "ElectricalJunction",
+ "DSId": "2ea35647-b11d-4521-bf15-b87d1f3fa48e"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85193198919298,
+ 42.81832452200518
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "847157ad-6961-44c9-a9da-8537fe7e14b4",
+ "type": "ElectricalJunction",
+ "buildingId": "4"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8520070910454,
+ 42.81828910818466
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c84c1768-eba9-4c4a-aa09-7a6584e02858",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8cc55245-4774-45ed-92e2-b4046fe2e430",
+ "endJunctionId": "847157ad-6961-44c9-a9da-8537fe7e14b4",
+ "startFeatureId": "2ea35647-b11d-4521-bf15-b87d1f3fa48e",
+ "endFeatureId": "4",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 28,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85193198919298,
+ 42.81832452200518
+ ],
+ [
+ -78.8520070910454,
+ 42.81828910818466
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1c465011-043b-4e3d-8bad-daefb5e8a901",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85172277688979,
+ 42.82148414013383
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "33b959d5-1b8d-46f0-ae65-2b751e49ae4e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d720243d-12f7-4b86-9375-b499b125813b",
+ "endJunctionId": "1c465011-043b-4e3d-8bad-daefb5e8a901",
+ "total_length": 411,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85311752557755,
+ 42.82110050893568
+ ],
+ [
+ -78.85172277688979,
+ 42.82148414013383
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ef47f42-4014-4894-a6ab-3270f913506d",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85115414857869,
+ 42.821637591946484
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "00c17c37-c755-4276-af46-d5f9f3825bbf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1c465011-043b-4e3d-8bad-daefb5e8a901",
+ "endJunctionId": "5ef47f42-4014-4894-a6ab-3270f913506d",
+ "total_length": 179,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85172277688979,
+ 42.82148414013383
+ ],
+ [
+ -78.85115414857869,
+ 42.821637591946484
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3728f68c-f832-471e-a7ac-dd360c57b417",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85089397430417,
+ 42.82170054642617
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c4591ea-a483-4407-91e4-e26ebfc1f57a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5ef47f42-4014-4894-a6ab-3270f913506d",
+ "endJunctionId": "3728f68c-f832-471e-a7ac-dd360c57b417",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85115414857869,
+ 42.821637591946484
+ ],
+ [
+ -78.85089397430417,
+ 42.82170054642617
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "62f2a786-6a73-4eb9-ad27-bdf3ed266b6d",
+ "type": "ElectricalJunction",
+ "DSId": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8516329228878,
+ 42.821482664633706
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "491b2b81-158c-4ff2-a7ac-180104ad3d1b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1c465011-043b-4e3d-8bad-daefb5e8a901",
+ "endJunctionId": "62f2a786-6a73-4eb9-ad27-bdf3ed266b6d",
+ "endFeatureId": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156",
+ "endFeatureType": "District System",
+ "total_length": 32,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85172277688979,
+ 42.82148414013383
+ ],
+ [
+ -78.8516329228878,
+ 42.821482664633706
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20ab7f12-e37f-4a37-88b2-31a8d6f0f56c",
+ "type": "ElectricalJunction",
+ "DSId": "a528079c-9ee7-4935-86f2-8a2b52a5082b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85098229057418,
+ 42.82160190303776
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "85dad05c-17ed-457e-84d7-28f5921bf2e9",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5ef47f42-4014-4894-a6ab-3270f913506d",
+ "endJunctionId": "20ab7f12-e37f-4a37-88b2-31a8d6f0f56c",
+ "endFeatureId": "a528079c-9ee7-4935-86f2-8a2b52a5082b",
+ "endFeatureType": "District System",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85115414857869,
+ 42.821637591946484
+ ],
+ [
+ -78.85098229057418,
+ 42.82160190303776
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3fd54deb-f4c5-45c7-a2ec-7cc24b59522b",
+ "type": "ElectricalJunction",
+ "DSId": "555833d3-ab78-4eb7-bebe-e7c4aefd1767"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85080277919769,
+ 42.82165726522826
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c7ffee10-d2e6-46c7-a543-4d68e38d8b49",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3728f68c-f832-471e-a7ac-dd360c57b417",
+ "endJunctionId": "3fd54deb-f4c5-45c7-a2ec-7cc24b59522b",
+ "endFeatureId": "555833d3-ab78-4eb7-bebe-e7c4aefd1767",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85089397430417,
+ 42.82170054642617
+ ],
+ [
+ -78.85080277919769,
+ 42.82165726522826
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08135d9e-dd74-4e1d-8af1-a30dd1c51584",
+ "type": "ElectricalJunction",
+ "DSId": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85154843330382,
+ 42.82143495677984
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fc0d069c-5384-4dd1-8556-18a641bec38f",
+ "type": "ElectricalJunction",
+ "buildingId": "14"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85159671306609,
+ 42.82139315089827
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b222a2fc-6fef-42b2-8428-0a12cd5df207",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08135d9e-dd74-4e1d-8af1-a30dd1c51584",
+ "endJunctionId": "fc0d069c-5384-4dd1-8556-18a641bec38f",
+ "startFeatureId": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156",
+ "endFeatureId": "14",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85154843330382,
+ 42.82143495677984
+ ],
+ [
+ -78.85159671306609,
+ 42.82139315089827
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e94178ea-ac69-46da-bc7f-aa72eacd4943",
+ "type": "ElectricalJunction",
+ "buildingId": "13"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85148674249649,
+ 42.8214265956058
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dab8bc87-20a1-4c43-8f36-e9490580b8d3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08135d9e-dd74-4e1d-8af1-a30dd1c51584",
+ "endJunctionId": "e94178ea-ac69-46da-bc7f-aa72eacd4943",
+ "startFeatureId": "e1f4591b-2dfd-4ec0-a0f2-208c932d3156",
+ "endFeatureId": "13",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 11,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85154843330382,
+ 42.82143495677984
+ ],
+ [
+ -78.85148674249649,
+ 42.8214265956058
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ef69f187-7479-4046-a4f9-51bc63b183b4",
+ "type": "ElectricalJunction",
+ "DSId": "555833d3-ab78-4eb7-bebe-e7c4aefd1767"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85069817304611,
+ 42.82161988598755
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c047c38a-8238-4128-b926-f6ce79d0c99a",
+ "type": "ElectricalJunction",
+ "buildingId": "12"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85057210922241,
+ 42.82152545412082
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1e30bc31-063a-4de1-8eaf-c716ab3ff259",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ef69f187-7479-4046-a4f9-51bc63b183b4",
+ "endJunctionId": "c047c38a-8238-4128-b926-f6ce79d0c99a",
+ "startFeatureId": "555833d3-ab78-4eb7-bebe-e7c4aefd1767",
+ "endFeatureId": "12",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 48,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85069817304611,
+ 42.82161988598755
+ ],
+ [
+ -78.85057210922241,
+ 42.82152545412082
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3c1cfef7-2aa4-4f5e-889d-d89362cf4cfe",
+ "type": "ElectricalJunction",
+ "DSId": "a9a378b2-84d1-4eb3-a591-fb91db625969"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85220851438953,
+ 42.8190886114841
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "97f17755-b690-4e90-9615-13fbd45e8084",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c561b4bc-534b-4487-b64f-176bf999a804",
+ "endJunctionId": "3c1cfef7-2aa4-4f5e-889d-d89362cf4cfe",
+ "endFeatureId": "a9a378b2-84d1-4eb3-a591-fb91db625969",
+ "endFeatureType": "District System",
+ "total_length": 33,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85217905355871,
+ 42.819182584907
+ ],
+ [
+ -78.85220851438953,
+ 42.8190886114841
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8928dcad-f3ce-404a-9c7c-b44fcb5b6368",
+ "type": "ElectricalJunction",
+ "buildingId": "28"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85162310698486,
+ 42.81845768842412
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4e8c9619-ef4d-4127-abf4-7c94f4b941ee",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3b2b01d5-76e0-42a0-8c37-f998166f774f",
+ "endJunctionId": "8928dcad-f3ce-404a-9c7c-b44fcb5b6368",
+ "startFeatureId": "bcd1eba1-2e27-4de3-a17c-b8cdc1721e18",
+ "endFeatureId": "28",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 86,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85179661597014,
+ 42.81865579931749
+ ],
+ [
+ -78.85162310698486,
+ 42.81845768842412
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bc2ca04-beab-407d-8870-2a9c99e081cb",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85089447963487,
+ 42.81808433658773
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dc3ed972-310e-494b-bb67-17feab29621c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bb30cfc-51ba-4554-8c9e-97522a871ba6",
+ "endJunctionId": "1bc2ca04-beab-407d-8870-2a9c99e081cb",
+ "total_length": 483,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85257596158355,
+ 42.81763615360151
+ ],
+ [
+ -78.85089447963487,
+ 42.81808433658773
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "532b597a-7ec3-43e7-b11a-b3016bf6286e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85101151778996,
+ 42.818344785476654
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f874b7bb-f465-4b16-bcb4-c633d9d301a5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bc2ca04-beab-407d-8870-2a9c99e081cb",
+ "endJunctionId": "532b597a-7ec3-43e7-b11a-b3016bf6286e",
+ "total_length": 103,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85089447963487,
+ 42.81808433658773
+ ],
+ [
+ -78.85101151778996,
+ 42.818344785476654
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ba717668-baad-4b4d-9013-6320bb000009",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85122980891336,
+ 42.818799433366955
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "07023f8a-6162-4d3d-a4df-a757aa9259d4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "532b597a-7ec3-43e7-b11a-b3016bf6286e",
+ "endJunctionId": "ba717668-baad-4b4d-9013-6320bb000009",
+ "total_length": 176,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85101151778996,
+ 42.818344785476654
+ ],
+ [
+ -78.85122980891336,
+ 42.818799433366955
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "816e4e44-dee3-48a8-849e-a01c682311dc",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85144257841179,
+ 42.8192721910845
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8c1887bf-5c84-4904-bff6-c21869705f55",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ba717668-baad-4b4d-9013-6320bb000009",
+ "endJunctionId": "816e4e44-dee3-48a8-849e-a01c682311dc",
+ "total_length": 182,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85122980891336,
+ 42.81879943336695
+ ],
+ [
+ -78.85144257841179,
+ 42.8192721910845
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "77a3db4e-ca34-4767-b4a5-2a6511cc9137",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85142769750396,
+ 42.8194366453402
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e5567c94-4151-4be1-a347-4f5f07598b6a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "816e4e44-dee3-48a8-849e-a01c682311dc",
+ "endJunctionId": "77a3db4e-ca34-4767-b4a5-2a6511cc9137",
+ "total_length": 60,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85144257841179,
+ 42.8192721910845
+ ],
+ [
+ -78.85142769750396,
+ 42.8194366453402
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "71c15e16-c448-4d0a-ae9e-a6e10271e141",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85137903353252,
+ 42.82014409437386
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "16c4211a-46d1-46f8-8772-ade1dda93e44",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77a3db4e-ca34-4767-b4a5-2a6511cc9137",
+ "endJunctionId": "71c15e16-c448-4d0a-ae9e-a6e10271e141",
+ "total_length": 230,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85142769750396,
+ 42.819436645340176
+ ],
+ [
+ -78.85137903353252,
+ 42.82014409437386
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7399b9c4-cb31-4638-ae07-3d07cad0046e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85120163416664,
+ 42.82036095734365
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "86ca20b4-0d2f-4b1e-9a74-cf495438e447",
+ "type": "ElectricalConnector",
+ "startJunctionId": "71c15e16-c448-4d0a-ae9e-a6e10271e141",
+ "endJunctionId": "7399b9c4-cb31-4638-ae07-3d07cad0046e",
+ "total_length": 92,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85137903353254,
+ 42.82014409437386
+ ],
+ [
+ -78.85120163416664,
+ 42.82036095734365
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cbd3ca19-8e8d-4540-8007-e6f325caa30c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85077184522454,
+ 42.82015285131672
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "890bad88-19b1-44a8-96bf-77cdd2158f4e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7399b9c4-cb31-4638-ae07-3d07cad0046e",
+ "endJunctionId": "cbd3ca19-8e8d-4540-8007-e6f325caa30c",
+ "total_length": 138,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85120163416664,
+ 42.82036095734365
+ ],
+ [
+ -78.85077184522454,
+ 42.82015285131672
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a8777571-51dd-44e9-9031-8192a7b99632",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85080910663599,
+ 42.81959673878449
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "607134d4-7778-4296-9229-12bba9afc52d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "cbd3ca19-8e8d-4540-8007-e6f325caa30c",
+ "endJunctionId": "a8777571-51dd-44e9-9031-8192a7b99632",
+ "total_length": 203,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85077184522454,
+ 42.82015285131669
+ ],
+ [
+ -78.85080910663599,
+ 42.81959673878449
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d2a52c29-d392-4afe-9aa7-7ff9acd654f6",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.850838615013,
+ 42.81921992161378
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fe2121d7-f113-47ae-bbcf-1e7a7c7d4e92",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a8777571-51dd-44e9-9031-8192a7b99632",
+ "endJunctionId": "d2a52c29-d392-4afe-9aa7-7ff9acd654f6",
+ "total_length": 138,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85080910663599,
+ 42.81959673878449
+ ],
+ [
+ -78.850838615013,
+ 42.81921992161378
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ae097a0-43a5-4ec2-9160-15d07fc492fc",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85062360356687,
+ 42.817698953258216
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7d27f3a6-8dda-4ba6-8114-f45d2fa5e6f5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bc2ca04-beab-407d-8870-2a9c99e081cb",
+ "endJunctionId": "5ae097a0-43a5-4ec2-9160-15d07fc492fc",
+ "total_length": 158,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85089447963487,
+ 42.818084336587724
+ ],
+ [
+ -78.85062360356687,
+ 42.817698953258216
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5e309bfd-a962-4917-aa6f-daf8bf648c76",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85007567755362,
+ 42.8173336249937
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d2e70447-6061-406d-8457-916624aafe9a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5ae097a0-43a5-4ec2-9160-15d07fc492fc",
+ "endJunctionId": "5e309bfd-a962-4917-aa6f-daf8bf648c76",
+ "total_length": 198,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85062360356687,
+ 42.817698953258216
+ ],
+ [
+ -78.85007567755362,
+ 42.8173336249937
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2123d514-991a-4d78-963b-de8a723f7db4",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8491226700511,
+ 42.81723984369257
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08865d21-88cc-4790-a2a2-227f933d6344",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5e309bfd-a962-4917-aa6f-daf8bf648c76",
+ "endJunctionId": "2123d514-991a-4d78-963b-de8a723f7db4",
+ "total_length": 257,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85007567755362,
+ 42.8173336249937
+ ],
+ [
+ -78.8491226700511,
+ 42.81723984369257
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "27301319-d156-4bec-a411-12cfbe31c4fa",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84852374165477,
+ 42.8171651164098
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "761b1e40-c5d7-45c6-8da8-2e44f38366e0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2123d514-991a-4d78-963b-de8a723f7db4",
+ "endJunctionId": "27301319-d156-4bec-a411-12cfbe31c4fa",
+ "total_length": 163,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84912267005112,
+ 42.817239843692555
+ ],
+ [
+ -78.84852374165477,
+ 42.8171651164098
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "03516323-5d8a-46c8-a225-f69d6dd88d56",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84821233978579,
+ 42.817247402581025
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "db1f1ddd-4b96-4e62-a608-994bb6cd0a8c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "27301319-d156-4bec-a411-12cfbe31c4fa",
+ "endJunctionId": "03516323-5d8a-46c8-a225-f69d6dd88d56",
+ "total_length": 89,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84852374165479,
+ 42.81716511640979
+ ],
+ [
+ -78.84821233978579,
+ 42.817247402581025
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46304351-6c6f-45e4-9996-54725437bfa4",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84743313068407,
+ 42.8174486985605
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "88b8efbb-761d-4341-b61a-9d419ad13ad3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "03516323-5d8a-46c8-a225-f69d6dd88d56",
+ "endJunctionId": "46304351-6c6f-45e4-9996-54725437bfa4",
+ "total_length": 221,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84821233978579,
+ 42.817247402580996
+ ],
+ [
+ -78.84743313068407,
+ 42.8174486985605
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d00dfab2-c5a0-4d00-9d6f-0dde2bdaf15c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84776110804566,
+ 42.81813122308401
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4ecdba6d-96fc-4eb6-82cc-107f3d133334",
+ "type": "ElectricalConnector",
+ "startJunctionId": "46304351-6c6f-45e4-9996-54725437bfa4",
+ "endJunctionId": "d00dfab2-c5a0-4d00-9d6f-0dde2bdaf15c",
+ "total_length": 263,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84743313068407,
+ 42.817448698560504
+ ],
+ [
+ -78.84776110804566,
+ 42.81813122308401
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c86da686-7014-4755-9f88-6e49a94c52a6",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84800135781757,
+ 42.81854927111871
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7ad4637d-6729-4470-b975-9342444b9ddc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d00dfab2-c5a0-4d00-9d6f-0dde2bdaf15c",
+ "endJunctionId": "c86da686-7014-4755-9f88-6e49a94c52a6",
+ "total_length": 167,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84776110804566,
+ 42.81813122308401
+ ],
+ [
+ -78.84800135781757,
+ 42.81854927111871
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e0c664f-c588-4d6d-b855-0262acb0bdf6",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84819925148929,
+ 42.81896085276267
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "79cbeee2-aa4f-4353-a32e-fef2f7e3edb6",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c86da686-7014-4755-9f88-6e49a94c52a6",
+ "endJunctionId": "7e0c664f-c588-4d6d-b855-0262acb0bdf6",
+ "total_length": 158,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84800135781757,
+ 42.81854927111871
+ ],
+ [
+ -78.84819925148929,
+ 42.81896085276267
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "caa0497f-e85a-40ea-ad22-ecbf2cc2297b",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84841534668716,
+ 42.819435195182166
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "af0abb62-574a-4fdf-8263-318f01f39e54",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7e0c664f-c588-4d6d-b855-0262acb0bdf6",
+ "endJunctionId": "caa0497f-e85a-40ea-ad22-ecbf2cc2297b",
+ "total_length": 184,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84819925148929,
+ 42.81896085276267
+ ],
+ [
+ -78.84841534668716,
+ 42.819435195182166
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "517ce0be-189d-405c-acdb-ca90c2393f3f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84945833091184,
+ 42.81915370756437
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "68e57ec2-7660-47a7-9af4-686ba7d08ef0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "caa0497f-e85a-40ea-ad22-ecbf2cc2297b",
+ "endJunctionId": "517ce0be-189d-405c-acdb-ca90c2393f3f",
+ "total_length": 309,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84841534668716,
+ 42.819435195182166
+ ],
+ [
+ -78.84945833091184,
+ 42.81915370756437
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "150656b6-9913-45b5-b9e7-8fb8a10dacc7",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84985224607222,
+ 42.81904770512659
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "70536c7f-7779-4057-a9a1-c97b13759e1d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "517ce0be-189d-405c-acdb-ca90c2393f3f",
+ "endJunctionId": "150656b6-9913-45b5-b9e7-8fb8a10dacc7",
+ "total_length": 112,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84945833091184,
+ 42.81915370756437
+ ],
+ [
+ -78.84985224607222,
+ 42.81904770512659
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "36466dc6-0f2a-4d44-bf94-a38573ae1580",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85024510294393,
+ 42.81894802198454
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cab87c29-e661-45c4-abb2-494d922ac9c3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "150656b6-9913-45b5-b9e7-8fb8a10dacc7",
+ "endJunctionId": "36466dc6-0f2a-4d44-bf94-a38573ae1580",
+ "total_length": 105,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84985224607222,
+ 42.81904770512659
+ ],
+ [
+ -78.85024510294393,
+ 42.81894802198454
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c4af923d-751c-46c1-8672-c838eedbc732",
+ "type": "ElectricalJunction",
+ "DSId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85097341350863,
+ 42.8183674096136
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d558a3b4-533a-4fad-b574-38132c0553a7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "532b597a-7ec3-43e7-b11a-b3016bf6286e",
+ "endJunctionId": "c4af923d-751c-46c1-8672-c838eedbc732",
+ "endFeatureId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "endFeatureType": "District System",
+ "total_length": 13,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85101151778996,
+ 42.818344785476654
+ ],
+ [
+ -78.85097341350863,
+ 42.8183674096136
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "95f8b436-6679-4f0b-996d-fe75a16bcf84",
+ "type": "ElectricalJunction",
+ "DSId": "b2aac385-130c-49d2-ace7-271e13d8cc05"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85119728622276,
+ 42.81881850160562
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5537b182-7a69-4ab0-9db0-0eec62ac98d2",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ba717668-baad-4b4d-9013-6320bb000009",
+ "endJunctionId": "95f8b436-6679-4f0b-996d-fe75a16bcf84",
+ "endFeatureId": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "endFeatureType": "District System",
+ "total_length": 11,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85122980891336,
+ 42.81879943336695
+ ],
+ [
+ -78.85119728622276,
+ 42.81881850160562
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4d4e2de6-2873-407c-a137-c3fc62b7889f",
+ "type": "ElectricalJunction",
+ "DSId": "bd25e115-1651-48fd-a469-53be48c0412a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85134745072484,
+ 42.81943448117406
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "47e0ad5d-52f8-4dca-8b32-144e070ffe01",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77a3db4e-ca34-4767-b4a5-2a6511cc9137",
+ "endJunctionId": "4d4e2de6-2873-407c-a137-c3fc62b7889f",
+ "endFeatureId": "bd25e115-1651-48fd-a469-53be48c0412a",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85142769750396,
+ 42.819436645340176
+ ],
+ [
+ -78.85134745072484,
+ 42.81943448117406
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "474a9f8a-2f6d-4506-b356-e8ecb1903c3f",
+ "type": "ElectricalJunction",
+ "DSId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8512979158256,
+ 42.820135489153664
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "be0db731-420c-4414-9936-837301f88be4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "71c15e16-c448-4d0a-ae9e-a6e10271e141",
+ "endJunctionId": "474a9f8a-2f6d-4506-b356-e8ecb1903c3f",
+ "endFeatureId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85137903353254,
+ 42.82014409437386
+ ],
+ [
+ -78.8512979158256,
+ 42.820135489153664
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3afd0c11-3810-4682-aa7d-8d90c5f10925",
+ "type": "ElectricalJunction",
+ "DSId": "1a588156-2c47-483a-94ff-25b274c53e55"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85057343172872,
+ 42.81774429801986
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3fcf38b7-80f4-4f42-b28f-8923ccab59a4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5ae097a0-43a5-4ec2-9160-15d07fc492fc",
+ "endJunctionId": "3afd0c11-3810-4682-aa7d-8d90c5f10925",
+ "endFeatureId": "1a588156-2c47-483a-94ff-25b274c53e55",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85062360356687,
+ 42.817698953258216
+ ],
+ [
+ -78.85057343172872,
+ 42.81774429801986
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4a3d17ab-2537-4511-994a-899b2b7e50a4",
+ "type": "ElectricalJunction",
+ "DSId": "33a20676-4bd2-4441-92e4-52ed37be3aa4"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84993174300085,
+ 42.81734586500766
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ea33a772-7bad-4607-8c9e-8eaf0566fb9b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5e309bfd-a962-4917-aa6f-daf8bf648c76",
+ "endJunctionId": "4a3d17ab-2537-4511-994a-899b2b7e50a4",
+ "endFeatureId": "33a20676-4bd2-4441-92e4-52ed37be3aa4",
+ "endFeatureType": "District System",
+ "total_length": 39,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85007567755362,
+ 42.8173336249937
+ ],
+ [
+ -78.84993174300085,
+ 42.81734586500766
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "230fbb7e-c1a5-4d6c-8e71-27a21f600eb4",
+ "type": "ElectricalJunction",
+ "DSId": "c1249a6b-4b39-41bd-9fbc-da683ba30284"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84907158443342,
+ 42.81728191996775
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ee52135f-26c5-43af-a8ac-a955d90537f1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2123d514-991a-4d78-963b-de8a723f7db4",
+ "endJunctionId": "230fbb7e-c1a5-4d6c-8e71-27a21f600eb4",
+ "endFeatureId": "c1249a6b-4b39-41bd-9fbc-da683ba30284",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84912267005112,
+ 42.817239843692555
+ ],
+ [
+ -78.84907158443342,
+ 42.81728191996775
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3a927c07-6ed8-416b-b287-b0d6a3e65773",
+ "type": "ElectricalJunction",
+ "DSId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84822203083392,
+ 42.81732653291444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aad1cde1-6295-4e7f-a3e5-5b8bb217cc54",
+ "type": "ElectricalConnector",
+ "startJunctionId": "03516323-5d8a-46c8-a225-f69d6dd88d56",
+ "endJunctionId": "3a927c07-6ed8-416b-b287-b0d6a3e65773",
+ "endFeatureId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d",
+ "endFeatureType": "District System",
+ "total_length": 29,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84821233978579,
+ 42.817247402580996
+ ],
+ [
+ -78.84822203083392,
+ 42.81732653291444
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "99cadb59-8ca0-4106-8b99-d23059a0601c",
+ "type": "ElectricalJunction",
+ "DSId": "f843a984-983c-4478-a132-c39577fa7346"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84785777962738,
+ 42.8181219359792
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7609b193-1982-4b6f-8089-310bdb05045b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d00dfab2-c5a0-4d00-9d6f-0dde2bdaf15c",
+ "endJunctionId": "99cadb59-8ca0-4106-8b99-d23059a0601c",
+ "endFeatureId": "f843a984-983c-4478-a132-c39577fa7346",
+ "endFeatureType": "District System",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84776110804566,
+ 42.818131223083995
+ ],
+ [
+ -78.84785777962738,
+ 42.8181219359792
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f223f6a7-6bc8-4eb1-9895-1c0c4f425081",
+ "type": "ElectricalJunction",
+ "DSId": "2ddbb0fb-a895-47a1-851f-7056e73ba631"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8480636421273,
+ 42.8185548038405
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0421067e-5d5b-447c-a9f0-4fa2fe9e23f4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c86da686-7014-4755-9f88-6e49a94c52a6",
+ "endJunctionId": "f223f6a7-6bc8-4eb1-9895-1c0c4f425081",
+ "endFeatureId": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "endFeatureType": "District System",
+ "total_length": 17,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84800135781758,
+ 42.8185492711187
+ ],
+ [
+ -78.8480636421273,
+ 42.8185548038405
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24c3fa63-364c-4cb6-b135-5f1fac15b677",
+ "type": "ElectricalJunction",
+ "DSId": "7e010163-3b8a-411a-891d-d3d61aeb48cd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8482631006477,
+ 42.81895169676383
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8454aa6d-81f5-4c63-a649-462ff795bdf6",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7e0c664f-c588-4d6d-b855-0262acb0bdf6",
+ "endJunctionId": "24c3fa63-364c-4cb6-b135-5f1fac15b677",
+ "endFeatureId": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "endFeatureType": "District System",
+ "total_length": 17,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84819925148929,
+ 42.81896085276267
+ ],
+ [
+ -78.8482631006477,
+ 42.81895169676383
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5f131d78-d462-4daf-8d1a-5710b0679a50",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8507398703155,
+ 42.819243506702655
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cc66b16c-e0d2-4953-9b06-716babee689e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d2a52c29-d392-4afe-9aa7-7ff9acd654f6",
+ "endJunctionId": "5f131d78-d462-4daf-8d1a-5710b0679a50",
+ "total_length": 28,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.850838615013,
+ 42.81921992161378
+ ],
+ [
+ -78.8507398703155,
+ 42.819243506702655
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0f4cbc23-ae8e-410e-bfac-8ca0b55184b8",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84995403803215,
+ 42.81946698655357
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "db19d4b6-7c42-41c5-be32-528ab36e4415",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5f131d78-d462-4daf-8d1a-5710b0679a50",
+ "endJunctionId": "0f4cbc23-ae8e-410e-bfac-8ca0b55184b8",
+ "total_length": 226,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8507398703155,
+ 42.81924350670264
+ ],
+ [
+ -78.84995403803215,
+ 42.81946698655357
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "979c589b-a256-46dd-80ca-b0873bb51448",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85056807005732,
+ 42.819667756516
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0a1903de-97f6-449d-a02e-568cd1927dc0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a8777571-51dd-44e9-9031-8192a7b99632",
+ "endJunctionId": "979c589b-a256-46dd-80ca-b0873bb51448",
+ "total_length": 70,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85080910663599,
+ 42.81959673878449
+ ],
+ [
+ -78.85056807005732,
+ 42.819667756516
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5d02b2da-94fd-434f-9ba8-168c999af11f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84975846076303,
+ 42.819881780961595
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3fbabbf1-19b5-4dc8-8e0f-2318fd6c5adf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "979c589b-a256-46dd-80ca-b0873bb51448",
+ "endJunctionId": "5d02b2da-94fd-434f-9ba8-168c999af11f",
+ "total_length": 252,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85056807005732,
+ 42.819667756516004
+ ],
+ [
+ -78.84975846076303,
+ 42.819881780961595
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3aa4d4c9-2c89-479b-b040-e741ab668a1b",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85049468684666,
+ 42.82035092291577
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b50ba9ed-8e7b-4d80-b50d-3ab51d948747",
+ "type": "ElectricalConnector",
+ "startJunctionId": "cbd3ca19-8e8d-4540-8007-e6f325caa30c",
+ "endJunctionId": "3aa4d4c9-2c89-479b-b040-e741ab668a1b",
+ "total_length": 104,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85077184522454,
+ 42.82015285131669
+ ],
+ [
+ -78.85049468684666,
+ 42.82035092291577
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5310e3eb-b806-4518-b006-4ac274138e64",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85027968130015,
+ 42.82050927327107
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "972e34ed-3f2a-4764-b102-15014f216e25",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3aa4d4c9-2c89-479b-b040-e741ab668a1b",
+ "endJunctionId": "5310e3eb-b806-4518-b006-4ac274138e64",
+ "total_length": 82,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85049468684666,
+ 42.820350922915765
+ ],
+ [
+ -78.85027968130015,
+ 42.82050927327107
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0cea7c9b-d8ba-4668-8505-6822e6e8832e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8502089215572,
+ 42.81887930348373
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c825fdb2-ace8-458a-81e3-8e88e34f8371",
+ "type": "ElectricalConnector",
+ "startJunctionId": "36466dc6-0f2a-4d44-bf94-a38573ae1580",
+ "endJunctionId": "0cea7c9b-d8ba-4668-8505-6822e6e8832e",
+ "total_length": 27,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85024510294393,
+ 42.81894802198454
+ ],
+ [
+ -78.8502089215572,
+ 42.81887930348373
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "02b25224-12fe-4db4-abad-35344dfefd78",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85015419349403,
+ 42.818778254536795
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d3ee23bb-c06e-42d1-893f-3432469d68cb",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0cea7c9b-d8ba-4668-8505-6822e6e8832e",
+ "endJunctionId": "02b25224-12fe-4db4-abad-35344dfefd78",
+ "total_length": 62,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8502089215572,
+ 42.81887930348372
+ ],
+ [
+ -78.85015419349403,
+ 42.818778254536795
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "904cef58-3a68-4d6b-89b3-e28c778d5110",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84976853414685,
+ 42.81798966984147
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2d539d18-f86b-4be2-83f8-a4452387b59a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "02b25224-12fe-4db4-abad-35344dfefd78",
+ "endJunctionId": "904cef58-3a68-4d6b-89b3-e28c778d5110",
+ "total_length": 284,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015419349403,
+ 42.818778254536795
+ ],
+ [
+ -78.84976853414685,
+ 42.81798966984147
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d70048c9-18bb-46ae-85b1-96bf0742b619",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84978439521525,
+ 42.81891163493046
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "67b2522f-ce18-41f8-9bef-2d3bcb217bcd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "150656b6-9913-45b5-b9e7-8fb8a10dacc7",
+ "endJunctionId": "d70048c9-18bb-46ae-85b1-96bf0742b619",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84985224607222,
+ 42.81904770512657
+ ],
+ [
+ -78.84978439521525,
+ 42.81891163493046
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7af3f0e3-b630-4661-a6e1-2f6272f8b4c9",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84922793145677,
+ 42.81778081362247
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "350aade7-5c6b-4d1f-b90a-3570eceb60d3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d70048c9-18bb-46ae-85b1-96bf0742b619",
+ "endJunctionId": "7af3f0e3-b630-4661-a6e1-2f6272f8b4c9",
+ "total_length": 439,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84978439521525,
+ 42.81891163493044
+ ],
+ [
+ -78.84922793145677,
+ 42.81778081362247
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "02d72a56-c8c7-4e6c-badf-7df13569279e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84940362235983,
+ 42.819043196983905
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c387d54c-473d-4a52-a84e-3d4546662c3a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "517ce0be-189d-405c-acdb-ca90c2393f3f",
+ "endJunctionId": "02d72a56-c8c7-4e6c-badf-7df13569279e",
+ "total_length": 43,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84945833091186,
+ 42.819153707564354
+ ],
+ [
+ -78.84940362235983,
+ 42.819043196983905
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c0e1787c-8508-4973-8b1f-129004454ceb",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84885423429475,
+ 42.81789299544394
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "70124c9d-0033-4241-971d-fa11e7c5a77d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "02d72a56-c8c7-4e6c-badf-7df13569279e",
+ "endJunctionId": "c0e1787c-8508-4973-8b1f-129004454ceb",
+ "total_length": 471,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84940362235983,
+ 42.819043196983905
+ ],
+ [
+ -78.84885423429475,
+ 42.81789299544394
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "348a407e-b3e0-4297-869b-fc58db3d586f",
+ "type": "ElectricalJunction",
+ "DSId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85126036028974,
+ 42.820059676117694
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d506300c-1275-42b7-b725-5b6d5da97b3b",
+ "type": "ElectricalJunction",
+ "buildingId": "113"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85115748835275,
+ 42.81996288226562
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "86ac6841-def9-4e93-ac24-30e81229225f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "348a407e-b3e0-4297-869b-fc58db3d586f",
+ "endJunctionId": "d506300c-1275-42b7-b725-5b6d5da97b3b",
+ "startFeatureId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257",
+ "endFeatureId": "113",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 45,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85126036028974,
+ 42.820059676117694
+ ],
+ [
+ -78.85115748835275,
+ 42.81996288226562
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7d2c73e0-e5a7-4e87-87af-9706eb3f16b4",
+ "type": "ElectricalJunction",
+ "buildingId": "112"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8511659605155,
+ 42.81983705848338
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a843bec-aa27-48dd-9a9b-797693b4100f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "348a407e-b3e0-4297-869b-fc58db3d586f",
+ "endJunctionId": "7d2c73e0-e5a7-4e87-87af-9706eb3f16b4",
+ "startFeatureId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257",
+ "endFeatureId": "112",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 85,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85126036028974,
+ 42.820059676117694
+ ],
+ [
+ -78.8511659605155,
+ 42.81983705848338
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "45ebd0f7-b6d2-4596-874a-02174bfd9af4",
+ "type": "ElectricalJunction",
+ "buildingId": "111"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85117716141957,
+ 42.81970791990418
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4e821304-5a24-4a75-9665-44ab6d1aa8b3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "348a407e-b3e0-4297-869b-fc58db3d586f",
+ "endJunctionId": "45ebd0f7-b6d2-4596-874a-02174bfd9af4",
+ "startFeatureId": "7eb8e44e-8fce-47e6-a3c7-44d8038bc257",
+ "endFeatureId": "111",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 130,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85126036028974,
+ 42.820059676117694
+ ],
+ [
+ -78.85117716141957,
+ 42.81970791990418
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "61413078-694e-41d3-8d06-e42b26ab7621",
+ "type": "ElectricalJunction",
+ "DSId": "bd25e115-1651-48fd-a469-53be48c0412a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8512693011455,
+ 42.81945530936091
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ba901a06-7fad-461f-af0a-1991b92ffacb",
+ "type": "ElectricalJunction",
+ "buildingId": "108"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8512239093467,
+ 42.819429113709546
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1125f623-97b9-4e4b-8e49-0a1c56dca8cd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "61413078-694e-41d3-8d06-e42b26ab7621",
+ "endJunctionId": "ba901a06-7fad-461f-af0a-1991b92ffacb",
+ "startFeatureId": "bd25e115-1651-48fd-a469-53be48c0412a",
+ "endFeatureId": "108",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 15,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8512693011455,
+ 42.81945530936091
+ ],
+ [
+ -78.8512239093467,
+ 42.819429113709546
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bee3f832-5a51-4736-a3c0-4a1fbbc2acda",
+ "type": "ElectricalJunction",
+ "buildingId": "109"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85121463340214,
+ 42.81947183031046
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e34d6e1d-3153-4300-90f0-96339efe184e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "61413078-694e-41d3-8d06-e42b26ab7621",
+ "endJunctionId": "bee3f832-5a51-4736-a3c0-4a1fbbc2acda",
+ "startFeatureId": "bd25e115-1651-48fd-a469-53be48c0412a",
+ "endFeatureId": "109",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 16,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8512693011455,
+ 42.81945530936091
+ ],
+ [
+ -78.85121463340214,
+ 42.81947183031046
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "41d189f3-4542-4e4b-b697-e4993df48d05",
+ "type": "ElectricalJunction",
+ "buildingId": "110"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85121134235769,
+ 42.81959296867731
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1602c9ac-b08a-4d7e-a2b8-55a142aa498e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "61413078-694e-41d3-8d06-e42b26ab7621",
+ "endJunctionId": "41d189f3-4542-4e4b-b697-e4993df48d05",
+ "startFeatureId": "bd25e115-1651-48fd-a469-53be48c0412a",
+ "endFeatureId": "110",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8512693011455,
+ 42.81945530936091
+ ],
+ [
+ -78.85121134235769,
+ 42.81959296867731
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "287f5d0d-5530-4ff8-a25d-5c7110e6c6d9",
+ "type": "ElectricalJunction",
+ "DSId": "b2aac385-130c-49d2-ace7-271e13d8cc05"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85117159089248,
+ 42.81890489395079
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e6109a84-c767-4e75-8f8d-a2b02c2d6e35",
+ "type": "ElectricalJunction",
+ "buildingId": "99"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85116690214687,
+ 42.819062778369926
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "694cc160-b858-44ad-9b98-22acb560a876",
+ "type": "ElectricalConnector",
+ "startJunctionId": "287f5d0d-5530-4ff8-a25d-5c7110e6c6d9",
+ "endJunctionId": "e6109a84-c767-4e75-8f8d-a2b02c2d6e35",
+ "startFeatureId": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "endFeatureId": "99",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 58,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85117159089248,
+ 42.81890489395079
+ ],
+ [
+ -78.85116690214687,
+ 42.819062778369926
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "903c7ad3-f089-43fb-ba6e-2f0b3113a986",
+ "type": "ElectricalJunction",
+ "buildingId": "100"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85110316353475,
+ 42.818943371732104
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "334c7934-51f0-4b45-8cb1-5decc69db6cf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "287f5d0d-5530-4ff8-a25d-5c7110e6c6d9",
+ "endJunctionId": "903c7ad3-f089-43fb-ba6e-2f0b3113a986",
+ "startFeatureId": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "endFeatureId": "100",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85117159089248,
+ 42.81890489395079
+ ],
+ [
+ -78.85110316353475,
+ 42.818943371732104
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5f481179-a5ec-485d-a1c4-5d12b04672e4",
+ "type": "ElectricalJunction",
+ "buildingId": "101"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85104114765613,
+ 42.81882278564763
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bec3ceb6-3ab4-4737-a0ac-1a0752a4a013",
+ "type": "ElectricalConnector",
+ "startJunctionId": "287f5d0d-5530-4ff8-a25d-5c7110e6c6d9",
+ "endJunctionId": "5f481179-a5ec-485d-a1c4-5d12b04672e4",
+ "startFeatureId": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "endFeatureId": "101",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 46,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85117159089248,
+ 42.81890489395079
+ ],
+ [
+ -78.85104114765613,
+ 42.81882278564763
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "23326136-1a9b-4c2d-aac0-3fadb509d875",
+ "type": "ElectricalJunction",
+ "buildingId": "102"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85098526988588,
+ 42.818708942732364
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d2b6247f-1b18-49e0-8908-f5111adf9ced",
+ "type": "ElectricalConnector",
+ "startJunctionId": "287f5d0d-5530-4ff8-a25d-5c7110e6c6d9",
+ "endJunctionId": "23326136-1a9b-4c2d-aac0-3fadb509d875",
+ "startFeatureId": "b2aac385-130c-49d2-ace7-271e13d8cc05",
+ "endFeatureId": "102",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 88,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85117159089248,
+ 42.81890489395079
+ ],
+ [
+ -78.85098526988588,
+ 42.818708942732364
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "66e87f12-3b21-450e-a9cc-e84eba414bcc",
+ "type": "ElectricalJunction",
+ "DSId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85093511340747,
+ 42.818457162027705
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "75ab67b9-af29-4b6d-80d7-73ecd930d2b1",
+ "type": "ElectricalJunction",
+ "buildingId": "103"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85092534235379,
+ 42.81858675947641
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0785329a-dd81-4c72-b94b-46588eb482ff",
+ "type": "ElectricalConnector",
+ "startJunctionId": "66e87f12-3b21-450e-a9cc-e84eba414bcc",
+ "endJunctionId": "75ab67b9-af29-4b6d-80d7-73ecd930d2b1",
+ "startFeatureId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "endFeatureId": "103",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 47,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85093511340747,
+ 42.818457162027705
+ ],
+ [
+ -78.85092534235379,
+ 42.81858675947641
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "502162df-cc66-4bf2-9016-7079d155b149",
+ "type": "ElectricalJunction",
+ "buildingId": "104"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85086595076194,
+ 42.8184686163702
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "092c900e-f6b4-4660-b322-c5ca5df4c878",
+ "type": "ElectricalConnector",
+ "startJunctionId": "66e87f12-3b21-450e-a9cc-e84eba414bcc",
+ "endJunctionId": "502162df-cc66-4bf2-9016-7079d155b149",
+ "startFeatureId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "endFeatureId": "104",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 19,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85093511340747,
+ 42.818457162027705
+ ],
+ [
+ -78.85086595076194,
+ 42.8184686163702
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ce882385-a757-402f-9860-7ee36f12b191",
+ "type": "ElectricalJunction",
+ "buildingId": "105"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85080701330854,
+ 42.81835139863636
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "63d54b15-fcbe-4b4a-a5ea-4e717c9d8815",
+ "type": "ElectricalConnector",
+ "startJunctionId": "66e87f12-3b21-450e-a9cc-e84eba414bcc",
+ "endJunctionId": "ce882385-a757-402f-9860-7ee36f12b191",
+ "startFeatureId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "endFeatureId": "105",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 52,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85093511340747,
+ 42.818457162027705
+ ],
+ [
+ -78.85080701330854,
+ 42.81835139863636
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e1e3368d-a596-4fa2-95a4-6c194f9cd8a3",
+ "type": "ElectricalJunction",
+ "buildingId": "106"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8507493377266,
+ 42.81823384756365
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2d023cb3-1447-4a4d-bfad-ae22ce521f45",
+ "type": "ElectricalConnector",
+ "startJunctionId": "66e87f12-3b21-450e-a9cc-e84eba414bcc",
+ "endJunctionId": "e1e3368d-a596-4fa2-95a4-6c194f9cd8a3",
+ "startFeatureId": "c778ad50-f98e-4a08-81a4-82c3d3a67c14",
+ "endFeatureId": "106",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 95,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85093511340747,
+ 42.818457162027705
+ ],
+ [
+ -78.8507493377266,
+ 42.81823384756365
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ec6fa448-019b-45d1-a838-cd7580919d9d",
+ "type": "ElectricalJunction",
+ "DSId": "1a588156-2c47-483a-94ff-25b274c53e55"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85046826445392,
+ 42.8176990620636
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d9a09e93-8900-46e8-934a-919058b8e88a",
+ "type": "ElectricalJunction",
+ "buildingId": "107"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85052443847043,
+ 42.81789460818019
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "777d2063-8c54-4766-9981-8650f249f1ef",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ec6fa448-019b-45d1-a838-cd7580919d9d",
+ "endJunctionId": "d9a09e93-8900-46e8-934a-919058b8e88a",
+ "startFeatureId": "1a588156-2c47-483a-94ff-25b274c53e55",
+ "endFeatureId": "107",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 73,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85046826445392,
+ 42.8176990620636
+ ],
+ [
+ -78.85052443847043,
+ 42.81789460818019
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e4d78f49-ed08-459d-b296-becc56126af5",
+ "type": "ElectricalJunction",
+ "buildingId": "114"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85034843265029,
+ 42.8177101653835
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "47a77155-e1ef-43bf-bc1d-3457c1d33e22",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ec6fa448-019b-45d1-a838-cd7580919d9d",
+ "endJunctionId": "e4d78f49-ed08-459d-b296-becc56126af5",
+ "startFeatureId": "1a588156-2c47-483a-94ff-25b274c53e55",
+ "endFeatureId": "114",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 32,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85046826445392,
+ 42.8176990620636
+ ],
+ [
+ -78.85034843265029,
+ 42.8177101653835
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f5cb1d7-7f7d-4bf3-b2f8-d37b33e019f0",
+ "type": "ElectricalJunction",
+ "buildingId": "115"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8502392021934,
+ 42.81765451736507
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6e1318df-d093-4e80-b0b9-746552d8c6b0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ec6fa448-019b-45d1-a838-cd7580919d9d",
+ "endJunctionId": "9f5cb1d7-7f7d-4bf3-b2f8-d37b33e019f0",
+ "startFeatureId": "1a588156-2c47-483a-94ff-25b274c53e55",
+ "endFeatureId": "115",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 63,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85046826445392,
+ 42.8176990620636
+ ],
+ [
+ -78.8502392021934,
+ 42.81765451736507
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "15d47588-0433-4d8d-a06d-c3b5c392fd0c",
+ "type": "ElectricalJunction",
+ "DSId": "33a20676-4bd2-4441-92e4-52ed37be3aa4"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84989252691106,
+ 42.81743376972647
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "282b6de0-6a69-427c-867c-c0afa98a10d6",
+ "type": "ElectricalJunction",
+ "buildingId": "116"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84981319296203,
+ 42.817488626970885
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e25c36b5-c108-4657-a08a-885d772627ad",
+ "type": "ElectricalConnector",
+ "startJunctionId": "15d47588-0433-4d8d-a06d-c3b5c392fd0c",
+ "endJunctionId": "282b6de0-6a69-427c-867c-c0afa98a10d6",
+ "startFeatureId": "33a20676-4bd2-4441-92e4-52ed37be3aa4",
+ "endFeatureId": "116",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 29,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84989252691106,
+ 42.81743376972647
+ ],
+ [
+ -78.84981319296203,
+ 42.817488626970885
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f61509d-70b7-413e-8637-6733c884b24a",
+ "type": "ElectricalJunction",
+ "buildingId": "117"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84972334255633,
+ 42.81747724433761
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a2daceb4-c47b-457f-95a4-8ca110c6b112",
+ "type": "ElectricalConnector",
+ "startJunctionId": "15d47588-0433-4d8d-a06d-c3b5c392fd0c",
+ "endJunctionId": "1f61509d-70b7-413e-8637-6733c884b24a",
+ "startFeatureId": "33a20676-4bd2-4441-92e4-52ed37be3aa4",
+ "endFeatureId": "117",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 48,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84989252691106,
+ 42.81743376972647
+ ],
+ [
+ -78.84972334255633,
+ 42.81747724433761
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c1745231-7a31-48e9-a534-e3e65f12a407",
+ "type": "ElectricalJunction",
+ "buildingId": "118"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84950048734066,
+ 42.817460609810176
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "86e618e7-e3f5-4797-92b5-5414616b5c33",
+ "type": "ElectricalConnector",
+ "startJunctionId": "15d47588-0433-4d8d-a06d-c3b5c392fd0c",
+ "endJunctionId": "c1745231-7a31-48e9-a534-e3e65f12a407",
+ "startFeatureId": "33a20676-4bd2-4441-92e4-52ed37be3aa4",
+ "endFeatureId": "118",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 105,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84989252691106,
+ 42.81743376972647
+ ],
+ [
+ -78.84950048734066,
+ 42.817460609810176
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "90e6d6d8-d23f-4484-95de-757707bb0b8c",
+ "type": "ElectricalJunction",
+ "DSId": "c1249a6b-4b39-41bd-9fbc-da683ba30284"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84903443527402,
+ 42.817356713997434
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08fc18c5-7c8a-49a7-a2c4-1847570127b5",
+ "type": "ElectricalJunction",
+ "buildingId": "119"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84910938398349,
+ 42.817426278067146
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46a44682-08c9-4dfe-ad91-281052ae9f55",
+ "type": "ElectricalConnector",
+ "startJunctionId": "90e6d6d8-d23f-4484-95de-757707bb0b8c",
+ "endJunctionId": "08fc18c5-7c8a-49a7-a2c4-1847570127b5",
+ "startFeatureId": "c1249a6b-4b39-41bd-9fbc-da683ba30284",
+ "endFeatureId": "119",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 32,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84903443527402,
+ 42.817356713997434
+ ],
+ [
+ -78.84910938398349,
+ 42.817426278067146
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5f06bbc8-d596-43f3-9473-6790983784b0",
+ "type": "ElectricalJunction",
+ "buildingId": "120"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84888594315319,
+ 42.81740146297418
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b710374b-0648-49f3-950e-164632d6c096",
+ "type": "ElectricalConnector",
+ "startJunctionId": "90e6d6d8-d23f-4484-95de-757707bb0b8c",
+ "endJunctionId": "5f06bbc8-d596-43f3-9473-6790983784b0",
+ "startFeatureId": "c1249a6b-4b39-41bd-9fbc-da683ba30284",
+ "endFeatureId": "120",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 43,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84903443527402,
+ 42.817356713997434
+ ],
+ [
+ -78.84888594315319,
+ 42.81740146297418
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "477553e9-c03c-439e-807d-9b8dbc19df7f",
+ "type": "ElectricalJunction",
+ "buildingId": "121"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84866150885374,
+ 42.81738998631556
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2dc3bb48-46ba-45db-93a7-48ec4169f2b1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "90e6d6d8-d23f-4484-95de-757707bb0b8c",
+ "endJunctionId": "477553e9-c03c-439e-807d-9b8dbc19df7f",
+ "startFeatureId": "c1249a6b-4b39-41bd-9fbc-da683ba30284",
+ "endFeatureId": "121",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84903443527402,
+ 42.817356713997434
+ ],
+ [
+ -78.84866150885374,
+ 42.81738998631556
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46d9db6c-7832-4c95-bad4-934e1db8b881",
+ "type": "ElectricalJunction",
+ "DSId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84825867038113,
+ 42.817400500122496
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bce9f78-3e3f-4225-a739-6a3370d262eb",
+ "type": "ElectricalJunction",
+ "buildingId": "122"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84838732143972,
+ 42.81743747742802
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ac54bd8f-90d3-4114-a645-07db13863f0f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "46d9db6c-7832-4c95-bad4-934e1db8b881",
+ "endJunctionId": "1bce9f78-3e3f-4225-a739-6a3370d262eb",
+ "startFeatureId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d",
+ "endFeatureId": "122",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84825867038113,
+ 42.817400500122496
+ ],
+ [
+ -78.84838732143972,
+ 42.81743747742802
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0e099f06-0900-4759-8d52-3054fc2892a9",
+ "type": "ElectricalJunction",
+ "buildingId": "123"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84829320294132,
+ 42.8175124223318
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "66f325b5-cc9e-43cc-ad88-4e523daded80",
+ "type": "ElectricalConnector",
+ "startJunctionId": "46d9db6c-7832-4c95-bad4-934e1db8b881",
+ "endJunctionId": "0e099f06-0900-4759-8d52-3054fc2892a9",
+ "startFeatureId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d",
+ "endFeatureId": "123",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 42,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84825867038113,
+ 42.817400500122496
+ ],
+ [
+ -78.84829320294132,
+ 42.8175124223318
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "94278468-7367-450d-9f51-1a2877a4cc1f",
+ "type": "ElectricalJunction",
+ "buildingId": "124"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84816388335102,
+ 42.81765483319079
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9d3b45dc-5d9d-48d7-9d0b-c44ce971fd52",
+ "type": "ElectricalConnector",
+ "startJunctionId": "46d9db6c-7832-4c95-bad4-934e1db8b881",
+ "endJunctionId": "94278468-7367-450d-9f51-1a2877a4cc1f",
+ "startFeatureId": "8b9b4f4f-dda1-41ba-9a7c-b34889c9cb5d",
+ "endFeatureId": "124",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 96,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84825867038113,
+ 42.817400500122496
+ ],
+ [
+ -78.84816388335102,
+ 42.81765483319079
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c2be6b4b-d5bd-4c19-864f-628ebb148e68",
+ "type": "ElectricalJunction",
+ "DSId": "f843a984-983c-4478-a132-c39577fa7346"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84796317391404,
+ 42.81817339098519
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e955b3ed-8a51-4da3-9344-69758b27a4db",
+ "type": "ElectricalJunction",
+ "buildingId": "66"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84804845373664,
+ 42.818029379529044
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b1757879-7bb4-45e1-b00b-22c1ee2d7b87",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c2be6b4b-d5bd-4c19-864f-628ebb148e68",
+ "endJunctionId": "e955b3ed-8a51-4da3-9344-69758b27a4db",
+ "startFeatureId": "f843a984-983c-4478-a132-c39577fa7346",
+ "endFeatureId": "66",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 57,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84796317391404,
+ 42.81817339098519
+ ],
+ [
+ -78.84804845373664,
+ 42.818029379529044
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7bb1c7dc-2b5d-40aa-95a1-342a35105612",
+ "type": "ElectricalJunction",
+ "buildingId": "65"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84810395919675,
+ 42.81814541274154
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4bd3a9e5-fd1e-4a1c-afa8-6b5cf595f5ac",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c2be6b4b-d5bd-4c19-864f-628ebb148e68",
+ "endJunctionId": "7bb1c7dc-2b5d-40aa-95a1-342a35105612",
+ "startFeatureId": "f843a984-983c-4478-a132-c39577fa7346",
+ "endFeatureId": "65",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 39,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84796317391404,
+ 42.81817339098519
+ ],
+ [
+ -78.84810395919675,
+ 42.81814541274154
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8d5ff6ba-2093-4484-94ca-6895f1d8c74e",
+ "type": "ElectricalJunction",
+ "buildingId": "64"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84815785185391,
+ 42.81826213359435
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ce325119-bd9a-4886-8c1e-9c015f33b776",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c2be6b4b-d5bd-4c19-864f-628ebb148e68",
+ "endJunctionId": "8d5ff6ba-2093-4484-94ca-6895f1d8c74e",
+ "startFeatureId": "f843a984-983c-4478-a132-c39577fa7346",
+ "endFeatureId": "64",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 61,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84796317391404,
+ 42.81817339098519
+ ],
+ [
+ -78.84815785185391,
+ 42.81826213359435
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eb114112-bfff-4bfd-9303-90fa8b0357c8",
+ "type": "ElectricalJunction",
+ "buildingId": "63"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.848214265659,
+ 42.81838001770424
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d0bf5636-ac3b-4acc-8293-bdaf69f9e3a9",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c2be6b4b-d5bd-4c19-864f-628ebb148e68",
+ "endJunctionId": "eb114112-bfff-4bfd-9303-90fa8b0357c8",
+ "startFeatureId": "f843a984-983c-4478-a132-c39577fa7346",
+ "endFeatureId": "63",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84796317391404,
+ 42.81817339098519
+ ],
+ [
+ -78.848214265659,
+ 42.81838001770424
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a321bee4-7466-497a-99cf-7cead3e8cf43",
+ "type": "ElectricalJunction",
+ "DSId": "2ddbb0fb-a895-47a1-851f-7056e73ba631"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84816559947112,
+ 42.81860508122934
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d4763e81-5220-46c1-92ed-f6852083f37a",
+ "type": "ElectricalJunction",
+ "buildingId": "62"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84826387907681,
+ 42.81849566139894
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bcee4a3-48ed-44c9-ae4e-74a68c37fc7e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a321bee4-7466-497a-99cf-7cead3e8cf43",
+ "endJunctionId": "d4763e81-5220-46c1-92ed-f6852083f37a",
+ "startFeatureId": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "endFeatureId": "62",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 48,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84816559947112,
+ 42.81860508122934
+ ],
+ [
+ -78.84826387907681,
+ 42.81849566139894
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e3011e93-470e-48e5-9a2a-9c2d997ea401",
+ "type": "ElectricalJunction",
+ "buildingId": "61"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84831963750854,
+ 42.818606398067544
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "34385866-7082-43e8-8b1c-eb7423a628fd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a321bee4-7466-497a-99cf-7cead3e8cf43",
+ "endJunctionId": "e3011e93-470e-48e5-9a2a-9c2d997ea401",
+ "startFeatureId": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "endFeatureId": "61",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 41,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84816559947112,
+ 42.81860508122934
+ ],
+ [
+ -78.84831963750854,
+ 42.818606398067544
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3c220309-ef31-4329-a35e-c282e7f64ab5",
+ "type": "ElectricalJunction",
+ "buildingId": "60"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84838239859536,
+ 42.81872559756252
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "50ae6775-089f-47ab-a01a-5c727bdb021a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a321bee4-7466-497a-99cf-7cead3e8cf43",
+ "endJunctionId": "3c220309-ef31-4329-a35e-c282e7f64ab5",
+ "startFeatureId": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "endFeatureId": "60",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 73,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84816559947112,
+ 42.81860508122934
+ ],
+ [
+ -78.84838239859536,
+ 42.81872559756252
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ee66b5c0-7edd-42d2-9940-606dfa3103f2",
+ "type": "ElectricalJunction",
+ "buildingId": "59"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84844679444916,
+ 42.81883883686516
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "457660d1-a1e7-4b3f-a937-638ebf577c33",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a321bee4-7466-497a-99cf-7cead3e8cf43",
+ "endJunctionId": "ee66b5c0-7edd-42d2-9940-606dfa3103f2",
+ "startFeatureId": "2ddbb0fb-a895-47a1-851f-7056e73ba631",
+ "endFeatureId": "59",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 114,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84816559947112,
+ 42.81860508122934
+ ],
+ [
+ -78.84844679444916,
+ 42.81883883686516
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "55370335-67c5-4561-a5e5-c5b268017d7f",
+ "type": "ElectricalJunction",
+ "DSId": "7e010163-3b8a-411a-891d-d3d61aeb48cd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84837788977421,
+ 42.8190048336963
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "13384c94-aae6-48e5-a238-8ee9ec9049d6",
+ "type": "ElectricalJunction",
+ "buildingId": "58"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84849911998646,
+ 42.81895624211113
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f3e495a8-61af-4d31-917c-1ada6dc99126",
+ "type": "ElectricalConnector",
+ "startJunctionId": "55370335-67c5-4561-a5e5-c5b268017d7f",
+ "endJunctionId": "13384c94-aae6-48e5-a238-8ee9ec9049d6",
+ "startFeatureId": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "endFeatureId": "58",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84837788977421,
+ 42.8190048336963
+ ],
+ [
+ -78.84849911998646,
+ 42.81895624211113
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c8de6744-7c88-4ab1-9a36-e7f6077925fc",
+ "type": "ElectricalJunction",
+ "buildingId": "57"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84856031672396,
+ 42.81907370595292
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e962ad54-eec6-4e61-8eff-510fc584d857",
+ "type": "ElectricalConnector",
+ "startJunctionId": "55370335-67c5-4561-a5e5-c5b268017d7f",
+ "endJunctionId": "c8de6744-7c88-4ab1-9a36-e7f6077925fc",
+ "startFeatureId": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "endFeatureId": "57",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 55,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84837788977421,
+ 42.8190048336963
+ ],
+ [
+ -78.84856031672396,
+ 42.81907370595292
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b7283c54-8cd5-423b-a0c3-8d09ab90fce5",
+ "type": "ElectricalJunction",
+ "buildingId": "56"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84861282123752,
+ 42.8191859320327
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9d02cdb7-c0b1-4a22-8700-b8ecb8c93bfb",
+ "type": "ElectricalConnector",
+ "startJunctionId": "55370335-67c5-4561-a5e5-c5b268017d7f",
+ "endJunctionId": "b7283c54-8cd5-423b-a0c3-8d09ab90fce5",
+ "startFeatureId": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "endFeatureId": "56",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 91,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84837788977421,
+ 42.8190048336963
+ ],
+ [
+ -78.84861282123752,
+ 42.8191859320327
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b2001927-8500-4aeb-89c1-223eeedc75fb",
+ "type": "ElectricalJunction",
+ "buildingId": "55"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8486634234268,
+ 42.81929982304954
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2150a183-11a9-44b6-a4bb-a139d60b3e9f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "55370335-67c5-4561-a5e5-c5b268017d7f",
+ "endJunctionId": "b2001927-8500-4aeb-89c1-223eeedc75fb",
+ "startFeatureId": "7e010163-3b8a-411a-891d-d3d61aeb48cd",
+ "endFeatureId": "55",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 132,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84837788977421,
+ 42.8190048336963
+ ],
+ [
+ -78.8486634234268,
+ 42.81929982304954
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e2a5e5e0-bd69-45c0-8f51-a885833dc294",
+ "type": "ElectricalJunction",
+ "DSId": "337ca025-3599-47d3-979c-bdf32421cbe1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85017790755163,
+ 42.81888886095033
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d55cb221-8f37-4296-a7df-016bfd4dbd70",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0cea7c9b-d8ba-4668-8505-6822e6e8832e",
+ "endJunctionId": "e2a5e5e0-bd69-45c0-8f51-a885833dc294",
+ "endFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureType": "District System",
+ "total_length": 12,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8502089215572,
+ 42.81887930348372
+ ],
+ [
+ -78.85017790755163,
+ 42.81888886095033
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1b11827b-4027-494f-b583-b0f4b39f2bfc",
+ "type": "ElectricalJunction",
+ "DSId": "965500e9-b4f6-4e25-80ec-516129a5a8b6"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85019773389786,
+ 42.818779951443524
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3c500898-318f-404b-b6da-1189a08a3c41",
+ "type": "ElectricalConnector",
+ "startJunctionId": "02b25224-12fe-4db4-abad-35344dfefd78",
+ "endJunctionId": "1b11827b-4027-494f-b583-b0f4b39f2bfc",
+ "endFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureType": "District System",
+ "total_length": 44,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015419349403,
+ 42.818778254536795
+ ],
+ [
+ -78.85019773389786,
+ 42.818779951443524
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "953fe6f8-e710-41cc-bf95-0cf69062316a",
+ "type": "ElectricalJunction",
+ "DSId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84981696183154,
+ 42.81796948873213
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0c6d4313-6f92-4f89-9930-175446ccec61",
+ "type": "ElectricalConnector",
+ "startJunctionId": "904cef58-3a68-4d6b-89b3-e28c778d5110",
+ "endJunctionId": "953fe6f8-e710-41cc-bf95-0cf69062316a",
+ "endFeatureId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84976853414685,
+ 42.817989669841445
+ ],
+ [
+ -78.84981696183154,
+ 42.81796948873213
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e4764b65-2913-483d-8ee8-6de168565fdc",
+ "type": "ElectricalJunction",
+ "DSId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8497541993406,
+ 42.818925476126665
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "43c00c34-72c2-42ae-930a-70cecd6d314e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d70048c9-18bb-46ae-85b1-96bf0742b619",
+ "endJunctionId": "e4764b65-2913-483d-8ee8-6de168565fdc",
+ "endFeatureId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84978439521525,
+ 42.81891163493044
+ ],
+ [
+ -78.8497541993406,
+ 42.818925476126665
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8626239d-8fa7-417d-8a15-2304410a1c39",
+ "type": "ElectricalJunction",
+ "DSId": "04afb711-a6ba-45a3-94de-b64e49372e72"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84915878820681,
+ 42.81775452775529
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "295e48a2-cd22-4ff2-8f6d-0307b6957e55",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7af3f0e3-b630-4661-a6e1-2f6272f8b4c9",
+ "endJunctionId": "8626239d-8fa7-417d-8a15-2304410a1c39",
+ "endFeatureId": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84922793145677,
+ 42.817780813622484
+ ],
+ [
+ -78.84915878820681,
+ 42.81775452775529
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3d39c74a-56a1-40cb-b6cd-12e7d05c4190",
+ "type": "ElectricalJunction",
+ "DSId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84939848399299,
+ 42.81908737202799
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5d2df6a0-0576-45c0-a503-4c04f6af3253",
+ "type": "ElectricalConnector",
+ "startJunctionId": "02d72a56-c8c7-4e6c-badf-7df13569279e",
+ "endJunctionId": "3d39c74a-56a1-40cb-b6cd-12e7d05c4190",
+ "endFeatureId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84940362235983,
+ 42.819043196983905
+ ],
+ [
+ -78.84939848399299,
+ 42.81908737202799
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5e73ac16-8767-41c3-8892-88f9711da259",
+ "type": "ElectricalJunction",
+ "DSId": "d6dc598f-8a47-4018-a708-84ee5589c5db"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84882333564127,
+ 42.817874828634395
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b4996999-5ab9-44c6-b11b-238958dc9758",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c0e1787c-8508-4973-8b1f-129004454ceb",
+ "endJunctionId": "5e73ac16-8767-41c3-8892-88f9711da259",
+ "endFeatureId": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "endFeatureType": "District System",
+ "total_length": 14,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84885423429475,
+ 42.81789299544394
+ ],
+ [
+ -78.84882333564127,
+ 42.817874828634395
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bda3528b-b538-407b-9591-f616386b8eff",
+ "type": "ElectricalJunction",
+ "DSId": "bb59454e-2d88-4cca-8988-66ef14657d9c"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84992261122835,
+ 42.81945055922061
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e0a2f378-6b9e-4ab5-b038-931096b4439b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0f4cbc23-ae8e-410e-bfac-8ca0b55184b8",
+ "endJunctionId": "bda3528b-b538-407b-9591-f616386b8eff",
+ "endFeatureId": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "endFeatureType": "District System",
+ "total_length": 10,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84995403803217,
+ 42.81946698655359
+ ],
+ [
+ -78.84992261122835,
+ 42.81945055922061
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e425e1e1-1882-4c2e-a617-d58c6386cedf",
+ "type": "ElectricalJunction",
+ "DSId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85075036481541,
+ 42.8192031905575
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "99224480-9c28-470e-91ad-885a7408ef63",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5f131d78-d462-4daf-8d1a-5710b0679a50",
+ "endJunctionId": "e425e1e1-1882-4c2e-a617-d58c6386cedf",
+ "endFeatureId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2",
+ "endFeatureType": "District System",
+ "total_length": 15,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8507398703155,
+ 42.81924350670264
+ ],
+ [
+ -78.85075036481541,
+ 42.8192031905575
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5e9e6f04-1f66-413b-aa0c-22851745b018",
+ "type": "ElectricalJunction",
+ "DSId": "32fad113-8288-4493-acc3-6e1279e092ee"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.850532349798,
+ 42.819645518770976
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e804e1fd-b950-484d-8ed0-cf37e51fd58c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "979c589b-a256-46dd-80ca-b0873bb51448",
+ "endJunctionId": "5e9e6f04-1f66-413b-aa0c-22851745b018",
+ "endFeatureId": "32fad113-8288-4493-acc3-6e1279e092ee",
+ "endFeatureType": "District System",
+ "total_length": 13,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85056807005732,
+ 42.819667756516004
+ ],
+ [
+ -78.850532349798,
+ 42.819645518770976
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8aced3ed-c2de-405d-8c0f-0401faaf1264",
+ "type": "ElectricalJunction",
+ "DSId": "7a663957-500f-46a9-bf21-cdaaf13c0f6a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84966202200974,
+ 42.81994002308361
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ececa6e-a212-4dde-816d-e57b8380b69f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5d02b2da-94fd-434f-9ba8-168c999af11f",
+ "endJunctionId": "8aced3ed-c2de-405d-8c0f-0401faaf1264",
+ "endFeatureId": "7a663957-500f-46a9-bf21-cdaaf13c0f6a",
+ "endFeatureType": "District System",
+ "total_length": 43,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 B",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84975846076303,
+ 42.819881780961595
+ ],
+ [
+ -78.84966202200974,
+ 42.81994002308361
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b497545a-fd67-4cb5-9490-229208ae134d",
+ "type": "ElectricalJunction",
+ "DSId": "b9e373aa-eb65-48cb-9488-c494972d6b3d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8503625864273,
+ 42.82054977430269
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7b9b23bc-faf0-472c-8d38-771b27468c03",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5310e3eb-b806-4518-b006-4ac274138e64",
+ "endJunctionId": "b497545a-fd67-4cb5-9490-229208ae134d",
+ "endFeatureId": "b9e373aa-eb65-48cb-9488-c494972d6b3d",
+ "endFeatureType": "District System",
+ "total_length": 27,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85027968130015,
+ 42.82050927327105
+ ],
+ [
+ -78.8503625864273,
+ 42.82054977430269
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c1637e84-e355-4a7b-9e15-e06e4e66ea19",
+ "type": "ElectricalJunction",
+ "DSId": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85034568602626,
+ 42.82027906711971
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1157bd2f-ffde-42f6-b588-a1b058b519d5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3aa4d4c9-2c89-479b-b040-e741ab668a1b",
+ "endJunctionId": "c1637e84-e355-4a7b-9e15-e06e4e66ea19",
+ "endFeatureId": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52",
+ "endFeatureType": "District System",
+ "total_length": 74,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85049468684666,
+ 42.820350922915765
+ ],
+ [
+ -78.85034568602626,
+ 42.82027906711971
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b2ee2395-aaee-43f2-9773-2cb53308554c",
+ "type": "ElectricalJunction",
+ "DSId": "d6dc598f-8a47-4018-a708-84ee5589c5db"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84877564070025,
+ 42.81796289911829
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a0b15c2e-8413-4c15-ad81-28b23927d766",
+ "type": "ElectricalJunction",
+ "buildingId": "74"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84876884115053,
+ 42.81803688759629
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5fef0b2c-44c0-4011-8af7-d1193515ff64",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b2ee2395-aaee-43f2-9773-2cb53308554c",
+ "endJunctionId": "a0b15c2e-8413-4c15-ad81-28b23927d766",
+ "startFeatureId": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "endFeatureId": "74",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 40,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84877564070025,
+ 42.81796289911829
+ ],
+ [
+ -78.84876884115053,
+ 42.81803688759629
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "65a521e9-7f65-4b23-8527-5208aabd18b9",
+ "type": "ElectricalJunction",
+ "buildingId": "73"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84883791877438,
+ 42.81819220305923
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bd5b9f07-6410-48a3-a413-4c4f233eb316",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b2ee2395-aaee-43f2-9773-2cb53308554c",
+ "endJunctionId": "65a521e9-7f65-4b23-8527-5208aabd18b9",
+ "startFeatureId": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "endFeatureId": "73",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 99,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84877564070025,
+ 42.81796289911829
+ ],
+ [
+ -78.84883791877438,
+ 42.81819220305923
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "271dfa57-7855-4604-a87c-208bc564b618",
+ "type": "ElectricalJunction",
+ "buildingId": "72"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8489085113204,
+ 42.8183418907927
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e05cf43-4e91-433c-a423-dda711387e85",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b2ee2395-aaee-43f2-9773-2cb53308554c",
+ "endJunctionId": "271dfa57-7855-4604-a87c-208bc564b618",
+ "startFeatureId": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "endFeatureId": "72",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 156,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84877564070025,
+ 42.81796289911829
+ ],
+ [
+ -78.8489085113204,
+ 42.8183418907927
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5403d7cf-c919-4864-815e-95eb940dea95",
+ "type": "ElectricalJunction",
+ "buildingId": "71"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84898965238689,
+ 42.818496247761395
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dd4cdb37-bebd-4512-80fe-b0ddba674dbc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b2ee2395-aaee-43f2-9773-2cb53308554c",
+ "endJunctionId": "5403d7cf-c919-4864-815e-95eb940dea95",
+ "startFeatureId": "d6dc598f-8a47-4018-a708-84ee5589c5db",
+ "endFeatureId": "71",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 216,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84877564070025,
+ 42.81796289911829
+ ],
+ [
+ -78.84898965238689,
+ 42.818496247761395
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "72e81e21-e538-4924-a786-e5e4531c3a06",
+ "type": "ElectricalJunction",
+ "DSId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8493664243892,
+ 42.8190226524914
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "97bc2c62-e77d-4fc3-8e18-4d8ef35a2239",
+ "type": "ElectricalJunction",
+ "buildingId": "67"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84922858487732,
+ 42.81897979563309
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "73190428-8b42-43dd-8fc5-b81c480001f3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "72e81e21-e538-4924-a786-e5e4531c3a06",
+ "endJunctionId": "97bc2c62-e77d-4fc3-8e18-4d8ef35a2239",
+ "startFeatureId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "endFeatureId": "67",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 40,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8493664243892,
+ 42.8190226524914
+ ],
+ [
+ -78.84922858487732,
+ 42.81897979563309
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "504e9751-eb97-4f40-8ad1-11cf77649757",
+ "type": "ElectricalJunction",
+ "buildingId": "68"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84915422626592,
+ 42.81882200155446
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "941137f5-b383-413e-ac3a-bae81e7f4730",
+ "type": "ElectricalConnector",
+ "startJunctionId": "72e81e21-e538-4924-a786-e5e4531c3a06",
+ "endJunctionId": "504e9751-eb97-4f40-8ad1-11cf77649757",
+ "startFeatureId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "endFeatureId": "68",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 93,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84936642438922,
+ 42.819022652491405
+ ],
+ [
+ -78.84915422626592,
+ 42.81882200155446
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "96b99ce5-3250-413f-a6b6-56566cc04f72",
+ "type": "ElectricalJunction",
+ "buildingId": "69"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84908247239233,
+ 42.81867575799188
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "850a4910-0e84-47e9-b077-7fa4ce718774",
+ "type": "ElectricalConnector",
+ "startJunctionId": "72e81e21-e538-4924-a786-e5e4531c3a06",
+ "endJunctionId": "96b99ce5-3250-413f-a6b6-56566cc04f72",
+ "startFeatureId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "endFeatureId": "69",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 148,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84936642438922,
+ 42.819022652491405
+ ],
+ [
+ -78.84908247239233,
+ 42.81867575799188
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ff74071a-e799-472a-a98b-1f8e84c90487",
+ "type": "ElectricalJunction",
+ "buildingId": "70"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84900650747217,
+ 42.818518980790714
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "746632bf-c2f5-4ea4-9c67-477492f7f957",
+ "type": "ElectricalConnector",
+ "startJunctionId": "72e81e21-e538-4924-a786-e5e4531c3a06",
+ "endJunctionId": "ff74071a-e799-472a-a98b-1f8e84c90487",
+ "startFeatureId": "ad2a4a7d-fc2a-43e0-b913-46acdaf45533",
+ "endFeatureId": "70",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 207,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84936642438922,
+ 42.819022652491405
+ ],
+ [
+ -78.84900650747217,
+ 42.818518980790714
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20129fe9-b7c3-48cf-a601-08d5b6411f53",
+ "type": "ElectricalJunction",
+ "DSId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8496405532146,
+ 42.818880407549095
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2610f068-6f5e-47f8-af42-b8381f68abe4",
+ "type": "ElectricalJunction",
+ "buildingId": "82"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84957327906227,
+ 42.818888867515255
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fa6c6f49-5d1c-45e1-af87-e7bd8ed15650",
+ "type": "ElectricalConnector",
+ "startJunctionId": "20129fe9-b7c3-48cf-a601-08d5b6411f53",
+ "endJunctionId": "2610f068-6f5e-47f8-af42-b8381f68abe4",
+ "startFeatureId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "endFeatureId": "82",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 18,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496405532146,
+ 42.818880407549095
+ ],
+ [
+ -78.84957327906227,
+ 42.818888867515255
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "30c6b1d8-daa8-4c95-b441-c2c24c452869",
+ "type": "ElectricalJunction",
+ "buildingId": "81"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84949799262502,
+ 42.81873832926334
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0f4f9d8e-90fe-4b28-ab33-f77931decfaf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "20129fe9-b7c3-48cf-a601-08d5b6411f53",
+ "endJunctionId": "30c6b1d8-daa8-4c95-b441-c2c24c452869",
+ "startFeatureId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "endFeatureId": "81",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 74,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496405532146,
+ 42.818880407549095
+ ],
+ [
+ -78.84949799262502,
+ 42.81873832926334
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "60a43848-16dc-42ec-9609-0a160ee8337d",
+ "type": "ElectricalJunction",
+ "buildingId": "80"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84942558352525,
+ 42.81858494011123
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "811e7c5c-f064-46a5-96ad-8e0560a2031c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "20129fe9-b7c3-48cf-a601-08d5b6411f53",
+ "endJunctionId": "60a43848-16dc-42ec-9609-0a160ee8337d",
+ "startFeatureId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "endFeatureId": "80",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 133,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496405532146,
+ 42.818880407549095
+ ],
+ [
+ -78.84942558352525,
+ 42.81858494011123
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a93c918e-884b-4ba2-9400-cb282898b67a",
+ "type": "ElectricalJunction",
+ "buildingId": "79"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84934504851441,
+ 42.81842951376919
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f0d2b98c-50a2-4519-bc5d-02e731ac7db3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "20129fe9-b7c3-48cf-a601-08d5b6411f53",
+ "endJunctionId": "a93c918e-884b-4ba2-9400-cb282898b67a",
+ "startFeatureId": "4d8e47aa-bf5d-4e83-85e8-5cf4fb720511",
+ "endFeatureId": "79",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 194,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496405532146,
+ 42.818880407549095
+ ],
+ [
+ -78.84934504851441,
+ 42.81842951376919
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c75b6c3c-bdf3-4efe-ab6a-0864ab4c15a0",
+ "type": "ElectricalJunction",
+ "DSId": "04afb711-a6ba-45a3-94de-b64e49372e72"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84907811767332,
+ 42.81777602840318
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4dda89ef-b1da-4f0c-b5f8-d760246296ec",
+ "type": "ElectricalJunction",
+ "buildingId": "75"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84911595866669,
+ 42.81794813475094
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "60e7d278-2ea2-469f-990a-de5223979f55",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c75b6c3c-bdf3-4efe-ab6a-0864ab4c15a0",
+ "endJunctionId": "4dda89ef-b1da-4f0c-b5f8-d760246296ec",
+ "startFeatureId": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "endFeatureId": "75",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 64,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84907811767332,
+ 42.81777602840318
+ ],
+ [
+ -78.84911595866669,
+ 42.81794813475094
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f8ed1518-2030-4180-811e-c06c724e94f0",
+ "type": "ElectricalJunction",
+ "buildingId": "76"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84918655121268,
+ 42.81809782307519
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a13f8427-b1bb-4289-9dc7-a14f162898b0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c75b6c3c-bdf3-4efe-ab6a-0864ab4c15a0",
+ "endJunctionId": "f8ed1518-2030-4180-811e-c06c724e94f0",
+ "startFeatureId": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "endFeatureId": "76",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 121,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84907811767332,
+ 42.81777602840318
+ ],
+ [
+ -78.84918655121268,
+ 42.81809782307519
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a29481a6-efcd-4cec-910e-4c154427d9f2",
+ "type": "ElectricalJunction",
+ "buildingId": "77"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84925986858933,
+ 42.81825306463483
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "508d465a-8227-4c3b-87f5-ac81f4dcb401",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c75b6c3c-bdf3-4efe-ab6a-0864ab4c15a0",
+ "endJunctionId": "a29481a6-efcd-4cec-910e-4c154427d9f2",
+ "startFeatureId": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "endFeatureId": "77",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 181,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84907811767332,
+ 42.81777602840318
+ ],
+ [
+ -78.84925986858933,
+ 42.81825306463483
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "906db5ba-0bfa-40d1-bf30-d0ae9bf009ae",
+ "type": "ElectricalJunction",
+ "buildingId": "78"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8493368710365,
+ 42.81840419654967
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "653015f2-2aa5-4645-96ef-7220001c3f09",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c75b6c3c-bdf3-4efe-ab6a-0864ab4c15a0",
+ "endJunctionId": "906db5ba-0bfa-40d1-bf30-d0ae9bf009ae",
+ "startFeatureId": "04afb711-a6ba-45a3-94de-b64e49372e72",
+ "endFeatureId": "78",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 239,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84907811767332,
+ 42.81777602840318
+ ],
+ [
+ -78.8493368710365,
+ 42.81840419654967
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08d430cb-d1d8-40b8-999d-80bc769f3b1e",
+ "type": "ElectricalJunction",
+ "DSId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84990771618173,
+ 42.81794530057837
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7ff9c609-68c6-41f2-aacb-2a90f31f285d",
+ "type": "ElectricalJunction",
+ "buildingId": "92"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84987261162007,
+ 42.81804267587715
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "98b3a306-f009-4662-a044-d7b487b5d16d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08d430cb-d1d8-40b8-999d-80bc769f3b1e",
+ "endJunctionId": "7ff9c609-68c6-41f2-aacb-2a90f31f285d",
+ "startFeatureId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "endFeatureId": "92",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 45,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84990771618173,
+ 42.81794530057837
+ ],
+ [
+ -78.84987261162007,
+ 42.81804267587715
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d9ce4a56-5bcb-4525-ba0e-3490747f2bb1",
+ "type": "ElectricalJunction",
+ "buildingId": "89"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84973293285239,
+ 42.818122722159735
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "55c849bc-5739-4c83-95d0-c914684a2161",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08d430cb-d1d8-40b8-999d-80bc769f3b1e",
+ "endJunctionId": "d9ce4a56-5bcb-4525-ba0e-3490747f2bb1",
+ "startFeatureId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "endFeatureId": "89",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 87,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84990771618173,
+ 42.81794530057837
+ ],
+ [
+ -78.84973293285239,
+ 42.818122722159735
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b59a7c9d-9e1b-4dc6-885a-77932c5b35f1",
+ "type": "ElectricalJunction",
+ "buildingId": "90"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84965537572292,
+ 42.81796755402342
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a7351baa-3671-4710-a718-a280042804d3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08d430cb-d1d8-40b8-999d-80bc769f3b1e",
+ "endJunctionId": "b59a7c9d-9e1b-4dc6-885a-77932c5b35f1",
+ "startFeatureId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "endFeatureId": "90",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 72,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84990771618173,
+ 42.81794530057837
+ ],
+ [
+ -78.84965537572292,
+ 42.81796755402342
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "405a1deb-9fbf-4c32-9882-5c20a1c97de6",
+ "type": "ElectricalJunction",
+ "buildingId": "91"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84957519430668,
+ 42.8178099417981
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "252eb105-df89-4d73-99e8-e01ed4ff8d56",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08d430cb-d1d8-40b8-999d-80bc769f3b1e",
+ "endJunctionId": "405a1deb-9fbf-4c32-9882-5c20a1c97de6",
+ "startFeatureId": "0573afc7-46f1-43d1-9538-f2a7d8c1779a",
+ "endFeatureId": "91",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84990771618173,
+ 42.81794530057837
+ ],
+ [
+ -78.84957519430668,
+ 42.8178099417981
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "type": "ElectricalJunction",
+ "DSId": "965500e9-b4f6-4e25-80ec-516129a5a8b6"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85015926237331,
+ 42.818702287605404
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2b84c563-42b3-4851-b9c7-ec75d6df3d8c",
+ "type": "ElectricalJunction",
+ "buildingId": "98"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85029770549309,
+ 42.818752207200845
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5537a1fa-6718-4fc5-9f29-8870b0522f8e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "2b84c563-42b3-4851-b9c7-ec75d6df3d8c",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "98",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 18,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.818702287605404
+ ],
+ [
+ -78.85029770549309,
+ 42.818752207200845
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24f87433-7f39-4d24-a152-590be039ab01",
+ "type": "ElectricalJunction",
+ "buildingId": "97"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85024421770098,
+ 42.818646097130134
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "13f4b9bb-e216-4606-b611-b8a13b1abf1b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "24f87433-7f39-4d24-a152-590be039ab01",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "97",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 29,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.818702287605404
+ ],
+ [
+ -78.85024421770098,
+ 42.818646097130134
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c4f3547-e927-4c0c-a69f-81347d49fe07",
+ "type": "ElectricalJunction",
+ "buildingId": "96"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85018603601758,
+ 42.81853913503193
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5da9663d-97d9-4de6-a163-d25d1d68c4bc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "4c4f3547-e927-4c0c-a69f-81347d49fe07",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "96",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 70,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.818702287605404
+ ],
+ [
+ -78.85018603601758,
+ 42.81853913503193
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "777325c6-d1a9-41da-882a-646fbc5f55b9",
+ "type": "ElectricalJunction",
+ "buildingId": "95"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8501444597509,
+ 42.81843406205794
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "176e6fe1-ac60-4c4f-93fe-f34151722b27",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "777325c6-d1a9-41da-882a-646fbc5f55b9",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "95",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 109,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.818702287605404
+ ],
+ [
+ -78.8501444597509,
+ 42.81843406205794
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b7ebb64a-cd55-4fd0-80ec-3cc559bcaca1",
+ "type": "ElectricalJunction",
+ "buildingId": "94"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85008663166208,
+ 42.81832491527968
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b4051c23-0dcd-4ad2-97b4-22fd4552bf53",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "b7ebb64a-cd55-4fd0-80ec-3cc559bcaca1",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "94",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 139,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.818702287605404
+ ],
+ [
+ -78.85008663166208,
+ 42.81832491527968
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b81a2efa-6a1c-4fb0-bc18-1085abe87eb8",
+ "type": "ElectricalJunction",
+ "buildingId": "93"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8500353140183,
+ 42.81822032255908
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5fffb4b2-92c8-4047-ad55-5f4b9bcf405c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "16169805-1b98-40c5-ba63-72b34c27bb09",
+ "endJunctionId": "b81a2efa-6a1c-4fb0-bc18-1085abe87eb8",
+ "startFeatureId": "965500e9-b4f6-4e25-80ec-516129a5a8b6",
+ "endFeatureId": "93",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 179,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85015926237331,
+ 42.81870228760541
+ ],
+ [
+ -78.8500353140183,
+ 42.81822032255908
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a825bc0e-7638-4990-b02c-73ffa323042f",
+ "type": "ElectricalJunction",
+ "DSId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85065708951106,
+ 42.819228050098545
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0041f10c-c3d1-4c03-b99c-9b9ae63f38e7",
+ "type": "ElectricalJunction",
+ "buildingId": "48"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85048999928925,
+ 42.81916722794045
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6e8bcbae-a8df-4599-86ff-1047db147c59",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a825bc0e-7638-4990-b02c-73ffa323042f",
+ "endJunctionId": "0041f10c-c3d1-4c03-b99c-9b9ae63f38e7",
+ "startFeatureId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2",
+ "endFeatureId": "48",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 50,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85065708951106,
+ 42.819228050098545
+ ],
+ [
+ -78.85048999928925,
+ 42.81916722794045
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "68fb136e-5598-4933-bf7d-91c8df35530a",
+ "type": "ElectricalJunction",
+ "buildingId": "49"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85028214409326,
+ 42.81922000706405
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a51e465a-b9a6-4706-bf2f-e0fd67d9bcfb",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a825bc0e-7638-4990-b02c-73ffa323042f",
+ "endJunctionId": "68fb136e-5598-4933-bf7d-91c8df35530a",
+ "startFeatureId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2",
+ "endFeatureId": "49",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 100,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85065708951106,
+ 42.819228050098545
+ ],
+ [
+ -78.85028214409326,
+ 42.81922000706405
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "471fad77-8ccf-418e-bcc6-a310ef902a98",
+ "type": "ElectricalJunction",
+ "buildingId": "50"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85007396277759,
+ 42.81927827770509
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e0e22f92-07f4-4ad8-b9b3-12158c6f4e6a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a825bc0e-7638-4990-b02c-73ffa323042f",
+ "endJunctionId": "471fad77-8ccf-418e-bcc6-a310ef902a98",
+ "startFeatureId": "9a2face8-0a5f-4e2c-82e1-eccc5bd4baf2",
+ "endFeatureId": "50",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 157,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85065708951107,
+ 42.819228050098545
+ ],
+ [
+ -78.85007396277759,
+ 42.81927827770509
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a6b66935-99c8-4874-86ce-014a40952db8",
+ "type": "ElectricalJunction",
+ "DSId": "bb59454e-2d88-4cca-8988-66ef14657d9c"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84979452835414,
+ 42.819405152174625
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c06aca10-89a8-4a3e-821b-bab299898f14",
+ "type": "ElectricalJunction",
+ "buildingId": "51"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84986358383865,
+ 42.81933172295552
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c9b27e2a-b7d2-4870-9f9d-ce6a7f1e3bf1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a6b66935-99c8-4874-86ce-014a40952db8",
+ "endJunctionId": "c06aca10-89a8-4a3e-821b-bab299898f14",
+ "startFeatureId": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "endFeatureId": "51",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 33,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979452835414,
+ 42.819405152174625
+ ],
+ [
+ -78.84986358383865,
+ 42.81933172295552
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "39aeecd6-5cd9-4be7-a630-fbd661a73f05",
+ "type": "ElectricalJunction",
+ "buildingId": "52"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84966123284609,
+ 42.819384659344436
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "62c5fc07-949c-4eed-b2d4-e2d9ed5dc179",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a6b66935-99c8-4874-86ce-014a40952db8",
+ "endJunctionId": "39aeecd6-5cd9-4be7-a630-fbd661a73f05",
+ "startFeatureId": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "endFeatureId": "52",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 36,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979452835414,
+ 42.819405152174625
+ ],
+ [
+ -78.84966123284609,
+ 42.819384659344436
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "863a1958-fe20-43ed-b8a9-0a621ed7b13b",
+ "type": "ElectricalJunction",
+ "buildingId": "53"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84945428592697,
+ 42.819439289446144
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2bd17aee-1736-4db3-83a9-d218565d1f19",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a6b66935-99c8-4874-86ce-014a40952db8",
+ "endJunctionId": "863a1958-fe20-43ed-b8a9-0a621ed7b13b",
+ "startFeatureId": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "endFeatureId": "53",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 92,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979452835414,
+ 42.819405152174625
+ ],
+ [
+ -78.84945428592697,
+ 42.819439289446144
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "549f2026-7a18-41da-8177-849dc36b2093",
+ "type": "ElectricalJunction",
+ "buildingId": "54"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84924585020643,
+ 42.819490827669505
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "842d7de1-e514-4d75-87c0-b8f1848f7a2d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a6b66935-99c8-4874-86ce-014a40952db8",
+ "endJunctionId": "549f2026-7a18-41da-8177-849dc36b2093",
+ "startFeatureId": "bb59454e-2d88-4cca-8988-66ef14657d9c",
+ "endFeatureId": "54",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 150,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979452835414,
+ 42.819405152174625
+ ],
+ [
+ -78.84924585020643,
+ 42.819490827669505
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b9b9c929-c7ba-476b-bf4f-b21560a1e73c",
+ "type": "ElectricalJunction",
+ "DSId": "32fad113-8288-4493-acc3-6e1279e092ee"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85040357794699,
+ 42.81960448196984
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "237d4d28-a3db-4ab6-9c60-8bb9213b7280",
+ "type": "ElectricalJunction",
+ "buildingId": "43"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85020874659841,
+ 42.81962852187588
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04539cc0-9985-4bde-bbcd-f89e2d7dd65d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b9b9c929-c7ba-476b-bf4f-b21560a1e73c",
+ "endJunctionId": "237d4d28-a3db-4ab6-9c60-8bb9213b7280",
+ "startFeatureId": "32fad113-8288-4493-acc3-6e1279e092ee",
+ "endFeatureId": "43",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85040357794699,
+ 42.81960448196984
+ ],
+ [
+ -78.85020874659841,
+ 42.81962852187588
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64114e51-b969-4d03-aba7-44132f8f2b02",
+ "type": "ElectricalJunction",
+ "buildingId": "42"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85010161353603,
+ 42.819660243801586
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3db12b3a-1b81-4109-ad42-e413fdbc5e6f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b9b9c929-c7ba-476b-bf4f-b21560a1e73c",
+ "endJunctionId": "64114e51-b969-4d03-aba7-44132f8f2b02",
+ "startFeatureId": "32fad113-8288-4493-acc3-6e1279e092ee",
+ "endFeatureId": "42",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 83,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85040357794699,
+ 42.81960448196984
+ ],
+ [
+ -78.85010161353603,
+ 42.819660243801586
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8038059d-69e9-4221-9779-9c56deef273e",
+ "type": "ElectricalJunction",
+ "DSId": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85022860295742,
+ 42.82023282230274
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1de71ed8-ab6d-48a4-baf5-a0bc009e41b9",
+ "type": "ElectricalJunction",
+ "buildingId": "45"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85011165383236,
+ 42.82027306295553
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3f29a7ed-ff42-4c0c-bba1-6051763c93ee",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8038059d-69e9-4221-9779-9c56deef273e",
+ "endJunctionId": "1de71ed8-ab6d-48a4-baf5-a0bc009e41b9",
+ "startFeatureId": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52",
+ "endFeatureId": "45",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85022860295742,
+ 42.82023282230274
+ ],
+ [
+ -78.85011165383236,
+ 42.82027306295553
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f3831c39-ee45-4030-9e3f-6791f14f8a13",
+ "type": "ElectricalJunction",
+ "buildingId": "44"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85012601899582,
+ 42.820035089234935
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4f72073e-e50d-480e-be89-52bd42029b5f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8038059d-69e9-4221-9779-9c56deef273e",
+ "endJunctionId": "f3831c39-ee45-4030-9e3f-6791f14f8a13",
+ "startFeatureId": "bc43e5d1-aa29-46dd-9ff2-6a1e5e5e5e52",
+ "endFeatureId": "44",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 64,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85022860295742,
+ 42.82023282230274
+ ],
+ [
+ -78.85012601899582,
+ 42.820035089234935
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "124c6e4c-31ad-420d-8509-f2470b83c023",
+ "type": "ElectricalJunction",
+ "DSId": "7a663957-500f-46a9-bf21-cdaaf13c0f6a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8496166469394,
+ 42.82001758804783
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b311ec23-fff4-4e45-a5dd-147d49f4bfe1",
+ "type": "ElectricalJunction",
+ "buildingId": "40"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84952192772535,
+ 42.820067131029646
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "62017019-22c9-466c-a0c2-b4ec36197041",
+ "type": "ElectricalConnector",
+ "startJunctionId": "124c6e4c-31ad-420d-8509-f2470b83c023",
+ "endJunctionId": "b311ec23-fff4-4e45-a5dd-147d49f4bfe1",
+ "startFeatureId": "7a663957-500f-46a9-bf21-cdaaf13c0f6a",
+ "endFeatureId": "40",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 31,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496166469394,
+ 42.82001758804783
+ ],
+ [
+ -78.84952192772535,
+ 42.820067131029646
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a7ed07b-7256-4d80-a4e2-9c59d593cff1",
+ "type": "ElectricalJunction",
+ "buildingId": "41"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84949715119888,
+ 42.82002244417791
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fe07f1cd-e704-4eab-96cc-c70fb67444c7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "124c6e4c-31ad-420d-8509-f2470b83c023",
+ "endJunctionId": "9a7ed07b-7256-4d80-a4e2-9c59d593cff1",
+ "startFeatureId": "7a663957-500f-46a9-bf21-cdaaf13c0f6a",
+ "endFeatureId": "41",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 44,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8496166469394,
+ 42.82001758804783
+ ],
+ [
+ -78.84949715119888,
+ 42.82002244417791
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e375b52b-b40b-4073-a872-5c8fe973d9dc",
+ "type": "ElectricalJunction",
+ "DSId": "b9e373aa-eb65-48cb-9488-c494972d6b3d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85039189806507,
+ 42.820608944991655
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6b6c781f-f2c5-4aad-b272-a8820c5db4f6",
+ "type": "ElectricalJunction",
+ "buildingId": "46"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85044372718438,
+ 42.82075163443991
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c24bc811-ac92-49fb-9440-e148d5e281b0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e375b52b-b40b-4073-a872-5c8fe973d9dc",
+ "endJunctionId": "6b6c781f-f2c5-4aad-b272-a8820c5db4f6",
+ "startFeatureId": "b9e373aa-eb65-48cb-9488-c494972d6b3d",
+ "endFeatureId": "46",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 54,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85039189806507,
+ 42.820608944991655
+ ],
+ [
+ -78.85044372718438,
+ 42.82075163443991
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64117b78-cf3e-4e33-a193-a2d0dc24146e",
+ "type": "ElectricalJunction",
+ "buildingId": "47"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85057355369237,
+ 42.820644614124596
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fc50e133-6ccd-4fc4-beac-83b47c9edde7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e375b52b-b40b-4073-a872-5c8fe973d9dc",
+ "endJunctionId": "64117b78-cf3e-4e33-a193-a2d0dc24146e",
+ "startFeatureId": "b9e373aa-eb65-48cb-9488-c494972d6b3d",
+ "endFeatureId": "47",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 50,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85039189806507,
+ 42.820608944991655
+ ],
+ [
+ -78.85057355369237,
+ 42.820644614124596
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6e186fc3-0697-4d25-8812-71ea8b74bc6c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85194045360232,
+ 42.81634808756522
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "927c55f2-b063-450a-9140-458d47c819dd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bb30cfc-51ba-4554-8c9e-97522a871ba6",
+ "endJunctionId": "6e186fc3-0697-4d25-8812-71ea8b74bc6c",
+ "total_length": 499,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85257596158355,
+ 42.81763615360149
+ ],
+ [
+ -78.85194045360232,
+ 42.81634808756522
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a3bd9c4-854f-47c4-91b6-0f0948d43830",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85162727285653,
+ 42.81626110445444
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a1ae021-eb71-45d9-9141-d34145f886d9",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6e186fc3-0697-4d25-8812-71ea8b74bc6c",
+ "endJunctionId": "7a3bd9c4-854f-47c4-91b6-0f0948d43830",
+ "total_length": 139,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85194045360232,
+ 42.81634808756522
+ ],
+ [
+ -78.85162727285653,
+ 42.81626110445444
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7151b489-88d7-494c-a4e8-33597e0c088f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85106564141678,
+ 42.81612822459366
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f99500e2-f74c-486e-bf0b-0f34f91e6266",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7a3bd9c4-854f-47c4-91b6-0f0948d43830",
+ "endJunctionId": "7151b489-88d7-494c-a4e8-33597e0c088f",
+ "total_length": 112,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85162727285653,
+ 42.81626110445444
+ ],
+ [
+ -78.85106564141678,
+ 42.81612822459366
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6a84bde2-224e-447f-a833-ab5bc7f9928e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8508578721563,
+ 42.81608020622004
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2374aa4e-bedf-48a4-9439-2991ecd8a419",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7151b489-88d7-494c-a4e8-33597e0c088f",
+ "endJunctionId": "6a84bde2-224e-447f-a833-ab5bc7f9928e",
+ "total_length": 58,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85106564141678,
+ 42.816128224593655
+ ],
+ [
+ -78.8508578721563,
+ 42.81608020622004
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2a812216-dfed-441c-b2d9-63dacb484574",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8501209563812,
+ 42.815904306474536
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "407d55d3-acdd-40ec-8e54-d6bd11a63714",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6a84bde2-224e-447f-a833-ab5bc7f9928e",
+ "endJunctionId": "2a812216-dfed-441c-b2d9-63dacb484574",
+ "total_length": 207,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8508578721563,
+ 42.816080206220036
+ ],
+ [
+ -78.8501209563812,
+ 42.815904306474536
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e7609ac7-cb17-4979-8586-bd4c73413e32",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84919763386569,
+ 42.81566612251537
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9c070c4e-52e0-405d-b9aa-7b36bb2392a8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2a812216-dfed-441c-b2d9-63dacb484574",
+ "endJunctionId": "e7609ac7-cb17-4979-8586-bd4c73413e32",
+ "total_length": 262,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85012095638123,
+ 42.8159043064745
+ ],
+ [
+ -78.84919763386569,
+ 42.81566612251537
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e49e165d-9c1c-44d4-a8cd-eba6e3a8f5c5",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84888926841093,
+ 42.81633053043681
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b54a2bd0-0ff5-44d7-86b4-b82e1fd39d35",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e7609ac7-cb17-4979-8586-bd4c73413e32",
+ "endJunctionId": "e49e165d-9c1c-44d4-a8cd-eba6e3a8f5c5",
+ "total_length": 256,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8491976338657,
+ 42.81566612251539
+ ],
+ [
+ -78.84888926841093,
+ 42.81633053043681
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "374421c4-2d3f-4469-867c-4d3dbcefb945",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84882695189731,
+ 42.816477872231225
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4811aad8-dc57-43e5-a38e-3ad1d6462e15",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e49e165d-9c1c-44d4-a8cd-eba6e3a8f5c5",
+ "endJunctionId": "374421c4-2d3f-4469-867c-4d3dbcefb945",
+ "total_length": 56,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84888926841093,
+ 42.8163305304368
+ ],
+ [
+ -78.84882695189731,
+ 42.816477872231225
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "15f81696-301a-46db-9757-24b9b2cf618a",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84811533066453,
+ 42.815402021055206
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a82012be-894b-4549-b630-bbed15e998c3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e7609ac7-cb17-4979-8586-bd4c73413e32",
+ "endJunctionId": "15f81696-301a-46db-9757-24b9b2cf618a",
+ "total_length": 259,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8491976338657,
+ 42.81566612251539
+ ],
+ [
+ -78.84811533066453,
+ 42.815402021055206
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "71166a37-a7b3-4ac0-8a63-563b12c2713a",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84802614160677,
+ 42.8153769336129
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3c205f82-36d1-4305-8022-382618ce36e3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "15f81696-301a-46db-9757-24b9b2cf618a",
+ "endJunctionId": "71166a37-a7b3-4ac0-8a63-563b12c2713a",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84811533066453,
+ 42.81540202105519
+ ],
+ [
+ -78.84802614160677,
+ 42.8153769336129
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "45ecf8cf-166d-4cf8-bd7a-4ba8d536c5ed",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84793798032631,
+ 42.815619599063595
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "583993da-fd51-4a51-a034-ba2504a56f9b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "71166a37-a7b3-4ac0-8a63-563b12c2713a",
+ "endJunctionId": "45ecf8cf-166d-4cf8-bd7a-4ba8d536c5ed",
+ "total_length": 92,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84802614160677,
+ 42.815376933612896
+ ],
+ [
+ -78.84793798032631,
+ 42.815619599063595
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "da41622c-40a3-4d96-a6dc-2804d4bb8d48",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84778248038023,
+ 42.81600116565883
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a47584ad-0955-416f-9faf-6bc557a20033",
+ "type": "ElectricalConnector",
+ "startJunctionId": "45ecf8cf-166d-4cf8-bd7a-4ba8d536c5ed",
+ "endJunctionId": "da41622c-40a3-4d96-a6dc-2804d4bb8d48",
+ "total_length": 142,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84793798032634,
+ 42.815619599063616
+ ],
+ [
+ -78.84778248038023,
+ 42.81600116565883
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d7846afb-01af-470b-b778-16ef14cc8dd0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84817314898056,
+ 42.815294577824126
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c31a80c-2552-4987-84aa-62026e8c6676",
+ "type": "ElectricalConnector",
+ "startJunctionId": "15f81696-301a-46db-9757-24b9b2cf618a",
+ "endJunctionId": "d7846afb-01af-470b-b778-16ef14cc8dd0",
+ "total_length": 42,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84811533066453,
+ 42.81540202105521
+ ],
+ [
+ -78.84817314898056,
+ 42.815294577824126
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "14536db9-709d-4ba6-b7f1-c55277a82dd8",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84822599508746,
+ 42.8151960476228
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "119ae421-2f30-4402-bfcb-13cfdb276e15",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d7846afb-01af-470b-b778-16ef14cc8dd0",
+ "endJunctionId": "14536db9-709d-4ba6-b7f1-c55277a82dd8",
+ "total_length": 39,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84817314898058,
+ 42.81529457782411
+ ],
+ [
+ -78.84822599508746,
+ 42.8151960476228
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9bb0cc74-35ea-4e1c-a92e-64d41051f122",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84828520304778,
+ 42.81502014587622
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "09ebfc30-639a-4dde-b5b9-e8d69ed779ce",
+ "type": "ElectricalConnector",
+ "startJunctionId": "14536db9-709d-4ba6-b7f1-c55277a82dd8",
+ "endJunctionId": "9bb0cc74-35ea-4e1c-a92e-64d41051f122",
+ "total_length": 66,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822599508747,
+ 42.815196047622806
+ ],
+ [
+ -78.84828520304778,
+ 42.81502014587622
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c8d29a13-8803-417c-afe0-5b869818bf8f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84736831405853,
+ 42.81522134252135
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b1829b9b-aca7-4c04-b503-40c055befa82",
+ "type": "ElectricalConnector",
+ "startJunctionId": "71166a37-a7b3-4ac0-8a63-563b12c2713a",
+ "endJunctionId": "c8d29a13-8803-417c-afe0-5b869818bf8f",
+ "total_length": 185,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84802614160677,
+ 42.815376933612896
+ ],
+ [
+ -78.84736831405853,
+ 42.81522134252135
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fff06a3e-91ac-4fc8-89fd-1e0f2aba02d5",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84701556177771,
+ 42.81512488012599
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aa284eb9-8886-447c-9b54-074523a96cbf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c8d29a13-8803-417c-afe0-5b869818bf8f",
+ "endJunctionId": "fff06a3e-91ac-4fc8-89fd-1e0f2aba02d5",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84736831405853,
+ 42.815221342521326
+ ],
+ [
+ -78.84701556177771,
+ 42.81512488012599
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "368cf076-a65e-4344-9645-010958d4cc38",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84687057875738,
+ 42.81507643677051
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "10f0c3f4-71a1-4874-ae1b-e495c6766da1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "fff06a3e-91ac-4fc8-89fd-1e0f2aba02d5",
+ "endJunctionId": "368cf076-a65e-4344-9645-010958d4cc38",
+ "total_length": 43,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84701556177772,
+ 42.81512488012599
+ ],
+ [
+ -78.84687057875738,
+ 42.81507643677051
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5b817200-9375-4e7a-beac-5dea3ae2b597",
+ "type": "ElectricalJunction",
+ "DSId": "64cb9dbf-be4d-485c-81cd-35f7b63edee7"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84682861924688,
+ 42.81513248532156
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20f0cd14-221b-434c-9179-39a988b4d78f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "368cf076-a65e-4344-9645-010958d4cc38",
+ "endJunctionId": "5b817200-9375-4e7a-beac-5dea3ae2b597",
+ "endFeatureId": "64cb9dbf-be4d-485c-81cd-35f7b63edee7",
+ "endFeatureType": "District System",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84687057875738,
+ 42.81507643677051
+ ],
+ [
+ -78.84682861924688,
+ 42.81513248532156
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ed1c8103-fd67-4c01-ba9a-0b55fd007d89",
+ "type": "ElectricalJunction",
+ "DSId": "d82a37af-e01f-427b-afa0-01ce638ad5ed"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84699977969879,
+ 42.81506285427469
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b78b9896-30fa-4ce8-abb7-6fd85e76d5bf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "fff06a3e-91ac-4fc8-89fd-1e0f2aba02d5",
+ "endJunctionId": "ed1c8103-fd67-4c01-ba9a-0b55fd007d89",
+ "endFeatureId": "d82a37af-e01f-427b-afa0-01ce638ad5ed",
+ "endFeatureType": "District System",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84701556177772,
+ 42.81512488012599
+ ],
+ [
+ -78.84699977969879,
+ 42.81506285427469
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d39e0e1b-b35e-4abf-b85d-506fa4b9d73c",
+ "type": "ElectricalJunction",
+ "DSId": "22087b2e-f365-4a73-aece-05baa4169931"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84738862414723,
+ 42.81516227231908
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "80c9ae49-f2d3-4605-8c9b-81a7491652b7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c8d29a13-8803-417c-afe0-5b869818bf8f",
+ "endJunctionId": "d39e0e1b-b35e-4abf-b85d-506fa4b9d73c",
+ "endFeatureId": "22087b2e-f365-4a73-aece-05baa4169931",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84736831405853,
+ 42.815221342521326
+ ],
+ [
+ -78.84738862414723,
+ 42.81516227231908
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fe0f8286-e5bb-4fe7-bad8-d9ff6a42f417",
+ "type": "ElectricalJunction",
+ "DSId": "c38e6e52-262a-497d-b4e4-8c7a3d649355"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84807468878101,
+ 42.81530668485623
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3f2aeb45-af63-47b6-ac84-26a55fb71e2c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d7846afb-01af-470b-b778-16ef14cc8dd0",
+ "endJunctionId": "fe0f8286-e5bb-4fe7-bad8-d9ff6a42f417",
+ "endFeatureId": "c38e6e52-262a-497d-b4e4-8c7a3d649355",
+ "endFeatureType": "District System",
+ "total_length": 41,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84817314898058,
+ 42.81529457782411
+ ],
+ [
+ -78.84807468878101,
+ 42.81530668485623
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d99a57dd-009e-4524-bd31-febda2a58bd7",
+ "type": "ElectricalJunction",
+ "DSId": "e9a341aa-5aee-48ac-a6ec-fd1611b93bfd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8482827971479,
+ 42.815156591947996
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d588e1ed-efdc-4c8d-913b-f28c836c22e7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "14536db9-709d-4ba6-b7f1-c55277a82dd8",
+ "endJunctionId": "d99a57dd-009e-4524-bd31-febda2a58bd7",
+ "endFeatureId": "e9a341aa-5aee-48ac-a6ec-fd1611b93bfd",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822599508749,
+ 42.815196047622806
+ ],
+ [
+ -78.8482827971479,
+ 42.815156591947996
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8b86c4d7-b5f6-420c-93df-5552916b7110",
+ "type": "ElectricalJunction",
+ "DSId": "47f489bf-ee8a-43c0-ba87-1f526aa2aa54"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84834518266379,
+ 42.814978130469804
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8b09302d-21aa-4ba8-909a-0cf311b6955e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "9bb0cc74-35ea-4e1c-a92e-64d41051f122",
+ "endJunctionId": "8b86c4d7-b5f6-420c-93df-5552916b7110",
+ "endFeatureId": "47f489bf-ee8a-43c0-ba87-1f526aa2aa54",
+ "endFeatureType": "District System",
+ "total_length": 28,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8482852030478,
+ 42.81502014587619
+ ],
+ [
+ -78.84834518266379,
+ 42.814978130469804
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b5847a9d-aa99-4d88-9c01-8c4fa5121bd2",
+ "type": "ElectricalJunction",
+ "DSId": "07629dee-60c3-4bbf-9520-7bbd9b58bed1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84806484393037,
+ 42.81563685000781
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ce5907cd-5ca9-45cb-94a4-45aed88c6e5e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "45ecf8cf-166d-4cf8-bd7a-4ba8d536c5ed",
+ "endJunctionId": "b5847a9d-aa99-4d88-9c01-8c4fa5121bd2",
+ "endFeatureId": "07629dee-60c3-4bbf-9520-7bbd9b58bed1",
+ "endFeatureType": "District System",
+ "total_length": 35,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84793798032634,
+ 42.815619599063616
+ ],
+ [
+ -78.84806484393037,
+ 42.81563685000781
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dbaa0c97-8fff-477b-bc71-5c7a80009ac0",
+ "type": "ElectricalJunction",
+ "DSId": "882aecd7-8bf2-402d-ab69-7c0f679ffa8d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84768005614724,
+ 42.81598684072394
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7f022192-3290-4c93-adaa-3d77e94600be",
+ "type": "ElectricalConnector",
+ "startJunctionId": "da41622c-40a3-4d96-a6dc-2804d4bb8d48",
+ "endJunctionId": "dbaa0c97-8fff-477b-bc71-5c7a80009ac0",
+ "endFeatureId": "882aecd7-8bf2-402d-ab69-7c0f679ffa8d",
+ "endFeatureType": "District System",
+ "total_length": 28,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84778248038023,
+ 42.81600116565883
+ ],
+ [
+ -78.84768005614724,
+ 42.81598684072394
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a2a14ea3-ac13-452b-863f-5f08fc0c4a38",
+ "type": "ElectricalJunction",
+ "DSId": "e3df8216-5d45-448e-b2a8-04a6c7947b03"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84886659962844,
+ 42.816605728162884
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c2df954b-438c-4085-a846-effb9caf4242",
+ "type": "ElectricalConnector",
+ "startJunctionId": "374421c4-2d3f-4469-867c-4d3dbcefb945",
+ "endJunctionId": "a2a14ea3-ac13-452b-863f-5f08fc0c4a38",
+ "endFeatureId": "e3df8216-5d45-448e-b2a8-04a6c7947b03",
+ "endFeatureType": "District System",
+ "total_length": 44,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84882695189731,
+ 42.81647787223122
+ ],
+ [
+ -78.84886659962844,
+ 42.816605728162884
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "53d644c9-4cf8-4748-bf62-29f477b2f562",
+ "type": "ElectricalJunction",
+ "DSId": "10772302-22ea-4eee-a4f7-0056d25487cc"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84903270186645,
+ 42.81634817425489
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "25a9eb38-226b-47b1-8b25-3a5d49eb711b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e49e165d-9c1c-44d4-a8cd-eba6e3a8f5c5",
+ "endJunctionId": "53d644c9-4cf8-4748-bf62-29f477b2f562",
+ "endFeatureId": "10772302-22ea-4eee-a4f7-0056d25487cc",
+ "endFeatureType": "District System",
+ "total_length": 39,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84888926841093,
+ 42.8163305304368
+ ],
+ [
+ -78.84903270186645,
+ 42.81634817425489
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f11825c-6409-47e7-90b4-d8a4467b03bf",
+ "type": "ElectricalJunction",
+ "DSId": "c2cf0d95-205c-45f4-9904-6594dfa3cfbb"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8501706380883,
+ 42.81578414345156
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "79e9b109-641e-4f63-ad06-82653736ee8e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2a812216-dfed-441c-b2d9-63dacb484574",
+ "endJunctionId": "1f11825c-6409-47e7-90b4-d8a4467b03bf",
+ "endFeatureId": "c2cf0d95-205c-45f4-9904-6594dfa3cfbb",
+ "endFeatureType": "District System",
+ "total_length": 46,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85012095638123,
+ 42.8159043064745
+ ],
+ [
+ -78.8501706380883,
+ 42.81578414345156
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "75f3d910-e01d-4dec-8f99-24faeedd272f",
+ "type": "ElectricalJunction",
+ "DSId": "98734fa0-2cea-4670-97b2-7174c259da47"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85084024019015,
+ 42.81620855622456
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e1c7366d-4431-4396-88d2-05af534c8683",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6a84bde2-224e-447f-a833-ab5bc7f9928e",
+ "endJunctionId": "75f3d910-e01d-4dec-8f99-24faeedd272f",
+ "endFeatureId": "98734fa0-2cea-4670-97b2-7174c259da47",
+ "endFeatureType": "District System",
+ "total_length": 47,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8508578721563,
+ 42.816080206220036
+ ],
+ [
+ -78.85084024019015,
+ 42.81620855622456
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6835f71b-bfc9-429d-b066-4d1efc5ab8d1",
+ "type": "ElectricalJunction",
+ "DSId": "54eef713-01b3-4d6a-96c1-d95c1333bb19"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85106116690135,
+ 42.81603540698691
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "402b1063-dfe8-420b-98b4-e8f01b8d5b8a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7151b489-88d7-494c-a4e8-33597e0c088f",
+ "endJunctionId": "6835f71b-bfc9-429d-b066-4d1efc5ab8d1",
+ "endFeatureId": "54eef713-01b3-4d6a-96c1-d95c1333bb19",
+ "endFeatureType": "District System",
+ "total_length": 34,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85106564141678,
+ 42.816128224593655
+ ],
+ [
+ -78.85106116690135,
+ 42.81603540698691
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "841ba795-a485-41a2-8007-00e6711e4861",
+ "type": "ElectricalJunction",
+ "DSId": "5c826421-5db1-4e23-99ec-dd234169e588"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85167084241155,
+ 42.81641149037543
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3b659082-e7fa-4204-9fc2-abc1f040ba6d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7a3bd9c4-854f-47c4-91b6-0f0948d43830",
+ "endJunctionId": "841ba795-a485-41a2-8007-00e6711e4861",
+ "endFeatureId": "5c826421-5db1-4e23-99ec-dd234169e588",
+ "endFeatureType": "District System",
+ "total_length": 70,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85162727285653,
+ 42.81626110445444
+ ],
+ [
+ -78.85167084241155,
+ 42.81641149037543
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bc2f03b0-9c46-4260-a9d3-11c740bb58d0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84767059506518,
+ 42.81624807433889
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a3a0bac7-c315-4e49-b68b-044a2ef9273a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "da41622c-40a3-4d96-a6dc-2804d4bb8d48",
+ "endJunctionId": "bc2f03b0-9c46-4260-a9d3-11c740bb58d0",
+ "total_length": 97,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84778248038023,
+ 42.81600116565883
+ ],
+ [
+ -78.84767059506518,
+ 42.81624807433889
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "37e12f7d-1f8d-47e8-baba-d366b7846462",
+ "type": "ElectricalJunction",
+ "DSId": "a27e7e6b-02ce-4789-a8cc-da87c418ae1a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84759351523647,
+ 42.81626678300365
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d67d04e1-4897-4c46-81ff-fd1ba328dd90",
+ "type": "ElectricalConnector",
+ "startJunctionId": "bc2f03b0-9c46-4260-a9d3-11c740bb58d0",
+ "endJunctionId": "37e12f7d-1f8d-47e8-baba-d366b7846462",
+ "endFeatureId": "a27e7e6b-02ce-4789-a8cc-da87c418ae1a",
+ "endFeatureType": "District System",
+ "total_length": 27,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84767059506518,
+ 42.81624807433889
+ ],
+ [
+ -78.84759351523647,
+ 42.81626678300365
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "af013889-6768-4494-848d-a7c5807b6af2",
+ "type": "ElectricalJunction",
+ "DSId": "5c826421-5db1-4e23-99ec-dd234169e588"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85160687080376,
+ 42.81651855456386
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "58159530-62ab-40ac-b810-477230447392",
+ "type": "ElectricalJunction",
+ "buildingId": "5"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85186325041461,
+ 42.81731120427166
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c105290-cbbe-4c97-95aa-6270e8273648",
+ "type": "ElectricalConnector",
+ "startJunctionId": "af013889-6768-4494-848d-a7c5807b6af2",
+ "endJunctionId": "58159530-62ab-40ac-b810-477230447392",
+ "startFeatureId": "5c826421-5db1-4e23-99ec-dd234169e588",
+ "endFeatureId": "5",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 311,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85160687080376,
+ 42.81651855456386
+ ],
+ [
+ -78.85186325041461,
+ 42.81731120427166
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ee559d2-469c-46fc-ae91-d80a88997b81",
+ "type": "ElectricalJunction",
+ "DSId": "98734fa0-2cea-4670-97b2-7174c259da47"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85076824375489,
+ 42.81632822637571
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e1387c94-848e-49ef-b3a7-d6c3a46ef7d6",
+ "type": "ElectricalJunction",
+ "buildingId": "6"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85117530539551,
+ 42.816501674021275
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "33d84f98-2613-41cb-b470-5d573cd6492e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5ee559d2-469c-46fc-ae91-d80a88997b81",
+ "endJunctionId": "e1387c94-848e-49ef-b3a7-d6c3a46ef7d6",
+ "startFeatureId": "98734fa0-2cea-4670-97b2-7174c259da47",
+ "endFeatureId": "6",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 126,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85076824375489,
+ 42.81632822637571
+ ],
+ [
+ -78.85117530539551,
+ 42.816501674021275
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ba68d412-e836-4bd8-a2e8-cff8c4b3bca3",
+ "type": "ElectricalJunction",
+ "DSId": "10772302-22ea-4eee-a4f7-0056d25487cc"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84916857461505,
+ 42.81639778735296
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "599c7690-cc46-4a7a-9ef3-50790bbd8266",
+ "type": "ElectricalJunction",
+ "buildingId": "7"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84938917893291,
+ 42.81629990462469
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6b19e88e-0775-4842-8c12-f5c20e96058c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ba68d412-e836-4bd8-a2e8-cff8c4b3bca3",
+ "endJunctionId": "599c7690-cc46-4a7a-9ef3-50790bbd8266",
+ "startFeatureId": "10772302-22ea-4eee-a4f7-0056d25487cc",
+ "endFeatureId": "7",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 69,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84916857461505,
+ 42.81639778735296
+ ],
+ [
+ -78.84938917893291,
+ 42.81629990462469
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "377f82ee-f627-4cec-aaad-9018db291da8",
+ "type": "ElectricalJunction",
+ "DSId": "e3df8216-5d45-448e-b2a8-04a6c7947b03"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84872505349874,
+ 42.81655627575243
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "053b81de-da01-465d-b91f-0728207b5049",
+ "type": "ElectricalJunction",
+ "buildingId": "9"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84863229428842,
+ 42.81645758598772
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aa32e463-936d-483c-84d3-cbfc361cb992",
+ "type": "ElectricalConnector",
+ "startJunctionId": "377f82ee-f627-4cec-aaad-9018db291da8",
+ "endJunctionId": "053b81de-da01-465d-b91f-0728207b5049",
+ "startFeatureId": "e3df8216-5d45-448e-b2a8-04a6c7947b03",
+ "endFeatureId": "9",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 44,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84872505349874,
+ 42.81655627575243
+ ],
+ [
+ -78.84863229428842,
+ 42.81645758598772
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "60b5c654-1ffa-45bd-8c60-d92a92012c1e",
+ "type": "ElectricalJunction",
+ "DSId": "07629dee-60c3-4bbf-9520-7bbd9b58bed1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84820254865633,
+ 42.81569016213718
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f991b22-6e32-45e2-80d0-e9c638543cfb",
+ "type": "ElectricalJunction",
+ "buildingId": "38"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84841073379475,
+ 42.81565897319725
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8101c5a5-952e-447a-a646-32324199efc3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "60b5c654-1ffa-45bd-8c60-d92a92012c1e",
+ "endJunctionId": "1f991b22-6e32-45e2-80d0-e9c638543cfb",
+ "startFeatureId": "07629dee-60c3-4bbf-9520-7bbd9b58bed1",
+ "endFeatureId": "38",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 57,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84820254865633,
+ 42.81569016213718
+ ],
+ [
+ -78.84841073379475,
+ 42.81565897319725
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fc3979db-0541-4f9e-9be8-1869782aea83",
+ "type": "ElectricalJunction",
+ "DSId": "e9a341aa-5aee-48ac-a6ec-fd1611b93bfd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84837307365075,
+ 42.81518905157343
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "93f1f143-dddf-4b67-84b2-8961a6ef30c6",
+ "type": "ElectricalJunction",
+ "buildingId": "24"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84843500104674,
+ 42.815191050835274
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3e605bb8-c25e-4d01-9661-d027c95e75dd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "fc3979db-0541-4f9e-9be8-1869782aea83",
+ "endJunctionId": "93f1f143-dddf-4b67-84b2-8961a6ef30c6",
+ "startFeatureId": "e9a341aa-5aee-48ac-a6ec-fd1611b93bfd",
+ "endFeatureId": "24",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 17,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84837307365075,
+ 42.81518905157343
+ ],
+ [
+ -78.84843500104674,
+ 42.815191050835274
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "039d186e-42b0-4ccd-a08f-943fc7a3e697",
+ "type": "ElectricalJunction",
+ "DSId": "47f489bf-ee8a-43c0-ba87-1f526aa2aa54"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84843508826285,
+ 42.81501503361463
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20aadd19-a721-48b7-92a9-fecf830fc88b",
+ "type": "ElectricalJunction",
+ "buildingId": "25"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84878601592824,
+ 42.81500010233875
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f149c5cb-586e-4aaa-9467-fe49d807e7b3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "039d186e-42b0-4ccd-a08f-943fc7a3e697",
+ "endJunctionId": "20aadd19-a721-48b7-92a9-fecf830fc88b",
+ "startFeatureId": "47f489bf-ee8a-43c0-ba87-1f526aa2aa54",
+ "endFeatureId": "25",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 94,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84843508826285,
+ 42.81501503361463
+ ],
+ [
+ -78.84878601592824,
+ 42.81500010233875
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c0877100-cb14-4196-be6b-19cb7e5576df",
+ "type": "ElectricalJunction",
+ "DSId": "c38e6e52-262a-497d-b4e4-8c7a3d649355"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84797753839244,
+ 42.815271870651834
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f1c9930-1fbe-48bc-8d7c-31082138572b",
+ "type": "ElectricalJunction",
+ "buildingId": "23"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84788455715973,
+ 42.81518894957326
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46236a1f-d656-48ad-b2cc-268075a32638",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c0877100-cb14-4196-be6b-19cb7e5576df",
+ "endJunctionId": "1f1c9930-1fbe-48bc-8d7c-31082138572b",
+ "startFeatureId": "c38e6e52-262a-497d-b4e4-8c7a3d649355",
+ "endFeatureId": "23",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 39,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84797753839244,
+ 42.815271870651834
+ ],
+ [
+ -78.84788455715973,
+ 42.81518894957326
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "47239369-c3aa-4efb-a7d5-b8b111fe68bb",
+ "type": "ElectricalJunction",
+ "DSId": "a27e7e6b-02ce-4789-a8cc-da87c418ae1a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84753278747436,
+ 42.816370499744245
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c73fb9be-0856-415a-8715-2258afe9493d",
+ "type": "ElectricalJunction",
+ "buildingId": "31"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84745587056045,
+ 42.81638312865548
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "778fc0ed-3da9-4896-978a-55ebfccf5acd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "47239369-c3aa-4efb-a7d5-b8b111fe68bb",
+ "endJunctionId": "c73fb9be-0856-415a-8715-2258afe9493d",
+ "startFeatureId": "a27e7e6b-02ce-4789-a8cc-da87c418ae1a",
+ "endFeatureId": "31",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84753278747436,
+ 42.816370499744245
+ ],
+ [
+ -78.84745587056045,
+ 42.81638312865548
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "974ef4e9-8d1b-44da-80a4-5e5b102a5724",
+ "type": "ElectricalJunction",
+ "DSId": "882aecd7-8bf2-402d-ab69-7c0f679ffa8d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8475363935243,
+ 42.81593302345769
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "091bd043-cc26-4874-89b1-44813f313d78",
+ "type": "ElectricalJunction",
+ "buildingId": "32"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.847184295773,
+ 42.81582960088479
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "637f7e4f-7a0b-440d-940a-6b8f68be3401",
+ "type": "ElectricalConnector",
+ "startJunctionId": "974ef4e9-8d1b-44da-80a4-5e5b102a5724",
+ "endJunctionId": "091bd043-cc26-4874-89b1-44813f313d78",
+ "startFeatureId": "882aecd7-8bf2-402d-ab69-7c0f679ffa8d",
+ "endFeatureId": "32",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8475363935243,
+ 42.81593302345769
+ ],
+ [
+ -78.847184295773,
+ 42.81582960088479
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d6632921-9084-4c72-829f-372e3638f910",
+ "type": "ElectricalJunction",
+ "DSId": "64cb9dbf-be4d-485c-81cd-35f7b63edee7"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84676946253555,
+ 42.81523198822468
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fbf2e146-6d23-46ba-813e-3c398e2abd26",
+ "type": "ElectricalJunction",
+ "buildingId": "33"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8469267013708,
+ 42.81530874012531
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a4bc4d20-8e49-4bc4-a330-839a31b783b0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d6632921-9084-4c72-829f-372e3638f910",
+ "endJunctionId": "fbf2e146-6d23-46ba-813e-3c398e2abd26",
+ "startFeatureId": "64cb9dbf-be4d-485c-81cd-35f7b63edee7",
+ "endFeatureId": "33",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 51,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84676946253555,
+ 42.81523198822468
+ ],
+ [
+ -78.8469267013708,
+ 42.81530874012531
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3eff1c2a-b75d-4ab5-b56d-281db67161ba",
+ "type": "ElectricalJunction",
+ "DSId": "d82a37af-e01f-427b-afa0-01ce638ad5ed"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84705625420106,
+ 42.814965318640226
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6bbdd436-3cce-4615-8eb9-cab08c19f503",
+ "type": "ElectricalJunction",
+ "buildingId": "11"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84694396089245,
+ 42.814908661645134
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "34150e98-08df-45ff-9a42-7ff04837722d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "3eff1c2a-b75d-4ab5-b56d-281db67161ba",
+ "endJunctionId": "6bbdd436-3cce-4615-8eb9-cab08c19f503",
+ "startFeatureId": "d82a37af-e01f-427b-afa0-01ce638ad5ed",
+ "endFeatureId": "11",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 36,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84705625420106,
+ 42.814965318640226
+ ],
+ [
+ -78.84694396089245,
+ 42.814908661645134
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5a739b03-8928-448c-a0a8-eb0ddb7ffb9f",
+ "type": "ElectricalJunction",
+ "DSId": "22087b2e-f365-4a73-aece-05baa4169931"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84744640290494,
+ 42.815071510148414
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d24b05c7-6747-4abf-8428-44930a387f04",
+ "type": "ElectricalJunction",
+ "buildingId": "39"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84765906089704,
+ 42.815077292531925
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c3ddbbe-24ca-4c7f-82f1-88d7c083753d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5a739b03-8928-448c-a0a8-eb0ddb7ffb9f",
+ "endJunctionId": "d24b05c7-6747-4abf-8428-44930a387f04",
+ "startFeatureId": "22087b2e-f365-4a73-aece-05baa4169931",
+ "endFeatureId": "39",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 57,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84744640290494,
+ 42.815071510148414
+ ],
+ [
+ -78.84765906089704,
+ 42.815077292531925
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "094f830f-3a64-4f25-8cb7-ff58ec8011c0",
+ "type": "ElectricalJunction",
+ "DSId": "c2cf0d95-205c-45f4-9904-6594dfa3cfbb"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85023576063787,
+ 42.81566211762161
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "29d29701-2bed-4257-9fc1-7dbfddd216c2",
+ "type": "ElectricalJunction",
+ "buildingId": "30"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85000207360292,
+ 42.815563296655846
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f7016d70-11d5-478a-804f-7fec22f32ebf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "094f830f-3a64-4f25-8cb7-ff58ec8011c0",
+ "endJunctionId": "29d29701-2bed-4257-9fc1-7dbfddd216c2",
+ "startFeatureId": "c2cf0d95-205c-45f4-9904-6594dfa3cfbb",
+ "endFeatureId": "30",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 72,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85023576063787,
+ 42.81566211762161
+ ],
+ [
+ -78.85000207360292,
+ 42.815563296655846
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b684fc66-e812-4c6a-9a30-92750ccd0ac1",
+ "type": "ElectricalJunction",
+ "DSId": "54eef713-01b3-4d6a-96c1-d95c1333bb19"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85112818718528,
+ 42.81592853030058
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c71f7037-85b3-4a16-9ddb-eae8137818da",
+ "type": "ElectricalJunction",
+ "buildingId": "8"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85115258722637,
+ 42.81572197373124
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "10ec97d5-e68a-4ee5-98a1-b9be37ad2e35",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b684fc66-e812-4c6a-9a30-92750ccd0ac1",
+ "endJunctionId": "c71f7037-85b3-4a16-9ddb-eae8137818da",
+ "startFeatureId": "54eef713-01b3-4d6a-96c1-d95c1333bb19",
+ "endFeatureId": "8",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 76,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85112818718528,
+ 42.81592853030058
+ ],
+ [
+ -78.85115258722637,
+ 42.81572197373124
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a1e379ec-9207-4b24-b68e-38fed8051ed2",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85123634536852,
+ 42.81491088207679
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "db928724-c5d9-4c16-a85c-56365cf0fa05",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6e186fc3-0697-4d25-8812-71ea8b74bc6c",
+ "endJunctionId": "a1e379ec-9207-4b24-b68e-38fed8051ed2",
+ "total_length": 566,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85194045360232,
+ 42.81634808756522
+ ],
+ [
+ -78.85123634536852,
+ 42.81491088207679
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e49c4f3-3ce9-478c-b95a-e84d08b2953b",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8497559655546,
+ 42.814542444082946
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bd585e0b-e0ac-449f-bf11-03a6884190ac",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a1e379ec-9207-4b24-b68e-38fed8051ed2",
+ "endJunctionId": "9e49c4f3-3ce9-478c-b95a-e84d08b2953b",
+ "total_length": 411,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85123634536852,
+ 42.81491088207679
+ ],
+ [
+ -78.8497559655546,
+ 42.814542444082946
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c658f0ab-fbd3-4d8a-8209-ecc6ce2547dc",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84897755320006,
+ 42.8143461812669
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d58a2d54-eed6-4753-866f-d4090b62fe57",
+ "type": "ElectricalConnector",
+ "startJunctionId": "9e49c4f3-3ce9-478c-b95a-e84d08b2953b",
+ "endJunctionId": "c658f0ab-fbd3-4d8a-8209-ecc6ce2547dc",
+ "total_length": 218,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84975596555462,
+ 42.814542444082925
+ ],
+ [
+ -78.84897755320006,
+ 42.8143461812669
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a4293679-d2ec-44db-a115-b661050744c7",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84882525675505,
+ 42.81429694933999
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8861d253-fc50-462d-abc2-62b5c971486c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8487066089355,
+ 42.814271408533415
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bcb040f9-52b6-4c64-91a6-1b4814e3f276",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a4293679-d2ec-44db-a115-b661050744c7",
+ "endJunctionId": "8861d253-fc50-462d-abc2-62b5c971486c",
+ "total_length": 20,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84882525675505,
+ 42.81429694933999
+ ],
+ [
+ -78.8487066089355,
+ 42.814271408533415
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5121ae9e-7b54-4652-9b7d-b291369450a0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84882276805196,
+ 42.81411544834549
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bf601053-e263-4e2e-9082-1fe8cbc69862",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8861d253-fc50-462d-abc2-62b5c971486c",
+ "endJunctionId": "5121ae9e-7b54-4652-9b7d-b291369450a0",
+ "total_length": 65,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8487066089355,
+ 42.814271408533415
+ ],
+ [
+ -78.84882276805196,
+ 42.81411544834549
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "473797eb-fa1e-4c92-b22f-fa3e9ca96c54",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8489838726248,
+ 42.81371678655316
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "937a7570-dfde-4081-84bf-4614620ce1a8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5121ae9e-7b54-4652-9b7d-b291369450a0",
+ "endJunctionId": "473797eb-fa1e-4c92-b22f-fa3e9ca96c54",
+ "total_length": 155,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84882276805196,
+ 42.814115448345476
+ ],
+ [
+ -78.8489838726248,
+ 42.81371678655316
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b24186cc-bdf5-453e-835d-9f5c19c647b0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84905182795845,
+ 42.81358049529297
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04f16688-6b12-4450-94df-692962c22333",
+ "type": "ElectricalConnector",
+ "startJunctionId": "473797eb-fa1e-4c92-b22f-fa3e9ca96c54",
+ "endJunctionId": "b24186cc-bdf5-453e-835d-9f5c19c647b0",
+ "total_length": 52,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8489838726248,
+ 42.81371678655316
+ ],
+ [
+ -78.84905182795845,
+ 42.81358049529297
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f9d26cdd-a9f4-483c-b809-37d04ad5984c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84923149464429,
+ 42.81309773389771
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f9c27dc4-2aab-4ee4-8e74-aef4226688be",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b24186cc-bdf5-453e-835d-9f5c19c647b0",
+ "endJunctionId": "f9d26cdd-a9f4-483c-b809-37d04ad5984c",
+ "total_length": 180,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84905182795845,
+ 42.81358049529297
+ ],
+ [
+ -78.84923149464429,
+ 42.81309773389771
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "095d8cd2-20c6-4edb-8bd2-7b7b14b2c82a",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84858386883256,
+ 42.814245798382565
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "50356e51-79fa-4ed6-80ad-cf039dedb3dc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8861d253-fc50-462d-abc2-62b5c971486c",
+ "endJunctionId": "095d8cd2-20c6-4edb-8bd2-7b7b14b2c82a",
+ "total_length": 38,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8487066089355,
+ 42.814271408533415
+ ],
+ [
+ -78.84858386883256,
+ 42.814245798382565
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "77574775-61cd-411a-ae3b-6393958c10d0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84839713676213,
+ 42.81419410615254
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1dad0900-018b-416f-8026-d15e319a3582",
+ "type": "ElectricalConnector",
+ "startJunctionId": "095d8cd2-20c6-4edb-8bd2-7b7b14b2c82a",
+ "endJunctionId": "77574775-61cd-411a-ae3b-6393958c10d0",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84858386883256,
+ 42.81424579838255
+ ],
+ [
+ -78.84839713676213,
+ 42.81419410615254
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24983baf-95b5-4446-ab2c-b7dc59e405d3",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84811405658148,
+ 42.81411633571292
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "20fb1891-9381-4586-8a3c-40c4bf88e9b4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77574775-61cd-411a-ae3b-6393958c10d0",
+ "endJunctionId": "24983baf-95b5-4446-ab2c-b7dc59e405d3",
+ "total_length": 81,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84839713676213,
+ 42.81419410615253
+ ],
+ [
+ -78.84811405658148,
+ 42.81411633571292
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5cdd831c-5bdf-4c00-aba4-f14577cf531c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8478592070378,
+ 42.81376822428581
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1641a4fe-bf54-4dc5-9b0f-6731fcfdd4d1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "24983baf-95b5-4446-ab2c-b7dc59e405d3",
+ "endJunctionId": "5cdd831c-5bdf-4c00-aba4-f14577cf531c",
+ "total_length": 144,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8481140565815,
+ 42.814116335712924
+ ],
+ [
+ -78.8478592070378,
+ 42.81376822428581
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e93f1601-c900-41bf-b08b-f5b47b1f7b62",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84771595922761,
+ 42.81356594833673
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "87294751-7f24-49ec-9e2d-372075357f33",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5cdd831c-5bdf-4c00-aba4-f14577cf531c",
+ "endJunctionId": "e93f1601-c900-41bf-b08b-f5b47b1f7b62",
+ "total_length": 83,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84785920703781,
+ 42.81376822428581
+ ],
+ [
+ -78.84771595922761,
+ 42.81356594833673
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fd895db0-0f36-48f8-892c-bb63d7304f13",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84765047707496,
+ 42.81347538608847
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2c2921a1-670a-4dc0-b99a-25d6166271f0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e93f1601-c900-41bf-b08b-f5b47b1f7b62",
+ "endJunctionId": "fd895db0-0f36-48f8-892c-bb63d7304f13",
+ "total_length": 50,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84771595922763,
+ 42.81356594833673
+ ],
+ [
+ -78.84765047707496,
+ 42.81347538608847
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "509b49a3-f146-4254-b73b-d9971d9fbc40",
+ "type": "ElectricalJunction",
+ "DSId": "1dc8ba87-c15a-408a-865a-6da9a308b4a0"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8475727138662,
+ 42.81353519032706
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1d142d91-d698-4a28-af33-eb1164c50d2c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "fd895db0-0f36-48f8-892c-bb63d7304f13",
+ "endJunctionId": "509b49a3-f146-4254-b73b-d9971d9fbc40",
+ "endFeatureId": "1dc8ba87-c15a-408a-865a-6da9a308b4a0",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84765047707496,
+ 42.81347538608847
+ ],
+ [
+ -78.8475727138662,
+ 42.81353519032706
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "00dab291-7cbb-410f-8fd7-e83c6cf6175d",
+ "type": "ElectricalJunction",
+ "DSId": "0d8d6781-8604-409e-8b0e-91af6a1fe4b1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84780688952273,
+ 42.81356488413394
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d41ee3d1-111f-4cd0-ac10-56a884c29c17",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e93f1601-c900-41bf-b08b-f5b47b1f7b62",
+ "endJunctionId": "00dab291-7cbb-410f-8fd7-e83c6cf6175d",
+ "endFeatureId": "0d8d6781-8604-409e-8b0e-91af6a1fe4b1",
+ "endFeatureType": "District System",
+ "total_length": 24,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84771595922763,
+ 42.81356594833673
+ ],
+ [
+ -78.84780688952273,
+ 42.81356488413394
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b4b7306d-d987-430d-a517-0680a77543ab",
+ "type": "ElectricalJunction",
+ "DSId": "0e8a4194-0068-459e-8d63-2a65bbe44347"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84775437024962,
+ 42.81375213778468
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6fe40677-ca9a-4c71-9efa-2f3fdb37f9e5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5cdd831c-5bdf-4c00-aba4-f14577cf531c",
+ "endJunctionId": "b4b7306d-d987-430d-a517-0680a77543ab",
+ "endFeatureId": "0e8a4194-0068-459e-8d63-2a65bbe44347",
+ "endFeatureType": "District System",
+ "total_length": 34,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84785920703781,
+ 42.81376822428581
+ ],
+ [
+ -78.84775437024962,
+ 42.81375213778468
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8c64e4bc-676f-4fac-8b02-73e45430e1ea",
+ "type": "ElectricalJunction",
+ "DSId": "cb7595d5-599c-4368-9e6d-fa9fd76e5819"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8484354174556,
+ 42.8142577772507
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "92ce25a6-f3e8-4f3c-9264-5c9864e3678d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77574775-61cd-411a-ae3b-6393958c10d0",
+ "endJunctionId": "8c64e4bc-676f-4fac-8b02-73e45430e1ea",
+ "endFeatureId": "cb7595d5-599c-4368-9e6d-fa9fd76e5819",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84839713676213,
+ 42.814194106152506
+ ],
+ [
+ -78.8484354174556,
+ 42.8142577772507
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0e96a695-4653-4a64-91f8-f70c73674cd2",
+ "type": "ElectricalJunction",
+ "DSId": "51abf6b0-bb96-4bc2-80ac-e0a539cd7944"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84854743479247,
+ 42.81437445952203
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "74c5c055-78b2-44d7-bd09-58eb81a95a1e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "095d8cd2-20c6-4edb-8bd2-7b7b14b2c82a",
+ "endJunctionId": "0e96a695-4653-4a64-91f8-f70c73674cd2",
+ "endFeatureId": "51abf6b0-bb96-4bc2-80ac-e0a539cd7944",
+ "endFeatureType": "District System",
+ "total_length": 48,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84858386883256,
+ 42.81424579838255
+ ],
+ [
+ -78.84854743479247,
+ 42.81437445952203
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0283547a-0c6e-4389-adce-ad035f407908",
+ "type": "ElectricalJunction",
+ "DSId": "53f32837-03c8-4bff-b991-db0a4814ea1d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84871484012922,
+ 42.81433724276382
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "266b9e5f-1ead-443e-b8d9-eeba0f636669",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a4293679-d2ec-44db-a115-b661050744c7",
+ "endJunctionId": "0283547a-0c6e-4389-adce-ad035f407908",
+ "endFeatureId": "53f32837-03c8-4bff-b991-db0a4814ea1d",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84882525675505,
+ 42.81429694933999
+ ],
+ [
+ -78.84871484012922,
+ 42.81433724276382
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6445b603-97a9-4bf1-96ff-cf6b05cd061f",
+ "type": "ElectricalJunction",
+ "DSId": "220b3e86-0733-470f-9eda-f5c4b77020c5"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84900607838422,
+ 42.81430439645254
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2375430f-9879-4d01-a3cf-450e27fd9842",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c658f0ab-fbd3-4d8a-8209-ecc6ce2547dc",
+ "endJunctionId": "6445b603-97a9-4bf1-96ff-cf6b05cd061f",
+ "endFeatureId": "220b3e86-0733-470f-9eda-f5c4b77020c5",
+ "endFeatureType": "District System",
+ "total_length": 16,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84897755320006,
+ 42.8143461812669
+ ],
+ [
+ -78.84900607838422,
+ 42.81430439645254
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "09783e2f-0e48-4e4d-a994-0396d3354644",
+ "type": "ElectricalJunction",
+ "DSId": "8620e0b4-b1a5-42a9-aaf7-0d37ab5c3bec"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84974448911589,
+ 42.814623511534734
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "140a3492-8517-46a6-9992-96dde5a057cf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "9e49c4f3-3ce9-478c-b95a-e84d08b2953b",
+ "endJunctionId": "09783e2f-0e48-4e4d-a994-0396d3354644",
+ "endFeatureId": "8620e0b4-b1a5-42a9-aaf7-0d37ab5c3bec",
+ "endFeatureType": "District System",
+ "total_length": 30,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84975596555462,
+ 42.814542444082925
+ ],
+ [
+ -78.84974448911589,
+ 42.814623511534734
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1ca110e7-7aba-4f9f-8d0d-09bf9eec8bc5",
+ "type": "ElectricalJunction",
+ "DSId": "645ff929-cc02-4697-975d-248baa106c15"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8487808848275,
+ 42.814109021977295
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d283c300-f186-4ac8-ba3b-35b9e95d3e80",
+ "type": "ElectricalConnector",
+ "startJunctionId": "5121ae9e-7b54-4652-9b7d-b291369450a0",
+ "endJunctionId": "1ca110e7-7aba-4f9f-8d0d-09bf9eec8bc5",
+ "endFeatureId": "645ff929-cc02-4697-975d-248baa106c15",
+ "endFeatureType": "District System",
+ "total_length": 11,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84882276805196,
+ 42.814115448345476
+ ],
+ [
+ -78.8487808848275,
+ 42.814109021977295
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c16d6538-0b04-44b7-8275-f56c411fc955",
+ "type": "ElectricalJunction",
+ "DSId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84916243221839,
+ 42.81372195532688
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3e019641-a47a-440c-95e2-4ce7a1333175",
+ "type": "ElectricalConnector",
+ "startJunctionId": "473797eb-fa1e-4c92-b22f-fa3e9ca96c54",
+ "endJunctionId": "c16d6538-0b04-44b7-8275-f56c411fc955",
+ "endFeatureId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2",
+ "endFeatureType": "District System",
+ "total_length": 48,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84898387262481,
+ 42.81371678655314
+ ],
+ [
+ -78.84916243221839,
+ 42.81372195532688
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4e809ec1-a47a-4379-9df9-bf1d4d0c47b7",
+ "type": "ElectricalJunction",
+ "DSId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84901351937437,
+ 42.813557364616365
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6601b48a-17c3-45a0-a02a-b3e78eff35e3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b24186cc-bdf5-453e-835d-9f5c19c647b0",
+ "endJunctionId": "4e809ec1-a47a-4379-9df9-bf1d4d0c47b7",
+ "endFeatureId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8",
+ "endFeatureType": "District System",
+ "total_length": 13,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84905182795845,
+ 42.81358049529296
+ ],
+ [
+ -78.84901351937437,
+ 42.813557364616365
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bd824d35-cfb2-4268-bebf-535381342d94",
+ "type": "ElectricalJunction",
+ "DSId": "bc9aa300-8797-4121-a079-94524518bbcd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84922893027978,
+ 42.81302541438594
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6502a515-109a-480d-9353-4cd98a10c693",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f9d26cdd-a9f4-483c-b809-37d04ad5984c",
+ "endJunctionId": "bd824d35-cfb2-4268-bebf-535381342d94",
+ "endFeatureId": "bc9aa300-8797-4121-a079-94524518bbcd",
+ "endFeatureType": "District System",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84923149464429,
+ 42.81309773389771
+ ],
+ [
+ -78.84922893027978,
+ 42.81302541438594
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4e2340d8-d7ae-4ad5-9eab-f8be50c99898",
+ "type": "ElectricalJunction",
+ "DSId": "8620e0b4-b1a5-42a9-aaf7-0d37ab5c3bec"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84968441641585,
+ 42.814719198449026
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d020361a-b1d0-4253-b83e-5c4e2aa85450",
+ "type": "ElectricalJunction",
+ "buildingId": "19"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84945979830071,
+ 42.81497251141807
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "191117e4-0b3f-4d5b-a6b2-76750454562e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "4e2340d8-d7ae-4ad5-9eab-f8be50c99898",
+ "endJunctionId": "d020361a-b1d0-4253-b83e-5c4e2aa85450",
+ "startFeatureId": "8620e0b4-b1a5-42a9-aaf7-0d37ab5c3bec",
+ "endFeatureId": "19",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 110,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84968441641585,
+ 42.814719198449026
+ ],
+ [
+ -78.84945979830071,
+ 42.81497251141807
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7d3e4261-6577-4a80-9bdb-4dfa3abf8bc5",
+ "type": "ElectricalJunction",
+ "DSId": "220b3e86-0733-470f-9eda-f5c4b77020c5"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8490617981527,
+ 42.814203714716214
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "897d24d8-19ef-42f9-adfd-8ea5c0fb9829",
+ "type": "ElectricalJunction",
+ "buildingId": "17"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84933489556957,
+ 42.81430314423905
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6ddfa312-2e77-4647-8de1-c4b3b7c8cac7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7d3e4261-6577-4a80-9bdb-4dfa3abf8bc5",
+ "endJunctionId": "897d24d8-19ef-42f9-adfd-8ea5c0fb9829",
+ "startFeatureId": "220b3e86-0733-470f-9eda-f5c4b77020c5",
+ "endFeatureId": "17",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 82,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8490617981527,
+ 42.814203714716214
+ ],
+ [
+ -78.84933489556957,
+ 42.81430314423905
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17e51bad-9195-41af-83e5-038ad28b6668",
+ "type": "ElectricalJunction",
+ "DSId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84929704448992,
+ 42.81377190650124
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c1acd841-6142-444d-b4f6-c7ead394eaf7",
+ "type": "ElectricalJunction",
+ "buildingId": "138"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84950183602946,
+ 42.81361047583678
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8e6299f7-8628-4f87-9e60-42e81b17be28",
+ "type": "ElectricalConnector",
+ "startJunctionId": "17e51bad-9195-41af-83e5-038ad28b6668",
+ "endJunctionId": "c1acd841-6142-444d-b4f6-c7ead394eaf7",
+ "startFeatureId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2",
+ "endFeatureId": "138",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 80,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84929704448992,
+ 42.81377190650124
+ ],
+ [
+ -78.84950183602946,
+ 42.81361047583678
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "075afa3b-e74a-4d88-a1f4-caa0055dbcff",
+ "type": "ElectricalJunction",
+ "buildingId": "126"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84960247974045,
+ 42.813749242386855
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "80e703ec-a92a-424a-9e48-9a27e694f56b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "17e51bad-9195-41af-83e5-038ad28b6668",
+ "endJunctionId": "075afa3b-e74a-4d88-a1f4-caa0055dbcff",
+ "startFeatureId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2",
+ "endFeatureId": "126",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 82,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84929704448992,
+ 42.81377190650124
+ ],
+ [
+ -78.84960247974045,
+ 42.813749242386855
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "05df2622-801e-46af-b4fb-b1c06f809bd7",
+ "type": "ElectricalJunction",
+ "buildingId": "125"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84979342232823,
+ 42.81413587622245
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bd5cdde-071d-4517-9fae-5ed580233f85",
+ "type": "ElectricalConnector",
+ "startJunctionId": "17e51bad-9195-41af-83e5-038ad28b6668",
+ "endJunctionId": "05df2622-801e-46af-b4fb-b1c06f809bd7",
+ "startFeatureId": "34af5ea9-6e1d-49be-864e-a6f4c1aebfe2",
+ "endFeatureId": "125",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 188,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84929704448992,
+ 42.81377190650124
+ ],
+ [
+ -78.84979342232823,
+ 42.81413587622245
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b102f294-4c2b-44e4-ad44-b8c3a4428b7d",
+ "type": "ElectricalJunction",
+ "DSId": "bc9aa300-8797-4121-a079-94524518bbcd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84927662522081,
+ 42.81293733687006
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b82ecbef-d93d-45be-bbfb-a910a7b4cc60",
+ "type": "ElectricalJunction",
+ "buildingId": "145"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84915240423229,
+ 42.81289167047783
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aa0f463b-831f-4e1f-89a6-ac5662fd0ba3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b102f294-4c2b-44e4-ad44-b8c3a4428b7d",
+ "endJunctionId": "b82ecbef-d93d-45be-bbfb-a910a7b4cc60",
+ "startFeatureId": "bc9aa300-8797-4121-a079-94524518bbcd",
+ "endFeatureId": "145",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84927662522081,
+ 42.81293733687006
+ ],
+ [
+ -78.84915240423229,
+ 42.81289167047783
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "26d84415-c2e4-4574-b98e-ed140a4a5b69",
+ "type": "ElectricalJunction",
+ "buildingId": "146"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84924188686283,
+ 42.812713239294816
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5dbcee5a-1fbe-4de3-8468-d7edc8e38d91",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b102f294-4c2b-44e4-ad44-b8c3a4428b7d",
+ "endJunctionId": "26d84415-c2e4-4574-b98e-ed140a4a5b69",
+ "startFeatureId": "bc9aa300-8797-4121-a079-94524518bbcd",
+ "endFeatureId": "146",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 82,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84927662522081,
+ 42.81293733687006
+ ],
+ [
+ -78.84924188686283,
+ 42.812713239294816
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f3565b78-e99a-442b-9f07-56382d4505ec",
+ "type": "ElectricalJunction",
+ "buildingId": "147"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84931761944299,
+ 42.81253640796854
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fc575429-3712-490a-a7c4-5f224a15747e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "b102f294-4c2b-44e4-ad44-b8c3a4428b7d",
+ "endJunctionId": "f3565b78-e99a-442b-9f07-56382d4505ec",
+ "startFeatureId": "bc9aa300-8797-4121-a079-94524518bbcd",
+ "endFeatureId": "147",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 147,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84927662522081,
+ 42.812937336870036
+ ],
+ [
+ -78.84931761944299,
+ 42.81253640796854
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f8cf292-f615-4525-a016-b4afe0ed159d",
+ "type": "ElectricalJunction",
+ "DSId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84897871180452,
+ 42.81348709140374
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "943a97ed-d4ce-4166-b1ac-c5c0ffe61644",
+ "type": "ElectricalJunction",
+ "buildingId": "142"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84890632597435,
+ 42.813426497463595
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "14a51253-cc02-46cc-b1bd-b448ec648ea8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1f8cf292-f615-4525-a016-b4afe0ed159d",
+ "endJunctionId": "943a97ed-d4ce-4166-b1ac-c5c0ffe61644",
+ "startFeatureId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8",
+ "endFeatureId": "142",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 29,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84897871180452,
+ 42.81348709140374
+ ],
+ [
+ -78.84890632597435,
+ 42.813426497463595
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "994bb1d0-5b51-4ee1-833e-fb4b2ba8dba8",
+ "type": "ElectricalJunction",
+ "buildingId": "143"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84899421687496,
+ 42.81324843040988
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b7b7cdcd-594c-41ab-a922-82e14cbefb72",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1f8cf292-f615-4525-a016-b4afe0ed159d",
+ "endJunctionId": "994bb1d0-5b51-4ee1-833e-fb4b2ba8dba8",
+ "startFeatureId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8",
+ "endFeatureId": "143",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 87,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84897871180452,
+ 42.81348709140374
+ ],
+ [
+ -78.84899421687496,
+ 42.81324843040988
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "829b3e40-46f8-4835-a69a-3fd6be38cdc6",
+ "type": "ElectricalJunction",
+ "buildingId": "144"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84907072729932,
+ 42.81307242216555
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6051d7cb-ed7d-4d47-ac66-6dbadcac4da0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1f8cf292-f615-4525-a016-b4afe0ed159d",
+ "endJunctionId": "829b3e40-46f8-4835-a69a-3fd6be38cdc6",
+ "startFeatureId": "7e4125d6-bceb-486e-afcb-bdcbd79506e8",
+ "endFeatureId": "144",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 153,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84897871180452,
+ 42.81348709140374
+ ],
+ [
+ -78.84907072729932,
+ 42.81307242216555
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6c415b46-5506-4a95-974c-610c008a4ee9",
+ "type": "ElectricalJunction",
+ "DSId": "645ff929-cc02-4697-975d-248baa106c15"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84874607725769,
+ 42.8140387493916
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6c788f52-6f3e-4178-b884-a22f0252cc01",
+ "type": "ElectricalJunction",
+ "buildingId": "139"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84866404771417,
+ 42.81395608638895
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6fb4ef3d-8fd2-4ad6-a28c-81159730bcfe",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6c415b46-5506-4a95-974c-610c008a4ee9",
+ "endJunctionId": "6c788f52-6f3e-4178-b884-a22f0252cc01",
+ "startFeatureId": "645ff929-cc02-4697-975d-248baa106c15",
+ "endFeatureId": "139",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 37,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84874607725769,
+ 42.8140387493916
+ ],
+ [
+ -78.84866404771417,
+ 42.81395608638895
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "94398185-4e6b-4ffd-9874-e0cc34c79671",
+ "type": "ElectricalJunction",
+ "buildingId": "140"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.848740224042,
+ 42.813787193464826
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1ac0eeb0-efe3-458b-b1db-c9fc92117575",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6c415b46-5506-4a95-974c-610c008a4ee9",
+ "endJunctionId": "94398185-4e6b-4ffd-9874-e0cc34c79671",
+ "startFeatureId": "645ff929-cc02-4697-975d-248baa106c15",
+ "endFeatureId": "140",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 92,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84874607725769,
+ 42.8140387493916
+ ],
+ [
+ -78.848740224042,
+ 42.813787193464826
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9217f44a-bdb2-4a46-a3b8-b326e1b6c0aa",
+ "type": "ElectricalJunction",
+ "buildingId": "141"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84882035550248,
+ 42.813610095384355
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e6535c9-6f3b-465d-8b50-6a3db4dc6ee5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "6c415b46-5506-4a95-974c-610c008a4ee9",
+ "endJunctionId": "9217f44a-bdb2-4a46-a3b8-b326e1b6c0aa",
+ "startFeatureId": "645ff929-cc02-4697-975d-248baa106c15",
+ "endFeatureId": "141",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 158,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84874607725769,
+ 42.8140387493916
+ ],
+ [
+ -78.84882035550248,
+ 42.813610095384355
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f92edde1-aeed-458f-8309-5095c17460f6",
+ "type": "ElectricalJunction",
+ "DSId": "53f32837-03c8-4bff-b991-db0a4814ea1d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84867058213104,
+ 42.81442649562257
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "63f72ec8-6ebf-4cbc-9443-d136cd24ed94",
+ "type": "ElectricalJunction",
+ "buildingId": "20"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84876044073049,
+ 42.81450640376295
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "96d84c3f-afe5-41e4-abb3-9d76bb5e1245",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f92edde1-aeed-458f-8309-5095c17460f6",
+ "endJunctionId": "63f72ec8-6ebf-4cbc-9443-d136cd24ed94",
+ "startFeatureId": "53f32837-03c8-4bff-b991-db0a4814ea1d",
+ "endFeatureId": "20",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 36,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84867058213104,
+ 42.81442649562257
+ ],
+ [
+ -78.84876044073049,
+ 42.81450640376295
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "36891493-cb27-422e-9420-74acc43f0596",
+ "type": "ElectricalJunction",
+ "DSId": "51abf6b0-bb96-4bc2-80ac-e0a539cd7944"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84850386577111,
+ 42.81445934186195
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5b07ccd4-d086-46b8-85c3-30b0e953ca60",
+ "type": "ElectricalJunction",
+ "buildingId": "21"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84863707503186,
+ 42.81477146265306
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d8732b3f-9224-4076-a29d-e0c8b2543c71",
+ "type": "ElectricalConnector",
+ "startJunctionId": "36891493-cb27-422e-9420-74acc43f0596",
+ "endJunctionId": "5b07ccd4-d086-46b8-85c3-30b0e953ca60",
+ "startFeatureId": "51abf6b0-bb96-4bc2-80ac-e0a539cd7944",
+ "endFeatureId": "21",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 119,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84850386577111,
+ 42.81445934186195
+ ],
+ [
+ -78.84863707503186,
+ 42.81477146265306
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e2f13a1b-e061-4858-8d83-4e6288339684",
+ "type": "ElectricalJunction",
+ "DSId": "cb7595d5-599c-4368-9e6d-fa9fd76e5819"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84839231039918,
+ 42.81433206953238
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6caba827-422c-4467-931a-1af07dd6312b",
+ "type": "ElectricalJunction",
+ "buildingId": "22"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84826706739518,
+ 42.814390485189605
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4504bb0c-efc8-41d4-b3bc-cf5209487a94",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e2f13a1b-e061-4858-8d83-4e6288339684",
+ "endJunctionId": "6caba827-422c-4467-931a-1af07dd6312b",
+ "startFeatureId": "cb7595d5-599c-4368-9e6d-fa9fd76e5819",
+ "endFeatureId": "22",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 40,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84839231039918,
+ 42.81433206953238
+ ],
+ [
+ -78.84826706739518,
+ 42.814390485189605
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "77746289-e1ba-4562-bd72-07098f1d25f9",
+ "type": "ElectricalJunction",
+ "DSId": "0e8a4194-0068-459e-8d63-2a65bbe44347"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84770575931992,
+ 42.81383836485459
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "293d0bc6-dcae-4644-a610-6f85b141cb98",
+ "type": "ElectricalJunction",
+ "buildingId": "35"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84776155930618,
+ 42.813983836642905
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "892ad9fb-1745-4f5a-a3e8-dc641a8cf13a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77746289-e1ba-4562-bd72-07098f1d25f9",
+ "endJunctionId": "293d0bc6-dcae-4644-a610-6f85b141cb98",
+ "startFeatureId": "0e8a4194-0068-459e-8d63-2a65bbe44347",
+ "endFeatureId": "35",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 55,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84770575931992,
+ 42.81383836485459
+ ],
+ [
+ -78.84776155930618,
+ 42.813983836642905
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e73c048c-3b4b-479b-9021-38d7a18174a2",
+ "type": "ElectricalJunction",
+ "buildingId": "34"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84804801212272,
+ 42.8142365165473
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "acfba6e4-42dd-4d5c-90a2-2ff7933c5cef",
+ "type": "ElectricalConnector",
+ "startJunctionId": "77746289-e1ba-4562-bd72-07098f1d25f9",
+ "endJunctionId": "e73c048c-3b4b-479b-9021-38d7a18174a2",
+ "startFeatureId": "0e8a4194-0068-459e-8d63-2a65bbe44347",
+ "endFeatureId": "34",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 172,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84770575931992,
+ 42.81383836485457
+ ],
+ [
+ -78.84804801212272,
+ 42.8142365165473
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bedd4ef2-b401-4317-8366-685479889337",
+ "type": "ElectricalJunction",
+ "DSId": "1dc8ba87-c15a-408a-865a-6da9a308b4a0"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84746147252824,
+ 42.81348976286741
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0b4efdf0-982f-4aff-937c-a1f54ebc1cf0",
+ "type": "ElectricalJunction",
+ "buildingId": "36"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84726971373419,
+ 42.81354503561819
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dd6d5c6c-e367-4cab-b97a-ac3bf96a0b76",
+ "type": "ElectricalConnector",
+ "startJunctionId": "bedd4ef2-b401-4317-8366-685479889337",
+ "endJunctionId": "0b4efdf0-982f-4aff-937c-a1f54ebc1cf0",
+ "startFeatureId": "1dc8ba87-c15a-408a-865a-6da9a308b4a0",
+ "endFeatureId": "36",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 55,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84746147252824,
+ 42.81348976286741
+ ],
+ [
+ -78.84726971373419,
+ 42.81354503561819
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aa1825f9-30f3-4b71-82d5-9d23cdbbef62",
+ "type": "ElectricalJunction",
+ "buildingId": "37"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84720631863146,
+ 42.8132510273366
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "50453c3c-28a0-4a87-949e-144b26039d1a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "bedd4ef2-b401-4317-8366-685479889337",
+ "endJunctionId": "aa1825f9-30f3-4b71-82d5-9d23cdbbef62",
+ "startFeatureId": "1dc8ba87-c15a-408a-865a-6da9a308b4a0",
+ "endFeatureId": "37",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 111,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84746147252824,
+ 42.81348976286741
+ ],
+ [
+ -78.84720631863146,
+ 42.8132510273366
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "713b9217-1d79-4b50-ab63-cd6348b5bdb5",
+ "type": "ElectricalJunction",
+ "DSId": "0d8d6781-8604-409e-8b0e-91af6a1fe4b1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8478612313376,
+ 42.813472942264205
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b510fc37-dc54-498d-bb8d-2bfe86dfb45e",
+ "type": "ElectricalJunction",
+ "buildingId": "18"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84794268183917,
+ 42.813452362823256
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1667d664-5c7b-4ace-bf6d-1cc5f37249dc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "713b9217-1d79-4b50-ab63-cd6348b5bdb5",
+ "endJunctionId": "b510fc37-dc54-498d-bb8d-2bfe86dfb45e",
+ "startFeatureId": "0d8d6781-8604-409e-8b0e-91af6a1fe4b1",
+ "endFeatureId": "18",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8478612313376,
+ 42.813472942264205
+ ],
+ [
+ -78.84794268183917,
+ 42.813452362823256
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0de3fb8d-ef38-49b8-bf44-d0d10c228db0",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85090708952931,
+ 42.81424088690446
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "368f926b-a7f9-4cb6-b93b-89bfc2bcfe72",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85060603835947,
+ 42.81360042154293
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d1b14df4-1663-4e6f-879e-a19d8a640c9b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0de3fb8d-ef38-49b8-bf44-d0d10c228db0",
+ "endJunctionId": "368f926b-a7f9-4cb6-b93b-89bfc2bcfe72",
+ "total_length": 225,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85090708952931,
+ 42.81424088690446
+ ],
+ [
+ -78.85060603835947,
+ 42.81360042154293
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a4972383-73f6-47a4-8643-5f547e1fb7e2",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85033165461773,
+ 42.813093159667076
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bdc71b5a-c6e2-4e11-b044-5c22ee0558a8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "368f926b-a7f9-4cb6-b93b-89bfc2bcfe72",
+ "endJunctionId": "a4972383-73f6-47a4-8643-5f547e1fb7e2",
+ "total_length": 210,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85060603835947,
+ 42.81360042154293
+ ],
+ [
+ -78.85033165461773,
+ 42.813093159667076
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "07479a33-944e-44d9-acfa-3ab67c959c47",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85011676498424,
+ 42.81266054856046
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6e90b204-c6dc-4dbd-ab95-3a50d0d0ff6b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a4972383-73f6-47a4-8643-5f547e1fb7e2",
+ "endJunctionId": "07479a33-944e-44d9-acfa-3ab67c959c47",
+ "total_length": 168,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85033165461773,
+ 42.81309315966705
+ ],
+ [
+ -78.85011676498424,
+ 42.81266054856046
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "68498f68-9404-4084-8e3c-624747814cab",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85021692693812,
+ 42.81235155409038
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d4fbadaf-e6ff-4b2a-8370-e16f076459e8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "07479a33-944e-44d9-acfa-3ab67c959c47",
+ "endJunctionId": "68498f68-9404-4084-8e3c-624747814cab",
+ "total_length": 116,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85011676498424,
+ 42.81266054856046
+ ],
+ [
+ -78.85021692693812,
+ 42.81235155409038
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f3f081de-5bd3-4ced-a1fc-4a03f30d2692",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85032717377206,
+ 42.8120061774254
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5a663c03-8fdc-4ad9-9529-0f76fe982598",
+ "type": "ElectricalConnector",
+ "startJunctionId": "68498f68-9404-4084-8e3c-624747814cab",
+ "endJunctionId": "f3f081de-5bd3-4ced-a1fc-4a03f30d2692",
+ "total_length": 129,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85021692693812,
+ 42.81235155409037
+ ],
+ [
+ -78.85032717377206,
+ 42.8120061774254
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "be0e6ebb-aaa7-4f57-ae8f-b3c34e4836f2",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85049847198628,
+ 42.81152219608077
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f6f8ef8-f431-4a08-b6d8-56acaef253f0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f3f081de-5bd3-4ced-a1fc-4a03f30d2692",
+ "endJunctionId": "be0e6ebb-aaa7-4f57-ae8f-b3c34e4836f2",
+ "total_length": 182,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85032717377206,
+ 42.81200617742541
+ ],
+ [
+ -78.85049847198628,
+ 42.81152219608077
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "aeb7658f-ebe1-45c4-8411-77265c77ef97",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84953058101065,
+ 42.81127521814327
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "075dbc60-18be-4815-8b09-674f87596555",
+ "type": "ElectricalConnector",
+ "startJunctionId": "be0e6ebb-aaa7-4f57-ae8f-b3c34e4836f2",
+ "endJunctionId": "aeb7658f-ebe1-45c4-8411-77265c77ef97",
+ "total_length": 274,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85049847198628,
+ 42.81152219608078
+ ],
+ [
+ -78.84953058101065,
+ 42.81127521814327
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8a58cb0f-2d3e-437d-86f7-ee2b08ef9838",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8483957919045,
+ 42.81098602297975
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2f48d56f-4586-412f-b549-e890e2872c6d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "aeb7658f-ebe1-45c4-8411-77265c77ef97",
+ "endJunctionId": "8a58cb0f-2d3e-437d-86f7-ee2b08ef9838",
+ "total_length": 322,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84953058101065,
+ 42.811275218143265
+ ],
+ [
+ -78.8483957919045,
+ 42.81098602297975
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2797fb34-3947-42c1-9372-27915df42a82",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84794982555637,
+ 42.81088130946944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b3854723-c417-41ea-b22d-c445f4f61fde",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8a58cb0f-2d3e-437d-86f7-ee2b08ef9838",
+ "endJunctionId": "2797fb34-3947-42c1-9372-27915df42a82",
+ "total_length": 125,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483957919045,
+ 42.81098602297975
+ ],
+ [
+ -78.84794982555637,
+ 42.81088130946944
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c349ec7-674a-4e5e-abc2-01a553afd25c",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84771201807534,
+ 42.811324725073675
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f66bd9d-49ac-400a-b6e9-2de4834b047c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2797fb34-3947-42c1-9372-27915df42a82",
+ "endJunctionId": "4c349ec7-674a-4e5e-abc2-01a553afd25c",
+ "total_length": 174,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84794982555637,
+ 42.81088130946942
+ ],
+ [
+ -78.84771201807534,
+ 42.811324725073675
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81d63fcf-8d4d-4a35-b8a6-a6bdb9c2e5de",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8481407500297,
+ 42.8114129467286
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5c1ff268-6dbf-4b5c-89d7-2e01684c1e6b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "4c349ec7-674a-4e5e-abc2-01a553afd25c",
+ "endJunctionId": "81d63fcf-8d4d-4a35-b8a6-a6bdb9c2e5de",
+ "total_length": 119,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84771201807536,
+ 42.811324725073696
+ ],
+ [
+ -78.8481407500297,
+ 42.8114129467286
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2ff0bf69-f51d-44f1-8b9a-4a9fd31887e3",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84874959924447,
+ 42.81157358554475
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f8e31ab0-49a4-492e-901b-81c6b137db7d",
+ "type": "ElectricalConnector",
+ "startJunctionId": "81d63fcf-8d4d-4a35-b8a6-a6bdb9c2e5de",
+ "endJunctionId": "2ff0bf69-f51d-44f1-8b9a-4a9fd31887e3",
+ "total_length": 173,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8481407500297,
+ 42.8114129467286
+ ],
+ [
+ -78.84874959924447,
+ 42.81157358554475
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "56ad4a00-76a1-4130-a013-d3886727b321",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84751827314118,
+ 42.811663608906606
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "79a77b6d-ec21-4eec-b9c1-dec9c5a6d869",
+ "type": "ElectricalConnector",
+ "startJunctionId": "4c349ec7-674a-4e5e-abc2-01a553afd25c",
+ "endJunctionId": "56ad4a00-76a1-4130-a013-d3886727b321",
+ "total_length": 134,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84771201807536,
+ 42.811324725073696
+ ],
+ [
+ -78.84751827314118,
+ 42.811663608906606
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d6f81efd-6c82-4a63-9b5d-bc9430acc19f",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84787163989532,
+ 42.81177251299835
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6d6e38f6-050a-4207-8c90-bec4f5808e75",
+ "type": "ElectricalConnector",
+ "startJunctionId": "56ad4a00-76a1-4130-a013-d3886727b321",
+ "endJunctionId": "d6f81efd-6c82-4a63-9b5d-bc9430acc19f",
+ "total_length": 103,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84751827314118,
+ 42.811663608906606
+ ],
+ [
+ -78.84787163989532,
+ 42.81177251299835
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "08c0af4c-0d3d-4f07-bfb1-0d12a25fa043",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84830033566301,
+ 42.81189435703449
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6c3c07c3-ddbd-47c2-adc2-81625752b62b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d6f81efd-6c82-4a63-9b5d-bc9430acc19f",
+ "endJunctionId": "08c0af4c-0d3d-4f07-bfb1-0d12a25fa043",
+ "total_length": 123,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84787163989532,
+ 42.81177251299834
+ ],
+ [
+ -78.84830033566301,
+ 42.81189435703449
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1bba30bb-8810-4776-a64b-fe6b3e47b994",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8468946772213,
+ 42.812771920504645
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f6c5fcdb-f6c6-4ed4-ba70-c0c7f6766818",
+ "type": "ElectricalConnector",
+ "startJunctionId": "56ad4a00-76a1-4130-a013-d3886727b321",
+ "endJunctionId": "1bba30bb-8810-4776-a64b-fe6b3e47b994",
+ "total_length": 437,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84751827314118,
+ 42.811663608906606
+ ],
+ [
+ -78.8468946772213,
+ 42.812771920504645
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7f1db590-f266-4786-b99b-495187c0ae0e",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84725935780217,
+ 42.8128693146432
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4dcfe0ac-6446-4ed8-bb92-be23d6d7bf24",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1bba30bb-8810-4776-a64b-fe6b3e47b994",
+ "endJunctionId": "7f1db590-f266-4786-b99b-495187c0ae0e",
+ "total_length": 104,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8468946772213,
+ 42.81277192050463
+ ],
+ [
+ -78.84725935780217,
+ 42.8128693146432
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f0482b44-ef12-47eb-8097-ab2b06c269fc",
+ "type": "ElectricalJunction"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8481606309509,
+ 42.813176583631595
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "860fc515-e407-403c-8071-bc91dde9d752",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7f1db590-f266-4786-b99b-495187c0ae0e",
+ "endJunctionId": "f0482b44-ef12-47eb-8097-ab2b06c269fc",
+ "total_length": 266,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84725935780219,
+ 42.81286931464318
+ ],
+ [
+ -78.8481606309509,
+ 42.813176583631595
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "87802df7-3917-4a11-892a-a2afb587e669",
+ "type": "ElectricalJunction",
+ "DSId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84822690187426,
+ 42.81311656955527
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ea12f83-31f9-48eb-8ba6-b8eec63d9318",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f0482b44-ef12-47eb-8097-ab2b06c269fc",
+ "endJunctionId": "87802df7-3917-4a11-892a-a2afb587e669",
+ "endFeatureId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246",
+ "endFeatureType": "District System",
+ "total_length": 25,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8481606309509,
+ 42.81317658363158
+ ],
+ [
+ -78.84822690187426,
+ 42.81311656955527
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b8cf617a-c60a-4a30-b89f-c18b1924960d",
+ "type": "ElectricalJunction",
+ "DSId": "176a6786-67c6-44bb-af83-b38019a08dd8"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8473166088863,
+ 42.8126762577017
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5cf6d257-f1ad-446b-8ca8-2418308fc15c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "7f1db590-f266-4786-b99b-495187c0ae0e",
+ "endJunctionId": "b8cf617a-c60a-4a30-b89f-c18b1924960d",
+ "endFeatureId": "176a6786-67c6-44bb-af83-b38019a08dd8",
+ "endFeatureType": "District System",
+ "total_length": 77,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84725935780219,
+ 42.81286931464318
+ ],
+ [
+ -78.8473166088863,
+ 42.8126762577017
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "33a6da29-0edb-46e3-b62f-86451faa962a",
+ "type": "ElectricalJunction",
+ "DSId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84782806902659,
+ 42.811826477310134
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "312808a7-d76b-4d5e-9f11-aabd415418fd",
+ "type": "ElectricalConnector",
+ "startJunctionId": "d6f81efd-6c82-4a63-9b5d-bc9430acc19f",
+ "endJunctionId": "33a6da29-0edb-46e3-b62f-86451faa962a",
+ "endFeatureId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f",
+ "endFeatureType": "District System",
+ "total_length": 23,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84787163989532,
+ 42.81177251299834
+ ],
+ [
+ -78.84782806902659,
+ 42.811826477310134
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c2607ee2-dd89-4f15-adfb-f8c22d7ead86",
+ "type": "ElectricalJunction",
+ "DSId": "f5b187e9-c3e3-43f8-b054-d02153dd1897"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84838164328836,
+ 42.811909424543
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c548e0e1-2ffd-41c6-9dfb-87f6992c1a94",
+ "type": "ElectricalConnector",
+ "startJunctionId": "08c0af4c-0d3d-4f07-bfb1-0d12a25fa043",
+ "endJunctionId": "c2607ee2-dd89-4f15-adfb-f8c22d7ead86",
+ "endFeatureId": "f5b187e9-c3e3-43f8-b054-d02153dd1897",
+ "endFeatureType": "District System",
+ "total_length": 22,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84830033566303,
+ 42.811894357034475
+ ],
+ [
+ -78.84838164328836,
+ 42.811909424543
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2b4ea06a-ad98-4931-86d4-dbdc7beb9789",
+ "type": "ElectricalJunction",
+ "DSId": "9aede561-8039-4158-af05-a1bdec5fc47b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84810755576709,
+ 42.811476008839314
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9b4a63c9-31e3-463f-903a-269bdf847fbf",
+ "type": "ElectricalConnector",
+ "startJunctionId": "81d63fcf-8d4d-4a35-b8a6-a6bdb9c2e5de",
+ "endJunctionId": "2b4ea06a-ad98-4931-86d4-dbdc7beb9789",
+ "endFeatureId": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "endFeatureType": "District System",
+ "total_length": 15,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8481407500297,
+ 42.8114129467286
+ ],
+ [
+ -78.84810755576709,
+ 42.811476008839314
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "27f25d6a-395d-4306-ab58-c575e638619e",
+ "type": "ElectricalJunction",
+ "DSId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84881700307969,
+ 42.81161523062755
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3b097494-49b5-47f7-8cae-95931b4cb678",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ff0bf69-f51d-44f1-8b9a-4a9fd31887e3",
+ "endJunctionId": "27f25d6a-395d-4306-ab58-c575e638619e",
+ "endFeatureId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84874959924447,
+ 42.81157358554475
+ ],
+ [
+ -78.84881700307969,
+ 42.81161523062755
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2b9edd40-137f-4eb1-b6ca-5cdae1a4c11d",
+ "type": "ElectricalJunction",
+ "DSId": "899a7864-d3cc-4068-9f51-6d67c01d0632"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84838375420777,
+ 42.811041946128675
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "09967ffd-d320-464e-8336-eed74ca9d9e3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "8a58cb0f-2d3e-437d-86f7-ee2b08ef9838",
+ "endJunctionId": "2b9edd40-137f-4eb1-b6ca-5cdae1a4c11d",
+ "endFeatureId": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "endFeatureType": "District System",
+ "total_length": 21,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483957919045,
+ 42.81098602297975
+ ],
+ [
+ -78.84838375420777,
+ 42.811041946128675
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1cdcfdde-77a1-4a4c-9d86-b2b9a37a9dd1",
+ "type": "ElectricalJunction",
+ "DSId": "f8d68c75-6612-4b5b-bc32-2efd3627c804"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84953133617485,
+ 42.811341210937606
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b0c0fe6c-6254-44ae-94ed-3f303fb90ea5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "aeb7658f-ebe1-45c4-8411-77265c77ef97",
+ "endJunctionId": "1cdcfdde-77a1-4a4c-9d86-b2b9a37a9dd1",
+ "endFeatureId": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "endFeatureType": "District System",
+ "total_length": 24,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84953058101065,
+ 42.811275218143265
+ ],
+ [
+ -78.84953133617485,
+ 42.811341210937606
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c6594876-4aa1-49df-bc10-0f3207722382",
+ "type": "ElectricalJunction",
+ "DSId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8499165538973,
+ 42.81190308626295
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "43a5df1e-9e38-4586-a654-e3419a2e942a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "f3f081de-5bd3-4ced-a1fc-4a03f30d2692",
+ "endJunctionId": "c6594876-4aa1-49df-bc10-0f3207722382",
+ "endFeatureId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "endFeatureType": "District System",
+ "total_length": 116,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85032717377206,
+ 42.81200617742541
+ ],
+ [
+ -78.8499165538973,
+ 42.81190308626295
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "575501ea-2238-4599-b12b-5ccbab02971d",
+ "type": "ElectricalJunction",
+ "DSId": "8c899120-deb3-4166-a005-18b1290aa2ec"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84966831205449,
+ 42.81222232486196
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a9ea7cd5-b065-4b2a-a1a9-904b6f237695",
+ "type": "ElectricalConnector",
+ "startJunctionId": "68498f68-9404-4084-8e3c-624747814cab",
+ "endJunctionId": "575501ea-2238-4599-b12b-5ccbab02971d",
+ "endFeatureId": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "endFeatureType": "District System",
+ "total_length": 154,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85021692693812,
+ 42.81235155409037
+ ],
+ [
+ -78.84966831205449,
+ 42.81222232486196
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e9d9be5a-6c48-4f9f-ba64-029b71211139",
+ "type": "ElectricalJunction",
+ "DSId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85025103409686,
+ 42.8131602223621
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cadf57a4-0639-49a9-985f-0c8a778045a9",
+ "type": "ElectricalConnector",
+ "startJunctionId": "a4972383-73f6-47a4-8643-5f547e1fb7e2",
+ "endJunctionId": "e9d9be5a-6c48-4f9f-ba64-029b71211139",
+ "endFeatureId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd",
+ "endFeatureType": "District System",
+ "total_length": 33,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85033165461773,
+ 42.81309315966705
+ ],
+ [
+ -78.85025103409686,
+ 42.8131602223621
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17e771e5-881a-4524-8ce7-54d5873e6552",
+ "type": "ElectricalJunction",
+ "DSId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85050632585126,
+ 42.81369222314891
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ca3417c8-f11e-4fea-9fde-c45c163badcc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "368f926b-a7f9-4cb6-b93b-89bfc2bcfe72",
+ "endJunctionId": "17e771e5-881a-4524-8ce7-54d5873e6552",
+ "endFeatureId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5",
+ "endFeatureType": "District System",
+ "total_length": 35,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85060603835947,
+ 42.81360042154293
+ ],
+ [
+ -78.85050632585126,
+ 42.81369222314891
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "38f711b3-2373-4d70-a116-1d8b753d786b",
+ "type": "ElectricalJunction",
+ "DSId": "88cecca2-1936-40e1-8496-e1bf7659135a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85080071848137,
+ 42.81428708443996
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cc8f998c-87f5-43e4-beb1-1e2bfee7c571",
+ "type": "ElectricalConnector",
+ "startJunctionId": "0de3fb8d-ef38-49b8-bf44-d0d10c228db0",
+ "endJunctionId": "38f711b3-2373-4d70-a116-1d8b753d786b",
+ "endFeatureId": "88cecca2-1936-40e1-8496-e1bf7659135a",
+ "endFeatureType": "District System",
+ "total_length": 36,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85090708952931,
+ 42.81424088690446
+ ],
+ [
+ -78.85080071848137,
+ 42.81428708443996
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c16b7753-84b4-4cd3-9803-e46a940b8d16",
+ "type": "ElectricalJunction",
+ "DSId": "88cecca2-1936-40e1-8496-e1bf7659135a"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8506639297441,
+ 42.81423562037475
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "963228bd-a679-4927-8588-6a30a6afe2ea",
+ "type": "ElectricalJunction",
+ "buildingId": "127"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85042226658979,
+ 42.814127729712226
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9c92b756-3127-4b20-adc8-f2d68eeff864",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c16b7753-84b4-4cd3-9803-e46a940b8d16",
+ "endJunctionId": "963228bd-a679-4927-8588-6a30a6afe2ea",
+ "startFeatureId": "88cecca2-1936-40e1-8496-e1bf7659135a",
+ "endFeatureId": "127",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 76,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8506639297441,
+ 42.81423562037475
+ ],
+ [
+ -78.85042226658979,
+ 42.814127729712226
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a303878-7257-4392-bde3-fb8d2ccc1837",
+ "type": "ElectricalJunction",
+ "buildingId": "128"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85033461787077,
+ 42.81394907681558
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9806625f-2197-4161-bba7-90182e07ef94",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c16b7753-84b4-4cd3-9803-e46a940b8d16",
+ "endJunctionId": "7a303878-7257-4392-bde3-fb8d2ccc1837",
+ "startFeatureId": "88cecca2-1936-40e1-8496-e1bf7659135a",
+ "endFeatureId": "128",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 137,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8506639297441,
+ 42.81423562037475
+ ],
+ [
+ -78.85033461787077,
+ 42.81394907681558
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a744fc8a-5bb2-4682-a1d1-88712eff05fe",
+ "type": "ElectricalJunction",
+ "buildingId": "129"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85024797797249,
+ 42.813775384876806
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8de7d7b6-1063-4b93-bd83-57a360390cd1",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c16b7753-84b4-4cd3-9803-e46a940b8d16",
+ "endJunctionId": "a744fc8a-5bb2-4682-a1d1-88712eff05fe",
+ "startFeatureId": "88cecca2-1936-40e1-8496-e1bf7659135a",
+ "endFeatureId": "129",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 201,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8506639297441,
+ 42.81423562037475
+ ],
+ [
+ -78.85024797797249,
+ 42.813775384876806
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "911536d2-6e49-4b53-a411-a5c64229fda4",
+ "type": "ElectricalJunction",
+ "DSId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85037205806815,
+ 42.81364008664866
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "042c973a-c96f-4850-876d-807c6168421c",
+ "type": "ElectricalJunction",
+ "buildingId": "130"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85016192909228,
+ 42.81359601534551
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "28bf9e18-bad3-4524-848d-0ca231c067a6",
+ "type": "ElectricalConnector",
+ "startJunctionId": "911536d2-6e49-4b53-a411-a5c64229fda4",
+ "endJunctionId": "042c973a-c96f-4850-876d-807c6168421c",
+ "startFeatureId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5",
+ "endFeatureId": "130",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 58,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85037205806815,
+ 42.81364008664866
+ ],
+ [
+ -78.85016192909228,
+ 42.81359601534551
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e0d5ab16-7f6a-4c52-b053-b0ff78761451",
+ "type": "ElectricalJunction",
+ "buildingId": "131"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85007266490723,
+ 42.813419878542064
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0d228a50-cc6a-4602-b757-bcc3143df7ec",
+ "type": "ElectricalConnector",
+ "startJunctionId": "911536d2-6e49-4b53-a411-a5c64229fda4",
+ "endJunctionId": "e0d5ab16-7f6a-4c52-b053-b0ff78761451",
+ "startFeatureId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5",
+ "endFeatureId": "131",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 113,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85037205806815,
+ 42.81364008664866
+ ],
+ [
+ -78.85007266490723,
+ 42.813419878542064
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04316bcf-07a3-49a4-91dc-08a10c4402ed",
+ "type": "ElectricalJunction",
+ "buildingId": "132"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84998107806697,
+ 42.81325062785841
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "83754b76-655a-4aa4-a32c-b2e7483212a8",
+ "type": "ElectricalConnector",
+ "startJunctionId": "911536d2-6e49-4b53-a411-a5c64229fda4",
+ "endJunctionId": "04316bcf-07a3-49a4-91dc-08a10c4402ed",
+ "startFeatureId": "3d8b4c5c-d931-4ea2-a40a-158a866e51e5",
+ "endFeatureId": "132",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 176,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85037205806815,
+ 42.81364008664866
+ ],
+ [
+ -78.84998107806697,
+ 42.81325062785841
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c44f78c3-de35-4094-85e9-ba6eb09983f2",
+ "type": "ElectricalJunction",
+ "DSId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85010966541618,
+ 42.813099510821345
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a13bd0a-979e-4e79-b45f-35526065d50b",
+ "type": "ElectricalJunction",
+ "buildingId": "133"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84988977405281,
+ 42.813070372026836
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "adc68e43-fbd0-44b0-b032-4874363aef62",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c44f78c3-de35-4094-85e9-ba6eb09983f2",
+ "endJunctionId": "9a13bd0a-979e-4e79-b45f-35526065d50b",
+ "startFeatureId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd",
+ "endFeatureId": "133",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 60,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85010966541618,
+ 42.813099510821345
+ ],
+ [
+ -78.84988977405281,
+ 42.813070372026836
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a1d90148-86b5-4f73-8097-341d82c9c8f7",
+ "type": "ElectricalJunction",
+ "buildingId": "134"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84980448951025,
+ 42.81289436064516
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "162fc65c-5e3c-442d-9ae1-4c3221ce0cba",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c44f78c3-de35-4094-85e9-ba6eb09983f2",
+ "endJunctionId": "a1d90148-86b5-4f73-8097-341d82c9c8f7",
+ "startFeatureId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd",
+ "endFeatureId": "134",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 111,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85010966541618,
+ 42.813099510821345
+ ],
+ [
+ -78.84980448951025,
+ 42.81289436064516
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cfa9a9d3-607b-400b-82c2-e4fefd134bb0",
+ "type": "ElectricalJunction",
+ "buildingId": "135"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84971113807921,
+ 42.81270989070088
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a882a15e-5800-434a-a1db-b638179d88d9",
+ "type": "ElectricalConnector",
+ "startJunctionId": "c44f78c3-de35-4094-85e9-ba6eb09983f2",
+ "endJunctionId": "cfa9a9d3-607b-400b-82c2-e4fefd134bb0",
+ "startFeatureId": "9f8eb9d3-4ca7-4851-a1ff-82059fd15bfd",
+ "endFeatureId": "135",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 178,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85010966541618,
+ 42.813099510821345
+ ],
+ [
+ -78.84971113807921,
+ 42.81270989070088
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "52d9129d-2ca4-49fd-bbe6-16b37244eca0",
+ "type": "ElectricalJunction",
+ "DSId": "8c899120-deb3-4166-a005-18b1290aa2ec"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84954967192238,
+ 42.81218483953636
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2a41eadb-50ec-4a3c-809f-a12ce9487c03",
+ "type": "ElectricalJunction",
+ "buildingId": "137"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84965475594754,
+ 42.8122932397676
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ad93fb79-5d23-4b7f-9c1a-777a8b581b25",
+ "type": "ElectricalConnector",
+ "startJunctionId": "52d9129d-2ca4-49fd-bbe6-16b37244eca0",
+ "endJunctionId": "2a41eadb-50ec-4a3c-809f-a12ce9487c03",
+ "startFeatureId": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "endFeatureId": "137",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 49,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84954967192238,
+ 42.81218483953636
+ ],
+ [
+ -78.84965475594754,
+ 42.8122932397676
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fc259291-0e2e-40fa-91c2-7508fe2f6dd8",
+ "type": "ElectricalJunction",
+ "buildingId": "136"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8495837677552,
+ 42.812483254548255
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6af5eb0f-1777-4008-9db3-65910187f01a",
+ "type": "ElectricalConnector",
+ "startJunctionId": "52d9129d-2ca4-49fd-bbe6-16b37244eca0",
+ "endJunctionId": "fc259291-0e2e-40fa-91c2-7508fe2f6dd8",
+ "startFeatureId": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "endFeatureId": "136",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 109,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84954967192238,
+ 42.81218483953636
+ ],
+ [
+ -78.8495837677552,
+ 42.812483254548255
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ccae0bf9-9fa8-4976-b40b-ac6187fa4822",
+ "type": "ElectricalJunction",
+ "buildingId": "169"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8494431004168,
+ 42.81201738102337
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b4c20c74-bc77-46dd-a68b-5e8419f98258",
+ "type": "ElectricalConnector",
+ "startJunctionId": "52d9129d-2ca4-49fd-bbe6-16b37244eca0",
+ "endJunctionId": "ccae0bf9-9fa8-4976-b40b-ac6187fa4822",
+ "startFeatureId": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "endFeatureId": "169",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 67,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84954967192238,
+ 42.81218483953636
+ ],
+ [
+ -78.8494431004168,
+ 42.81201738102337
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "202d4794-7f7e-46f3-95d6-2b35dd2a51bf",
+ "type": "ElectricalJunction",
+ "buildingId": "168"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8493029908683,
+ 42.81198745388736
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b0741dfc-a1c4-41c2-92a3-b95789fdd3c7",
+ "type": "ElectricalConnector",
+ "startJunctionId": "52d9129d-2ca4-49fd-bbe6-16b37244eca0",
+ "endJunctionId": "202d4794-7f7e-46f3-95d6-2b35dd2a51bf",
+ "startFeatureId": "8c899120-deb3-4166-a005-18b1290aa2ec",
+ "endFeatureId": "168",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 98,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84954967192238,
+ 42.81218483953636
+ ],
+ [
+ -78.8493029908683,
+ 42.81198745388736
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1412e10c-9590-467b-a8f5-fe75a63f3dcd",
+ "type": "ElectricalJunction",
+ "DSId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84979036377348,
+ 42.81186254399445
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64419cc4-aab4-41a3-80af-216918830e70",
+ "type": "ElectricalJunction",
+ "buildingId": "170"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84973322692619,
+ 42.811963786897756
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bf7810af-71cb-489b-ad66-1ab67ac0d52b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1412e10c-9590-467b-a8f5-fe75a63f3dcd",
+ "endJunctionId": "64419cc4-aab4-41a3-80af-216918830e70",
+ "startFeatureId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "endFeatureId": "170",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 40,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979036377348,
+ 42.81186254399445
+ ],
+ [
+ -78.84973322692619,
+ 42.811963786897756
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ec04218c-a5c8-4750-acca-60e6979f5824",
+ "type": "ElectricalJunction",
+ "buildingId": "171"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84972611968477,
+ 42.811757341241815
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "952422db-b271-4e72-9ba4-36ccd0996e83",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1412e10c-9590-467b-a8f5-fe75a63f3dcd",
+ "endJunctionId": "ec04218c-a5c8-4750-acca-60e6979f5824",
+ "startFeatureId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "endFeatureId": "171",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 42,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979036377348,
+ 42.81186254399442
+ ],
+ [
+ -78.84972611968477,
+ 42.811757341241815
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9a7d9dbe-817d-4e85-9141-067ec4a29e05",
+ "type": "ElectricalJunction",
+ "buildingId": "172"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84958671732542,
+ 42.811723044887216
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8c1d9284-93e9-4b33-a203-9b6c867916b2",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1412e10c-9590-467b-a8f5-fe75a63f3dcd",
+ "endJunctionId": "9a7d9dbe-817d-4e85-9141-067ec4a29e05",
+ "startFeatureId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "endFeatureId": "172",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 75,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979036377348,
+ 42.81186254399442
+ ],
+ [
+ -78.84958671732542,
+ 42.811723044887216
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3b5e2f58-5b66-4438-b746-49596a3f8e98",
+ "type": "ElectricalJunction",
+ "buildingId": "173"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84943752500811,
+ 42.81167460365038
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a2259494-63ec-49f7-a05a-26868364c6aa",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1412e10c-9590-467b-a8f5-fe75a63f3dcd",
+ "endJunctionId": "3b5e2f58-5b66-4438-b746-49596a3f8e98",
+ "startFeatureId": "e07db89d-4351-47a7-8d37-d98fb5a79e2d",
+ "endFeatureId": "173",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 117,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84979036377348,
+ 42.81186254399442
+ ],
+ [
+ -78.84943752500811,
+ 42.81167460365038
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ae2b2762-8870-4e8d-9349-b4117123281e",
+ "type": "ElectricalJunction",
+ "DSId": "f8d68c75-6612-4b5b-bc32-2efd3627c804"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84947791034865,
+ 42.81143500533394
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0ebb93a7-806f-40d5-92f3-da2ef6bdc439",
+ "type": "ElectricalJunction",
+ "buildingId": "174"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84933619340867,
+ 42.8115319697459
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bc5943e9-7a72-48ce-81c9-e8816f65cb1c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ae2b2762-8870-4e8d-9349-b4117123281e",
+ "endJunctionId": "0ebb93a7-806f-40d5-92f3-da2ef6bdc439",
+ "startFeatureId": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "endFeatureId": "174",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 52,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84947791034865,
+ 42.81143500533394
+ ],
+ [
+ -78.84933619340867,
+ 42.8115319697459
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9379ad1a-a61c-4e92-b5a0-4aec340cd2e5",
+ "type": "ElectricalJunction",
+ "buildingId": "175"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84918968625597,
+ 42.81149184172575
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "70d0bace-14bd-456e-a5a7-fcaeaad5cec4",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ae2b2762-8870-4e8d-9349-b4117123281e",
+ "endJunctionId": "9379ad1a-a61c-4e92-b5a0-4aec340cd2e5",
+ "startFeatureId": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "endFeatureId": "175",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 80,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84947791034865,
+ 42.81143500533394
+ ],
+ [
+ -78.84918968625597,
+ 42.81149184172575
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4db4fe7f-8c09-484d-bd50-e95d7665ed64",
+ "type": "ElectricalJunction",
+ "buildingId": "176"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84904594359995,
+ 42.81145450872509
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9aec629b-b0df-4bf9-b1e9-c7b44db120f5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ae2b2762-8870-4e8d-9349-b4117123281e",
+ "endJunctionId": "4db4fe7f-8c09-484d-bd50-e95d7665ed64",
+ "startFeatureId": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "endFeatureId": "176",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 116,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84947791034865,
+ 42.81143500533394
+ ],
+ [
+ -78.84904594359995,
+ 42.81145450872509
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "235c5676-4a7e-4be9-9c74-f6a1428d54e3",
+ "type": "ElectricalJunction",
+ "buildingId": "177"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84890835779436,
+ 42.8114239150099
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d63d41ad-d086-4088-9953-3ed691e69a01",
+ "type": "ElectricalConnector",
+ "startJunctionId": "ae2b2762-8870-4e8d-9349-b4117123281e",
+ "endJunctionId": "235c5676-4a7e-4be9-9c74-f6a1428d54e3",
+ "startFeatureId": "f8d68c75-6612-4b5b-bc32-2efd3627c804",
+ "endFeatureId": "177",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 152,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84947791034865,
+ 42.81143500533394
+ ],
+ [
+ -78.84890835779436,
+ 42.8114239150099
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1135cc02-079a-4bd4-9984-1983dd2d0c4c",
+ "type": "ElectricalJunction",
+ "DSId": "899a7864-d3cc-4068-9f51-6d67c01d0632"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8483326223239,
+ 42.811128848944605
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81929850-65ab-47c7-a948-61332b0164ef",
+ "type": "ElectricalJunction",
+ "buildingId": "178"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84876151390566,
+ 42.811385010846514
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e74ec0e-405e-48f8-bc1f-40f4fd3bab62",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1135cc02-079a-4bd4-9984-1983dd2d0c4c",
+ "endJunctionId": "81929850-65ab-47c7-a948-61332b0164ef",
+ "startFeatureId": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "endFeatureId": "178",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 148,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483326223239,
+ 42.811128848944605
+ ],
+ [
+ -78.84876151390566,
+ 42.811385010846514
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bfd1d2fb-3909-4fec-8259-191a834a2d82",
+ "type": "ElectricalJunction",
+ "buildingId": "179"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8486058597242,
+ 42.811346640200064
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f440adc8-2a33-482e-b05f-ed0ce83dd490",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1135cc02-079a-4bd4-9984-1983dd2d0c4c",
+ "endJunctionId": "bfd1d2fb-3909-4fec-8259-191a834a2d82",
+ "startFeatureId": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "endFeatureId": "179",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 108,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483326223239,
+ 42.811128848944605
+ ],
+ [
+ -78.8486058597242,
+ 42.811346640200064
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3f2710be-4f65-46c4-932b-2f3c5c02fc29",
+ "type": "ElectricalJunction",
+ "buildingId": "180"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84846302534505,
+ 42.811311158518755
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "82e686c9-e224-44f0-ad4d-7dd695f8a03e",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1135cc02-079a-4bd4-9984-1983dd2d0c4c",
+ "endJunctionId": "3f2710be-4f65-46c4-932b-2f3c5c02fc29",
+ "startFeatureId": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "endFeatureId": "180",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 75,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483326223239,
+ 42.811128848944605
+ ],
+ [
+ -78.84846302534505,
+ 42.811311158518755
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "27cdc092-8cd8-499c-ba75-6f0ac5cc3eda",
+ "type": "ElectricalJunction",
+ "buildingId": "181"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8483073711636,
+ 42.811272787826546
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b4b9a3da-f212-47bb-97d1-7f9e6f4c37d0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "1135cc02-079a-4bd4-9984-1983dd2d0c4c",
+ "endJunctionId": "27cdc092-8cd8-499c-ba75-6f0ac5cc3eda",
+ "startFeatureId": "899a7864-d3cc-4068-9f51-6d67c01d0632",
+ "endFeatureId": "181",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 53,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8483326223239,
+ 42.811128848944605
+ ],
+ [
+ -78.8483073711636,
+ 42.811272787826546
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eb204775-a3eb-431c-8786-6ed821a8d3e9",
+ "type": "ElectricalJunction",
+ "DSId": "9aede561-8039-4158-af05-a1bdec5fc47b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84822624380142,
+ 42.81151973888728
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "69afe7fb-921c-4783-ad39-efc059e532ca",
+ "type": "ElectricalJunction",
+ "buildingId": "160"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84828265811292,
+ 42.81159768262353
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "395cf0c8-fa70-4893-b190-cc5482ac4576",
+ "type": "ElectricalConnector",
+ "startJunctionId": "eb204775-a3eb-431c-8786-6ed821a8d3e9",
+ "endJunctionId": "69afe7fb-921c-4783-ad39-efc059e532ca",
+ "startFeatureId": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "endFeatureId": "160",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 32,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822624380142,
+ 42.81151973888728
+ ],
+ [
+ -78.84828265811292,
+ 42.81159768262353
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "586164b3-0943-42e4-856f-8dc6234ec655",
+ "type": "ElectricalJunction",
+ "buildingId": "161"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84842296874915,
+ 42.81163383044504
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4d95db27-c202-4447-a5b1-fd1e3a45a3b6",
+ "type": "ElectricalConnector",
+ "startJunctionId": "eb204775-a3eb-431c-8786-6ed821a8d3e9",
+ "endJunctionId": "586164b3-0943-42e4-856f-8dc6234ec655",
+ "startFeatureId": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "endFeatureId": "161",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 67,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822624380142,
+ 42.811519738887284
+ ],
+ [
+ -78.84842296874915,
+ 42.81163383044504
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ba32c7ee-020b-40c0-959c-fc144f86be0e",
+ "type": "ElectricalJunction",
+ "buildingId": "162"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84857476226925,
+ 42.811671564919244
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0c01cc03-ccae-4959-b53d-f9234e16c500",
+ "type": "ElectricalConnector",
+ "startJunctionId": "eb204775-a3eb-431c-8786-6ed821a8d3e9",
+ "endJunctionId": "ba32c7ee-020b-40c0-959c-fc144f86be0e",
+ "startFeatureId": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "endFeatureId": "162",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 108,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822624380142,
+ 42.811519738887284
+ ],
+ [
+ -78.84857476226925,
+ 42.811671564919244
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "782bc216-8f0a-436e-a7f4-05b32dc46683",
+ "type": "ElectricalJunction",
+ "buildingId": "163"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84871652959966,
+ 42.8117080789321
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a515a8e-4499-4466-bab9-a2601624e3ad",
+ "type": "ElectricalConnector",
+ "startJunctionId": "eb204775-a3eb-431c-8786-6ed821a8d3e9",
+ "endJunctionId": "782bc216-8f0a-436e-a7f4-05b32dc46683",
+ "startFeatureId": "9aede561-8039-4158-af05-a1bdec5fc47b",
+ "endFeatureId": "163",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 148,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84822624380142,
+ 42.811519738887284
+ ],
+ [
+ -78.84871652959966,
+ 42.8117080789321
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e0aa4ca1-25a0-4e34-8dbb-066dafdcfdc5",
+ "type": "ElectricalJunction",
+ "DSId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84884448274009,
+ 42.811670711165405
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2d4ede9c-2543-434b-9d01-b44db28f5735",
+ "type": "ElectricalJunction",
+ "buildingId": "164"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84886784287295,
+ 42.81173870747989
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3df29db5-250e-418d-92a1-7c9cd02e3bf2",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e0aa4ca1-25a0-4e34-8dbb-066dafdcfdc5",
+ "endJunctionId": "2d4ede9c-2543-434b-9d01-b44db28f5735",
+ "startFeatureId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "endFeatureId": "164",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84884448274009,
+ 42.811670711165405
+ ],
+ [
+ -78.84886784287295,
+ 42.81173870747989
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d24c81e6-3787-4fe4-a7f5-d626a43e0c89",
+ "type": "ElectricalJunction",
+ "buildingId": "165"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8489994722024,
+ 42.81177837789171
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5cd83791-7874-4fbb-9758-ca8e106b98ba",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e0aa4ca1-25a0-4e34-8dbb-066dafdcfdc5",
+ "endJunctionId": "d24c81e6-3787-4fe4-a7f5-d626a43e0c89",
+ "startFeatureId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "endFeatureId": "165",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 57,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8488444827401,
+ 42.811670711165384
+ ],
+ [
+ -78.8489994722024,
+ 42.81177837789171
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a440f3ed-7e4c-4cd4-b996-92eba55c5393",
+ "type": "ElectricalJunction",
+ "buildingId": "166"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8491403430725,
+ 42.81181596949977
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "149d5285-1e6e-4404-a561-83e9dd646957",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e0aa4ca1-25a0-4e34-8dbb-066dafdcfdc5",
+ "endJunctionId": "a440f3ed-7e4c-4cd4-b996-92eba55c5393",
+ "startFeatureId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "endFeatureId": "166",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 95,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84884448274009,
+ 42.811670711165384
+ ],
+ [
+ -78.8491403430725,
+ 42.81181596949977
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "975eee77-fe0f-42db-a867-bf4d50907a78",
+ "type": "ElectricalJunction",
+ "buildingId": "167"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84929947521518,
+ 42.811852454984944
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0965d61c-effb-4831-a081-bbc8d1d4a008",
+ "type": "ElectricalConnector",
+ "startJunctionId": "e0aa4ca1-25a0-4e34-8dbb-066dafdcfdc5",
+ "endJunctionId": "975eee77-fe0f-42db-a867-bf4d50907a78",
+ "startFeatureId": "9a75a06c-63d8-4937-8be4-c993f7b10c4d",
+ "endFeatureId": "167",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 139,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84884448274009,
+ 42.811670711165384
+ ],
+ [
+ -78.84929947521518,
+ 42.811852454984944
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "634d4727-e67b-4956-afcd-c44b4d6f7c4e",
+ "type": "ElectricalJunction",
+ "DSId": "f5b187e9-c3e3-43f8-b054-d02153dd1897"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84850162033385,
+ 42.811948046074754
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a97327fa-82fb-437e-b681-a66424761252",
+ "type": "ElectricalJunction",
+ "buildingId": "150"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84861605043278,
+ 42.81207595969876
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "750a3e69-ec11-4151-abac-b504b2698ad3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "634d4727-e67b-4956-afcd-c44b4d6f7c4e",
+ "endJunctionId": "a97327fa-82fb-437e-b681-a66424761252",
+ "startFeatureId": "f5b187e9-c3e3-43f8-b054-d02153dd1897",
+ "endFeatureId": "150",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 56,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84850162033385,
+ 42.811948046074754
+ ],
+ [
+ -78.84861605043278,
+ 42.81207595969876
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "25163918-f222-432b-9ddf-79e162cb2e2a",
+ "type": "ElectricalJunction",
+ "buildingId": "149"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84886229715026,
+ 42.81213708934489
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2cd12372-b067-4f47-83ae-0c0c052f7d55",
+ "type": "ElectricalConnector",
+ "startJunctionId": "634d4727-e67b-4956-afcd-c44b4d6f7c4e",
+ "endJunctionId": "25163918-f222-432b-9ddf-79e162cb2e2a",
+ "startFeatureId": "f5b187e9-c3e3-43f8-b054-d02153dd1897",
+ "endFeatureId": "149",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 119,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84850162033385,
+ 42.811948046074754
+ ],
+ [
+ -78.84886229715026,
+ 42.81213708934489
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "19223665-91e8-45a2-be5b-7c62ca81ae42",
+ "type": "ElectricalJunction",
+ "buildingId": "148"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84911869319642,
+ 42.812194868323594
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7a4a3035-acb9-4574-9610-293723218568",
+ "type": "ElectricalConnector",
+ "startJunctionId": "634d4727-e67b-4956-afcd-c44b4d6f7c4e",
+ "endJunctionId": "19223665-91e8-45a2-be5b-7c62ca81ae42",
+ "startFeatureId": "f5b187e9-c3e3-43f8-b054-d02153dd1897",
+ "endFeatureId": "148",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 188,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84850162033385,
+ 42.811948046074754
+ ],
+ [
+ -78.84911869319642,
+ 42.812194868323594
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "43870cd6-36d4-4989-8b4d-f9bb62f16b1d",
+ "type": "ElectricalJunction",
+ "DSId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84776708033786,
+ 42.811922286846766
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e022ec38-7f9a-4246-9fe8-c8f32b881952",
+ "type": "ElectricalJunction",
+ "buildingId": "151"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84819099186588,
+ 42.81197204694497
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a49db3c9-c5a0-405c-a255-7e5158e40b36",
+ "type": "ElectricalConnector",
+ "startJunctionId": "43870cd6-36d4-4989-8b4d-f9bb62f16b1d",
+ "endJunctionId": "e022ec38-7f9a-4246-9fe8-c8f32b881952",
+ "startFeatureId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f",
+ "endFeatureId": "151",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 115,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84776708033786,
+ 42.811922286846766
+ ],
+ [
+ -78.84819099186588,
+ 42.81197204694497
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "db7f89f7-e025-4b35-b395-d492dd7afa54",
+ "type": "ElectricalJunction",
+ "buildingId": "152"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84783409482995,
+ 42.81196635379026
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c0b13e4f-3291-4f63-828b-985824faafc3",
+ "type": "ElectricalConnector",
+ "startJunctionId": "43870cd6-36d4-4989-8b4d-f9bb62f16b1d",
+ "endJunctionId": "db7f89f7-e025-4b35-b395-d492dd7afa54",
+ "startFeatureId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f",
+ "endFeatureId": "152",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 24,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84776708033786,
+ 42.811922286846766
+ ],
+ [
+ -78.84783409482995,
+ 42.81196635379026
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ca90be21-01f4-425e-8622-d2e29f584c12",
+ "type": "ElectricalJunction",
+ "buildingId": "153"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8477698579748,
+ 42.81213179386892
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "394aad42-cd32-4048-9a53-65a2b2e79afa",
+ "type": "ElectricalConnector",
+ "startJunctionId": "43870cd6-36d4-4989-8b4d-f9bb62f16b1d",
+ "endJunctionId": "ca90be21-01f4-425e-8622-d2e29f584c12",
+ "startFeatureId": "556e0735-ed38-4881-a0e2-24fbdfa1ad3f",
+ "endFeatureId": "153",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 76,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84776708033786,
+ 42.811922286846766
+ ],
+ [
+ -78.8477698579748,
+ 42.81213179386892
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2c0f8860-0156-4ff3-9cd4-abdb5788c4dc",
+ "type": "ElectricalJunction",
+ "DSId": "176a6786-67c6-44bb-af83-b38019a08dd8"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84736499280415,
+ 42.81258380909091
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e27a673-f338-45f4-83d1-33beb9909df3",
+ "type": "ElectricalJunction",
+ "buildingId": "156"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8475391576303,
+ 42.812629061309394
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8f44dc0e-0d2a-419f-9493-5ebd5558a5eb",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2c0f8860-0156-4ff3-9cd4-abdb5788c4dc",
+ "endJunctionId": "7e27a673-f338-45f4-83d1-33beb9909df3",
+ "startFeatureId": "176a6786-67c6-44bb-af83-b38019a08dd8",
+ "endFeatureId": "156",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 51,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84736499280415,
+ 42.81258380909091
+ ],
+ [
+ -78.8475391576303,
+ 42.812629061309394
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7d53a2d4-678e-460f-862e-4c04259326c8",
+ "type": "ElectricalJunction",
+ "buildingId": "155"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84755997324493,
+ 42.81258111971504
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "23a33cc0-7f11-408d-8ba6-edb9862d8522",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2c0f8860-0156-4ff3-9cd4-abdb5788c4dc",
+ "endJunctionId": "7d53a2d4-678e-460f-862e-4c04259326c8",
+ "startFeatureId": "176a6786-67c6-44bb-af83-b38019a08dd8",
+ "endFeatureId": "155",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 76,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84736499280415,
+ 42.81258380909091
+ ],
+ [
+ -78.84755997324493,
+ 42.81258111971504
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5503dcce-91f5-460f-a7cb-f9781049bb1f",
+ "type": "ElectricalJunction",
+ "buildingId": "154"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8476378455584,
+ 42.81241732870683
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f456f23d-2673-4a66-b7da-0aebbf46d2a0",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2c0f8860-0156-4ff3-9cd4-abdb5788c4dc",
+ "endJunctionId": "5503dcce-91f5-460f-a7cb-f9781049bb1f",
+ "startFeatureId": "176a6786-67c6-44bb-af83-b38019a08dd8",
+ "endFeatureId": "154",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 91,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84736499280415,
+ 42.81258380909091
+ ],
+ [
+ -78.8476378455584,
+ 42.81241732870683
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "354e2ca7-b50c-4926-ad0c-6e46e6172fce",
+ "type": "ElectricalJunction",
+ "DSId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84828353763143,
+ 42.813017735195324
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "60c11d6d-c0b7-4a99-8a9f-fbc5e293b5a2",
+ "type": "ElectricalJunction",
+ "buildingId": "159"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8484400346379,
+ 42.813002486779205
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ccb83388-7b24-43c6-82b0-4a06af851274",
+ "type": "ElectricalConnector",
+ "startJunctionId": "354e2ca7-b50c-4926-ad0c-6e46e6172fce",
+ "endJunctionId": "60c11d6d-c0b7-4a99-8a9f-fbc5e293b5a2",
+ "startFeatureId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246",
+ "endFeatureId": "159",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 49,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84828353763143,
+ 42.813017735195324
+ ],
+ [
+ -78.8484400346379,
+ 42.813002486779205
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bdf3b351-11a8-4eba-bd44-11925a77df46",
+ "type": "ElectricalJunction",
+ "buildingId": "157"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84799936294313,
+ 42.813081953306494
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c49668ba-53ae-4bbb-9072-d163520cdbc5",
+ "type": "ElectricalConnector",
+ "startJunctionId": "354e2ca7-b50c-4926-ad0c-6e46e6172fce",
+ "endJunctionId": "bdf3b351-11a8-4eba-bd44-11925a77df46",
+ "startFeatureId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246",
+ "endFeatureId": "157",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 166,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84828353763143,
+ 42.813017735195324
+ ],
+ [
+ -78.84799936294313,
+ 42.813081953306494
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0fe8eef0-4fbb-4ecc-94d0-cd9b89db4b95",
+ "type": "ElectricalJunction",
+ "buildingId": "158"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84823013986042,
+ 42.81247614165203
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bfc866cf-64f3-4849-a703-179c3b4ad222",
+ "type": "ElectricalConnector",
+ "startJunctionId": "354e2ca7-b50c-4926-ad0c-6e46e6172fce",
+ "endJunctionId": "0fe8eef0-4fbb-4ecc-94d0-cd9b89db4b95",
+ "startFeatureId": "9fbe6949-028e-4d46-9c9c-aa361cd2a246",
+ "endFeatureId": "158",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 197,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84828353763143,
+ 42.813017735195324
+ ],
+ [
+ -78.84823013986042,
+ 42.81247614165203
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "type": "ElectricalJunction",
+ "DSId": "337ca025-3599-47d3-979c-bdf32421cbe1"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85014394342213,
+ 42.81882029647702
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ab945915-dfc8-4316-94e6-a47cf911590e",
+ "type": "ElectricalJunction",
+ "buildingId": "83"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8500518854111,
+ 42.81881162396336
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e47af01f-fcb6-4ab1-a4f0-4b66f50e4d84",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "ab945915-dfc8-4316-94e6-a47cf911590e",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "83",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 26,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.8500518854111,
+ 42.81881162396336
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b7265a5c-5bae-40ee-adf7-166db6a13f23",
+ "type": "ElectricalJunction",
+ "buildingId": "84"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84999163412326,
+ 42.81870625397268
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17d71e67-86dd-40de-8b20-65fb6c02387f",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "b7265a5c-5bae-40ee-adf7-166db6a13f23",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "84",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 63,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.84999163412326,
+ 42.81870625397268
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8d53527a-f800-4f8e-b967-718e1adb3eed",
+ "type": "ElectricalJunction",
+ "buildingId": "85"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.8499428402224,
+ 42.81860099566762
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d7a20e76-f4e4-4c98-9731-9c418ff1138b",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "8d53527a-f800-4f8e-b967-718e1adb3eed",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "85",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 101,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.8499428402224,
+ 42.81860099566762
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "601d5d89-b2d5-49ed-9862-cb8efd29b3be",
+ "type": "ElectricalJunction",
+ "buildingId": "86"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84989586287529,
+ 42.818499439567084
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f2e855d2-9754-4484-98b4-10a795061301",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "601d5d89-b2d5-49ed-9862-cb8efd29b3be",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "86",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 140,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.84989586287529,
+ 42.818499439567084
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5c3729f5-83fc-41b2-95a8-c64969891762",
+ "type": "ElectricalJunction",
+ "buildingId": "87"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84983596518201,
+ 42.81839188473356
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "db88c456-ecf5-4c68-a613-6a863879d04c",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "5c3729f5-83fc-41b2-95a8-c64969891762",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "87",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 182,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.84983596518201,
+ 42.81839188473356
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3cc432f7-ec7c-4db8-ba22-6e0410c541fe",
+ "type": "ElectricalJunction",
+ "buildingId": "88"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84978661659885,
+ 42.81828259038041
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6406ba97-060f-4a68-b662-94965d2930bc",
+ "type": "ElectricalConnector",
+ "startJunctionId": "2ce58db1-0cb1-4140-93c7-5a11e39d2c50",
+ "endJunctionId": "3cc432f7-ec7c-4db8-ba22-6e0410c541fe",
+ "startFeatureId": "337ca025-3599-47d3-979c-bdf32421cbe1",
+ "endFeatureId": "88",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 223,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 S1",
+ "UG TPLX 1/0 S2",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85014394342213,
+ 42.81882029647702
+ ],
+ [
+ -78.84978661659885,
+ 42.81828259038041
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fe215813-fe34-4fc2-8081-4d1af541bd7a",
+ "type": "ElectricalJunction",
+ "buildingId": "16"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85243092327033,
+ 42.8200894899637
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "type": "ElectricalConnector",
+ "id": "d08400ed-f40e-4cbd-8e78-a33e4d56cd20",
+ "startJunctionId": "f3ba6257-a8f8-4051-a874-60eeec7c3bad",
+ "endJunctionId": "fe215813-fe34-4fc2-8081-4d1af541bd7a",
+ "startFeatureId": "e8226258-4394-4155-8ded-59fd35a77480",
+ "endFeatureId": "16",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 119,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8526166360661,
+ 42.82038081445215
+ ],
+ [
+ -78.85243092327033,
+ 42.8200894899637
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "59d1ff3f-eb45-46d3-bc4d-62a196280f77",
+ "type": "ElectricalJunction",
+ "DSId": "a528079c-9ee7-4935-86f2-8a2b52a5082b"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85085674450202,
+ 42.821552395910565
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9d60e637-e9ed-4fa7-bdb1-e6fa4ff2fe05",
+ "type": "ElectricalJunction",
+ "buildingId": "15"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.85061009276532,
+ 42.82131371892757
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "type": "ElectricalConnector",
+ "id": "1c1fe3c2-9f37-497c-8a6b-003d08079090",
+ "startJunctionId": "59d1ff3f-eb45-46d3-bc4d-62a196280f77",
+ "endJunctionId": "9d60e637-e9ed-4fa7-bdb1-e6fa4ff2fe05",
+ "startFeatureId": "a528079c-9ee7-4935-86f2-8a2b52a5082b",
+ "endFeatureId": "15",
+ "startFeatureType": "District System",
+ "endFeatureType": "Building",
+ "total_length": 129,
+ "connector_type": "Wire",
+ "wires": [
+ "UG TPLX 1/0 A",
+ "UG TPLX 1/0 B",
+ "UG TPLX 1/0 C",
+ "UG TPLX 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85085674450202,
+ 42.821552395910565
+ ],
+ [
+ -78.85061009276532,
+ 42.82131371892757
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "type": "ElectricalConnector",
+ "id": "ddbb6f7b-adad-4639-b8be-bf9a349a7743",
+ "startJunctionId": "c658f0ab-fbd3-4d8a-8209-ecc6ce2547dc",
+ "endJunctionId": "a4293679-d2ec-44db-a115-b661050744c7",
+ "total_length": 60,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84897755320006,
+ 42.8143461812669
+ ],
+ [
+ -78.84882525675505,
+ 42.81429694933999
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "type": "ElectricalConnector",
+ "id": "1c471619-9d71-42f6-a79b-49ebf6a863ad",
+ "startJunctionId": "a1e379ec-9207-4b24-b68e-38fed8051ed2",
+ "endJunctionId": "0de3fb8d-ef38-49b8-bf44-d0d10c228db0",
+ "total_length": 410,
+ "connector_type": "Wire",
+ "wires": [
+ "UG AL 1/0 A",
+ "UG AL 1/0 B",
+ "UG AL 1/0 C",
+ "UG AL 1/0 N"
+ ]
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85123634536852,
+ 42.81491088207679
+ ],
+ [
+ -78.85090708952931,
+ 42.81424088690446
+ ]
+ ]
+ }
+ }
+ ],
+ "mappers": [],
+ "scenarios": [
+ {
+ "id": "4207b13f-50a0-4a26-82d8-26b562c94fc8",
+ "name": "New Scenario",
+ "feature_mappings": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/example_project/example_project_combined.json b/example_project/example_project_combined.json
index 673864d7f..970bd7d59 100644
--- a/example_project/example_project_combined.json
+++ b/example_project/example_project_combined.json
@@ -1,99 +1,120 @@
{
"type": "FeatureCollection",
"project": {
- "id": "7c33a001-bccb-413e-ac87-67558b5d4b07",
+ "id": "fce0aefb-163d-4efe-bcb4-25b886e2dcb8",
"name": "New Project",
- "surface_elevation": null,
+ "surface_elevation": 176,
"import_surrounding_buildings_as_shading": null,
- "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw",
+ "weather_filename": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw",
"tariff_filename": null,
- "climate_zone": "6A",
+ "climate_zone": "2A",
"cec_climate_zone": null,
- "begin_date": "2017-01-01T07:00:00.000Z",
- "end_date": "2017-12-31T07:00:00.000Z",
- "timesteps_per_hour": 1,
+ "begin_date": "2019-09-01T07:00:00.000Z",
+ "end_date": "2019-09-07T07:00:00.000Z",
+ "timesteps_per_hour": 4,
"default_template": "90.1-2013"
},
"features": [
{
"type": "Feature",
"properties": {
- "id": "53340c2c-ab20-40db-aba1-11ac607c52a7",
+ "id": "703cb361-cebc-4c7b-a251-53a3680df5b9",
"name": "Site Origin",
"type": "Site Origin",
"begin_date": "2017-01-01T07:00:00.000Z",
- "end_date": "2017-12-31T07:00:00.000Z",
+ "end_date": "2017-01-02T07:00:00.000Z",
"cec_climate_zone": null,
- "climate_zone": "6A",
+ "climate_zone": "2A",
"default_template": "90.1-2013",
"import_surrounding_buildings_as_shading": null,
- "surface_elevation": null,
+ "surface_elevation": 176,
"tariff_filename": null,
"timesteps_per_hour": 1,
- "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw"
+ "weather_filename": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw"
},
"geometry": {
"type": "Point",
"coordinates": [
- -78.84948467732348,
- 42.81677154451123
+ -78.84984479858313,
+ 42.822010107024454
]
}
},
{
"type": "Feature",
"properties": {
- "id": "1",
- "name": "Mixed_use 1",
+ "id": "43b5f98b-89a3-41a6-95e8-0786f1fa883f",
+ "name": "office_1",
"type": "Building",
- "building_type": "Mixed use",
- "floor_area": 752184,
- "footprint_area": 188046,
- "number_of_stories": 4,
- "mixed_type_1": "Office",
- "mixed_type_1_percentage": 50,
- "mixed_type_2": "Food service",
- "mixed_type_2_percentage": 50,
- "mixed_type_3": "Strip shopping mall",
- "mixed_type_3_percentage": 0,
- "mixed_type_4": "Lodging",
- "mixed_type_4_percentage": 0
+ "footprint_area": 41996,
+ "footprint_perimeter": 947,
+ "building_type": "Office",
+ "number_of_stories": 10,
+ "floor_area": 419960
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84650338745196,
- 42.81331301863236
+ -78.8532544122624,
+ 42.81989282359825
+ ],
+ [
+ -78.85284051842414,
+ 42.82000208285544
],
[
- -78.84652443964629,
- 42.81463974371101
+ -78.85329102375715,
+ 42.82092024485948
],
[
- -78.84680142363833,
- 42.815293654042537
+ -78.8537049175954,
+ 42.82081098722483
],
[
- -78.84744455124724,
- 42.81514110006128
+ -78.8532544122624,
+ 42.81989282359825
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "daaf69fe-f96d-43c4-a172-8592446f7281",
+ "name": "office_2",
+ "type": "Building",
+ "footprint_area": 13027,
+ "footprint_perimeter": 456,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 91189
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85281984499741,
+ 42.81900959357003
],
[
- -78.84728610028628,
- 42.81478165791734
+ -78.85240090367331,
+ 42.819120186835704
],
[
- -78.84786797764677,
- 42.814643631760137
+ -78.85253896175925,
+ 42.81940156452495
],
[
- -78.84721106637106,
- 42.813153418927019
+ -78.85295790308334,
+ 42.81929097176254
],
[
- -78.84650338745196,
- 42.81331301863236
+ -78.85281984499741,
+ 42.81900959357003
]
]
]
@@ -102,37 +123,38 @@
{
"type": "Feature",
"properties": {
- "id": "2",
- "name": "Restaurant 1",
+ "id": "a02c9392-24fb-4927-9a27-b437670a935e",
+ "name": "office_3",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 22313,
- "footprint_area": 22313,
- "number_of_stories": 1
+ "footprint_area": 13048,
+ "footprint_perimeter": 456,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 91336
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.8500120420453,
- 42.81812185529549
+ -78.85251648051916,
+ 42.81839129751731
],
[
- -78.85038975191084,
- 42.81803226424341
+ -78.85210763416673,
+ 42.818499226966566
],
[
- -78.850630729414,
- 42.81857888627522
+ -78.85224932536018,
+ 42.81878801221467
],
[
- -78.85025301954843,
- 42.81866847653532
+ -78.85265817171259,
+ 42.8186800832695
],
[
- -78.8500120420453,
- 42.81812185529549
+ -78.85251648051916,
+ 42.81839129751731
]
]
]
@@ -141,37 +163,38 @@
{
"type": "Feature",
"properties": {
- "id": "3",
- "name": "Restaurant 10",
+ "id": "a20e7631-a480-42b2-9c88-40a77efbb853",
+ "name": "office_4",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 125631,
- "footprint_area": 41877,
- "number_of_stories": 3
+ "footprint_area": 12400,
+ "footprint_perimeter": 445,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 86800
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84962224800356,
- 42.81329273502644
+ -78.85226155296505,
+ 42.81790657751688
],
[
- -78.84929833482822,
- 42.81337083838241
+ -78.85186280158428,
+ 42.81801184286891
],
[
- -78.84983265832118,
- 42.814563298664669
+ -78.85200085967021,
+ 42.81829322560182
],
[
- -78.85015657149653,
- 42.81448519681467
+ -78.85239961105097,
+ 42.81818796072878
],
[
- -78.84962224800356,
- 42.81329273502644
+ -78.85226155296505,
+ 42.81790657751688
]
]
]
@@ -180,37 +203,38 @@
{
"type": "Feature",
"properties": {
- "id": "4",
- "name": "Restaurant 12",
+ "id": "8dd45e67-b163-41fb-9b4d-9f2487c56516",
+ "name": "office_5",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 31623,
- "footprint_area": 10541,
- "number_of_stories": 3
+ "footprint_area": 24660,
+ "footprint_perimeter": 744,
+ "building_type": "Office",
+ "number_of_stories": 8,
+ "floor_area": 197280
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84907318596754,
- 42.81342719667407
+ -78.8518632504146,
+ 42.817311204271675
],
[
- -78.84862090048105,
- 42.81353625345659
+ -78.85085880073396,
+ 42.817576368571224
],
[
- -78.84871721918239,
- 42.813751210926799
+ -78.85096779395967,
+ 42.81779851450486
],
[
- -78.84916950466888,
- 42.81364215452331
+ -78.8519722436403,
+ 42.81753335115792
],
[
- -78.84907318596754,
- 42.81342719667407
+ -78.8518632504146,
+ 42.817311204271675
]
]
]
@@ -219,37 +243,38 @@
{
"type": "Feature",
"properties": {
- "id": "5",
- "name": "Restaurant 14",
+ "id": "61a40e47-a2c4-4641-adba-5ed682351eb2",
+ "name": "office_6",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 8804,
- "footprint_area": 8804,
- "number_of_stories": 1
+ "footprint_area": 19276,
+ "footprint_perimeter": 672,
+ "building_type": "Office",
+ "number_of_stories": 8,
+ "floor_area": 154208
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84809175426629,
- 42.81367038997507
+ -78.85143272717296,
+ 42.81643371626879
],
[
- -78.84848670778973,
- 42.81357515750889
+ -78.85117530539551,
+ 42.81650167402128
],
[
- -78.84857883872144,
- 42.81378076888831
+ -78.85150773473397,
+ 42.81717922839954
],
[
- -78.84818388519801,
- 42.81387600103781
+ -78.85176515651143,
+ 42.81711127139167
],
[
- -78.84809175426629,
- 42.81367038997507
+ -78.85143272717296,
+ 42.81643371626879
]
]
]
@@ -258,37 +283,86 @@
{
"type": "Feature",
"properties": {
- "id": "6",
- "name": "Restaurant 15",
+ "id": "b12fc4fe-e0b8-4612-b785-5d0ddb9f68a8",
+ "name": "office_7",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 10689,
- "footprint_area": 10689,
- "number_of_stories": 1
+ "footprint_area": 59458,
+ "footprint_perimeter": 1677,
+ "building_type": "Office",
+ "number_of_stories": 7,
+ "floor_area": 416206
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84846106738529,
- 42.814495803077367
+ -78.8508288617482,
+ 42.81665831543987
+ ],
+ [
+ -78.85054956691921,
+ 42.817256891855294
+ ],
+ [
+ -78.8502117106748,
+ 42.81717252916357
+ ],
+ [
+ -78.85033167086529,
+ 42.81689412117706
+ ],
+ [
+ -78.84952994832105,
+ 42.81669140378136
+ ],
+ [
+ -78.84940655611076,
+ 42.81696862769002
+ ],
+ [
+ -78.84911422440058,
+ 42.816901520741
],
[
- -78.8486903952376,
- 42.81444050756261
+ -78.84938917893291,
+ 42.816299904624685
],
[
- -78.8484977578349,
- 42.81401059666683
+ -78.8496851437506,
+ 42.81637441724871
],
[
- -78.84826842998261,
- 42.81406589256599
+ -78.84962607193225,
+ 42.81651547381978
],
[
- -78.84846106738529,
- 42.814495803077367
+ -78.84993414936308,
+ 42.816597243675005
+ ],
+ [
+ -78.8499745623554,
+ 42.81649338793895
+ ],
+ [
+ -78.85021833968698,
+ 42.81655449410553
+ ],
+ [
+ -78.85016997286768,
+ 42.81665926782205
+ ],
+ [
+ -78.85042313798176,
+ 42.816722077565544
+ ],
+ [
+ -78.85049301196095,
+ 42.816573987710626
+ ],
+ [
+ -78.8508288617482,
+ 42.81665831543987
]
]
]
@@ -297,36 +371,54 @@
{
"type": "Feature",
"properties": {
- "id": "7",
- "name": "Office 1",
+ "id": "79c65ce5-64af-4762-a7b1-ab7d43bc739a",
+ "name": "mixed use_1",
"type": "Building",
- "building_type": "Office",
- "number_of_stories": 6,
- "detailed_model_filename": "7.osm"
+ "footprint_area": 49679,
+ "footprint_perimeter": 1194,
+ "building_type": "Mixed use",
+ "number_of_stories": 4,
+ "floor_area": 198716,
+ "mixed_type_1": "Strip shopping mall",
+ "mixed_type_1_percentage": 10,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 10,
+ "mixed_type_3": "Office",
+ "mixed_type_3_percentage": 50,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 30
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84733878006863,
- 42.816466983030839
+ -78.85115258722637,
+ 42.81572197373126
+ ],
+ [
+ -78.85076535626132,
+ 42.8149501347651
+ ],
+ [
+ -78.84989623737327,
+ 42.81472999906666
],
[
- -78.84854275129324,
- 42.81617669028003
+ -78.84978279625763,
+ 42.81499076123441
],
[
- -78.848356395545,
- 42.81576080994094
+ -78.85048000914212,
+ 42.81516845389825
],
[
- -78.84715242432039,
- 42.81605110464406
+ -78.85080295353632,
+ 42.81581507001843
],
[
- -78.84733878006863,
- 42.816466983030839
+ -78.85115258722637,
+ 42.81572197373126
]
]
]
@@ -335,44 +427,54 @@
{
"type": "Feature",
"properties": {
- "id": "8",
- "name": "Hospital 1",
+ "id": "cec59f73-917a-49e0-9704-e1ca3d46ee63",
+ "name": "mixed use_2",
"type": "Building",
- "building_type": "Outpatient health care",
- "number_of_stories": 10,
- "detailed_model_filename": "8.osm"
+ "footprint_area": 55696,
+ "footprint_perimeter": 1044,
+ "building_type": "Mixed use",
+ "number_of_stories": 4,
+ "floor_area": 222784,
+ "mixed_type_1": "Strip shopping mall",
+ "mixed_type_1_percentage": 30,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 20,
+ "mixed_type_3": "Office",
+ "mixed_type_3_percentage": 20,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 30
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84973966335251,
- 42.8154441454509
+ -78.84811041942727,
+ 42.81632352337465
],
[
- -78.85049562542395,
- 42.81525669280299
+ -78.84863229428841,
+ 42.816457585987735
],
[
- -78.85078257620686,
- 42.81588131780643
+ -78.84839692205604,
+ 42.81697138367855
],
[
- -78.8505086568277,
- 42.81594736368234
+ -78.84752158108395,
+ 42.817200794448325
],
[
- -78.85041233812638,
- 42.815732413845669
+ -78.84733396994503,
+ 42.81683002845867
],
[
- -78.84991755499783,
- 42.81585689105046
+ -78.8479477455751,
+ 42.81665754110921
],
[
- -78.84973966335251,
- 42.8154441454509
+ -78.84811041942727,
+ 42.81632352337465
]
]
]
@@ -381,52 +483,134 @@
{
"type": "Feature",
"properties": {
- "id": "9",
- "name": "Hospital 2",
+ "id": "58392009-8cff-4920-9ffd-45fda56bc814",
+ "name": "mall_1",
"type": "Building",
- "building_type": "Inpatient health care",
+ "footprint_area": 44102,
+ "footprint_perimeter": 840,
+ "building_type": "Enclosed mall",
+ "number_of_stories": 2,
+ "floor_area": 88204
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85264914739417,
+ 42.82051134901141
+ ],
+ [
+ -78.85188192954766,
+ 42.82071387618734
+ ],
+ [
+ -78.85213715535123,
+ 42.82123404026666
+ ],
+ [
+ -78.85290437319775,
+ 42.821031514794555
+ ],
+ [
+ -78.85264914739417,
+ 42.82051134901141
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ebf1024f-0c12-4426-8adb-943eb6c189c0",
+ "name": "mall_2",
+ "type": "Building",
+ "footprint_area": 49588,
+ "footprint_perimeter": 1138,
+ "building_type": "Enclosed mall",
"number_of_stories": 3,
- "detailed_model_filename": "9.osm"
+ "floor_area": 148764
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.85083627755732,
- 42.81600678613279
+ -78.84707027902108,
+ 42.814643202618356
+ ],
+ [
+ -78.84694396089243,
+ 42.81490866164515
+ ],
+ [
+ -78.8462964148898,
+ 42.81474822192314
+ ],
+ [
+ -78.84587767567467,
+ 42.8138944659822
+ ],
+ [
+ -78.84625532883523,
+ 42.81379267253894
],
[
- -78.85056039001892,
- 42.816076133580569
+ -78.8466332759437,
+ 42.8145397926485
],
[
- -78.85072568130569,
- 42.816450649528039
+ -78.84707027902108,
+ 42.814643202618356
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c913a28f-2405-4428-a6e8-9b92f25f149b",
+ "name": "school_1",
+ "type": "Building",
+ "footprint_area": 21137,
+ "footprint_perimeter": 768,
+ "building_type": "Education",
+ "number_of_stories": 6,
+ "floor_area": 126822
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84996604224372,
+ 42.82135570954273
],
[
- -78.84940134236577,
- 42.81677160705479
+ -78.85010773343716,
+ 42.82164448144965
],
[
- -78.84958014898304,
- 42.81716858994267
+ -78.85056937730309,
+ 42.82151634783165
],
[
- -78.8507262115271,
- 42.816890840117029
+ -78.85063477323853,
+ 42.82164962699463
],
[
- -78.8508565789851,
- 42.81719595796099
+ -78.84985402840056,
+ 42.82185363032286
],
[
- -78.85132137101688,
- 42.81708331517635
+ -78.8496505743792,
+ 42.8214389844627
],
[
- -78.85083627755732,
- 42.81600678613279
+ -78.84996604224372,
+ 42.82135570954273
]
]
]
@@ -435,53 +619,78 @@
{
"type": "Feature",
"properties": {
- "id": "10",
- "name": "Mixed use 2",
+ "id": "14b66566-b811-4904-909b-216f536cefc3",
+ "name": "school_2",
"type": "Building",
- "building_type": "Mixed use",
- "floor_area": 1278384,
- "footprint_area": 159798,
- "number_of_stories": 8,
- "mixed_type_1": "Strip shopping mall",
- "mixed_type_1_percentage": 25,
- "mixed_type_2": "Food service",
- "mixed_type_2_percentage": 25,
- "mixed_type_3": "Office",
- "mixed_type_3_percentage": 15,
- "mixed_type_4": "Lodging",
- "mixed_type_4_percentage": 35
+ "footprint_area": 7202,
+ "footprint_perimeter": 375,
+ "building_type": "Education",
+ "number_of_stories": 3,
+ "floor_area": 21606
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.85115264550463,
- 42.81786093060211
+ -78.8514206022935,
+ 42.82128777889886
+ ],
+ [
+ -78.8509511861111,
+ 42.82141169207529
+ ],
+ [
+ -78.85101930687718,
+ 42.821550524765485
],
[
- -78.85163483958879,
- 42.81774467026972
+ -78.85148872305959,
+ 42.82142661186734
],
[
- -78.85246596719499,
- 42.819583261120758
+ -78.8514206022935,
+ 42.82128777889886
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0f0b0990-77ed-4352-acf2-daa70e614e03",
+ "name": "school_3",
+ "type": "Building",
+ "footprint_area": 9319,
+ "footprint_perimeter": 409,
+ "building_type": "Education",
+ "number_of_stories": 6,
+ "floor_area": 55914
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85166261042086,
+ 42.82097926278058
],
[
- -78.85082390085432,
- 42.819979162017748
+ -78.85142285484383,
+ 42.82104255211539
],
[
- -78.85060552295335,
- 42.81947573727234
+ -78.85159542745123,
+ 42.821394263091605
],
[
- -78.85174564783776,
- 42.81920483484765
+ -78.85183518302826,
+ 42.82133097411682
],
[
- -78.85115264550463,
- 42.81786093060211
+ -78.85166261042086,
+ 42.82097926278058
]
]
]
@@ -490,37 +699,38 @@
{
"type": "Feature",
"properties": {
- "id": "11",
- "name": "Restaurant 13",
+ "id": "86c0eb5d-af9c-4d2d-92d5-c111564171b0",
+ "name": "school_4",
"type": "Building",
- "building_type": "Food service",
- "floor_area": 32511,
- "footprint_area": 10837,
- "number_of_stories": 3
+ "footprint_area": 14542,
+ "footprint_perimeter": 640,
+ "building_type": "Education",
+ "number_of_stories": 3,
+ "floor_area": 43626
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84961163640645,
- 42.81460851835703
+ -78.85114489506135,
+ 42.82068520457
],
[
- -78.84914661048372,
- 42.81472064501696
+ -78.85129175795923,
+ 42.82079279848986
],
[
- -78.84905029178236,
- 42.81450569091638
+ -78.8506181762648,
+ 42.821319783129866
],
[
- -78.84951531770513,
- 42.81439356386673
+ -78.85046737524566,
+ 42.821221593172794
],
[
- -78.84961163640645,
- 42.81460851835703
+ -78.85114489506135,
+ 42.82068520457
]
]
]
@@ -529,37 +739,38 @@
{
"type": "Feature",
"properties": {
- "id": "12",
- "name": "Mall 1",
+ "id": "b2499f85-a385-40d0-9d54-996bd33ddd87",
+ "name": "super market_1",
"type": "Building",
- "building_type": "Strip shopping mall",
- "floor_area": 374409,
- "footprint_area": 124803,
- "number_of_stories": 3
+ "footprint_area": 11409,
+ "footprint_perimeter": 489,
+ "building_type": "Food sales",
+ "number_of_stories": 2,
+ "floor_area": 22818
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84768338040897,
- 42.817161656757068
+ -78.85221531785737,
+ 42.81961520860705
],
[
- -78.8482630702579,
- 42.8170218879136
+ -78.85199575222369,
+ 42.81967316959478
],
[
- -78.84915297130292,
- 42.81900776764229
+ -78.85222645455146,
+ 42.820143361599804
],
[
- -78.84857328145401,
- 42.81914753199706
+ -78.85244602018516,
+ 42.820085401052836
],
[
- -78.84768338040897,
- 42.817161656757068
+ -78.85221531785737,
+ 42.81961520860705
]
]
]
@@ -568,37 +779,38 @@
{
"type": "Feature",
"properties": {
- "id": "13",
- "name": "Hotel 1",
+ "id": "082e341a-b856-484a-ade5-515cb3f818e8",
+ "name": "super market_2",
"type": "Building",
- "building_type": "Lodging",
- "floor_area": 316160,
- "footprint_area": 31616,
- "number_of_stories": 10
+ "footprint_area": 9568,
+ "footprint_perimeter": 415,
+ "building_type": "Food sales",
+ "number_of_stories": 2,
+ "floor_area": 19136
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.8494955083645,
- 42.819748790984338
+ -78.84940187745146,
+ 42.813881876064045
],
[
- -78.84891089471263,
- 42.81989327725856
+ -78.84915959813151,
+ 42.813945838943084
],
[
- -78.8491389243777,
- 42.82038967009544
+ -78.84933489556954,
+ 42.814303144239034
],
[
- -78.84972353802957,
- 42.82024518498119
+ -78.84957717488949,
+ 42.81423918172956
],
[
- -78.8494955083645,
- 42.819748790984338
+ -78.84940187745146,
+ 42.813881876064045
]
]
]
@@ -607,44 +819,42 @@
{
"type": "Feature",
"properties": {
- "id": "14",
- "name": "Residential 1",
+ "id": "45a315d2-cfb9-45da-9ace-ca37b5faa5a9",
+ "name": "super market_3",
"type": "Building",
- "building_type": "Single-Family Detached",
- "floor_area": 3055,
- "footprint_area": 3055,
- "number_of_stories_above_ground": 1,
+ "footprint_area": 13848,
+ "footprint_perimeter": 466,
+ "building_type": "Food sales",
"number_of_stories": 1,
- "number_of_bedrooms": 3,
- "foundation_type": "crawlspace - unvented",
- "attic_type": "attic - vented",
- "system_type": "Residential - furnace and central air conditioner",
- "heating_system_fuel_type": "natural gas",
- "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ "floor_area": 13848
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84782863379475,
- 42.81308406513335
+ -78.84803204195464,
+ 42.81327716368986
+ ],
+ [
+ -78.84845514401165,
+ 42.81338712234819
],
[
- -78.84789445741784,
- 42.813211653666147
+ -78.84830100598371,
+ 42.81372371072305
],
[
- -78.8481085224459,
- 42.81315222398479
+ -78.84809740406898,
+ 42.813671860922625
],
[
- -78.84804269882281,
- 42.813024635329359
+ -78.84794268183917,
+ 42.813452362823256
],
[
- -78.84782863379475,
- 42.81308406513335
+ -78.84803204195464,
+ 42.81327716368986
]
]
]
@@ -653,44 +863,38 @@
{
"type": "Feature",
"properties": {
- "id": "15",
- "name": "Residential 2",
+ "id": "9a7b9d91-4690-48e7-aed4-4d70f446b068",
+ "name": "hospital_1",
"type": "Building",
- "building_type": "Single-Family Detached",
- "floor_area": 4260,
- "footprint_area": 2130,
- "number_of_stories_above_ground": 2,
- "number_of_stories": 3,
- "number_of_bedrooms": 4,
- "foundation_type": "basement - unconditioned",
- "attic_type": "attic - unvented",
- "system_type": "Residential - boiler and room air conditioner",
- "heating_system_fuel_type": "propane",
- "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ "footprint_area": 10133,
+ "footprint_perimeter": 423,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 60798
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84841249573596,
- 42.81294385519362
+ -78.84936980878463,
+ 42.81455086662453
],
[
- -78.8484849661432,
- 42.81308642712324
+ -78.8496229738987,
+ 42.81461367850952
],
[
- -78.84861900200103,
- 42.81304976336804
+ -78.84945979830071,
+ 42.81497251141809
],
[
- -78.84854653159381,
- 42.8129071913539
+ -78.84919472166122,
+ 42.81490866237604
],
[
- -78.84841249573596,
- 42.81294385519362
+ -78.84936980878463,
+ 42.81455086662453
]
]
]
@@ -699,64 +903,8048 @@
{
"type": "Feature",
"properties": {
- "id": "16",
- "name": "Residenital 3",
+ "id": "e661e306-0a8d-4304-87cd-e575001147ff",
+ "name": "hospital_2",
"type": "Building",
- "building_type": "Single-Family Detached",
- "floor_area": 5500,
- "footprint_area": 4655,
- "number_of_stories_above_ground": 1,
- "number_of_stories": 2,
- "number_of_bedrooms": 5,
- "foundation_type": "basement - conditioned",
- "attic_type": "attic - conditioned",
- "system_type": "Residential - electric resistance and no cooling",
- "heating_system_fuel_type": "electricity",
- "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ "footprint_area": 5628,
+ "footprint_perimeter": 368,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 4,
+ "floor_area": 22512
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84932452159165,
+ 42.8145382721342
+ ],
+ [
+ -78.84881087318544,
+ 42.81440935241099
+ ],
+ [
+ -78.8487604407305,
+ 42.81450640376295
+ ],
+ [
+ -78.84927438635538,
+ 42.8146394692904
+ ],
+ [
+ -78.84932452159165,
+ 42.8145382721342
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6a73b366-8b37-430d-96d6-bbceca47e84f",
+ "name": "hospital_3",
+ "type": "Building",
+ "footprint_area": 4605,
+ "footprint_perimeter": 317,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 4,
+ "floor_area": 18420
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
- -78.84901642777548,
- 42.81281054264619
+ -78.84875374894517,
+ 42.81453573340352
],
[
- -78.8492166996002,
- 42.81276856688589
+ -78.84863707503185,
+ 42.814771462653056
],
[
- -78.8492882250648,
- 42.81294171638328
+ -78.84887328113467,
+ 42.81483456933137
],
[
- -78.84919524192809,
- 42.812957457222669
+ -78.8489275551358,
+ 42.814715686473335
],
[
- -78.84925246216879,
- 42.81307288984212
+ -78.84881424651952,
+ 42.81468809507476
],
[
- -78.84915232658385,
- 42.8130833837933
+ -78.84887175145272,
+ 42.81456417677015
],
[
- -78.84901642777548,
- 42.81281054264619
+ -78.84875374894517,
+ 42.81453573340352
]
]
]
}
- }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8dc5a65a-5254-4e45-93ee-d9225458dfce",
+ "name": "hospital_4",
+ "type": "Building",
+ "footprint_area": 4799,
+ "footprint_perimeter": 296,
+ "building_type": "Outpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 28794
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84843806512185,
+ 42.814431076516314
+ ],
+ [
+ -78.84826706739518,
+ 42.81439048518959
+ ],
+ [
+ -78.84814559566463,
+ 42.814648392564095
+ ],
+ [
+ -78.84831245418236,
+ 42.814692167570655
+ ],
+ [
+ -78.84843806512185,
+ 42.814431076516314
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0787c04c-b4d0-4a44-bc5c-c87c75558298",
+ "name": "hospital_5",
+ "type": "Building",
+ "footprint_area": 6952,
+ "footprint_perimeter": 386,
+ "building_type": "Outpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 41712
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.848077816585,
+ 42.8148159025024
+ ],
+ [
+ -78.84824124308294,
+ 42.814858492359406
+ ],
+ [
+ -78.84805737144019,
+ 42.81523324295523
+ ],
+ [
+ -78.84788455715974,
+ 42.81518894957327
+ ],
+ [
+ -78.848077816585,
+ 42.8148159025024
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "adcbbfe9-7d53-4ae1-8361-82396489ab71",
+ "name": "hospital_6",
+ "type": "Building",
+ "footprint_area": 16463,
+ "footprint_perimeter": 781,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 6,
+ "floor_area": 98778
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84925944033674,
+ 42.815105137165204
+ ],
+ [
+ -78.84942629885448,
+ 42.81514891184844
+ ],
+ [
+ -78.84924172002259,
+ 42.81552802950861
+ ],
+ [
+ -78.84838309828166,
+ 42.81531767106068
+ ],
+ [
+ -78.84843500104672,
+ 42.815191050835296
+ ],
+ [
+ -78.84912948910056,
+ 42.81536318906677
+ ],
+ [
+ -78.84925944033674,
+ 42.815105137165204
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "150091d6-a9e8-45df-a18e-716d7e9aa21e",
+ "name": "hospital_7",
+ "type": "Building",
+ "footprint_area": 4842,
+ "footprint_perimeter": 297,
+ "building_type": "Inpatient health care",
+ "number_of_stories": 1,
+ "floor_area": 4842
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8490847892099,
+ 42.81521397724447
+ ],
+ [
+ -78.84873229660941,
+ 42.81512302036947
+ ],
+ [
+ -78.84878601592824,
+ 42.81500010233876
+ ],
+ [
+ -78.84914083118392,
+ 42.81508417297803
+ ],
+ [
+ -78.8490847892099,
+ 42.81521397724447
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "50a231db-600b-4f15-bd83-79d469aee17d",
+ "name": "restaurant_1",
+ "type": "Building",
+ "footprint_area": 6139,
+ "footprint_perimeter": 326,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 12278
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85202596772416,
+ 42.819245625413885
+ ],
+ [
+ -78.85181902080505,
+ 42.81930025563841
+ ],
+ [
+ -78.85195072095279,
+ 42.819568674391036
+ ],
+ [
+ -78.85215766787192,
+ 42.81951404440366
+ ],
+ [
+ -78.85202596772416,
+ 42.819245625413885
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e2e187eb-f3e7-4bb7-be85-ff0441e9d234",
+ "name": "restaurant_2",
+ "type": "Building",
+ "footprint_area": 5885,
+ "footprint_perimeter": 317,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 11770
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85183452238999,
+ 42.81886124719304
+ ],
+ [
+ -78.85162757547086,
+ 42.81891587775718
+ ],
+ [
+ -78.85175382595733,
+ 42.81917319114959
+ ],
+ [
+ -78.85196077287645,
+ 42.8191185608128
+ ],
+ [
+ -78.85183452238999,
+ 42.81886124719304
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a4b1e912-bafb-41e6-ad45-8dce64137a31",
+ "name": "restaurant_3",
+ "type": "Building",
+ "footprint_area": 5927,
+ "footprint_perimeter": 319,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 11854
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85163651802992,
+ 42.81845768842413
+ ],
+ [
+ -78.85142957111078,
+ 42.81851231934482
+ ],
+ [
+ -78.85155672987415,
+ 42.81877148560031
+ ],
+ [
+ -78.85176367679325,
+ 42.81871685490859
+ ],
+ [
+ -78.85163651802992,
+ 42.81845768842413
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b255ebca-2e53-42a7-a1dc-504d47be937a",
+ "name": "restaurant_4",
+ "type": "Building",
+ "footprint_area": 6257,
+ "footprint_perimeter": 329,
+ "building_type": "Food service",
+ "number_of_stories": 2,
+ "floor_area": 12514
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85146556088856,
+ 42.81810344330498
+ ],
+ [
+ -78.85125609022651,
+ 42.81815874077293
+ ],
+ [
+ -78.85138869865114,
+ 42.818429015674866
+ ],
+ [
+ -78.85159816931319,
+ 42.81837371844864
+ ],
+ [
+ -78.85146556088856,
+ 42.81810344330498
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e9e3d64-abf8-4496-95f7-6be8cdb7898d",
+ "name": "restaurant_5",
+ "type": "Building",
+ "footprint_area": 13396,
+ "footprint_perimeter": 565,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 40188
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85000207360292,
+ 42.81556329665585
+ ],
+ [
+ -78.8498003887858,
+ 42.815518261013125
+ ],
+ [
+ -78.84992771911729,
+ 42.815231626647204
+ ],
+ [
+ -78.84969837705407,
+ 42.81517089042413
+ ],
+ [
+ -78.84950490977685,
+ 42.81558999360212
+ ],
+ [
+ -78.84994007586617,
+ 42.81569258116241
+ ],
+ [
+ -78.85000207360292,
+ 42.81556329665585
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7ca5cdde-f67a-4a16-9a19-69e2a9135219",
+ "name": "restaurant_6",
+ "type": "Building",
+ "footprint_area": 8117,
+ "footprint_perimeter": 360,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 24351
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84745587056044,
+ 42.816383128655474
+ ],
+ [
+ -78.84715302141049,
+ 42.81646307901016
+ ],
+ [
+ -78.8472720056819,
+ 42.81670559264725
+ ],
+ [
+ -78.84757485483185,
+ 42.81662564260611
+ ],
+ [
+ -78.84745587056044,
+ 42.816383128655474
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d626395c-16ed-4725-811d-bdcaddc63434",
+ "name": "restaurant_7",
+ "type": "Building",
+ "footprint_area": 14932,
+ "footprint_perimeter": 517,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 44796
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.847184295773,
+ 42.8158296008848
+ ],
+ [
+ -78.84687892288012,
+ 42.81591021821362
+ ],
+ [
+ -78.8470960010547,
+ 42.816352669998025
+ ],
+ [
+ -78.84740137394758,
+ 42.816272053246024
+ ],
+ [
+ -78.847184295773,
+ 42.8158296008848
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "40d9c2b4-64a4-4600-a7d5-47b7a40f0c59",
+ "name": "restaurant_8",
+ "type": "Building",
+ "footprint_area": 14871,
+ "footprint_perimeter": 517,
+ "building_type": "Food service",
+ "number_of_stories": 3,
+ "floor_area": 44613
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84692670137079,
+ 42.81530874012532
+ ],
+ [
+ -78.84662385222087,
+ 42.81538869186906
+ ],
+ [
+ -78.84684183867232,
+ 42.81583299865656
+ ],
+ [
+ -78.84714468782225,
+ 42.81575304748728
+ ],
+ [
+ -78.84692670137079,
+ 42.81530874012532
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "873b1928-1210-4924-9677-020c482e2d14",
+ "name": "restaurant_9",
+ "type": "Building",
+ "footprint_area": 9144,
+ "footprint_perimeter": 440,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 9144
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84785137479142,
+ 42.81419014738438
+ ],
+ [
+ -78.84804801212272,
+ 42.81423651654731
+ ],
+ [
+ -78.84785656248701,
+ 42.81466554886319
+ ],
+ [
+ -78.84765901687882,
+ 42.81461732871392
+ ],
+ [
+ -78.84785137479142,
+ 42.81419014738438
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5789c049-7015-4d4b-a78e-5866dfecc047",
+ "name": "restaurant_10",
+ "type": "Building",
+ "footprint_area": 9177,
+ "footprint_perimeter": 446,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 9177
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84757754068944,
+ 42.81393413589174
+ ],
+ [
+ -78.84776155930616,
+ 42.813983836642905
+ ],
+ [
+ -78.84756364780633,
+ 42.81442294106594
+ ],
+ [
+ -78.84736681818984,
+ 42.81437048420773
+ ],
+ [
+ -78.84757754068944,
+ 42.81393413589174
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0426526e-68b6-4fc3-b489-f284aafd77dd",
+ "name": "restaurant_11",
+ "type": "Building",
+ "footprint_area": 8681,
+ "footprint_perimeter": 434,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 8681
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84706958350512,
+ 42.81396799998046
+ ],
+ [
+ -78.84725794241852,
+ 42.81402073707741
+ ],
+ [
+ -78.84745191579714,
+ 42.81359103400467
+ ],
+ [
+ -78.84726971373419,
+ 42.813545035618205
+ ],
+ [
+ -78.84706958350512,
+ 42.81396799998046
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e535d6a4-8ee4-4945-bf7d-53469f4ec5b5",
+ "name": "restaurant_12",
+ "type": "Building",
+ "footprint_area": 8850,
+ "footprint_perimeter": 441,
+ "building_type": "Food service",
+ "number_of_stories": 1,
+ "floor_area": 8850
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8470275485883,
+ 42.81320621375991
+ ],
+ [
+ -78.84720631863146,
+ 42.813251027336605
+ ],
+ [
+ -78.84700245136891,
+ 42.81368961819177
+ ],
+ [
+ -78.84681227590175,
+ 42.81363317813762
+ ],
+ [
+ -78.8470275485883,
+ 42.81320621375991
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f105e566-a25f-4175-b39c-e07acdbf3321",
+ "name": "hotel_1",
+ "type": "Building",
+ "footprint_area": 21905,
+ "footprint_perimeter": 591,
+ "building_type": "Lodging",
+ "number_of_stories": 10,
+ "floor_area": 219050
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84841433371024,
+ 42.81566638702162
+ ],
+ [
+ -78.84894377980012,
+ 42.81579845228029
+ ],
+ [
+ -78.84877020421678,
+ 42.81617675219732
+ ],
+ [
+ -78.8482373261071,
+ 42.81604350273824
+ ],
+ [
+ -78.84841433371024,
+ 42.81566638702162
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "937cca90-093b-4874-83dc-a5afb625938d",
+ "name": "hotel_2",
+ "type": "Building",
+ "footprint_area": 13179,
+ "footprint_perimeter": 463,
+ "building_type": "Lodging",
+ "number_of_stories": 10,
+ "floor_area": 131790
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84765906089703,
+ 42.815077292531925
+ ],
+ [
+ -78.84777033711205,
+ 42.81481894193894
+ ],
+ [
+ -78.84730430661361,
+ 42.81470396770021
+ ],
+ [
+ -78.84718873210426,
+ 42.81496622506279
+ ],
+ [
+ -78.84765906089703,
+ 42.815077292531925
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0701f3da-c061-4607-83af-2ad6e8e7d686",
+ "name": "res_6",
+ "type": "Building",
+ "footprint_area": 7191,
+ "footprint_perimeter": 378,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 14382,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84952192772535,
+ 42.820067131029674
+ ],
+ [
+ -78.84933643262102,
+ 42.82011609771672
+ ],
+ [
+ -78.84950855108998,
+ 42.82046688839665
+ ],
+ [
+ -78.8496940461943,
+ 42.82041792198737
+ ],
+ [
+ -78.84952192772535,
+ 42.820067131029674
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9941b83b-4855-4a13-8ce4-1b18502a7d6e",
+ "name": "res_5",
+ "type": "Building",
+ "footprint_area": 6983,
+ "footprint_perimeter": 375,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13966,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.849324124453,
+ 42.81966979981971
+ ],
+ [
+ -78.84914493870596,
+ 42.8197171012778
+ ],
+ [
+ -78.84931796545179,
+ 42.820069745366226
+ ],
+ [
+ -78.84949715119886,
+ 42.82002244417791
+ ],
+ [
+ -78.849324124453,
+ 42.81966979981971
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f66aed7-b07f-4861-8fd2-c02c59ab80f4",
+ "name": "res_4",
+ "type": "Building",
+ "footprint_area": 7259,
+ "footprint_perimeter": 375,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 14518,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85003258449305,
+ 42.819519555705625
+ ],
+ [
+ -78.84956569205355,
+ 42.8196428062075
+ ],
+ [
+ -78.84963472109652,
+ 42.81978349402303
+ ],
+ [
+ -78.85010161353603,
+ 42.81966024380159
+ ],
+ [
+ -78.85003258449305,
+ 42.819519555705625
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1d5187c1-1858-4b20-82c3-65033bfc1a11",
+ "name": "res_3",
+ "type": "Building",
+ "footprint_area": 6914,
+ "footprint_perimeter": 370,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13828,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85061276684537,
+ 42.81937132133888
+ ],
+ [
+ -78.85014335066298,
+ 42.8194952383561
+ ],
+ [
+ -78.8502087465984,
+ 42.81962852187587
+ ],
+ [
+ -78.85067816278081,
+ 42.81950460512576
+ ],
+ [
+ -78.85061276684537,
+ 42.81937132133888
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1f1b4da3-5a00-42ae-a2d0-b75b4a435ea3",
+ "name": "res_2",
+ "type": "Building",
+ "footprint_area": 6877,
+ "footprint_perimeter": 369,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13754,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85052751549988,
+ 42.81977855660594
+ ],
+ [
+ -78.85006062306037,
+ 42.81990180659153
+ ],
+ [
+ -78.85012601899582,
+ 42.82003508923492
+ ],
+ [
+ -78.85059291143533,
+ 42.81991183951496
+ ],
+ [
+ -78.85052751549988,
+ 42.81977855660594
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "69adb414-245a-4b75-8953-d4b52351d40a",
+ "name": "res_1",
+ "type": "Building",
+ "footprint_area": 6483,
+ "footprint_perimeter": 360,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 12966,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994634744,
+ 42.81993615479345
+ ],
+ [
+ -78.84977220917878,
+ 42.81998212361859
+ ],
+ [
+ -78.84993751557114,
+ 42.820319031530204
+ ],
+ [
+ -78.85011165383234,
+ 42.82027306295555
+ ],
+ [
+ -78.84994634744,
+ 42.81993615479345
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e7266e96-b14b-444d-aa60-c5563ecf671f",
+ "name": "res_8",
+ "type": "Building",
+ "footprint_area": 6615,
+ "footprint_perimeter": 364,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13230,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8503016067586,
+ 42.820659515674805
+ ],
+ [
+ -78.85044372718437,
+ 42.820751634439915
+ ],
+ [
+ -78.85009981408426,
+ 42.821015226482785
+ ],
+ [
+ -78.84996778863015,
+ 42.82092044329238
+ ],
+ [
+ -78.8503016067586,
+ 42.820659515674805
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c84e8e7f-8019-421a-ae42-dcf47573529d",
+ "name": "res_9",
+ "type": "Building",
+ "footprint_area": 6527,
+ "footprint_perimeter": 362,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13054,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85043991277222,
+ 42.82055234770493
+ ],
+ [
+ -78.85057355369236,
+ 42.8206446141246
+ ],
+ [
+ -78.85091115227259,
+ 42.82037986081579
+ ],
+ [
+ -78.85076994012371,
+ 42.820289592634964
+ ],
+ [
+ -78.85043991277222,
+ 42.82055234770493
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "61345b76-b890-4ea4-84f1-e5561e635a1d",
+ "name": "res_10",
+ "type": "Building",
+ "footprint_area": 2456,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4912,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8505946024061,
+ 42.81899115752404
+ ],
+ [
+ -78.8504255116307,
+ 42.819035794602144
+ ],
+ [
+ -78.85048999928925,
+ 42.819167227940454
+ ],
+ [
+ -78.85065909006465,
+ 42.81912259095728
+ ],
+ [
+ -78.8505946024061,
+ 42.81899115752404
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ca2302cf-4415-4090-b36d-de8cfd195e80",
+ "name": "res_11",
+ "type": "Building",
+ "footprint_area": 2248,
+ "footprint_perimeter": 189,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4496,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85038533283176,
+ 42.81905267394876
+ ],
+ [
+ -78.8502212895422,
+ 42.81909597853411
+ ],
+ [
+ -78.85028214409326,
+ 42.819220007064075
+ ],
+ [
+ -78.85044618738281,
+ 42.81917670256553
+ ],
+ [
+ -78.85038533283176,
+ 42.81905267394876
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "402f84d4-7164-4ef0-9c76-ae2130feda04",
+ "name": "res_12",
+ "type": "Building",
+ "footprint_area": 2304,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4608,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85017586216975,
+ 42.81910797056781
+ ],
+ [
+ -78.8500116684338,
+ 42.81915131482961
+ ],
+ [
+ -78.85007396277759,
+ 42.81927827770508
+ ],
+ [
+ -78.85023815651353,
+ 42.81923493353227
+ ],
+ [
+ -78.85017586216975,
+ 42.81910797056781
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "eb5a67cb-5806-4b15-8884-a369dfac3288",
+ "name": "res_13",
+ "type": "Building",
+ "footprint_area": 2282,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4564,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84996586430029,
+ 42.81916253897066
+ ],
+ [
+ -78.84980182101073,
+ 42.81920584347907
+ ],
+ [
+ -78.84986358383865,
+ 42.819331722955525
+ ],
+ [
+ -78.85002762712821,
+ 42.81928841853528
+ ],
+ [
+ -78.84996586430029,
+ 42.81916253897066
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c0bd7c30-e7f2-4d55-b9ba-33b9e3d2ff95",
+ "name": "res_14",
+ "type": "Building",
+ "footprint_area": 2212,
+ "footprint_perimeter": 188,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4424,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84975846582189,
+ 42.81921680795014
+ ],
+ [
+ -78.84959947001819,
+ 42.81925877997574
+ ],
+ [
+ -78.84966123284607,
+ 42.81938465934445
+ ],
+ [
+ -78.8498202286498,
+ 42.81934268740426
+ ],
+ [
+ -78.84975846582189,
+ 42.81921680795014
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "88c00b15-6d36-4261-98e4-88ae793d8f54",
+ "name": "res_15",
+ "type": "Building",
+ "footprint_area": 2283,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4566,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8495599984084,
+ 42.819271290702005
+ ],
+ [
+ -78.84939343137594,
+ 42.81931526135608
+ ],
+ [
+ -78.84945428592697,
+ 42.81943928944614
+ ],
+ [
+ -78.84962085295942,
+ 42.819395318880254
+ ],
+ [
+ -78.8495599984084,
+ 42.819271290702005
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c79efeb0-61f8-4545-97e3-899195e69265",
+ "name": "res_16",
+ "type": "Building",
+ "footprint_area": 2049,
+ "footprint_perimeter": 181,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4098,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84934419254684,
+ 42.819331047453176
+ ],
+ [
+ -78.84918772048603,
+ 42.819372353180086
+ ],
+ [
+ -78.84924585020642,
+ 42.81949082766951
+ ],
+ [
+ -78.84940232226722,
+ 42.81944952202173
+ ],
+ [
+ -78.84934419254684,
+ 42.819331047453176
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f3fe205-12ee-4b15-be6e-be5219fecdb7",
+ "name": "res_17",
+ "type": "Building",
+ "footprint_area": 2185,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4370,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84884879568247,
+ 42.819152901513206
+ ],
+ [
+ -78.84862085931273,
+ 42.81921307265864
+ ],
+ [
+ -78.8486634234268,
+ 42.81929982304953
+ ],
+ [
+ -78.84889135979655,
+ 42.81923965198851
+ ],
+ [
+ -78.84884879568247,
+ 42.819152901513206
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "61aa5271-425d-41c5-a9d8-73e834643f2f",
+ "name": "res_18",
+ "type": "Building",
+ "footprint_area": 2085,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4170,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84879251635684,
+ 42.81904229047194
+ ],
+ [
+ -78.84857103101643,
+ 42.81910075876587
+ ],
+ [
+ -78.84861282123751,
+ 42.819185932032724
+ ],
+ [
+ -78.84883430657793,
+ 42.819127463819314
+ ],
+ [
+ -78.84879251635684,
+ 42.81904229047194
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3f59c782-5f53-4e98-bc27-8f6db8fe88d7",
+ "name": "res_19",
+ "type": "Building",
+ "footprint_area": 2162,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4324,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84873846405732,
+ 42.818926909555046
+ ],
+ [
+ -78.84851697871692,
+ 42.818985377958086
+ ],
+ [
+ -78.84856031672396,
+ 42.81907370595292
+ ],
+ [
+ -78.84878180206437,
+ 42.81901523763344
+ ],
+ [
+ -78.84873846405732,
+ 42.818926909555046
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a96f1543-2712-448c-a1fc-4446b15f41ee",
+ "name": "res_20",
+ "type": "Building",
+ "footprint_area": 2183,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4366,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84867941766292,
+ 42.81880887777871
+ ],
+ [
+ -78.84845578197941,
+ 42.81886791394851
+ ],
+ [
+ -78.84849911998646,
+ 42.81895624211111
+ ],
+ [
+ -78.84872275566997,
+ 42.81889720602567
+ ],
+ [
+ -78.84867941766292,
+ 42.81880887777871
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "17d2d7f1-2b7b-4a48-b823-3d73c52e59bc",
+ "name": "res_21",
+ "type": "Building",
+ "footprint_area": 2179,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4358,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84862201754642,
+ 42.81869103027228
+ ],
+ [
+ -78.84840268254914,
+ 42.818748931242055
+ ],
+ [
+ -78.84844679444916,
+ 42.81883883686518
+ ],
+ [
+ -78.84866612944647,
+ 42.818780935979646
+ ],
+ [
+ -78.84862201754642,
+ 42.81869103027228
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bbbf4134-4a09-46dd-bedc-c6b0df8c8e66",
+ "name": "res_22",
+ "type": "Building",
+ "footprint_area": 2266,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4532,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856674590051,
+ 42.81857552125891
+ ],
+ [
+ -78.8483383471666,
+ 42.818635815023214
+ ],
+ [
+ -78.84838239859535,
+ 42.81872559756252
+ ],
+ [
+ -78.84861079732924,
+ 42.81866530388578
+ ],
+ [
+ -78.84856674590051,
+ 42.81857552125891
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6e6e9da8-119f-477d-be49-f1010d67cedb",
+ "name": "res_23",
+ "type": "Building",
+ "footprint_area": 2161,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4322,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84851049525872,
+ 42.81846087570722
+ ],
+ [
+ -78.84827831091046,
+ 42.818522168928865
+ ],
+ [
+ -78.84831963750854,
+ 42.81860639806757
+ ],
+ [
+ -78.84855182185683,
+ 42.818545104929456
+ ],
+ [
+ -78.84851049525872,
+ 42.81846087570722
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "03c637bb-d233-47e5-ad08-698a324fc9d9",
+ "name": "res_24",
+ "type": "Building",
+ "footprint_area": 2269,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4538,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84845418214472,
+ 42.81834610326919
+ ],
+ [
+ -78.84822073592497,
+ 42.818407729720406
+ ],
+ [
+ -78.84826387907681,
+ 42.81849566139894
+ ],
+ [
+ -78.84849732529656,
+ 42.81843403503538
+ ],
+ [
+ -78.84845418214472,
+ 42.81834610326919
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a91458df-d886-47f5-9af4-cda6a055e6b5",
+ "name": "res_25",
+ "type": "Building",
+ "footprint_area": 2243,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4486,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84839906710263,
+ 42.81823086616183
+ ],
+ [
+ -78.84817066836872,
+ 42.81829116026222
+ ],
+ [
+ -78.84821426565898,
+ 42.81838001770427
+ ],
+ [
+ -78.84844266439292,
+ 42.818319723690564
+ ],
+ [
+ -78.84839906710263,
+ 42.81823086616183
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "52a2ac1e-9a0b-4bf5-a7a7-6fb884509839",
+ "name": "res_26",
+ "type": "Building",
+ "footprint_area": 2279,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4558,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84834346103055,
+ 42.818111723048474
+ ],
+ [
+ -78.84811380042517,
+ 42.81817235038204
+ ],
+ [
+ -78.8481578518539,
+ 42.818262133594345
+ ],
+ [
+ -78.84838751245927,
+ 42.81820150634877
+ ],
+ [
+ -78.84834346103055,
+ 42.818111723048474
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "24ba3caa-568b-4fc3-88bf-18487fadc14b",
+ "name": "res_27",
+ "type": "Building",
+ "footprint_area": 2183,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4366,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84828542916445,
+ 42.8179981855906
+ ],
+ [
+ -78.84806081604492,
+ 42.818057480564875
+ ],
+ [
+ -78.84810395919675,
+ 42.81814541274156
+ ],
+ [
+ -78.8483285723163,
+ 42.81808611785158
+ ],
+ [
+ -78.84828542916445,
+ 42.8179981855906
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fbb2c3c8-fd05-4096-a6ed-e1fec86ddcbb",
+ "name": "res_28",
+ "type": "Building",
+ "footprint_area": 2216,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4432,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84822775355596,
+ 42.81788063401018
+ ],
+ [
+ -78.84800440230788,
+ 42.8179395959788
+ ],
+ [
+ -78.84804845373664,
+ 42.81802937952904
+ ],
+ [
+ -78.84827180498469,
+ 42.81797041764597
+ ],
+ [
+ -78.84822775355596,
+ 42.81788063401018
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5675e002-fafe-4b26-b29d-b408e67b9cd8",
+ "name": "res_29",
+ "type": "Building",
+ "footprint_area": 2352,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4704,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84922858487731,
+ 42.81897979563308
+ ],
+ [
+ -78.84905697035903,
+ 42.81902509894431
+ ],
+ [
+ -78.84911782491004,
+ 42.81914912761641
+ ],
+ [
+ -78.84928943942833,
+ 42.81910382439608
+ ],
+ [
+ -78.84922858487731,
+ 42.81897979563308
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2271e84f-c8e9-4d5a-9ff4-5e56b9660641",
+ "name": "res_30",
+ "type": "Building",
+ "footprint_area": 2476,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4952,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84915422626592,
+ 42.81882200155445
+ ],
+ [
+ -78.84897882613325,
+ 42.8188683043212
+ ],
+ [
+ -78.84904149723805,
+ 42.8189960356618
+ ],
+ [
+ -78.84921689737071,
+ 42.81894973299072
+ ],
+ [
+ -78.84915422626592,
+ 42.81882200155445
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "585b3aaa-e975-4eb9-b646-294cf692d8a8",
+ "name": "res_31",
+ "type": "Building",
+ "footprint_area": 2331,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4662,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84908247239231,
+ 42.81867575799188
+ ],
+ [
+ -78.8489058103882,
+ 42.81872239398223
+ ],
+ [
+ -78.84896439424702,
+ 42.818841795307804
+ ],
+ [
+ -78.84914105625113,
+ 42.8187951594075
+ ],
+ [
+ -78.84908247239231,
+ 42.81867575799188
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5abf34dd-3ec8-4d1c-b796-89ee48e98442",
+ "name": "res_32",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84900650747217,
+ 42.818518980790714
+ ],
+ [
+ -78.84883236921095,
+ 42.81856495066941
+ ],
+ [
+ -78.84889458617731,
+ 42.81869175704364
+ ],
+ [
+ -78.84906872443852,
+ 42.818645787259214
+ ],
+ [
+ -78.84900650747217,
+ 42.818518980790714
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9811950a-ec80-47c5-8708-d5c5557b2320",
+ "name": "res_33",
+ "type": "Building",
+ "footprint_area": 2421,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4842,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84892561886676,
+ 42.81836573859471
+ ],
+ [
+ -78.84875778996285,
+ 42.81841004300853
+ ],
+ [
+ -78.84882182348296,
+ 42.818540552081714
+ ],
+ [
+ -78.84898965238688,
+ 42.8184962477614
+ ],
+ [
+ -78.84892561886676,
+ 42.81836573859471
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3012f4f1-d2f6-4720-a0ea-f91f5cc30999",
+ "name": "res_34",
+ "type": "Building",
+ "footprint_area": 2232,
+ "footprint_perimeter": 189,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4464,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84884811090778,
+ 42.81821878610148
+ ],
+ [
+ -78.84868406761822,
+ 42.81826209127087
+ ],
+ [
+ -78.84874446803083,
+ 42.818385195875834
+ ],
+ [
+ -78.84890851132039,
+ 42.81834189079268
+ ],
+ [
+ -78.84884811090778,
+ 42.81821878610148
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7c7655a4-8c9a-421a-aa97-077a3a3aa403",
+ "name": "res_35",
+ "type": "Building",
+ "footprint_area": 2383,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4766,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8487734311158,
+ 42.818060767648404
+ ],
+ [
+ -78.84860938782624,
+ 42.81810407292846
+ ],
+ [
+ -78.8486738754848,
+ 42.818235508247255
+ ],
+ [
+ -78.84883791877436,
+ 42.818192203059255
+ ],
+ [
+ -78.8487734311158,
+ 42.818060767648404
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8af1f652-22a2-4fed-83ba-7d84b92431f4",
+ "name": "res_36",
+ "type": "Building",
+ "footprint_area": 2582,
+ "footprint_perimeter": 203,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5164,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8487025369382,
+ 42.817901749435975
+ ],
+ [
+ -78.84852966054846,
+ 42.817947386655305
+ ],
+ [
+ -78.84859596476079,
+ 42.81808252471586
+ ],
+ [
+ -78.84876884115053,
+ 42.81803688759629
+ ],
+ [
+ -78.8487025369382,
+ 42.817901749435975
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3356d40d-0fbb-41e3-a5a8-fa8b504527a1",
+ "name": "res_37",
+ "type": "Building",
+ "footprint_area": 2602,
+ "footprint_perimeter": 204,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5204,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84905056273124,
+ 42.817814847609014
+ ],
+ [
+ -78.84887390072711,
+ 42.81786148424865
+ ],
+ [
+ -78.84893929666255,
+ 42.817994771290074
+ ],
+ [
+ -78.84911595866669,
+ 42.817948134750935
+ ],
+ [
+ -78.84905056273124,
+ 42.817814847609014
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81399cd5-4da0-4f96-a8a6-5e9b0d9b0239",
+ "name": "res_38",
+ "type": "Building",
+ "footprint_area": 2529,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5058,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8491238801079,
+ 42.81797008987911
+ ],
+ [
+ -78.84894469436084,
+ 42.81801739263747
+ ],
+ [
+ -78.84900736546564,
+ 42.81814512573584
+ ],
+ [
+ -78.84918655121268,
+ 42.81809782307519
+ ],
+ [
+ -78.8491238801079,
+ 42.81797008987911
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5eedb5c5-9c88-4f12-ba3b-39541746a707",
+ "name": "res_39",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84919765162299,
+ 42.81812625736097
+ ],
+ [
+ -78.84902351336177,
+ 42.81817222753165
+ ],
+ [
+ -78.84908573032813,
+ 42.81829903471126
+ ],
+ [
+ -78.84925986858934,
+ 42.81825306463486
+ ],
+ [
+ -78.84919765162299,
+ 42.81812625736097
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ef83a0ad-2935-4434-9dc3-81bb227c8347",
+ "name": "res_40",
+ "type": "Building",
+ "footprint_area": 2440,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4880,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84927556234705,
+ 42.818279240784165
+ ],
+ [
+ -78.84909890034291,
+ 42.81832587707362
+ ],
+ [
+ -78.84916020903236,
+ 42.81845083274487
+ ],
+ [
+ -78.8493368710365,
+ 42.81840419654969
+ ],
+ [
+ -78.84927556234705,
+ 42.818279240784165
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f281e216-4faf-4c40-91be-c8a87e3bc23c",
+ "name": "res_41",
+ "type": "Building",
+ "footprint_area": 2494,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4988,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84934504851441,
+ 42.81842951376922
+ ],
+ [
+ -78.84916964838173,
+ 42.8184758168299
+ ],
+ [
+ -78.84923277362496,
+ 42.81860447457558
+ ],
+ [
+ -78.84940817375764,
+ 42.8185581716113
+ ],
+ [
+ -78.84934504851441,
+ 42.81842951376922
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4c19da84-a582-4c08-9f60-f3d75f301c36",
+ "name": "res_42",
+ "type": "Building",
+ "footprint_area": 2369,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4738,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84942558352525,
+ 42.818584940111236
+ ],
+ [
+ -78.84925144526402,
+ 42.818630909940936
+ ],
+ [
+ -78.84931184567661,
+ 42.81875401381163
+ ],
+ [
+ -78.84948598393784,
+ 42.818708044073475
+ ],
+ [
+ -78.84942558352525,
+ 42.818584940111236
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0f5745bc-b0e8-463a-9ec4-1a5acabdeab2",
+ "name": "res_43",
+ "type": "Building",
+ "footprint_area": 2405,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4810,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.849497992625,
+ 42.81873832926334
+ ],
+ [
+ -78.84932511623524,
+ 42.81878396586524
+ ],
+ [
+ -78.84938687906316,
+ 42.81890984620054
+ ],
+ [
+ -78.84955975545293,
+ 42.81886420969158
+ ],
+ [
+ -78.849497992625,
+ 42.81873832926334
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "393b8fe3-2307-4618-8c4b-5b49e8fad76a",
+ "name": "res_44",
+ "type": "Building",
+ "footprint_area": 2370,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4740,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84957327906227,
+ 42.818888867515255
+ ],
+ [
+ -78.84940292641542,
+ 42.81893383778012
+ ],
+ [
+ -78.84946468924333,
+ 42.81905971781032
+ ],
+ [
+ -78.84963504189018,
+ 42.81901474763703
+ ],
+ [
+ -78.84957327906227,
+ 42.818888867515255
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "23e9cc76-e9e7-412a-966b-308bfc5ceb33",
+ "name": "res_45",
+ "type": "Building",
+ "footprint_area": 1408,
+ "footprint_perimeter": 152,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2816,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85005188541109,
+ 42.81881162396337
+ ],
+ [
+ -78.84989541335028,
+ 42.81885293003728
+ ],
+ [
+ -78.84993537753306,
+ 42.81893438195735
+ ],
+ [
+ -78.85009184959387,
+ 42.818893075937865
+ ],
+ [
+ -78.85005188541109,
+ 42.81881162396337
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4096e26a-a529-4bdf-9dc0-1a4c267db50a",
+ "name": "res_46",
+ "type": "Building",
+ "footprint_area": 1366,
+ "footprint_perimeter": 149,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2732,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84999163412324,
+ 42.81870625397269
+ ],
+ [
+ -78.84984651890557,
+ 42.8187445620913
+ ],
+ [
+ -78.8498882996421,
+ 42.81882971651808
+ ],
+ [
+ -78.85003341485978,
+ 42.818791408452256
+ ],
+ [
+ -78.84999163412324,
+ 42.81870625397269
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "34cf617b-4574-4e68-b68c-75d74f17f9d9",
+ "name": "res_47",
+ "type": "Building",
+ "footprint_area": 1291,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2582,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994284022238,
+ 42.81860099566762
+ ],
+ [
+ -78.84979772500469,
+ 42.81863930385143
+ ],
+ [
+ -78.84983723504902,
+ 42.81871983046034
+ ],
+ [
+ -78.84998235026673,
+ 42.818681522326415
+ ],
+ [
+ -78.84994284022238,
+ 42.81860099566762
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "da69c3b8-3aff-43fb-98be-a12f283e86db",
+ "name": "res_48",
+ "type": "Building",
+ "footprint_area": 1249,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2498,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84989586287527,
+ 42.81849943956709
+ ],
+ [
+ -78.84974317642885,
+ 42.818539746504314
+ ],
+ [
+ -78.84977950750411,
+ 42.81861379408389
+ ],
+ [
+ -78.84993219395054,
+ 42.818573487194925
+ ],
+ [
+ -78.84989586287527,
+ 42.81849943956709
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b5758626-89ca-4736-8a51-0dcfa02704df",
+ "name": "res_49",
+ "type": "Building",
+ "footprint_area": 1273,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2546,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84983596518201,
+ 42.81839188473356
+ ],
+ [
+ -78.84968958809286,
+ 42.81843052616259
+ ],
+ [
+ -78.84972818986031,
+ 42.818509201851896
+ ],
+ [
+ -78.84987456694947,
+ 42.818470560472036
+ ],
+ [
+ -78.84983596518201,
+ 42.81839188473356
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7f54a990-9f30-4371-ab32-bc817d617afe",
+ "name": "res_50",
+ "type": "Building",
+ "footprint_area": 1325,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2650,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84978661659883,
+ 42.81828259038042
+ ],
+ [
+ -78.84963771576679,
+ 42.81832189811027
+ ],
+ [
+ -78.8496772258111,
+ 42.81840242513252
+ ],
+ [
+ -78.84982612664317,
+ 42.818363117453885
+ ],
+ [
+ -78.84978661659883,
+ 42.81828259038042
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9280413f-9b18-4481-9f5c-1539150cff46",
+ "name": "res_51",
+ "type": "Building",
+ "footprint_area": 2476,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4952,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84973293285239,
+ 42.81812272215973
+ ],
+ [
+ -78.84956005646262,
+ 42.818168359215974
+ ],
+ [
+ -78.84962363584431,
+ 42.81829794320032
+ ],
+ [
+ -78.84979651223408,
+ 42.818252306239714
+ ],
+ [
+ -78.84973293285239,
+ 42.81812272215973
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "496e8dd2-cae1-4307-896a-16d446726b58",
+ "name": "res_52",
+ "type": "Building",
+ "footprint_area": 2422,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4844,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84965537572292,
+ 42.817967554023426
+ ],
+ [
+ -78.84948502307607,
+ 42.818012524958334
+ ],
+ [
+ -78.84954814831931,
+ 42.81814118366802
+ ],
+ [
+ -78.84971850096616,
+ 42.818096212826674
+ ],
+ [
+ -78.84965537572292,
+ 42.817967554023426
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46247531-303e-462f-bd2a-9c9b1ec4d327",
+ "name": "res_53",
+ "type": "Building",
+ "footprint_area": 2386,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4772,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84957519430667,
+ 42.81780994179812
+ ],
+ [
+ -78.84940736540275,
+ 42.81785424661015
+ ],
+ [
+ -78.84947049064598,
+ 42.81798290564916
+ ],
+ [
+ -78.84963831954991,
+ 42.817938600929324
+ ],
+ [
+ -78.84957519430667,
+ 42.81780994179812
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1361a2ab-4fd7-4c9c-a7c6-f60de2bff5eb",
+ "name": "res_54",
+ "type": "Building",
+ "footprint_area": 2639,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5278,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85005053549567,
+ 42.81799570625617
+ ],
+ [
+ -78.84987261162007,
+ 42.818042675877166
+ ],
+ [
+ -78.84993846169395,
+ 42.81817688812876
+ ],
+ [
+ -78.85011638556955,
+ 42.818129918609685
+ ],
+ [
+ -78.85005053549567,
+ 42.81799570625617
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "acc74b15-8f91-4114-b369-615e1b82ef24",
+ "name": "res_55",
+ "type": "Building",
+ "footprint_area": 1399,
+ "footprint_perimeter": 152,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2798,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85019430982203,
+ 42.81817834982854
+ ],
+ [
+ -78.8500353140183,
+ 42.818220322559085
+ ],
+ [
+ -78.85007436992419,
+ 42.81829992411477
+ ],
+ [
+ -78.85023336572792,
+ 42.818257951438284
+ ],
+ [
+ -78.85019430982203,
+ 42.81817834982854
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "dffed215-9398-42eb-9089-49a417513e4c",
+ "name": "res_56",
+ "type": "Building",
+ "footprint_area": 1421,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2842,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85024815120872,
+ 42.818282276387265
+ ],
+ [
+ -78.85008663166207,
+ 42.8183249152797
+ ],
+ [
+ -78.85012568756797,
+ 42.818404516700724
+ ],
+ [
+ -78.85028720711462,
+ 42.8183618778632
+ ],
+ [
+ -78.85024815120872,
+ 42.818282276387265
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4703a305-9b77-4641-a1b8-17e694ec230c",
+ "name": "res_57",
+ "type": "Building",
+ "footprint_area": 1270,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2540,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85029588432586,
+ 42.81839408816768
+ ],
+ [
+ -78.85014445975088,
+ 42.818434062057946
+ ],
+ [
+ -78.850181699103,
+ 42.818509960955595
+ ],
+ [
+ -78.850333123678,
+ 42.81846998711438
+ ],
+ [
+ -78.85029588432586,
+ 42.81839408816768
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e05ed9d9-ee32-4990-ab9f-26cba12d5324",
+ "name": "res_58",
+ "type": "Building",
+ "footprint_area": 1426,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2852,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85034629369275,
+ 42.818496829402534
+ ],
+ [
+ -78.85018603601756,
+ 42.818539135031926
+ ],
+ [
+ -78.8502255460619,
+ 42.818619661771294
+ ],
+ [
+ -78.85038580373708,
+ 42.81857735619698
+ ],
+ [
+ -78.85034629369275,
+ 42.818496829402534
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4bd8c811-8e36-46b4-9037-3cead9c9071e",
+ "name": "res_59",
+ "type": "Building",
+ "footprint_area": 1317,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2634,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85039564227593,
+ 42.81860612337695
+ ],
+ [
+ -78.85024421770098,
+ 42.81864609713014
+ ],
+ [
+ -78.8502828194684,
+ 42.81872477254518
+ ],
+ [
+ -78.85043424404337,
+ 42.81868479884284
+ ],
+ [
+ -78.85039564227593,
+ 42.81860612337695
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d9f392a0-2740-4973-b96c-2cdb5019c6e7",
+ "name": "res_60",
+ "type": "Building",
+ "footprint_area": 1260,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2520,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85045165381096,
+ 42.818711567288005
+ ],
+ [
+ -78.85029770549308,
+ 42.81875220720087
+ ],
+ [
+ -78.85033403656831,
+ 42.818826254526044
+ ],
+ [
+ -78.85048798488619,
+ 42.818785614661834
+ ],
+ [
+ -78.85045165381096,
+ 42.818711567288005
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "735097f9-e1e7-4a13-9cc2-3ca29a87f43f",
+ "name": "res_61",
+ "type": "Building",
+ "footprint_area": 2327,
+ "footprint_perimeter": 202,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4654,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85116690214689,
+ 42.819062778369926
+ ],
+ [
+ -78.85093471779861,
+ 42.81912407099489
+ ],
+ [
+ -78.85097922336578,
+ 42.81921477841044
+ ],
+ [
+ -78.85121140771406,
+ 42.819153485875404
+ ],
+ [
+ -78.85116690214689,
+ 42.819062778369926
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "18e422d1-b2a8-4020-b6b5-241083e537d2",
+ "name": "res_62",
+ "type": "Building",
+ "footprint_area": 2229,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4458,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85110316353475,
+ 42.818943371732104
+ ],
+ [
+ -78.8508785504152,
+ 42.819002665800014
+ ],
+ [
+ -78.85092260184393,
+ 42.81909244780667
+ ],
+ [
+ -78.85114721496348,
+ 42.81903315382485
+ ],
+ [
+ -78.85110316353475,
+ 42.818943371732104
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e990bd84-f611-4cab-a70c-6acb488d8fce",
+ "name": "res_63",
+ "type": "Building",
+ "footprint_area": 2226,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4452,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85104114765612,
+ 42.818822785647654
+ ],
+ [
+ -78.8508190582795,
+ 42.81888141360477
+ ],
+ [
+ -78.85086356384667,
+ 42.818972121376305
+ ],
+ [
+ -78.8510856532233,
+ 42.81891349350522
+ ],
+ [
+ -78.85104114765612,
+ 42.818822785647654
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "62c49791-8745-4d2a-af01-75c35b4ef619",
+ "name": "res_64",
+ "type": "Building",
+ "footprint_area": 2135,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4270,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85098438035106,
+ 42.81870708665673
+ ],
+ [
+ -78.85076229097442,
+ 42.81876571472347
+ ],
+ [
+ -78.85080497998784,
+ 42.818852720302374
+ ],
+ [
+ -78.85102706936446,
+ 42.818794092318115
+ ],
+ [
+ -78.85098438035106,
+ 42.81870708665673
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2934c323-1e79-463c-a96d-2e6dc349ee6f",
+ "name": "res_65",
+ "type": "Building",
+ "footprint_area": 2193,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4386,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85092534235378,
+ 42.81858675947643
+ ],
+ [
+ -78.8507019911057,
+ 42.81864572077177
+ ],
+ [
+ -78.850745588396,
+ 42.81873457770433
+ ],
+ [
+ -78.85096893964408,
+ 42.81867561649369
+ ],
+ [
+ -78.85092534235378,
+ 42.81858675947643
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "90cd7506-9c39-4792-8617-a8a612b2b0a1",
+ "name": "res_66",
+ "type": "Building",
+ "footprint_area": 2214,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4428,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85086595076194,
+ 42.81846861637021
+ ],
+ [
+ -78.85064512325677,
+ 42.81852691154796
+ ],
+ [
+ -78.85068962882394,
+ 42.8186176198395
+ ],
+ [
+ -78.85091045632912,
+ 42.818559324747326
+ ],
+ [
+ -78.85086595076194,
+ 42.81846861637021
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "67fefc3d-a77d-4db4-81c3-6b10870a7fc9",
+ "name": "res_67",
+ "type": "Building",
+ "footprint_area": 2090,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4180,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85080701330854,
+ 42.818351398636366
+ ],
+ [
+ -78.8505849239319,
+ 42.818410027040414
+ ],
+ [
+ -78.85062670466843,
+ 42.81849518192789
+ ],
+ [
+ -78.85084879404508,
+ 42.81843655360464
+ ],
+ [
+ -78.85080701330854,
+ 42.818351398636366
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "feca02e4-3d54-4b28-8d65-ab60a0ab8152",
+ "name": "res_68",
+ "type": "Building",
+ "footprint_area": 2196,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4392,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85074933772658,
+ 42.81823384756365
+ ],
+ [
+ -78.85052093899267,
+ 42.81829414166111
+ ],
+ [
+ -78.85056362800609,
+ 42.81838114790361
+ ],
+ [
+ -78.85079202674,
+ 42.81832085389095
+ ],
+ [
+ -78.85074933772658,
+ 42.81823384756365
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "463c835b-05a3-4637-8be2-0ae7d8d8dfee",
+ "name": "res_69",
+ "type": "Building",
+ "footprint_area": 2603,
+ "footprint_perimeter": 204,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5206,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85052443847042,
+ 42.81789460818018
+ ],
+ [
+ -78.85034525272337,
+ 42.81794191099627
+ ],
+ [
+ -78.85040974038192,
+ 42.81807334665976
+ ],
+ [
+ -78.85058892612899,
+ 42.8180260439442
+ ],
+ [
+ -78.85052443847042,
+ 42.81789460818018
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7c10672b-b0f6-4799-8546-52221ac4fae8",
+ "name": "res_70",
+ "type": "Building",
+ "footprint_area": 2412,
+ "footprint_perimeter": 206,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4824,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8509896262352,
+ 42.8193205661523
+ ],
+ [
+ -78.85098093211342,
+ 42.8194190442008
+ ],
+ [
+ -78.85123112611035,
+ 42.81942931671779
+ ],
+ [
+ -78.85123776420608,
+ 42.81933052017493
+ ],
+ [
+ -78.8509896262352,
+ 42.8193205661523
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5bd47fc3-61a8-4dbc-a8f8-80bf12047c75",
+ "name": "res_71",
+ "type": "Building",
+ "footprint_area": 2206,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4412,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85097923154662,
+ 42.819459761058454
+ ],
+ [
+ -78.85122140017637,
+ 42.819471106647626
+ ],
+ [
+ -78.85121800659113,
+ 42.81956295789942
+ ],
+ [
+ -78.85096816618875,
+ 42.819550501134756
+ ],
+ [
+ -78.85097923154662,
+ 42.819459761058454
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46ecad32-d074-471a-a22e-34309a676d60",
+ "name": "res_72",
+ "type": "Building",
+ "footprint_area": 2112,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4224,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85095826892271,
+ 42.81958552319301
+ ],
+ [
+ -78.85120159888007,
+ 42.819593425801855
+ ],
+ [
+ -78.8511951268696,
+ 42.81968190766813
+ ],
+ [
+ -78.85095179691223,
+ 42.81967400507065
+ ],
+ [
+ -78.85095826892271,
+ 42.81958552319301
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "be15c6c5-de1f-4ec4-a09f-ca1b3d2ad135",
+ "name": "res_73",
+ "type": "Building",
+ "footprint_area": 2085,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4170,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85095232557872,
+ 42.81970509311523
+ ],
+ [
+ -78.85118536477349,
+ 42.81971308631387
+ ],
+ [
+ -78.85117899330687,
+ 42.81980467784635
+ ],
+ [
+ -78.85094323457827,
+ 42.81979477661466
+ ],
+ [
+ -78.85095232557872,
+ 42.81970509311523
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b585b4a4-5303-4e3f-a5d6-630e8e5b9fa9",
+ "name": "res_74",
+ "type": "Building",
+ "footprint_area": 2126,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4252,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85093967797376,
+ 42.81983198423643
+ ],
+ [
+ -78.85117155054414,
+ 42.81983977495082
+ ],
+ [
+ -78.8511678033643,
+ 42.81993380991142
+ ],
+ [
+ -78.85092987448736,
+ 42.81992239065886
+ ],
+ [
+ -78.85093967797376,
+ 42.81983198423643
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "832da2c2-7e52-48b2-b0dc-21fe9a24ef91",
+ "name": "res_75",
+ "type": "Building",
+ "footprint_area": 2022,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4044,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85092363309673,
+ 42.8199598036303
+ ],
+ [
+ -78.85091832241386,
+ 42.82004484204015
+ ],
+ [
+ -78.85115660488538,
+ 42.82005407701797
+ ],
+ [
+ -78.8511618150244,
+ 42.819965928791646
+ ],
+ [
+ -78.85092363309673,
+ 42.8199598036303
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "801dfdb1-73c3-47bb-b9d3-a8d8d28394d6",
+ "name": "res_76",
+ "type": "Building",
+ "footprint_area": 2435,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4870,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85020881229266,
+ 42.8178003437325
+ ],
+ [
+ -78.85031741687136,
+ 42.81790549649574
+ ],
+ [
+ -78.85046092338723,
+ 42.81781742888052
+ ],
+ [
+ -78.85034843265028,
+ 42.81771016538352
+ ],
+ [
+ -78.85020881229266,
+ 42.8178003437325
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0ec92eb9-4704-4aad-9b2c-b440b23f47df",
+ "name": "res_77",
+ "type": "Building",
+ "footprint_area": 2351,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4702,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85012325237977,
+ 42.81775517495791
+ ],
+ [
+ -78.85023920219339,
+ 42.81765451736507
+ ],
+ [
+ -78.85009475911244,
+ 42.817569280126236
+ ],
+ [
+ -78.84998304905163,
+ 42.81766986410685
+ ],
+ [
+ -78.85012325237977,
+ 42.81775517495791
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7abc39a4-d1da-46c9-9543-757b4c3287e0",
+ "name": "res_78",
+ "type": "Building",
+ "footprint_area": 2373,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4746,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8499323884675,
+ 42.81765894164724
+ ],
+ [
+ -78.84998131335121,
+ 42.81753206684641
+ ],
+ [
+ -78.84981319296203,
+ 42.817488626970885
+ ],
+ [
+ -78.84975760512643,
+ 42.81761935179932
+ ],
+ [
+ -78.8499323884675,
+ 42.81765894164724
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f6bc1c8a-7896-432e-ab2d-073eada53f63",
+ "name": "res_79",
+ "type": "Building",
+ "footprint_area": 2288,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4576,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84970591249608,
+ 42.81760730543078
+ ],
+ [
+ -78.84972334255632,
+ 42.817477244337624
+ ],
+ [
+ -78.84954603209025,
+ 42.81746445899361
+ ],
+ [
+ -78.84953475888044,
+ 42.81760125874854
+ ],
+ [
+ -78.84970591249608,
+ 42.81760730543078
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "96e3710b-d442-45fe-ba2d-f68482f1ebbe",
+ "name": "res_80",
+ "type": "Building",
+ "footprint_area": 2160,
+ "footprint_perimeter": 186,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4320,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84948747289573,
+ 42.817583712452915
+ ],
+ [
+ -78.84931242719759,
+ 42.8175760725147
+ ],
+ [
+ -78.84932370896394,
+ 42.81744943836236
+ ],
+ [
+ -78.84950048734065,
+ 42.81746060981018
+ ],
+ [
+ -78.84948747289573,
+ 42.817583712452915
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0c5e22df-c333-472b-841f-1650aac0f5be",
+ "name": "res_81",
+ "type": "Building",
+ "footprint_area": 2285,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4570,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84926224784287,
+ 42.817575158873694
+ ],
+ [
+ -78.84927513651873,
+ 42.81743584159537
+ ],
+ [
+ -78.84910938398349,
+ 42.81742627806713
+ ],
+ [
+ -78.84908998486263,
+ 42.81756104106853
+ ],
+ [
+ -78.84926224784287,
+ 42.817575158873694
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a35bd889-b5c7-4a28-98d3-1394ffa55b26",
+ "name": "res_82",
+ "type": "Building",
+ "footprint_area": 2402,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4804,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8490472865182,
+ 42.81755019633829
+ ],
+ [
+ -78.84887512408181,
+ 42.817539188478776
+ ],
+ [
+ -78.84888594315319,
+ 42.8174014629742
+ ],
+ [
+ -78.84906567681833,
+ 42.81741047213126
+ ],
+ [
+ -78.8490472865182,
+ 42.81755019633829
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "95c70912-c6de-4a3d-8d12-0cc31dc6bd6c",
+ "name": "res_83",
+ "type": "Building",
+ "footprint_area": 2423,
+ "footprint_perimeter": 197,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4846,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84882906103218,
+ 42.81753394415341
+ ],
+ [
+ -78.84883634753989,
+ 42.817391923696164
+ ],
+ [
+ -78.84866150885374,
+ 42.81738998631556
+ ],
+ [
+ -78.84864851963404,
+ 42.81752619374532
+ ],
+ [
+ -78.84882906103218,
+ 42.81753394415341
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3aa6f2e0-211e-4058-8439-b72fd159daa8",
+ "name": "res_84",
+ "type": "Building",
+ "footprint_area": 2639,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5278,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856761655139,
+ 42.81739824536814
+ ],
+ [
+ -78.84862796500099,
+ 42.81753286589006
+ ],
+ [
+ -78.8484529184629,
+ 42.81757698528253
+ ],
+ [
+ -78.84838732143972,
+ 42.81743747742803
+ ],
+ [
+ -78.84856761655139,
+ 42.81739824536814
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c0816f04-e2cd-4130-a09e-46f7c3c6f255",
+ "name": "res_85",
+ "type": "Building",
+ "footprint_area": 2280,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4560,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8482932029413,
+ 42.81751242233179
+ ],
+ [
+ -78.84843497371453,
+ 42.817586234704095
+ ],
+ [
+ -78.8483433048658,
+ 42.81769677977371
+ ],
+ [
+ -78.84819360307444,
+ 42.81762835805981
+ ],
+ [
+ -78.8482932029413,
+ 42.81751242233179
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b32ba91b-ee2e-4e1b-916d-34ed9c5e5427",
+ "name": "res_86",
+ "type": "Building",
+ "footprint_area": 2473,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4946,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84816388335102,
+ 42.8176548331908
+ ],
+ [
+ -78.84832246305972,
+ 42.81772186376324
+ ],
+ [
+ -78.84823496426007,
+ 42.81783943540381
+ ],
+ [
+ -78.84807076186368,
+ 42.81777931507335
+ ],
+ [
+ -78.84816388335102,
+ 42.8176548331908
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "086dc1a7-7070-4b89-bd81-48dfe906dce4",
+ "name": "res_87",
+ "type": "Building",
+ "footprint_area": 4962,
+ "footprint_perimeter": 312,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9924,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84994989438904,
+ 42.81409456699757
+ ],
+ [
+ -78.84979342232823,
+ 42.81413587622245
+ ],
+ [
+ -78.8499342052448,
+ 42.81442283053431
+ ],
+ [
+ -78.8500906773056,
+ 42.81438152150113
+ ],
+ [
+ -78.84994989438904,
+ 42.81409456699757
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0d2fc7da-4639-48b0-9582-b6541190af18",
+ "name": "res_88",
+ "type": "Building",
+ "footprint_area": 4611,
+ "footprint_perimeter": 303,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9222,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84974996954924,
+ 42.813710304268284
+ ],
+ [
+ -78.84960247974044,
+ 42.81374924238685
+ ],
+ [
+ -78.84974126028908,
+ 42.81403211709983
+ ],
+ [
+ -78.84988875009788,
+ 42.81399317915938
+ ],
+ [
+ -78.84974996954924,
+ 42.813710304268284
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4549f1ad-5d0a-4636-9d73-3d011d10121c",
+ "name": "res_89",
+ "type": "Building",
+ "footprint_area": 2910,
+ "footprint_perimeter": 216,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5820,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85042226658979,
+ 42.814127729712254
+ ],
+ [
+ -78.85024560458567,
+ 42.81417436913267
+ ],
+ [
+ -78.8503187208746,
+ 42.81432340031648
+ ],
+ [
+ -78.85049538287873,
+ 42.81427676100844
+ ],
+ [
+ -78.85042226658979,
+ 42.814127729712254
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "178036dd-ad80-44f8-9b74-fb9603f0cc77",
+ "name": "res_90",
+ "type": "Building",
+ "footprint_area": 2833,
+ "footprint_perimeter": 213,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5666,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85033461787077,
+ 42.81394907681559
+ ],
+ [
+ -78.85016047960956,
+ 42.81399505009165
+ ],
+ [
+ -78.85023268762161,
+ 42.8141422303853
+ ],
+ [
+ -78.85040682588281,
+ 42.814096257218694
+ ],
+ [
+ -78.85033461787077,
+ 42.81394907681559
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "a6f2bc16-473a-49f0-8312-8c238072b050",
+ "name": "res_91",
+ "type": "Building",
+ "footprint_area": 2688,
+ "footprint_perimeter": 207,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5376,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85024797797249,
+ 42.813775384876806
+ ],
+ [
+ -78.85007510158273,
+ 42.81382102514149
+ ],
+ [
+ -78.85014413062571,
+ 42.81396172620293
+ ],
+ [
+ -78.85031700701546,
+ 42.8139160860421
+ ],
+ [
+ -78.85024797797249,
+ 42.813775384876806
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3643e421-e2dc-49f5-8042-065b3909cc67",
+ "name": "res_92",
+ "type": "Building",
+ "footprint_area": 2635,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5270,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85016192909228,
+ 42.813596015345524
+ ],
+ [
+ -78.84998905270251,
+ 42.81364165574254
+ ],
+ [
+ -78.85005671933015,
+ 42.81377958021247
+ ],
+ [
+ -78.85022959571992,
+ 42.81373393991723
+ ],
+ [
+ -78.85016192909228,
+ 42.813596015345524
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f227dd7b-7d8c-45a3-bd42-a671a26d634e",
+ "name": "res_93",
+ "type": "Building",
+ "footprint_area": 2562,
+ "footprint_perimeter": 202,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5124,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85007266490722,
+ 42.81341987854208
+ ],
+ [
+ -78.84990231226038,
+ 42.81346485278425
+ ],
+ [
+ -78.84996907061115,
+ 42.813600926310045
+ ],
+ [
+ -78.85013942325799,
+ 42.81355595216684
+ ],
+ [
+ -78.85007266490722,
+ 42.81341987854208
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9be12ac1-42fb-484f-88fb-dd47f02b7519",
+ "name": "res_94",
+ "type": "Building",
+ "footprint_area": 2394,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4788,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84998107806697,
+ 42.81325062785842
+ ],
+ [
+ -78.8498208203918,
+ 42.81329293707705
+ ],
+ [
+ -78.84988712460412,
+ 42.81342808530928
+ ],
+ [
+ -78.8500473822793,
+ 42.81338577618314
+ ],
+ [
+ -78.84998107806697,
+ 42.81325062785842
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8f6f9cae-2df6-432a-909f-bfee3615405c",
+ "name": "res_95",
+ "type": "Building",
+ "footprint_area": 2353,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4706,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8498897740528,
+ 42.81307037202683
+ ],
+ [
+ -78.84973330199199,
+ 42.81311168193582
+ ],
+ [
+ -78.84980006034276,
+ 42.81324775623867
+ ],
+ [
+ -78.84995653240357,
+ 42.81320644642054
+ ],
+ [
+ -78.8498897740528,
+ 42.81307037202683
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e9c7217-ced4-4f15-9915-7189b4c68c90",
+ "name": "res_96",
+ "type": "Building",
+ "footprint_area": 2664,
+ "footprint_perimeter": 207,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5328,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84980448951023,
+ 42.812894360645174
+ ],
+ [
+ -78.84963539873486,
+ 42.812939002124295
+ ],
+ [
+ -78.8497053360547,
+ 42.81308155654639
+ ],
+ [
+ -78.84987442683008,
+ 42.81303691517019
+ ],
+ [
+ -78.84980448951023,
+ 42.812894360645174
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "46ce2d0e-9f7c-4382-96ac-df508dcb7eac",
+ "name": "res_97",
+ "type": "Building",
+ "footprint_area": 2727,
+ "footprint_perimeter": 210,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5454,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8497111380792,
+ 42.81270989070089
+ ],
+ [
+ -78.84954457104675,
+ 42.81275386602067
+ ],
+ [
+ -78.84961723319724,
+ 42.81290197494789
+ ],
+ [
+ -78.8497838002297,
+ 42.81285799973344
+ ],
+ [
+ -78.8497111380792,
+ 42.81270989070089
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5ed8fe3d-67a4-4143-b4fb-1850c5c2e146",
+ "name": "res_98",
+ "type": "Building",
+ "footprint_area": 2631,
+ "footprint_perimeter": 205,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5262,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84972668576765,
+ 42.81265254793203
+ ],
+ [
+ -78.84955195100748,
+ 42.812627580188405
+ ],
+ [
+ -78.84958376775519,
+ 42.81248325454828
+ ],
+ [
+ -78.84977132231768,
+ 42.81251111128307
+ ],
+ [
+ -78.84972668576765,
+ 42.81265254793203
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0bab1ce7-a9a1-490a-a3a9-f4e80e2b3832",
+ "name": "res_99",
+ "type": "Building",
+ "footprint_area": 2567,
+ "footprint_perimeter": 203,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5134,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84977909948272,
+ 42.81246534636827
+ ],
+ [
+ -78.84960961329608,
+ 42.81244526637258
+ ],
+ [
+ -78.84965475594754,
+ 42.8122932397676
+ ],
+ [
+ -78.84982625977564,
+ 42.81232324299404
+ ],
+ [
+ -78.84977909948272,
+ 42.81246534636827
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9d3f2830-55bb-49e0-8ac4-cc3376f1eca9",
+ "name": "res_100",
+ "type": "Building",
+ "footprint_area": 4753,
+ "footprint_perimeter": 302,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 9506,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84913198224226,
+ 42.81350737101201
+ ],
+ [
+ -78.84950183602946,
+ 42.81361047583678
+ ],
+ [
+ -78.84955828017893,
+ 42.813493108825014
+ ],
+ [
+ -78.84918428718278,
+ 42.81339318772049
+ ],
+ [
+ -78.84913198224226,
+ 42.81350737101201
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0ddd6748-5a21-47b3-b804-52bb6605fd25",
+ "name": "res_101",
+ "type": "Building",
+ "footprint_area": 2806,
+ "footprint_perimeter": 213,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5612,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84842731521725,
+ 42.81406040709035
+ ],
+ [
+ -78.8485943748227,
+ 42.81411040276089
+ ],
+ [
+ -78.84866404771415,
+ 42.81395608638894
+ ],
+ [
+ -78.84848961796767,
+ 42.813914309701346
+ ],
+ [
+ -78.84842731521725,
+ 42.81406040709035
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b5f462ce-9d52-47b3-9daf-50bfb17d9471",
+ "name": "res_102",
+ "type": "Building",
+ "footprint_area": 2472,
+ "footprint_perimeter": 199,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4944,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84850753021017,
+ 42.813885220425846
+ ],
+ [
+ -78.84867671138308,
+ 42.81392210942667
+ ],
+ [
+ -78.84874022404199,
+ 42.81378719346483
+ ],
+ [
+ -78.8485789676924,
+ 42.813746121063275
+ ],
+ [
+ -78.84850753021017,
+ 42.813885220425846
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9adbba8b-5a14-473a-9393-121c284a3fa2",
+ "name": "res_103",
+ "type": "Building",
+ "footprint_area": 2377,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4754,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84859745501073,
+ 42.81369612706425
+ ],
+ [
+ -78.84875684284357,
+ 42.81374501173261
+ ],
+ [
+ -78.84882035550248,
+ 42.81361009538438
+ ],
+ [
+ -78.84865854447058,
+ 42.81356498704443
+ ],
+ [
+ -78.84859745501073,
+ 42.81369612706425
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5e7fed66-8634-4281-b7b2-238c5d17dfeb",
+ "name": "res_104",
+ "type": "Building",
+ "footprint_area": 2442,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4884,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84868488844177,
+ 42.81351841656402
+ ],
+ [
+ -78.84884165198783,
+ 42.8135648575055
+ ],
+ [
+ -78.84890632597434,
+ 42.81342649746361
+ ],
+ [
+ -78.84874739227993,
+ 42.81337853821603
+ ],
+ [
+ -78.84868488844177,
+ 42.81351841656402
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "81dae7c5-f847-465d-9552-8bc0855a7fa7",
+ "name": "res_105",
+ "type": "Building",
+ "footprint_area": 2458,
+ "footprint_perimeter": 198,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4916,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84876808545113,
+ 42.81333949785798
+ ],
+ [
+ -78.84893332850282,
+ 42.81338579142161
+ ],
+ [
+ -78.84899421687494,
+ 42.813248430409885
+ ],
+ [
+ -78.84883159811004,
+ 42.8132045806251
+ ],
+ [
+ -78.84876808545113,
+ 42.81333949785798
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "bed92c41-9371-4687-b484-84c919f460a8",
+ "name": "res_106",
+ "type": "Building",
+ "footprint_area": 2388,
+ "footprint_perimeter": 196,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4776,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84885135937125,
+ 42.81316274982839
+ ],
+ [
+ -78.84900388316449,
+ 42.813209264793215
+ ],
+ [
+ -78.84907072729933,
+ 42.81307242216556
+ ],
+ [
+ -78.8489130554764,
+ 42.81302412949864
+ ],
+ [
+ -78.84885135937125,
+ 42.81316274982839
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7bce41f0-1842-4533-b8ba-c519552f5aa4",
+ "name": "res_107",
+ "type": "Building",
+ "footprint_area": 2288,
+ "footprint_perimeter": 192,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4576,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8489355600471,
+ 42.81298133211462
+ ],
+ [
+ -78.84908889157337,
+ 42.81302658839331
+ ],
+ [
+ -78.84915240423227,
+ 42.812891670477825
+ ],
+ [
+ -78.84899619536851,
+ 42.81284926489863
+ ],
+ [
+ -78.8489355600471,
+ 42.81298133211462
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "18476f04-a7e3-4a3e-a0cd-1d0e0b3402a9",
+ "name": "res_108",
+ "type": "Building",
+ "footprint_area": 2497,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4994,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84901938854654,
+ 42.81281171297971
+ ],
+ [
+ -78.84916837977613,
+ 42.81285393295238
+ ],
+ [
+ -78.84924188686283,
+ 42.81271323929482
+ ],
+ [
+ -78.84907825927718,
+ 42.812664427567825
+ ],
+ [
+ -78.84901938854654,
+ 42.81281171297971
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "251dabae-34b2-4506-8cf7-9c07044969d4",
+ "name": "res_109",
+ "type": "Building",
+ "footprint_area": 2352,
+ "footprint_perimeter": 194,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4704,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84910339954457,
+ 42.81262851402485
+ ],
+ [
+ -78.84926177855668,
+ 42.81267243797498
+ ],
+ [
+ -78.84931761944297,
+ 42.81253640796854
+ ],
+ [
+ -78.84915671668796,
+ 42.81249315021708
+ ],
+ [
+ -78.84910339954457,
+ 42.81262851402485
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "0b96a573-eddc-45b1-9797-005e45dd74fd",
+ "name": "res_110",
+ "type": "Building",
+ "footprint_area": 2505,
+ "footprint_perimeter": 200,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5010,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84905831092571,
+ 42.812321642198185
+ ],
+ [
+ -78.84911869319642,
+ 42.81219486832359
+ ],
+ [
+ -78.84893396739054,
+ 42.81214953519765
+ ],
+ [
+ -78.84887772432879,
+ 42.81227312519175
+ ],
+ [
+ -78.84905831092571,
+ 42.812321642198185
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7e795bb8-ae59-4e36-a982-e85311a6d31a",
+ "name": "res_111",
+ "type": "Building",
+ "footprint_area": 2374,
+ "footprint_perimeter": 195,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4748,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84880585300078,
+ 42.81225445893003
+ ],
+ [
+ -78.84886229715025,
+ 42.8121370893449
+ ],
+ [
+ -78.84868171055334,
+ 42.81208857219366
+ ],
+ [
+ -78.84862455921471,
+ 42.81221031092957
+ ],
+ [
+ -78.84880585300078,
+ 42.81225445893003
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "898c8ff7-81c4-493a-8e8a-6570849a807c",
+ "name": "res_112",
+ "type": "Building",
+ "footprint_area": 2021,
+ "footprint_perimeter": 180,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4042,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84856192893848,
+ 42.8121864426607
+ ],
+ [
+ -78.84861605043278,
+ 42.812075959698745
+ ],
+ [
+ -78.848447576449,
+ 42.81203470052594
+ ],
+ [
+ -78.84839688697453,
+ 42.81214636864459
+ ],
+ [
+ -78.84856192893848,
+ 42.8121864426607
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "66cceddb-82bc-4518-b962-bb48c69cfc9e",
+ "name": "res_113",
+ "type": "Building",
+ "footprint_area": 2316,
+ "footprint_perimeter": 193,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4632,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84832432100809,
+ 42.81213341741497
+ ],
+ [
+ -78.84837390111798,
+ 42.81201367742918
+ ],
+ [
+ -78.84819099186588,
+ 42.81197204694499
+ ],
+ [
+ -78.84814302722204,
+ 42.812089269328084
+ ],
+ [
+ -78.84832432100809,
+ 42.81213341741497
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b41ac9b3-5476-4cee-a7bd-68d57695596c",
+ "name": "res_114",
+ "type": "Building",
+ "footprint_area": 2513,
+ "footprint_perimeter": 201,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5026,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84802911731023,
+ 42.81201526274842
+ ],
+ [
+ -78.84797287424847,
+ 42.81213885301085
+ ],
+ [
+ -78.84779158046241,
+ 42.81209470492786
+ ],
+ [
+ -78.8478425749506,
+ 42.81196622671621
+ ],
+ [
+ -78.84802911731023,
+ 42.81201526274842
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9e360861-501c-4d4c-a2bb-fdb2dbc5c1c3",
+ "name": "res_115",
+ "type": "Building",
+ "footprint_area": 2704,
+ "footprint_perimeter": 208,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 5408,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84777401142374,
+ 42.81212861988317
+ ],
+ [
+ -78.84795601239897,
+ 42.81216839888066
+ ],
+ [
+ -78.84789855604664,
+ 42.81230694737104
+ ],
+ [
+ -78.84771039822098,
+ 42.81226042924655
+ ],
+ [
+ -78.84777401142374,
+ 42.81212861988317
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d4674698-1173-4dac-bc0d-14d466b670a6",
+ "name": "res_116",
+ "type": "Building",
+ "footprint_area": 2282,
+ "footprint_perimeter": 191,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4564,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8476968134508,
+ 42.81229929313335
+ ],
+ [
+ -78.8478645802454,
+ 42.81234492117878
+ ],
+ [
+ -78.84782347964115,
+ 42.81246451300893
+ ],
+ [
+ -78.84763784555841,
+ 42.81241732870683
+ ],
+ [
+ -78.8476968134508,
+ 42.81229929313335
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "23516435-f9cf-4f36-8055-302d1bb44bc0",
+ "name": "res_117",
+ "type": "Building",
+ "footprint_area": 2258,
+ "footprint_perimeter": 190,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4516,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84761563120937,
+ 42.81246501690387
+ ],
+ [
+ -78.8477884454898,
+ 42.812509312236784
+ ],
+ [
+ -78.84774048084596,
+ 42.81262653360159
+ ],
+ [
+ -78.84755918705989,
+ 42.812582385866705
+ ],
+ [
+ -78.84761563120937,
+ 42.81246501690387
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4a6c56a0-01cc-4395-9f84-0afda5093505",
+ "name": "res_118",
+ "type": "Building",
+ "footprint_area": 2099,
+ "footprint_perimeter": 184,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 4198,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84754260960696,
+ 42.81263021476872
+ ],
+ [
+ -78.84771724044117,
+ 42.81267821271558
+ ],
+ [
+ -78.84766130239313,
+ 42.81278499187607
+ ],
+ [
+ -78.84748939638956,
+ 42.81274254810478
+ ],
+ [
+ -78.84754260960696,
+ 42.81263021476872
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "320c2b8d-35ad-480b-b748-1d2d06555cec",
+ "name": "res_119",
+ "type": "Building",
+ "footprint_area": 9426,
+ "footprint_perimeter": 492,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 18852,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84782887131789,
+ 42.81303077173857
+ ],
+ [
+ -78.84799936294313,
+ 42.813081953306494
+ ],
+ [
+ -78.84822767004816,
+ 42.81255953274723
+ ],
+ [
+ -78.84806767557002,
+ 42.81251812638283
+ ],
+ [
+ -78.84782887131789,
+ 42.81303077173857
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "ac96907e-3b4f-4ffc-97ed-b4c2d1e77996",
+ "name": "res_120",
+ "type": "Building",
+ "footprint_area": 6583,
+ "footprint_perimeter": 368,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 13166,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84823013986042,
+ 42.81247614165204
+ ],
+ [
+ -78.84870487472126,
+ 42.81259547293507
+ ],
+ [
+ -78.84876616526884,
+ 42.81247055099408
+ ],
+ [
+ -78.8482845663684,
+ 42.81234884931186
+ ],
+ [
+ -78.84823013986042,
+ 42.81247614165204
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "55141b6c-75ed-47ef-b654-d363c9edd60a",
+ "name": "res_121",
+ "type": "Building",
+ "footprint_area": 5611,
+ "footprint_perimeter": 331,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 11222,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 4,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8484400346379,
+ 42.8130024867792
+ ],
+ [
+ -78.8486018456698,
+ 42.81304759552941
+ ],
+ [
+ -78.8487549195319,
+ 42.81274369738276
+ ],
+ [
+ -78.8485862444604,
+ 42.81269621826604
+ ],
+ [
+ -78.8484400346379,
+ 42.8130024867792
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "66601039-ed65-4860-a9ec-5acaf55021ce",
+ "name": "res_122",
+ "type": "Building",
+ "footprint_area": 1134,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2268,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84818009969445,
+ 42.811574570815395
+ ],
+ [
+ -78.84828265811291,
+ 42.81159768262353
+ ],
+ [
+ -78.84824024705632,
+ 42.81170298352578
+ ],
+ [
+ -78.84814384548831,
+ 42.81168661103641
+ ],
+ [
+ -78.84818009969445,
+ 42.811574570815395
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2d0a89dd-597e-4330-b83a-34fa16bb4776",
+ "name": "res_123",
+ "type": "Building",
+ "footprint_area": 1020,
+ "footprint_perimeter": 131,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2040,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84829172735328,
+ 42.81172075989508
+ ],
+ [
+ -78.84837964941569,
+ 42.81173727989153
+ ],
+ [
+ -78.84842296874915,
+ 42.81163383044503
+ ],
+ [
+ -78.84832727437028,
+ 42.81161308883679
+ ],
+ [
+ -78.84829172735328,
+ 42.81172075989508
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9cb2fe16-323b-49b9-9b80-7a65e0db5dad",
+ "name": "res_124",
+ "type": "Building",
+ "footprint_area": 1147,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2294,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84847906789038,
+ 42.811650823323674
+ ],
+ [
+ -78.84857476226925,
+ 42.811671564919266
+ ],
+ [
+ -78.84853669150934,
+ 42.811779902178756
+ ],
+ [
+ -78.84843070107108,
+ 42.811755605348225
+ ],
+ [
+ -78.84847906789038,
+ 42.811650823323674
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3d8c0317-04fc-40ec-8699-0b13129aa4b8",
+ "name": "res_125",
+ "type": "Building",
+ "footprint_area": 1127,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2254,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84862174349766,
+ 42.81168918874445
+ ],
+ [
+ -78.84871652959966,
+ 42.8117080789321
+ ],
+ [
+ -78.84867936711662,
+ 42.81181826751944
+ ],
+ [
+ -78.84857862525192,
+ 42.81179885857864
+ ],
+ [
+ -78.84862174349766,
+ 42.81168918874445
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e44b706a-b07a-48eb-9a7f-3ffbe82d7fab",
+ "name": "res_126",
+ "type": "Building",
+ "footprint_area": 1281,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2562,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84872579931628,
+ 42.81183267107778
+ ],
+ [
+ -78.84882078650598,
+ 42.81185778169595
+ ],
+ [
+ -78.84886784287295,
+ 42.81173870747989
+ ],
+ [
+ -78.84875680494883,
+ 42.81171574324057
+ ],
+ [
+ -78.84872579931628,
+ 42.81183267107778
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "91f59d59-1f3f-4184-a288-74325dbc81e2",
+ "name": "res_127",
+ "type": "Building",
+ "footprint_area": 1123,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2246,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8488631833207,
+ 42.81186663974273
+ ],
+ [
+ -78.8489081181202,
+ 42.81176067281592
+ ],
+ [
+ -78.8489994722024,
+ 42.81177837789173
+ ],
+ [
+ -78.84895998706418,
+ 42.8118954531262
+ ],
+ [
+ -78.8488631833207,
+ 42.81186663974273
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8e45a67e-82e1-4065-b7bc-7f76adf792cb",
+ "name": "res_128",
+ "type": "Building",
+ "footprint_area": 1049,
+ "footprint_perimeter": 134,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2098,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84901000995352,
+ 42.81190475008307
+ ],
+ [
+ -78.8490547436653,
+ 42.81179256274129
+ ],
+ [
+ -78.8491403430725,
+ 42.811815969499776
+ ],
+ [
+ -78.84909813310365,
+ 42.81192749049771
+ ],
+ [
+ -78.84901000995352,
+ 42.81190475008307
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "f05b418d-33f0-44ad-b530-e40e8e35d57f",
+ "name": "res_129",
+ "type": "Building",
+ "footprint_area": 1313,
+ "footprint_perimeter": 147,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2626,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84914441076847,
+ 42.81193730898505
+ ],
+ [
+ -78.84918682182504,
+ 42.81183200848176
+ ],
+ [
+ -78.84929947521518,
+ 42.811852454984944
+ ],
+ [
+ -78.84925151057132,
+ 42.81196967759473
+ ],
+ [
+ -78.84914441076847,
+ 42.81193730898505
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "be6ac0fc-9274-455a-9c72-979f6e248657",
+ "name": "res_130",
+ "type": "Building",
+ "footprint_area": 1151,
+ "footprint_perimeter": 141,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2302,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8493029908683,
+ 42.81198745388738
+ ],
+ [
+ -78.84933995226359,
+ 42.81187104512904
+ ],
+ [
+ -78.84943564664245,
+ 42.81189178665079
+ ],
+ [
+ -78.84938949855237,
+ 42.81201271195812
+ ],
+ [
+ -78.8493029908683,
+ 42.81198745388738
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "d392bc2b-cec9-460f-8efb-36fd791502dc",
+ "name": "res_131",
+ "type": "Building",
+ "footprint_area": 1071,
+ "footprint_perimeter": 137,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2142,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84944310041679,
+ 42.81201738102337
+ ],
+ [
+ -78.84948783412857,
+ 42.811905193885906
+ ],
+ [
+ -78.84957575619096,
+ 42.81192171383307
+ ],
+ [
+ -78.84952869982399,
+ 42.81204078769676
+ ],
+ [
+ -78.84944310041679,
+ 42.81201738102337
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5133fe7e-65bb-4865-8b7a-00f260082280",
+ "name": "res_132",
+ "type": "Building",
+ "footprint_area": 1264,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2528,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8495900740049,
+ 42.812049678314594
+ ],
+ [
+ -78.849624712745,
+ 42.811940156440755
+ ],
+ [
+ -78.84973322692619,
+ 42.81196378689776
+ ],
+ [
+ -78.84968869430212,
+ 42.812082194380736
+ ],
+ [
+ -78.8495900740049,
+ 42.812049678314594
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "25172433-2dcd-4b1d-8381-1e321828e6c4",
+ "name": "res_133",
+ "type": "Building",
+ "footprint_area": 1413,
+ "footprint_perimeter": 154,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2826,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84983211012303,
+ 42.811781638071636
+ ],
+ [
+ -78.84988078195603,
+ 42.81166004600823
+ ],
+ [
+ -78.84977297496401,
+ 42.811632046336
+ ],
+ [
+ -78.84972611968477,
+ 42.811757341241815
+ ],
+ [
+ -78.84983211012303,
+ 42.811781638071636
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "49686c2e-9118-4046-9c51-2512ad9969c2",
+ "name": "res_134",
+ "type": "Building",
+ "footprint_area": 1215,
+ "footprint_perimeter": 143,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2430,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84968402717033,
+ 42.811741268761125
+ ],
+ [
+ -78.84972785260521,
+ 42.811627229725275
+ ],
+ [
+ -78.84962781792967,
+ 42.81160345162331
+ ],
+ [
+ -78.84958671732542,
+ 42.81172304488723
+ ],
+ [
+ -78.84968402717033,
+ 42.811741268761125
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5c62874d-0ba9-4d8f-b582-b8c6ece95c78",
+ "name": "res_135",
+ "type": "Building",
+ "footprint_area": 1065,
+ "footprint_perimeter": 134,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2130,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84952655643511,
+ 42.81169919554506
+ ],
+ [
+ -78.84957563044355,
+ 42.81159004432277
+ ],
+ [
+ -78.8494824598076,
+ 42.81156863639458
+ ],
+ [
+ -78.8494375250081,
+ 42.8116746036504
+ ],
+ [
+ -78.84952655643511,
+ 42.81169919554506
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b85ed2c5-a7ba-406f-8b85-be18c860f2f4",
+ "name": "res_136",
+ "type": "Building",
+ "footprint_area": 1069,
+ "footprint_perimeter": 133,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2138,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84938695298801,
+ 42.81165867866446
+ ],
+ [
+ -78.84943027232148,
+ 42.81155522908648
+ ],
+ [
+ -78.84933619340866,
+ 42.811531969745914
+ ],
+ [
+ -78.8492894420554,
+ 42.81163423427003
+ ],
+ [
+ -78.84938695298801,
+ 42.81165867866446
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "29948613-545a-4134-a645-e8a8fd768f35",
+ "name": "res_137",
+ "type": "Building",
+ "footprint_area": 1144,
+ "footprint_perimeter": 139,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2288,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84923398397119,
+ 42.81162862153576
+ ],
+ [
+ -78.84928648999944,
+ 42.811520655283886
+ ],
+ [
+ -78.84918968625597,
+ 42.81149184172577
+ ],
+ [
+ -78.84914333707816,
+ 42.811606547316075
+ ],
+ [
+ -78.84923398397119,
+ 42.81162862153576
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b5690089-7681-4ca9-89a1-62b0b9a2ca5f",
+ "name": "res_138",
+ "type": "Building",
+ "footprint_area": 1229,
+ "footprint_perimeter": 144,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2458,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84909387442268,
+ 42.81159869421165
+ ],
+ [
+ -78.84914527108633,
+ 42.81148265599441
+ ],
+ [
+ -78.84904594359993,
+ 42.81145450872509
+ ],
+ [
+ -78.849000502699,
+ 42.81157106578388
+ ],
+ [
+ -78.84909387442268,
+ 42.81159869421165
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "44df7032-ee3f-4fec-932d-8614349f8e6e",
+ "name": "res_139",
+ "type": "Building",
+ "footprint_area": 1042,
+ "footprint_perimeter": 133,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2084,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84894902240205,
+ 42.8115532893716
+ ],
+ [
+ -78.84899900468739,
+ 42.811445989294754
+ ],
+ [
+ -78.84890835779436,
+ 42.8114239150099
+ ],
+ [
+ -78.84886089925193,
+ 42.81153054881935
+ ],
+ [
+ -78.84894902240205,
+ 42.8115532893716
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "b326d9f4-3ad0-4c99-8c1b-3d5e83ecfb00",
+ "name": "res_140",
+ "type": "Building",
+ "footprint_area": 1157,
+ "footprint_perimeter": 139,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2314,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84880904255296,
+ 42.81151675547963
+ ],
+ [
+ -78.84885902483828,
+ 42.81140945533946
+ ],
+ [
+ -78.84876151390564,
+ 42.81138501084652
+ ],
+ [
+ -78.84871173270804,
+ 42.8114985315396
+ ],
+ [
+ -78.84880904255296,
+ 42.81151675547963
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "cdff2b0e-dbc0-45c7-ac8f-3e9ce87e593b",
+ "name": "res_141",
+ "type": "Building",
+ "footprint_area": 1152,
+ "footprint_perimeter": 138,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2304,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8486593441342,
+ 42.81147890370448
+ ],
+ [
+ -78.8487051872106,
+ 42.8113747875185
+ ],
+ [
+ -78.84860585972419,
+ 42.81134664020007
+ ],
+ [
+ -78.84856112601243,
+ 42.81145882835074
+ ],
+ [
+ -78.8486593441342,
+ 42.81147890370448
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8783196c-02ef-46ee-b18c-eba405fcbc0e",
+ "name": "res_142",
+ "type": "Building",
+ "footprint_area": 1177,
+ "footprint_perimeter": 140,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2354,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84850803024942,
+ 42.811443569615875
+ ],
+ [
+ -78.84856235283145,
+ 42.81133930585332
+ ],
+ [
+ -78.84846302534505,
+ 42.81131115851878
+ ],
+ [
+ -78.84840799557388,
+ 42.81141979144323
+ ],
+ [
+ -78.84850803024942,
+ 42.811443569615875
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1ac3a7c5-f3a4-4f81-8d4c-96d839dcd8df",
+ "name": "res_143",
+ "type": "Building",
+ "footprint_area": 1280,
+ "footprint_perimeter": 145,
+ "building_type": "Single-Family Detached",
+ "number_of_stories": 2,
+ "floor_area": 2560,
+ "number_of_stories_above_ground": 2,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84836358040424,
+ 42.811410605701155
+ ],
+ [
+ -78.84841103894667,
+ 42.81130397168491
+ ],
+ [
+ -78.84830737116359,
+ 42.81127278782657
+ ],
+ [
+ -78.84825506622308,
+ 42.81138697503283
+ ],
+ [
+ -78.84836358040424,
+ 42.811410605701155
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "fdc09b89-d465-4929-a16c-3a25949997a9",
+ "type": "Road",
+ "total_length": 574
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84813856897446,
+ 42.81111443076918
+ ],
+ [
+ -78.85015981413612,
+ 42.811637676424056
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9f1284ae-6a0e-4a85-ad19-54c3d8086bb4",
+ "type": "Road",
+ "total_length": 615
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84782208889918,
+ 42.81168808694639
+ ],
+ [
+ -78.84999559190132,
+ 42.812237768649226
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "e46d5ebc-5f91-4cd7-97ef-28455fbddcba",
+ "type": "Road",
+ "total_length": 541
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84718499445235,
+ 42.81281611119945
+ ],
+ [
+ -78.8481344628291,
+ 42.81412519767795
+ ],
+ [
+ -78.85090479676258,
+ 42.81481251589324
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "35071348-12c2-4d86-948e-cc6b129dcb55",
+ "type": "Road",
+ "total_length": 132
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84735910631485,
+ 42.81305938565197
+ ],
+ [
+ -78.84777334048681,
+ 42.81286389843231
+ ],
+ [
+ -78.84810060859604,
+ 42.81218241095394
+ ],
+ [
+ -78.84901881133055,
+ 42.812414078543014
+ ],
+ [
+ -78.84824138015188,
+ 42.814149657548484
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "04c0b3c5-b40e-487f-ba71-1fad28b27e94",
+ "type": "Road",
+ "total_length": 1535
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8461884494437,
+ 42.814927270718954
+ ],
+ [
+ -78.85162334910089,
+ 42.81626898247245
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "412ac091-3685-4fee-8213-b79f83b95a0e",
+ "type": "Road",
+ "total_length": 1013
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84984201917405,
+ 42.814547439121895
+ ],
+ [
+ -78.84863949940825,
+ 42.817179504673874
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6ac2a93e-7023-4a55-b35d-4c78c8bb8469",
+ "type": "Road",
+ "total_length": 306
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84743881156264,
+ 42.81745896077237
+ ],
+ [
+ -78.84850623656185,
+ 42.8171595181596
+ ],
+ [
+ -78.85001954867047,
+ 42.8173310099167
+ ],
+ [
+ -78.85050923230763,
+ 42.81756110358273
+ ],
+ [
+ -78.85082833967235,
+ 42.81796606279357
+ ],
+ [
+ -78.85143527399325,
+ 42.81925698834124
+ ],
+ [
+ -78.85137985807349,
+ 42.82011244297232
+ ],
+ [
+ -78.85109770802211,
+ 42.82050091975313
+ ],
+ [
+ -78.85023040317357,
+ 42.82114894653128
+ ],
+ [
+ -78.8493886592784,
+ 42.82138198691774
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "c9248b22-e1b4-49d7-9869-ebd5018d9ef1",
+ "type": "Road",
+ "total_length": 1202
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8539229535136,
+ 42.82089078070234
+ ],
+ [
+ -78.84970254195208,
+ 42.822018264875425
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2018a79f-6a16-43ba-ad0e-0eb5452c546d",
+ "type": "Road",
+ "total_length": 559
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.8523351714005,
+ 42.81770063235794
+ ],
+ [
+ -78.85037048409431,
+ 42.81822129092552
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8707358f-6cf2-4c4d-81b4-ca207b3e05e7",
+ "type": "Road",
+ "total_length": 378
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84980694699439,
+ 42.820910091473536
+ ],
+ [
+ -78.85077963630826,
+ 42.820157104673655
+ ],
+ [
+ -78.85086272796629,
+ 42.81922520660581
+ ],
+ [
+ -78.85028193884284,
+ 42.81805758014528
+ ],
+ [
+ -78.85000788109943,
+ 42.81783104142028
+ ],
+ [
+ -78.8496586894262,
+ 42.81770439915556
+ ],
+ [
+ -78.84865005387076,
+ 42.81762124401925
+ ],
+ [
+ -78.84853281301976,
+ 42.81766693760491
+ ],
+ [
+ -78.84837449818748,
+ 42.817878300521784
+ ],
+ [
+ -78.84905220532839,
+ 42.81925507034407
+ ],
+ [
+ -78.85066431377125,
+ 42.818829048119454
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9b0f6b01-b174-4bea-93e9-19395acec16b",
+ "type": "Road",
+ "total_length": 536
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84916698565354,
+ 42.817665112583086
+ ],
+ [
+ -78.84984994828305,
+ 42.81904677045401
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "67d3b7f0-a1e5-4bf1-80a7-da4746a8e3c8",
+ "type": "Road",
+ "total_length": 95
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85013954868406,
+ 42.82065128277753
+ ],
+ [
+ -78.84985840955878,
+ 42.820491471044676
+ ],
+ [
+ -78.84944283077441,
+ 42.81964144535482
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "132ea25b-d038-4709-ba0f-1f7832b27554",
+ "type": "Road",
+ "total_length": 72
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85082189290078,
+ 42.81968865558912
+ ],
+ [
+ -78.85055497147029,
+ 42.81967358726891
+ ],
+ [
+ -78.84958560566729,
+ 42.81994193357889
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6f455626-c135-4795-8dd0-027ad3d4d833",
+ "type": "Road",
+ "total_length": 300
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85202960605203,
+ 42.82139507746135
+ ],
+ [
+ -78.85164885123362,
+ 42.8206216002294
+ ],
+ [
+ -78.85077869236524,
+ 42.82015963747091
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "64db8287-727d-468f-922b-564af189b323",
+ "type": "Road",
+ "total_length": 442
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84824054770996,
+ 42.814150697444944
+ ],
+ [
+ -78.84770303538123,
+ 42.815297243841
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9c3fad20-8119-4ac6-b00c-f644363e6724",
+ "type": "Road",
+ "total_length": 1239
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85313092293272,
+ 42.82110279534098
+ ],
+ [
+ -78.85154942418835,
+ 42.817909537126894
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "35a93e8e-b2c2-4b48-8136-ce3fa4ad7fe0",
+ "type": "Road",
+ "total_length": 339
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84984936883144,
+ 42.81455114258449
+ ],
+ [
+ -78.84942737504926,
+ 42.813674241975065
+ ],
+ [
+ -78.84908634121892,
+ 42.81359793806752
+ ],
+ [
+ -78.84875696543045,
+ 42.814279242179225
+ ]
+ ]
+ }
+ },
+ {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.85391767984616,
+ 42.8209036362602
+ ],
+ [
+ -78.84986997370115,
+ 42.812724144639475
+ ],
+ [
+ -78.85015706758212,
+ 42.811634654415
+ ]
+ ]
+ },
+ "type": "Feature",
+ "properties": {
+ "type": "Road",
+ "id": "c84c6e4b-d5a3-412f-b70c-91672330845d",
+ "total_length": 3174
+ }
+ },
+ {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84970897749096,
+ 42.82203973816422
+ ],
+ [
+ -78.84562647476707,
+ 42.81379435550227
+ ]
+ ]
+ },
+ "type": "Feature",
+ "properties": {
+ "type": "Road",
+ "id": "83221f19-0990-4d6f-a200-7b7d2b262f7e",
+ "total_length": 3200
+ }
+ },
+ {
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -78.84814663042233,
+ 42.81111369506803
+ ],
+ [
+ -78.84709476862915,
+ 42.812982675740216
+ ],
+ [
+ -78.84642531956452,
+ 42.81341690110057
+ ],
+ [
+ -78.84563468953796,
+ 42.81382071295701
+ ]
+ ]
+ },
+ "type": "Feature",
+ "properties": {
+ "type": "Road",
+ "id": "f57cbf7c-6da6-4f75-bf30-269075e24aa1",
+ "total_length": 738
+ }
+ }
+ ],
+ "mappers": [
+
],
- "mappers": [],
"scenarios": [
{
- "feature_mappings": [],
- "id": "72301739-c6c3-4dd7-bf1a-f37c8eff40db",
- "name": "New Scenario"
+ "id": "4207b13f-50a0-4a26-82d8-26b562c94fc8",
+ "name": "New Scenario",
+ "feature_mappings": [
+
+ ]
}
]
-}
\ No newline at end of file
+}
diff --git a/example_project/example_project_combined_original.json b/example_project/example_project_combined_original.json
new file mode 100644
index 000000000..673864d7f
--- /dev/null
+++ b/example_project/example_project_combined_original.json
@@ -0,0 +1,762 @@
+{
+ "type": "FeatureCollection",
+ "project": {
+ "id": "7c33a001-bccb-413e-ac87-67558b5d4b07",
+ "name": "New Project",
+ "surface_elevation": null,
+ "import_surrounding_buildings_as_shading": null,
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw",
+ "tariff_filename": null,
+ "climate_zone": "6A",
+ "cec_climate_zone": null,
+ "begin_date": "2017-01-01T07:00:00.000Z",
+ "end_date": "2017-12-31T07:00:00.000Z",
+ "timesteps_per_hour": 1,
+ "default_template": "90.1-2013"
+ },
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "53340c2c-ab20-40db-aba1-11ac607c52a7",
+ "name": "Site Origin",
+ "type": "Site Origin",
+ "begin_date": "2017-01-01T07:00:00.000Z",
+ "end_date": "2017-12-31T07:00:00.000Z",
+ "cec_climate_zone": null,
+ "climate_zone": "6A",
+ "default_template": "90.1-2013",
+ "import_surrounding_buildings_as_shading": null,
+ "surface_elevation": null,
+ "tariff_filename": null,
+ "timesteps_per_hour": 1,
+ "weather_filename": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw"
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ -78.84948467732348,
+ 42.81677154451123
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "1",
+ "name": "Mixed_use 1",
+ "type": "Building",
+ "building_type": "Mixed use",
+ "floor_area": 752184,
+ "footprint_area": 188046,
+ "number_of_stories": 4,
+ "mixed_type_1": "Office",
+ "mixed_type_1_percentage": 50,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 50,
+ "mixed_type_3": "Strip shopping mall",
+ "mixed_type_3_percentage": 0,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 0
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84650338745196,
+ 42.81331301863236
+ ],
+ [
+ -78.84652443964629,
+ 42.81463974371101
+ ],
+ [
+ -78.84680142363833,
+ 42.815293654042537
+ ],
+ [
+ -78.84744455124724,
+ 42.81514110006128
+ ],
+ [
+ -78.84728610028628,
+ 42.81478165791734
+ ],
+ [
+ -78.84786797764677,
+ 42.814643631760137
+ ],
+ [
+ -78.84721106637106,
+ 42.813153418927019
+ ],
+ [
+ -78.84650338745196,
+ 42.81331301863236
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "2",
+ "name": "Restaurant 1",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 22313,
+ "footprint_area": 22313,
+ "number_of_stories": 1
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8500120420453,
+ 42.81812185529549
+ ],
+ [
+ -78.85038975191084,
+ 42.81803226424341
+ ],
+ [
+ -78.850630729414,
+ 42.81857888627522
+ ],
+ [
+ -78.85025301954843,
+ 42.81866847653532
+ ],
+ [
+ -78.8500120420453,
+ 42.81812185529549
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "3",
+ "name": "Restaurant 10",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 125631,
+ "footprint_area": 41877,
+ "number_of_stories": 3
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84962224800356,
+ 42.81329273502644
+ ],
+ [
+ -78.84929833482822,
+ 42.81337083838241
+ ],
+ [
+ -78.84983265832118,
+ 42.814563298664669
+ ],
+ [
+ -78.85015657149653,
+ 42.81448519681467
+ ],
+ [
+ -78.84962224800356,
+ 42.81329273502644
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "4",
+ "name": "Restaurant 12",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 31623,
+ "footprint_area": 10541,
+ "number_of_stories": 3
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84907318596754,
+ 42.81342719667407
+ ],
+ [
+ -78.84862090048105,
+ 42.81353625345659
+ ],
+ [
+ -78.84871721918239,
+ 42.813751210926799
+ ],
+ [
+ -78.84916950466888,
+ 42.81364215452331
+ ],
+ [
+ -78.84907318596754,
+ 42.81342719667407
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "5",
+ "name": "Restaurant 14",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 8804,
+ "footprint_area": 8804,
+ "number_of_stories": 1
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84809175426629,
+ 42.81367038997507
+ ],
+ [
+ -78.84848670778973,
+ 42.81357515750889
+ ],
+ [
+ -78.84857883872144,
+ 42.81378076888831
+ ],
+ [
+ -78.84818388519801,
+ 42.81387600103781
+ ],
+ [
+ -78.84809175426629,
+ 42.81367038997507
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "6",
+ "name": "Restaurant 15",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 10689,
+ "footprint_area": 10689,
+ "number_of_stories": 1
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84846106738529,
+ 42.814495803077367
+ ],
+ [
+ -78.8486903952376,
+ 42.81444050756261
+ ],
+ [
+ -78.8484977578349,
+ 42.81401059666683
+ ],
+ [
+ -78.84826842998261,
+ 42.81406589256599
+ ],
+ [
+ -78.84846106738529,
+ 42.814495803077367
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "7",
+ "name": "Office 1",
+ "type": "Building",
+ "building_type": "Office",
+ "number_of_stories": 6,
+ "detailed_model_filename": "7.osm"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84733878006863,
+ 42.816466983030839
+ ],
+ [
+ -78.84854275129324,
+ 42.81617669028003
+ ],
+ [
+ -78.848356395545,
+ 42.81576080994094
+ ],
+ [
+ -78.84715242432039,
+ 42.81605110464406
+ ],
+ [
+ -78.84733878006863,
+ 42.816466983030839
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "8",
+ "name": "Hospital 1",
+ "type": "Building",
+ "building_type": "Outpatient health care",
+ "number_of_stories": 10,
+ "detailed_model_filename": "8.osm"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84973966335251,
+ 42.8154441454509
+ ],
+ [
+ -78.85049562542395,
+ 42.81525669280299
+ ],
+ [
+ -78.85078257620686,
+ 42.81588131780643
+ ],
+ [
+ -78.8505086568277,
+ 42.81594736368234
+ ],
+ [
+ -78.85041233812638,
+ 42.815732413845669
+ ],
+ [
+ -78.84991755499783,
+ 42.81585689105046
+ ],
+ [
+ -78.84973966335251,
+ 42.8154441454509
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "9",
+ "name": "Hospital 2",
+ "type": "Building",
+ "building_type": "Inpatient health care",
+ "number_of_stories": 3,
+ "detailed_model_filename": "9.osm"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85083627755732,
+ 42.81600678613279
+ ],
+ [
+ -78.85056039001892,
+ 42.816076133580569
+ ],
+ [
+ -78.85072568130569,
+ 42.816450649528039
+ ],
+ [
+ -78.84940134236577,
+ 42.81677160705479
+ ],
+ [
+ -78.84958014898304,
+ 42.81716858994267
+ ],
+ [
+ -78.8507262115271,
+ 42.816890840117029
+ ],
+ [
+ -78.8508565789851,
+ 42.81719595796099
+ ],
+ [
+ -78.85132137101688,
+ 42.81708331517635
+ ],
+ [
+ -78.85083627755732,
+ 42.81600678613279
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "10",
+ "name": "Mixed use 2",
+ "type": "Building",
+ "building_type": "Mixed use",
+ "floor_area": 1278384,
+ "footprint_area": 159798,
+ "number_of_stories": 8,
+ "mixed_type_1": "Strip shopping mall",
+ "mixed_type_1_percentage": 25,
+ "mixed_type_2": "Food service",
+ "mixed_type_2_percentage": 25,
+ "mixed_type_3": "Office",
+ "mixed_type_3_percentage": 15,
+ "mixed_type_4": "Lodging",
+ "mixed_type_4_percentage": 35
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.85115264550463,
+ 42.81786093060211
+ ],
+ [
+ -78.85163483958879,
+ 42.81774467026972
+ ],
+ [
+ -78.85246596719499,
+ 42.819583261120758
+ ],
+ [
+ -78.85082390085432,
+ 42.819979162017748
+ ],
+ [
+ -78.85060552295335,
+ 42.81947573727234
+ ],
+ [
+ -78.85174564783776,
+ 42.81920483484765
+ ],
+ [
+ -78.85115264550463,
+ 42.81786093060211
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "11",
+ "name": "Restaurant 13",
+ "type": "Building",
+ "building_type": "Food service",
+ "floor_area": 32511,
+ "footprint_area": 10837,
+ "number_of_stories": 3
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84961163640645,
+ 42.81460851835703
+ ],
+ [
+ -78.84914661048372,
+ 42.81472064501696
+ ],
+ [
+ -78.84905029178236,
+ 42.81450569091638
+ ],
+ [
+ -78.84951531770513,
+ 42.81439356386673
+ ],
+ [
+ -78.84961163640645,
+ 42.81460851835703
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "12",
+ "name": "Mall 1",
+ "type": "Building",
+ "building_type": "Strip shopping mall",
+ "floor_area": 374409,
+ "footprint_area": 124803,
+ "number_of_stories": 3
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84768338040897,
+ 42.817161656757068
+ ],
+ [
+ -78.8482630702579,
+ 42.8170218879136
+ ],
+ [
+ -78.84915297130292,
+ 42.81900776764229
+ ],
+ [
+ -78.84857328145401,
+ 42.81914753199706
+ ],
+ [
+ -78.84768338040897,
+ 42.817161656757068
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "13",
+ "name": "Hotel 1",
+ "type": "Building",
+ "building_type": "Lodging",
+ "floor_area": 316160,
+ "footprint_area": 31616,
+ "number_of_stories": 10
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.8494955083645,
+ 42.819748790984338
+ ],
+ [
+ -78.84891089471263,
+ 42.81989327725856
+ ],
+ [
+ -78.8491389243777,
+ 42.82038967009544
+ ],
+ [
+ -78.84972353802957,
+ 42.82024518498119
+ ],
+ [
+ -78.8494955083645,
+ 42.819748790984338
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "14",
+ "name": "Residential 1",
+ "type": "Building",
+ "building_type": "Single-Family Detached",
+ "floor_area": 3055,
+ "footprint_area": 3055,
+ "number_of_stories_above_ground": 1,
+ "number_of_stories": 1,
+ "number_of_bedrooms": 3,
+ "foundation_type": "crawlspace - unvented",
+ "attic_type": "attic - vented",
+ "system_type": "Residential - furnace and central air conditioner",
+ "heating_system_fuel_type": "natural gas",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84782863379475,
+ 42.81308406513335
+ ],
+ [
+ -78.84789445741784,
+ 42.813211653666147
+ ],
+ [
+ -78.8481085224459,
+ 42.81315222398479
+ ],
+ [
+ -78.84804269882281,
+ 42.813024635329359
+ ],
+ [
+ -78.84782863379475,
+ 42.81308406513335
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "15",
+ "name": "Residential 2",
+ "type": "Building",
+ "building_type": "Single-Family Detached",
+ "floor_area": 4260,
+ "footprint_area": 2130,
+ "number_of_stories_above_ground": 2,
+ "number_of_stories": 3,
+ "number_of_bedrooms": 4,
+ "foundation_type": "basement - unconditioned",
+ "attic_type": "attic - unvented",
+ "system_type": "Residential - boiler and room air conditioner",
+ "heating_system_fuel_type": "propane",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84841249573596,
+ 42.81294385519362
+ ],
+ [
+ -78.8484849661432,
+ 42.81308642712324
+ ],
+ [
+ -78.84861900200103,
+ 42.81304976336804
+ ],
+ [
+ -78.84854653159381,
+ 42.8129071913539
+ ],
+ [
+ -78.84841249573596,
+ 42.81294385519362
+ ]
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "id": "16",
+ "name": "Residenital 3",
+ "type": "Building",
+ "building_type": "Single-Family Detached",
+ "floor_area": 5500,
+ "footprint_area": 4655,
+ "number_of_stories_above_ground": 1,
+ "number_of_stories": 2,
+ "number_of_bedrooms": 5,
+ "foundation_type": "basement - conditioned",
+ "attic_type": "attic - conditioned",
+ "system_type": "Residential - electric resistance and no cooling",
+ "heating_system_fuel_type": "electricity",
+ "template": "Residential IECC 2015 - Customizable Template Sep 2020"
+ },
+ "geometry": {
+ "type": "Polygon",
+ "coordinates": [
+ [
+ [
+ -78.84901642777548,
+ 42.81281054264619
+ ],
+ [
+ -78.8492166996002,
+ 42.81276856688589
+ ],
+ [
+ -78.8492882250648,
+ 42.81294171638328
+ ],
+ [
+ -78.84919524192809,
+ 42.812957457222669
+ ],
+ [
+ -78.84925246216879,
+ 42.81307288984212
+ ],
+ [
+ -78.84915232658385,
+ 42.8130833837933
+ ],
+ [
+ -78.84901642777548,
+ 42.81281054264619
+ ]
+ ]
+ ]
+ }
+ }
+ ],
+ "mappers": [],
+ "scenarios": [
+ {
+ "feature_mappings": [],
+ "id": "72301739-c6c3-4dd7-bf1a-f37c8eff40db",
+ "name": "New Scenario"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/example_project/floorspace_scenario.csv b/example_project/floorspace_scenario.csv
index e72ef0156..d73a3e564 100644
--- a/example_project/floorspace_scenario.csv
+++ b/example_project/floorspace_scenario.csv
@@ -1,14 +1,182 @@
Feature Id,Feature Name,Mapper Class
-1,Mixed_use 1,URBANopt::Scenario::FloorspaceMapper
-2,Restaurant 1,URBANopt::Scenario::FloorspaceMapper
-3,Restaurant 10,URBANopt::Scenario::FloorspaceMapper
-4,Restaurant 12,URBANopt::Scenario::FloorspaceMapper
-5,Restaurant 14,URBANopt::Scenario::FloorspaceMapper
-6,Restaurant 15,URBANopt::Scenario::FloorspaceMapper
-7,Office 1,URBANopt::Scenario::FloorspaceMapper
-8,Hospital 1,URBANopt::Scenario::FloorspaceMapper
-9,Hospital 2,URBANopt::Scenario::FloorspaceMapper
-10,Mixed use 2,URBANopt::Scenario::FloorspaceMapper
-11,Restaurant 13,URBANopt::Scenario::FloorspaceMapper
-12,Mall 1,URBANopt::Scenario::FloorspaceMapper
-13,Hotel 1,URBANopt::Scenario::FloorspaceMapper
+1,office_1,URBANopt::Scenario::FloorspaceMapper
+2,office_2,URBANopt::Scenario::FloorspaceMapper
+3,office_3,URBANopt::Scenario::FloorspaceMapper
+4,office_4,URBANopt::Scenario::FloorspaceMapper
+5,office_5,URBANopt::Scenario::FloorspaceMapper
+6,office_6,URBANopt::Scenario::FloorspaceMapper
+7,office_7,URBANopt::Scenario::FloorspaceMapper
+8,mixed use_1,URBANopt::Scenario::FloorspaceMapper
+9,mixed use_2,URBANopt::Scenario::FloorspaceMapper
+10,mall_1,URBANopt::Scenario::FloorspaceMapper
+11,mall_2,URBANopt::Scenario::FloorspaceMapper
+12,school_1,URBANopt::Scenario::FloorspaceMapper
+13,school_2,URBANopt::Scenario::FloorspaceMapper
+14,school_3,URBANopt::Scenario::FloorspaceMapper
+15,school_4,URBANopt::Scenario::FloorspaceMapper
+16,super market_1,URBANopt::Scenario::FloorspaceMapper
+17,super market_2,URBANopt::Scenario::FloorspaceMapper
+18,super market_3,URBANopt::Scenario::FloorspaceMapper
+19,hospital_1,URBANopt::Scenario::FloorspaceMapper
+20,hospital_2,URBANopt::Scenario::FloorspaceMapper
+21,hospital_3,URBANopt::Scenario::FloorspaceMapper
+22,hospital_4,URBANopt::Scenario::FloorspaceMapper
+23,hospital_5,URBANopt::Scenario::FloorspaceMapper
+24,hospital_6,URBANopt::Scenario::FloorspaceMapper
+25,hospital_7,URBANopt::Scenario::FloorspaceMapper
+26,restaurant_1,URBANopt::Scenario::FloorspaceMapper
+27,restaurant_2,URBANopt::Scenario::FloorspaceMapper
+28,restaurant_3,URBANopt::Scenario::FloorspaceMapper
+29,restaurant_4,URBANopt::Scenario::FloorspaceMapper
+30,restaurant_5,URBANopt::Scenario::FloorspaceMapper
+31,restaurant_6,URBANopt::Scenario::FloorspaceMapper
+32,restaurant_7,URBANopt::Scenario::FloorspaceMapper
+33,restaurant_8,URBANopt::Scenario::FloorspaceMapper
+34,restaurant_9,URBANopt::Scenario::FloorspaceMapper
+35,restaurant_10,URBANopt::Scenario::FloorspaceMapper
+36,restaurant_11,URBANopt::Scenario::FloorspaceMapper
+37,restaurant_12,URBANopt::Scenario::FloorspaceMapper
+38,hotel_1,URBANopt::Scenario::FloorspaceMapper
+39,hotel_2,URBANopt::Scenario::FloorspaceMapper
+40,res_6,URBANopt::Scenario::FloorspaceMapper
+41,res_5,URBANopt::Scenario::FloorspaceMapper
+42,res_4,URBANopt::Scenario::FloorspaceMapper
+43,res_3,URBANopt::Scenario::FloorspaceMapper
+44,res_2,URBANopt::Scenario::FloorspaceMapper
+45,res_1,URBANopt::Scenario::FloorspaceMapper
+46,res_8,URBANopt::Scenario::FloorspaceMapper
+47,res_9,URBANopt::Scenario::FloorspaceMapper
+48,res_10,URBANopt::Scenario::FloorspaceMapper
+49,res_11,URBANopt::Scenario::FloorspaceMapper
+50,res_12,URBANopt::Scenario::FloorspaceMapper
+51,res_13,URBANopt::Scenario::FloorspaceMapper
+52,res_14,URBANopt::Scenario::FloorspaceMapper
+53,res_15,URBANopt::Scenario::FloorspaceMapper
+54,res_16,URBANopt::Scenario::FloorspaceMapper
+55,res_17,URBANopt::Scenario::FloorspaceMapper
+56,res_18,URBANopt::Scenario::FloorspaceMapper
+57,res_19,URBANopt::Scenario::FloorspaceMapper
+58,res_20,URBANopt::Scenario::FloorspaceMapper
+59,res_21,URBANopt::Scenario::FloorspaceMapper
+60,res_22,URBANopt::Scenario::FloorspaceMapper
+61,res_23,URBANopt::Scenario::FloorspaceMapper
+62,res_24,URBANopt::Scenario::FloorspaceMapper
+63,res_25,URBANopt::Scenario::FloorspaceMapper
+64,res_26,URBANopt::Scenario::FloorspaceMapper
+65,res_27,URBANopt::Scenario::FloorspaceMapper
+66,res_28,URBANopt::Scenario::FloorspaceMapper
+67,res_29,URBANopt::Scenario::FloorspaceMapper
+68,res_30,URBANopt::Scenario::FloorspaceMapper
+69,res_31,URBANopt::Scenario::FloorspaceMapper
+70,res_32,URBANopt::Scenario::FloorspaceMapper
+71,res_33,URBANopt::Scenario::FloorspaceMapper
+72,res_34,URBANopt::Scenario::FloorspaceMapper
+73,res_35,URBANopt::Scenario::FloorspaceMapper
+74,res_36,URBANopt::Scenario::FloorspaceMapper
+75,res_37,URBANopt::Scenario::FloorspaceMapper
+76,res_38,URBANopt::Scenario::FloorspaceMapper
+77,res_39,URBANopt::Scenario::FloorspaceMapper
+78,res_40,URBANopt::Scenario::FloorspaceMapper
+79,res_41,URBANopt::Scenario::FloorspaceMapper
+80,res_42,URBANopt::Scenario::FloorspaceMapper
+81,res_43,URBANopt::Scenario::FloorspaceMapper
+82,res_44,URBANopt::Scenario::FloorspaceMapper
+83,res_45,URBANopt::Scenario::FloorspaceMapper
+84,res_46,URBANopt::Scenario::FloorspaceMapper
+85,res_47,URBANopt::Scenario::FloorspaceMapper
+86,res_48,URBANopt::Scenario::FloorspaceMapper
+87,res_49,URBANopt::Scenario::FloorspaceMapper
+88,res_50,URBANopt::Scenario::FloorspaceMapper
+89,res_51,URBANopt::Scenario::FloorspaceMapper
+90,res_52,URBANopt::Scenario::FloorspaceMapper
+91,res_53,URBANopt::Scenario::FloorspaceMapper
+92,res_54,URBANopt::Scenario::FloorspaceMapper
+93,res_55,URBANopt::Scenario::FloorspaceMapper
+94,res_56,URBANopt::Scenario::FloorspaceMapper
+95,res_57,URBANopt::Scenario::FloorspaceMapper
+96,res_58,URBANopt::Scenario::FloorspaceMapper
+97,res_59,URBANopt::Scenario::FloorspaceMapper
+98,res_60,URBANopt::Scenario::FloorspaceMapper
+99,res_61,URBANopt::Scenario::FloorspaceMapper
+100,res_62,URBANopt::Scenario::FloorspaceMapper
+101,res_63,URBANopt::Scenario::FloorspaceMapper
+102,res_64,URBANopt::Scenario::FloorspaceMapper
+103,res_65,URBANopt::Scenario::FloorspaceMapper
+104,res_66,URBANopt::Scenario::FloorspaceMapper
+105,res_67,URBANopt::Scenario::FloorspaceMapper
+106,res_68,URBANopt::Scenario::FloorspaceMapper
+107,res_69,URBANopt::Scenario::FloorspaceMapper
+108,res_70,URBANopt::Scenario::FloorspaceMapper
+109,res_71,URBANopt::Scenario::FloorspaceMapper
+110,res_72,URBANopt::Scenario::FloorspaceMapper
+111,res_73,URBANopt::Scenario::FloorspaceMapper
+112,res_74,URBANopt::Scenario::FloorspaceMapper
+113,res_75,URBANopt::Scenario::FloorspaceMapper
+114,res_76,URBANopt::Scenario::FloorspaceMapper
+115,res_77,URBANopt::Scenario::FloorspaceMapper
+116,res_78,URBANopt::Scenario::FloorspaceMapper
+117,res_79,URBANopt::Scenario::FloorspaceMapper
+118,res_80,URBANopt::Scenario::FloorspaceMapper
+119,res_81,URBANopt::Scenario::FloorspaceMapper
+120,res_82,URBANopt::Scenario::FloorspaceMapper
+121,res_83,URBANopt::Scenario::FloorspaceMapper
+122,res_84,URBANopt::Scenario::FloorspaceMapper
+123,res_85,URBANopt::Scenario::FloorspaceMapper
+124,res_86,URBANopt::Scenario::FloorspaceMapper
+125,res_87,URBANopt::Scenario::FloorspaceMapper
+126,res_88,URBANopt::Scenario::FloorspaceMapper
+127,res_89,URBANopt::Scenario::FloorspaceMapper
+128,res_90,URBANopt::Scenario::FloorspaceMapper
+129,res_91,URBANopt::Scenario::FloorspaceMapper
+130,res_92,URBANopt::Scenario::FloorspaceMapper
+131,res_93,URBANopt::Scenario::FloorspaceMapper
+132,res_94,URBANopt::Scenario::FloorspaceMapper
+133,res_95,URBANopt::Scenario::FloorspaceMapper
+134,res_96,URBANopt::Scenario::FloorspaceMapper
+135,res_97,URBANopt::Scenario::FloorspaceMapper
+136,res_98,URBANopt::Scenario::FloorspaceMapper
+137,res_99,URBANopt::Scenario::FloorspaceMapper
+138,res_100,URBANopt::Scenario::FloorspaceMapper
+139,res_101,URBANopt::Scenario::FloorspaceMapper
+140,res_102,URBANopt::Scenario::FloorspaceMapper
+141,res_103,URBANopt::Scenario::FloorspaceMapper
+142,res_104,URBANopt::Scenario::FloorspaceMapper
+143,res_105,URBANopt::Scenario::FloorspaceMapper
+144,res_106,URBANopt::Scenario::FloorspaceMapper
+145,res_107,URBANopt::Scenario::FloorspaceMapper
+146,res_108,URBANopt::Scenario::FloorspaceMapper
+147,res_109,URBANopt::Scenario::FloorspaceMapper
+148,res_110,URBANopt::Scenario::FloorspaceMapper
+149,res_111,URBANopt::Scenario::FloorspaceMapper
+150,res_112,URBANopt::Scenario::FloorspaceMapper
+151,res_113,URBANopt::Scenario::FloorspaceMapper
+152,res_114,URBANopt::Scenario::FloorspaceMapper
+153,res_115,URBANopt::Scenario::FloorspaceMapper
+154,res_116,URBANopt::Scenario::FloorspaceMapper
+155,res_117,URBANopt::Scenario::FloorspaceMapper
+156,res_118,URBANopt::Scenario::FloorspaceMapper
+157,res_119,URBANopt::Scenario::FloorspaceMapper
+158,res_120,URBANopt::Scenario::FloorspaceMapper
+159,res_121,URBANopt::Scenario::FloorspaceMapper
+160,res_122,URBANopt::Scenario::FloorspaceMapper
+161,res_123,URBANopt::Scenario::FloorspaceMapper
+162,res_124,URBANopt::Scenario::FloorspaceMapper
+163,res_125,URBANopt::Scenario::FloorspaceMapper
+164,res_126,URBANopt::Scenario::FloorspaceMapper
+165,res_127,URBANopt::Scenario::FloorspaceMapper
+166,res_128,URBANopt::Scenario::FloorspaceMapper
+167,res_129,URBANopt::Scenario::FloorspaceMapper
+168,res_130,URBANopt::Scenario::FloorspaceMapper
+169,res_131,URBANopt::Scenario::FloorspaceMapper
+170,res_132,URBANopt::Scenario::FloorspaceMapper
+171,res_133,URBANopt::Scenario::FloorspaceMapper
+172,res_134,URBANopt::Scenario::FloorspaceMapper
+173,res_135,URBANopt::Scenario::FloorspaceMapper
+174,res_136,URBANopt::Scenario::FloorspaceMapper
+175,res_137,URBANopt::Scenario::FloorspaceMapper
+176,res_138,URBANopt::Scenario::FloorspaceMapper
+177,res_139,URBANopt::Scenario::FloorspaceMapper
+178,res_140,URBANopt::Scenario::FloorspaceMapper
+179,res_141,URBANopt::Scenario::FloorspaceMapper
+180,res_142,URBANopt::Scenario::FloorspaceMapper
+181,res_143,URBANopt::Scenario::FloorspaceMapper
diff --git a/example_project/highefficiencycreatebar_scenario.csv b/example_project/highefficiencycreatebar_scenario.csv
index 87153e660..4f9e44c1c 100644
--- a/example_project/highefficiencycreatebar_scenario.csv
+++ b/example_project/highefficiencycreatebar_scenario.csv
@@ -1,14 +1,182 @@
Feature Id,Feature Name,Mapper Class
-1,Mixed_use 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-2,Restaurant 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-3,Restaurant 10,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-4,Restaurant 12,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-5,Restaurant 14,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-6,Restaurant 15,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-7,Office 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-8,Hospital 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-9,Hospital 2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-10,Mixed use 2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-11,Restaurant 13,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-12,Mall 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
-13,Hotel 1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+1,office_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+2,office_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+3,office_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+4,office_4,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+5,office_5,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+6,office_6,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+7,office_7,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+8,mixed use_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+9,mixed use_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+10,mall_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+11,mall_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+12,school_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+13,school_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+14,school_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+15,school_4,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+16,super market_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+17,super market_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+18,super market_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+19,hospital_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+20,hospital_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+21,hospital_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+22,hospital_4,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+23,hospital_5,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+24,hospital_6,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+25,hospital_7,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+26,restaurant_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+27,restaurant_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+28,restaurant_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+29,restaurant_4,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+30,restaurant_5,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+31,restaurant_6,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+32,restaurant_7,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+33,restaurant_8,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+34,restaurant_9,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+35,restaurant_10,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+36,restaurant_11,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+37,restaurant_12,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+38,hotel_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+39,hotel_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+40,res_6,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+41,res_5,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+42,res_4,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+43,res_3,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+44,res_2,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+45,res_1,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+46,res_8,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+47,res_9,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+48,res_10,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+49,res_11,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+50,res_12,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+51,res_13,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+52,res_14,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+53,res_15,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+54,res_16,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+55,res_17,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+56,res_18,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+57,res_19,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+58,res_20,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+59,res_21,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+60,res_22,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+61,res_23,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+62,res_24,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+63,res_25,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+64,res_26,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+65,res_27,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+66,res_28,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+67,res_29,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+68,res_30,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+69,res_31,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+70,res_32,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+71,res_33,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+72,res_34,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+73,res_35,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+74,res_36,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+75,res_37,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+76,res_38,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+77,res_39,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+78,res_40,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+79,res_41,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+80,res_42,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+81,res_43,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+82,res_44,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+83,res_45,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+84,res_46,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+85,res_47,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+86,res_48,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+87,res_49,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+88,res_50,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+89,res_51,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+90,res_52,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+91,res_53,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+92,res_54,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+93,res_55,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+94,res_56,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+95,res_57,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+96,res_58,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+97,res_59,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+98,res_60,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+99,res_61,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+100,res_62,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+101,res_63,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+102,res_64,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+103,res_65,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+104,res_66,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+105,res_67,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+106,res_68,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+107,res_69,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+108,res_70,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+109,res_71,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+110,res_72,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+111,res_73,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+112,res_74,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+113,res_75,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+114,res_76,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+115,res_77,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+116,res_78,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+117,res_79,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+118,res_80,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+119,res_81,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+120,res_82,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+121,res_83,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+122,res_84,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+123,res_85,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+124,res_86,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+125,res_87,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+126,res_88,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+127,res_89,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+128,res_90,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+129,res_91,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+130,res_92,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+131,res_93,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+132,res_94,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+133,res_95,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+134,res_96,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+135,res_97,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+136,res_98,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+137,res_99,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+138,res_100,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+139,res_101,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+140,res_102,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+141,res_103,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+142,res_104,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+143,res_105,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+144,res_106,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+145,res_107,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+146,res_108,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+147,res_109,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+148,res_110,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+149,res_111,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+150,res_112,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+151,res_113,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+152,res_114,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+153,res_115,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+154,res_116,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+155,res_117,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+156,res_118,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+157,res_119,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+158,res_120,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+159,res_121,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+160,res_122,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+161,res_123,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+162,res_124,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+163,res_125,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+164,res_126,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+165,res_127,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+166,res_128,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+167,res_129,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+168,res_130,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+169,res_131,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+170,res_132,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+171,res_133,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+172,res_134,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+173,res_135,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+174,res_136,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+175,res_137,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+176,res_138,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+177,res_139,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+178,res_140,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+179,res_141,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+180,res_142,URBANopt::Scenario::HighEfficiencyCreateBarMapper
+181,res_143,URBANopt::Scenario::HighEfficiencyCreateBarMapper
diff --git a/example_project/highefficiencyfloorspace_scenario.csv b/example_project/highefficiencyfloorspace_scenario.csv
index 45316bae4..dd6b71eaf 100644
--- a/example_project/highefficiencyfloorspace_scenario.csv
+++ b/example_project/highefficiencyfloorspace_scenario.csv
@@ -1,14 +1,182 @@
Feature Id,Feature Name,Mapper Class
-1,Mixed_use 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-2,Restaurant 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-3,Restaurant 10,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-4,Restaurant 12,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-5,Restaurant 14,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-6,Restaurant 15,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-7,Office 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-8,Hospital 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-9,Hospital 2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-10,Mixed use 2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-11,Restaurant 13,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-12,Mall 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
-13,Hotel 1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+1,office_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+2,office_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+3,office_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+4,office_4,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+5,office_5,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+6,office_6,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+7,office_7,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+8,mixed use_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+9,mixed use_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+10,mall_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+11,mall_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+12,school_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+13,school_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+14,school_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+15,school_4,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+16,super market_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+17,super market_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+18,super market_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+19,hospital_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+20,hospital_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+21,hospital_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+22,hospital_4,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+23,hospital_5,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+24,hospital_6,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+25,hospital_7,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+26,restaurant_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+27,restaurant_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+28,restaurant_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+29,restaurant_4,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+30,restaurant_5,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+31,restaurant_6,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+32,restaurant_7,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+33,restaurant_8,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+34,restaurant_9,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+35,restaurant_10,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+36,restaurant_11,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+37,restaurant_12,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+38,hotel_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+39,hotel_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+40,res_6,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+41,res_5,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+42,res_4,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+43,res_3,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+44,res_2,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+45,res_1,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+46,res_8,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+47,res_9,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+48,res_10,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+49,res_11,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+50,res_12,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+51,res_13,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+52,res_14,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+53,res_15,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+54,res_16,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+55,res_17,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+56,res_18,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+57,res_19,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+58,res_20,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+59,res_21,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+60,res_22,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+61,res_23,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+62,res_24,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+63,res_25,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+64,res_26,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+65,res_27,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+66,res_28,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+67,res_29,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+68,res_30,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+69,res_31,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+70,res_32,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+71,res_33,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+72,res_34,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+73,res_35,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+74,res_36,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+75,res_37,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+76,res_38,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+77,res_39,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+78,res_40,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+79,res_41,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+80,res_42,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+81,res_43,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+82,res_44,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+83,res_45,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+84,res_46,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+85,res_47,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+86,res_48,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+87,res_49,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+88,res_50,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+89,res_51,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+90,res_52,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+91,res_53,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+92,res_54,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+93,res_55,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+94,res_56,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+95,res_57,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+96,res_58,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+97,res_59,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+98,res_60,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+99,res_61,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+100,res_62,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+101,res_63,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+102,res_64,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+103,res_65,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+104,res_66,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+105,res_67,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+106,res_68,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+107,res_69,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+108,res_70,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+109,res_71,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+110,res_72,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+111,res_73,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+112,res_74,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+113,res_75,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+114,res_76,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+115,res_77,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+116,res_78,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+117,res_79,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+118,res_80,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+119,res_81,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+120,res_82,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+121,res_83,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+122,res_84,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+123,res_85,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+124,res_86,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+125,res_87,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+126,res_88,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+127,res_89,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+128,res_90,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+129,res_91,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+130,res_92,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+131,res_93,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+132,res_94,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+133,res_95,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+134,res_96,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+135,res_97,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+136,res_98,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+137,res_99,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+138,res_100,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+139,res_101,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+140,res_102,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+141,res_103,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+142,res_104,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+143,res_105,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+144,res_106,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+145,res_107,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+146,res_108,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+147,res_109,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+148,res_110,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+149,res_111,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+150,res_112,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+151,res_113,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+152,res_114,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+153,res_115,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+154,res_116,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+155,res_117,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+156,res_118,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+157,res_119,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+158,res_120,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+159,res_121,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+160,res_122,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+161,res_123,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+162,res_124,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+163,res_125,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+164,res_126,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+165,res_127,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+166,res_128,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+167,res_129,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+168,res_130,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+169,res_131,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+170,res_132,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+171,res_133,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+172,res_134,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+173,res_135,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+174,res_136,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+175,res_137,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+176,res_138,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+177,res_139,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+178,res_140,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+179,res_141,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+180,res_142,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
+181,res_143,URBANopt::Scenario::HighEfficiencyFloorspaceMapper
diff --git a/example_project/mappers/Baseline.rb b/example_project/mappers/Baseline.rb
index ad052280b..2d090ca3d 100644
--- a/example_project/mappers/Baseline.rb
+++ b/example_project/mappers/Baseline.rb
@@ -419,14 +419,17 @@ def create_osw(scenario, features, feature_names)
# Simulation Control
args[:simulation_control_timestep] = 60
begin
+
args[:simulation_control_timestep] = 60 / feature.timesteps_per_hour
+ puts "RESIDENTIAL building args[:simulation_control_timestep] ===== #{args[:simulation_control_timestep]}"
+
rescue
end
args[:simulation_control_run_period_begin_month] = 1
- args[:simulation_control_run_period_begin_day_of_month] = 1
- args[:simulation_control_run_period_end_month] = 12
- args[:simulation_control_run_period_end_day_of_month] = 31
+ args[:simulation_control_run_period_begin_day_of_month] = 9
+ args[:simulation_control_run_period_end_month] = 5
+ args[:simulation_control_run_period_end_day_of_month] = 9
args[:simulation_control_run_period_calendar_year] = 2007
begin
args[:simulation_control_run_period_begin_month] = feature.begin_date[5, 2].to_i
@@ -709,6 +712,7 @@ def create_osw(scenario, features, feature_names)
begin
timesteps_per_hour = feature.timesteps_per_hour
if timesteps_per_hour
+ puts "COMERCIAL building feature timestepperhour === #{timesteps_per_hour}"
OpenStudio::Extension.set_measure_argument(osw, 'set_run_period', 'timesteps_per_hour', timesteps_per_hour)
end
rescue StandardError
diff --git a/example_project/mappers/TemperatureAdjusted.rb b/example_project/mappers/TemperatureAdjusted.rb
new file mode 100644
index 000000000..9cff89501
--- /dev/null
+++ b/example_project/mappers/TemperatureAdjusted.rb
@@ -0,0 +1,83 @@
+#*********************************************************************************
+# URBANoptâ„¢, Copyright (c) 2019-2020, Alliance for Sustainable Energy, LLC, and other
+# contributors. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without modification,
+# are permitted provided that the following conditions are met:
+#
+# Redistributions of source code must retain the above copyright notice, this list
+# of conditions and the following disclaimer.
+#
+# Redistributions in binary form must reproduce the above copyright notice, this
+# list of conditions and the following disclaimer in the documentation and/or other
+# materials provided with the distribution.
+#
+# Neither the name of the copyright holder nor the names of its contributors may be
+# used to endorse or promote products derived from this software without specific
+# prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+# OF THE POSSIBILITY OF SUCH DAMAGE.
+#*********************************************************************************
+
+require 'urbanopt/reporting'
+require 'openstudio/common_measures'
+require 'openstudio/model_articulation'
+
+require_relative 'Baseline'
+
+require 'json'
+
+module URBANopt
+ module Scenario
+ class TemperatureAdjusted < BaselineMapper
+
+ def create_osw(scenario, features, feature_names)
+
+ osw = super(scenario, features, feature_names)
+
+ feature = features[0]
+ building_type = feature.building_type
+
+
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', '__SKIP__', false)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_1_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_2_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_3_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_4_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_5_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_6_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_7_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_8_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_9_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_10_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_11_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_12_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_13_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_14_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_15_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_16_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_17_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_18_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_19_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_20_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_21_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_22_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_23_setpoint', 0)
+ OpenStudio::Extension.set_measure_argument(osw, 'adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday', 'hour_24_setpoint', 0)
+
+
+ return osw
+ end
+
+ end
+ end
+end
diff --git a/example_project/mappers/base_workflow.osw b/example_project/mappers/base_workflow.osw
index e9b6445ee..aba1ee2f5 100644
--- a/example_project/mappers/base_workflow.osw
+++ b/example_project/mappers/base_workflow.osw
@@ -1,7 +1,7 @@
{
"seed_file": null,
"weather_file": null,
- "measure_paths": [],
+ "measure_paths": ["../measures/"],
"file_paths": [],
"run_directory": null,
"steps": [
@@ -14,7 +14,7 @@
"measure_dir_name": "set_run_period",
"arguments": {
"__SKIP__": true,
- "timesteps_per_hour": 4,
+ "timesteps_per_hour": 1,
"begin_date": "2019-06-01",
"end_date": "2019-09-30"
}
@@ -22,8 +22,8 @@
"measure_dir_name": "ChangeBuildingLocation",
"arguments": {
"__SKIP__": true,
- "weather_file_name": "USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw",
- "climate_zone": "ASHRAE 169-2013-6A"
+ "weather_file_name": "USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw",
+ "climate_zone": "ASHRAE 169-2013-2A"
}
},{
"measure_dir_name": "create_bar_from_building_type_ratios",
@@ -74,6 +74,35 @@
"feature_id": "5",
"surrounding_buildings": "None"
}
+ },{
+ "measure_dir_name": "adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday",
+ "arguments": {
+ "__SKIP__": true,
+ "hour_1_setpoint": 1,
+ "hour_2_setpoint": 12,
+ "hour_3_setpoint": 12,
+ "hour_4_setpoint": 12,
+ "hour_5_setpoint": 12,
+ "hour_6_setpoint": 12,
+ "hour_7_setpoint": 12,
+ "hour_8_setpoint": 12,
+ "hour_9_setpoint": 12,
+ "hour_10_setpoint":12,
+ "hour_11_setpoint": 12,
+ "hour_12_setpoint": 12,
+ "hour_13_setpoint": 12,
+ "hour_14_setpoint": 12,
+ "hour_15_setpoint": 12,
+ "hour_16_setpoint": 12,
+ "hour_17_setpoint": 12,
+ "hour_18_setpoint": 12,
+ "hour_19_setpoint": 12,
+ "hour_20_setpoint": 12,
+ "hour_21_setpoint": 12,
+ "hour_22_setpoint": 12,
+ "hour_23_setpoint": 12,
+ "hour_24_setpoint": 12
+ }
},{
"name": "create_typical_building_from_model 2",
"measure_dir_name": "create_typical_building_from_model",
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md
new file mode 100644
index 000000000..d6a0c69d3
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md
@@ -0,0 +1 @@
+Insert your license here
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md
new file mode 100644
index 000000000..95418aa52
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md
@@ -0,0 +1,40 @@
+
+
+###### (Automatically generated documentation)
+
+# AdjustmentOfCoolingSetpointsHourlydByDegreesC
+
+## Description
+Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin.
+
+## Modeler Description
+Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input
+
+## Measure Type
+ModelMeasure
+
+## Taxonomy
+
+
+## Arguments
+
+
+### Cooling Setpoint
+Cooling Temperature Setpoint in Degrees Celsius
+**Name:** cooling_setpoint_adjustment,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Hour of the Day
+Hour of the Day for Specified Cooling Setpoint
+**Name:** hour_of_the_day,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+
+
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb
new file mode 100644
index 000000000..4deb9ae5f
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb
@@ -0,0 +1,42 @@
+<%#= README.md.erb is used to auto-generate README.md. %>
+<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
+###### (Automatically generated documentation)
+
+# <%= name %>
+
+## Description
+<%= description %>
+
+## Modeler Description
+<%= modelerDescription %>
+
+## Measure Type
+<%= measureType %>
+
+## Taxonomy
+<%= taxonomy %>
+
+## Arguments
+
+<% arguments.each do |argument| %>
+### <%= argument[:display_name] %>
+<%= argument[:description] %>
+**Name:** <%= argument[:name] %>,
+**Type:** <%= argument[:type] %>,
+**Units:** <%= argument[:units] %>,
+**Required:** <%= argument[:required] %>,
+**Model Dependent:** <%= argument[:model_dependent] %>
+<% end %>
+
+<% if arguments.size == 0 %>
+<%= "This measure does not have any user arguments" %>
+<% end %>
+
+<% if outputs.size > 0 %>
+## Outputs
+<% output_names = [] %>
+<% outputs.each do |output| %>
+<% output_names << output[:display_name] %>
+<% end %>
+<%= output_names.join(", ") %>
+<% end %>
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb
new file mode 100644
index 000000000..aa0d926b3
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb
@@ -0,0 +1,228 @@
+# insert your copyright here
+
+# see the URL below for information on how to write OpenStudio measures
+# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
+
+# start the measure
+class AdjustmentOfCoolingSetpointsHourlydByDegreesC < OpenStudio::Measure::ModelMeasure
+ # human readable name
+ def name
+ return "AdjustmentOfCoolingSetpointsHourlydByDegreesC"
+ end
+ # human readable description
+ def description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin."
+ end
+ # human readable description of modeling approach
+ def modeler_description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input"
+ end
+ # define the arguments that the user will input
+ def arguments(model)
+ args = OpenStudio::Measure::OSArgumentVector.new
+
+ # cooling setpoint to be applied for selected hour
+ cooling_setpoint_adjustment = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('cooling_setpoint_adjustment', true)
+ cooling_setpoint_adjustment.setDisplayName('Cooling Setpoint')
+ cooling_setpoint_adjustment.setDescription('Cooling Temperature Setpoint in Degrees Celsius')
+ args << cooling_setpoint_adjustment
+
+ # hour of the day for cooling setpoint value
+ hour_of_the_day = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('hour_of_the_day', true)
+ hour_of_the_day.setDisplayName('Hour of the Day')
+ hour_of_the_day.setDescription('Hour of the Day for Specified Cooling Setpoint')
+ args << hour_of_the_day
+
+ return args
+ end
+
+ # define what happens when the measure is run
+ def run(model, runner, user_arguments)
+ super(model, runner, user_arguments)
+
+ # use the built-in error checking
+ if !runner.validateUserArguments(arguments(model), user_arguments)
+ return false
+ end
+
+ # assign the user inputs to variables
+ cooling_setpoint_adjustment = runner.getDoubleArgumentValue('cooling_setpoint_adjustment',user_arguments)
+
+ #input test
+ if cooling_setpoint_adjustment < 0
+ runner.registerWarning('This will increase the electricity use')
+
+ end
+
+ hour_of_the_day = runner.getDoubleArgumentValue('hour_of_the_day',user_arguments)
+
+ #input test
+ if hour_of_the_day < 1
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is less than 1')
+ return false
+ elsif hour_of_the_day.abs > 24
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is greater than 24')
+ return false
+ end
+
+ starting_hour = hour_of_the_day - 1
+ ending_hour = hour_of_the_day
+
+ puts "*************************************************"
+ puts "Starting Hour = #{starting_hour}"
+ puts "Ending Hour = #{}"
+ puts "*************************************************"
+
+ #push schedules to hash to avoid making unnecessary duplicates
+ clg_set_schs = {}
+
+
+ #get thermostats and setpoint schedules
+ thermostats = model.getThermostatSetpointDualSetpoints
+ thermostats.each do |thermostat|
+ #setup new cooling setpoint schedule
+ clg_set_sch = thermostat.coolingSetpointTemperatureSchedule
+ if not clg_set_sch.empty?
+ # clone of not alredy in hash
+ if clg_set_schs.has_key?(clg_set_sch.get.name.to_s)
+ clg_set_sch = clg_set_schs[clg_set_sch.get.name.to_s]
+ else
+ clg_set_sch = clg_set_sch.get
+ #add to the hash
+ clg_set_schs[clg_set_sch.name.to_s] = clg_set_sch
+ end
+ else
+ runner.registerWarning("Thermostat '#{thermostat.name.to_s}' doesn't have a cooling setpoint schedule")
+ end #end if not clg_set_sch.empty?
+ end #end thermostats.each do
+
+ #consider issuing a warning if the model has un-conditioned thermal zones (no ideal air loads or hvac)
+ zones = model.getThermalZones
+ zones.each do |zone|
+ # if you have a thermostat but don't have ideal air loads or zone equipment then issue a warning
+ if not zone.thermostatSetpointDualSetpoint.empty? and not zone.useIdealAirLoads and not zone.equipment.size > 0
+ runner.registerWarning("Thermal zone '#{zone.name.to_s}' has a thermostat but does not appear to be conditioned.")
+ end
+ end
+
+ # make cooling schedule adjustments and rename. Put in check to skip and warn if schedule not ruleset
+ clg_set_schs.each do |k,v| #old name and new object for schedule
+ if not v.to_ScheduleRuleset.empty?
+
+ #array to store profiles in
+ profiles = []
+ schedule = v.to_ScheduleRuleset.get
+ runner.registerInfo("Modifiying ScheduleRuleset #{schedule.name.to_s}")
+ puts ""
+ puts "Modifiying ScheduleRuleset #{schedule.name.to_s}"
+
+ #push default profiles to array
+ default_rule = schedule.defaultDaySchedule
+ profiles << default_rule
+
+ #push profiles to array
+ rules = schedule.scheduleRules
+ rules.each do |rule|
+ day_sch = rule.daySchedule
+ profiles << day_sch
+ end
+
+ # #add design days to array
+ # if alter_design_days == true
+ # summer_design = schedule.summerDesignDaySchedule
+ # winter_design = schedule.winterDesignDaySchedule
+ # profiles << summer_design
+ # #profiles << winter_design
+ # end
+
+ profiles.each do |sch_day|
+ runner.registerInfo(" Modifiying ScheduleDay #{sch_day.name.to_s}")
+ puts ""
+ puts " Modifiying ScheduleDay #{sch_day.name.to_s}"
+
+ day_time_vector = sch_day.times
+ day_value_vector = sch_day.values
+ # puts day_time_vector
+ # puts day_value_vector
+ sch_day.clearValues
+
+ starting_hour_included = false
+ ending_hour_included = false
+
+ # determine if/where new data pairs need to be inserted
+ for i in 0..(day_time_vector.size - 1)
+ # get day time compenents
+ # day_time_day = day_time_vector[i].days
+ # runner.registerInfo("Date_time_day = #{day_time_day} for #{}")
+ # unless day_time_day == 0
+ # runner.registerError("Not expecting non-zero days value in schedule day #{sch_day.name}")
+ # return false
+ #end
+
+ day_time_day = day_time_vector[i].days
+ day_time_hour = day_time_vector[i].hours
+ day_time_min = day_time_vector[i].minutes
+ day_time_sec = day_time_vector[i].seconds
+ day_time = day_time_day*24.0 + day_time_hour.to_f + day_time_min.to_f/60.0 + day_time_sec.to_f/3600.0
+ puts ""
+ puts " Checking data pair: Time = #{day_time.round(2)}; Value = #{day_value_vector[i]}"
+
+ # add/edit data pairs as necessary
+ if day_time <= starting_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Starting hour (#{starting_hour})"
+ # pass data pair back in as is
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ if day_time == starting_hour
+ starting_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Starting hour (#{starting_hour})"
+ unless starting_hour_included
+ # add new data pair for starting hour
+ # setpoint value should be whatever next baseline setpoint value is
+ puts " Adding a Starting Hour data pair: Time = #{starting_hour}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(OpenStudio::Time.new(0,starting_hour.to_i,0,0), day_value_vector[i])
+ starting_hour_included = true
+ end
+ # determine if before or after ending hour
+ if day_time <= ending_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Ending hour (#{ending_hour})"
+ puts " Adding data pair with specified Cooling Setpoint: Time = #{day_time_vector[i]}; Value = #{cooling_setpoint_adjustment}"
+ # swap in setpoint value argument
+ sch_day.addValue(day_time_vector[i], day_value_vector[i]+cooling_setpoint_adjustment)
+ if day_time == ending_hour
+ ending_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Ending hour (#{ending_hour})"
+ unless ending_hour_included
+ # add new data pair for ending hour
+ # setpoint value should be the setpoint value argument
+ puts " Adding an Ending Hour data pair with specified Cooling Setpoint: Time = #{ending_hour}; Value = #{cooling_setpoint_adjustment}"
+ # check for 24th hour case
+ unless ending_hour.to_f == 24
+ sch_day.addValue(OpenStudio::Time.new(0,ending_hour.to_i,0,0), day_value_vector[i]+cooling_setpoint_adjustment)
+ else
+ sch_day.addValue(OpenStudio::Time.new(1,0,0,0), day_value_vector[i]+cooling_setpoint_adjustment)
+ end
+ ending_hour_included = true
+ end
+ # pass data pair back in as is
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ end
+ end
+ end
+ end #end of profiles.each do
+ else
+ runner.registerWarning("Schedule '#{k}' isn't a ScheduleRuleset object and won't be altered by this measure.")
+ v.remove #remove un-used clone
+ end
+ end #end clg_set_schs.each do
+ return true
+ end
+end
+
+# register the measure to be used by the application
+AdjustmentOfCoolingSetpointsHourlydByDegreesC.new.registerWithApplication
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml
new file mode 100644
index 000000000..1adf7bfc1
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml
@@ -0,0 +1,111 @@
+
+
+ 3.0
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c
+ b29bc61b-fe7b-40da-8dc1-92d556c657af
+ 4196fffe-3980-4a8f-917f-7194556d1977
+ 20201222T023607Z
+ 68048E3B
+ AdjustmentOfCoolingSetpointsHourlydByDegreesC
+ AdjustmentOfCoolingSetpointsHourlydByDegreesC
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin.
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input
+
+
+ cooling_setpoint_adjustment
+ Cooling Setpoint
+ Cooling Temperature Setpoint in Degrees Celsius
+ Double
+ true
+ false
+
+
+ hour_of_the_day
+ Hour of the Day
+ Hour of the Day for Specified Cooling Setpoint
+ Double
+ true
+ false
+
+
+
+
+
+ HVAC.HVAC Controls
+
+
+
+ Intended Software Tool
+ Apply Measure Now
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+ Measure Type
+ ModelMeasure
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+
+
+ LICENSE.md
+ md
+ license
+ CD7F5672
+
+
+ README.md.erb
+ erb
+ readmeerb
+ 703C9964
+
+
+ example_model.osm
+ osm
+ test
+ 53D14E69
+
+
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
+ rb
+ test
+ 72D4C1CC
+
+
+
+ OpenStudio
+ 2.8.0
+ 2.8.0
+
+ measure.rb
+ rb
+ script
+ 751163A0
+
+
+ README.md
+ md
+ readme
+ ED49F8E1
+
+
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
new file mode 100644
index 000000000..37372b8d1
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
@@ -0,0 +1,124 @@
+# insert your copyright here
+
+require 'openstudio'
+require 'openstudio/measure/ShowRunnerOutput'
+require 'minitest/autorun'
+require_relative '../measure.rb'
+require 'fileutils'
+
+class AdjustmentOfCoolingSetpointsHourlydByDegreesCTest < Minitest::Test
+ # def setup
+ # end
+
+ # def teardown
+ # end
+
+ def test_number_of_arguments_and_argument_names
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments and test that they are what we are expecting
+ arguments = measure.arguments(model)
+ assert_equal(1, arguments.size)
+ assert_equal('space_name', arguments[0].name)
+ end
+
+ def test_bad_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values
+ args_hash = {}
+ args_hash['space_name'] = ''
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Fail', result.value.valueName)
+ end
+
+ def test_good_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # load the test model
+ translator = OpenStudio::OSVersion::VersionTranslator.new
+ path = "#{File.dirname(__FILE__)}/example_model.osm"
+ model = translator.loadModel(path)
+ assert(!model.empty?)
+ model = model.get
+
+ # store the number of spaces in the seed model
+ num_spaces_seed = model.getSpaces.size
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values.
+ # If the argument has a default that you want to use, you don't need it in the hash
+ args_hash = {}
+ args_hash['space_name'] = 'New Space'
+ # using defaults values from measure.rb for other arguments
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Success', result.value.valueName)
+ assert(result.info.size == 1)
+ assert(result.warnings.empty?)
+
+ # check that there is now 1 space
+ assert_equal(1, model.getSpaces.size - num_spaces_seed)
+
+ # save the model to test output directory
+ output_file_path = "#{File.dirname(__FILE__)}//output/test_output.osm"
+ model.save(output_file_path, true)
+ end
+end
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm
new file mode 100644
index 000000000..0bd6b18d6
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm
@@ -0,0 +1,8077 @@
+
+OS:Version,
+ {f19c731b-418b-4769-bbe8-2634b34ddb76}, !- Handle
+ 1.13.0; !- Version Identifier
+
+OS:SpaceType,
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Default Schedule Set Name
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Group Rendering Name
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Handle
+ Rendering Color 1, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8d653251-85b6-4f77-81d6-0d1ce4ea7ee7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights, !- Name
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Lights Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Handle
+ Office Bldg Light, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Default Day Schedule Name
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Summer Design Day Schedule Name
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Handle
+ Fraction, ! Name
+ 0, ! Lower Limit Value
+ 1, ! Upper Limit Value
+ CONTINUOUS; ! Numeric Type
+
+OS:Schedule:Day,
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Handle
+ Office Bldg Light Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Handle
+ Office Bldg Light Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}, ! Handle
+ Office Bldg Light Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {101bb6fc-d0fc-4dd5-b953-30be7362193e}, ! Handle
+ Office Bldg Light Rule 1, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Handle
+ Office Bldg Light Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e5799452-8d36-4739-a94b-184f22c15de0}, ! Handle
+ Office Bldg Light Rule 2, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Handle
+ Office Bldg Light Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {33239cd1-ad9a-4eea-84a8-7128e0617789}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People, !- Name
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- People Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Handle
+ Office Misc Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Default Day Schedule Name
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Summer Design Day Schedule Name
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Handle
+ Office Bldg Occ Default Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 20, !- Hour 4
+ 0, !- Minute 4
+ 0.400000005960464, !- Value Until Time 4
+ 22, !- Hour 5
+ 0, !- Minute 5
+ 0.100000001490116, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.0500000007450581; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Handle
+ Office Bldg Occ Summer Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}, ! Handle
+ Office Bldg Occ Winter Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {3ca2483c-714c-4d0d-8b7c-5f4a9c2b67c5}, ! Handle
+ Office Misc Occ Rule 1, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {05c99778-2bec-4bcf-b23a-afcb3628f061}, ! Handle
+ Office Misc Occ Rule 2, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.25, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, ! Handle
+ Office Activity, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Default Day Schedule Name
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Summer Design Day Schedule Name
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, !- Handle
+ ActivityLevel, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Handle
+ Office Activity Default Schedule, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Handle
+ Office Activity Summer Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}, ! Handle
+ Office Activity Winter Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d11f3814-047f-4553-8741-be6dbd4a756d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Infiltration, !- Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Handle
+ Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Default Day Schedule Name
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Summer Design Day Schedule Name
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Handle
+ Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Handle
+ Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}, ! Handle
+ Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {4574f359-1b04-4a98-ab13-df5e80f66af0}, ! Handle
+ Office Infil Quarter On Rule 1, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Handle
+ Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {dffe30c1-3c56-49c5-a8f7-647f7d37a109}, ! Handle
+ Office Infil Quarter On Rule 2, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Handle
+ Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {077ed202-9856-487a-81f9-2b33f6ef021d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment, !- Name
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Electric Equipment Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Handle
+ Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Default Day Schedule Name
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Summer Design Day Schedule Name
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Handle
+ Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Handle
+ Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}, ! Handle
+ Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bce5d209-6925-4d7c-8dc5-3f357b764d6c}, ! Handle
+ Office Bldg Equip Rule 1, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Handle
+ Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1949d113-007e-43de-9be2-ba191485735a}, ! Handle
+ Office Bldg Equip Rule 2, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Handle
+ Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {57716514-0d5c-4f76-8108-73a8ef55c74a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Handle
+ Medium Office HtgSetp, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Default Day Schedule Name
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Summer Design Day Schedule Name
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, !- Handle
+ Temperature 36, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Handle
+ Medium Office HtgSetp Default Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Handle
+ Medium Office HtgSetp Summer Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}, ! Handle
+ Medium Office HtgSetp Winter Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {868baa5f-da01-445a-994f-6c6787547ea5}, ! Handle
+ Medium Office HtgSetp Rule 1, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Handle
+ Medium Office HtgSetp Rule 1 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0641d0ff-4231-421a-9389-7b82524a19ba}, ! Handle
+ Medium Office HtgSetp Rule 2, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Handle
+ Medium Office HtgSetp Rule 2 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Handle
+ Medium Office ClgSetp, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Default Day Schedule Name
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Summer Design Day Schedule Name
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, !- Handle
+ Temperature 37, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Handle
+ Medium Office ClgSetp Default Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Handle
+ Medium Office ClgSetp Summer Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}, ! Handle
+ Medium Office ClgSetp Winter Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {68812eb9-619d-47e2-bd4b-4e3b8987011c}, ! Handle
+ Medium Office ClgSetp Rule 1, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Handle
+ Medium Office ClgSetp Rule 1 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0b596ac5-df32-47fa-8cdd-b434dd223a94}, ! Handle
+ Medium Office ClgSetp Rule 2, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Handle
+ Medium Office ClgSetp Rule 2 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Default Schedule Set Name
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Group Rendering Name
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Handle
+ Rendering Color 2, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f1628569-1691-49f0-9348-f92fa25bb1b6}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights, !- Name
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Lights Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5c410b4a-537a-47b7-b730-dc303931c19c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People, !- Name
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- People Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Handle
+ Office Work Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Default Day Schedule Name
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Summer Design Day Schedule Name
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Handle
+ Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.850000023841858, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.850000023841858, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.699999988079071, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.400000005960464, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.100000001490116, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.0500000007450581; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Handle
+ Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}, ! Handle
+ Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e25b5fd5-a9e4-4894-a08b-fc27dee95ca0}, ! Handle
+ Office Work Occ Rule 1, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {692294cd-2074-417d-bc31-c3d45f3473c8}, ! Handle
+ Office Work Occ Rule 2, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.400000005960464, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {238b2c42-2ac7-458f-861b-9b2e338631c9}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Infiltration, !- Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {bb93da29-6686-468f-b8e1-c0e981827eae}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment, !- Name
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Electric Equipment Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b27de14f-0cdf-4395-80f3-859d49e9b403}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Default Schedule Set Name
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Group Rendering Name
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Handle
+ Rendering Color 3, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {277ed265-0401-47f6-8de3-56cb05b9fea5}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights, !- Name
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Lights Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {8e273f12-7404-4658-8039-d1b0d9e7d0e1}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People, !- Name
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- People Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {de1ea70d-57dc-4928-a47f-57f514ec3603}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Infiltration, !- Name
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {980641d4-cbda-4a28-868d-304978627e4f}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment, !- Name
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Electric Equipment Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9c5a236d-b8fa-4e61-a6d6-5ef82442b61b}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Default Schedule Set Name
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Group Rendering Name
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Handle
+ Rendering Color 4, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {97345961-c39c-4800-be47-fd365cf09579}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights, !- Name
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Lights Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {7f505a51-9e01-4f8c-ae6b-eb3a985187f9}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People, !- Name
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- People Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d288d3ec-bb21-459b-96e3-62f849faafec}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Infiltration, !- Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {f21b9dab-a69e-476b-96be-93f1f5fee1c6}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment, !- Name
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Electric Equipment Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {52549264-a360-4f7a-971d-ec4f2499546a}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Default Schedule Set Name
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Group Rendering Name
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Handle
+ Rendering Color 5, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8de70c6d-3c20-4a5a-95f3-70ab2a37759d}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights, !- Name
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Lights Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6e96cbfa-7560-4e78-aa8c-239431fd271e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Infiltration, !- Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b17982ba-d5dd-42bf-8d61-12b8c10eee84}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment, !- Name
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Electric Equipment Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8635cc8-deee-4e85-815b-ff7f42668c83}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Default Schedule Set Name
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Group Rendering Name
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Handle
+ Rendering Color 6, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1c9042b5-d85b-4aa1-b403-f1f57ffa5e80}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights, !- Name
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Lights Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e08e98a-89ff-440c-98ff-477b7c3fbca4}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People, !- Name
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- People Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {f3738484-ddae-4171-9149-4056023e0061}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Infiltration, !- Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d754310d-f9d1-4b56-8a61-4d2a167b0f57}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment, !- Name
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Electric Equipment Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7669758f-56e6-4440-9266-ef142961841f}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Default Schedule Set Name
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Group Rendering Name
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Handle
+ Rendering Color 7, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {28cb410d-135d-49f1-b23c-6218793a6744}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights, !- Name
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Lights Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {c9c2acc5-e4d4-49b4-9a7e-94cae06ac406}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People, !- Name
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- People Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {61535505-edb5-4881-9380-6ceb9c94ccaa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Infiltration, !- Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {9bdcf653-9208-444f-abd4-40bc6d797f8a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment, !- Name
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Electric Equipment Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f63de19d-9cf2-4162-bf2f-bdb7fddc1b7d}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Default Schedule Set Name
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Group Rendering Name
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Handle
+ Rendering Color 8, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1b233aa2-884a-4b12-bd88-76092f6d2267}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights, !- Name
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Lights Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {30d60591-72de-4494-afc4-000c9be76f8b}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People, !- Name
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- People Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ef0be415-7a7a-4be9-895a-fefe67ce5d3e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Infiltration, !- Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {1e0e1e3c-6473-41c2-ace8-efda06663fe0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment, !- Name
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Electric Equipment Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b88ada7e-5b66-4c29-8b49-7f9040c59933}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Building,
+ {f73b031c-bb31-4fa0-ad96-2e9846c4d752}, !- Handle
+ Building 1, !- Name
+ , !- Building Sector Type
+ , !- North Axis {deg}
+ , !- Nominal Floor to Floor Height {m}
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space Type Name
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Standards Number of Stories
+ , !- Standards Number of Above Ground Stories
+ , !- Standards Building Type
+ , !- Standards Number of Living Units
+ , !- Relocatable
+ ; !- Nominal Floor to Ceiling Height {m}
+
+OS:SpaceType,
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Default Schedule Set Name
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Group Rendering Name
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Handle
+ Rendering Color 9, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1979f9cd-f801-4f74-b848-c88f17dc5b44}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights, !- Name
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Lights Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {673d36c1-b361-47e7-9007-e4e91432cb81}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People, !- Name
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- People Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {e520996e-cb4e-4946-ae4e-12637ab956f9}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Infiltration, !- Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {13850150-ad18-438c-906d-18f8cabcbdf5}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment, !- Name
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Electric Equipment Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {cb7fb571-b062-476f-8b81-9ee2aa7be729}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Default Schedule Set Name
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Group Rendering Name
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Handle
+ Rendering Color 10, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3120c45b-328a-43ca-b763-11e879fb3a84}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights, !- Name
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Lights Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4bd834f4-5ae4-4146-8dbd-c600ee119692}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People, !- Name
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- People Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6d0ceae2-80c3-45c0-a634-2929c8a56678}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Infiltration, !- Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {569209c0-ef8b-44f5-9f86-048af1de9fa7}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment, !- Name
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Electric Equipment Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {36f7e68a-a20c-471b-b929-d4756cba022f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Default Schedule Set Name
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Group Rendering Name
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Handle
+ Rendering Color 11, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3637974c-a21a-4d9a-9a86-de0b34a41576}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights, !- Name
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Lights Definition Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b55008d6-57ec-4a59-853d-dc295ea83be3}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Infiltration, !- Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {8f2a6abe-ef82-4cf6-9a19-42526787c24e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Default Schedule Set Name
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Group Rendering Name
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Handle
+ Rendering Color 12, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {99c236b6-e588-4c3f-ae8e-98f257807e7c}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights, !- Name
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Lights Definition Name
+ {355570b9-3696-4442-903b-449be8ccf16a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {76e2e858-0e95-49d7-a5bd-46ff2e7bf75b}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Infiltration, !- Name
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8e65471-7105-4908-ae0b-ec42ae5587b5}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Default Schedule Set Name
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Group Rendering Name
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Handle
+ Rendering Color 13, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {57f0532e-f17a-45d3-879e-193fae9dc176}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights, !- Name
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Lights Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d9509edb-bd80-4225-9ee6-523bf74d5bee}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People, !- Name
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- People Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {426c18b5-7d3a-4579-b2a8-8e385458dd11}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Infiltration, !- Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {cecff4bf-5467-4b34-a941-9654b489181d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment, !- Name
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Electric Equipment Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {de4444a1-34f5-4cf5-ac22-7469b7be466d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Default Schedule Set Name
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Group Rendering Name
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Handle
+ Rendering Color 14, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {63218795-4f24-43ea-9e63-a6d83e1e86a3}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights, !- Name
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Lights Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Handle
+ Large Office Bldg Light, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Default Day Schedule Name
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Summer Design Day Schedule Name
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, !- Handle
+ Fractional, !- Name
+ 0, !- Lower Limit Value
+ 1, !- Upper Limit Value
+ Continuous; !- Numeric Type
+
+OS:Schedule:Day,
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Handle
+ Large Office Bldg Light Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Handle
+ Large Office Bldg Light Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}, ! Handle
+ Large Office Bldg Light Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {5d2442a3-7cb6-411b-a86e-540208ced37c}, ! Handle
+ Large Office Bldg Light Rule 1, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Handle
+ Large Office Bldg Light Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {91e4e221-38d2-42cf-bbac-5d4e5f7fa888}, ! Handle
+ Large Office Bldg Light Rule 2, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Handle
+ Large Office Bldg Light Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4615604a-bd1a-474d-91be-9f075c13bd9a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People, !- Name
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- People Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Handle
+ Large Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Default Day Schedule Name
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Summer Design Day Schedule Name
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Handle
+ Large Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Handle
+ Large Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}, ! Handle
+ Large Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37f5d46d-389f-4543-b8e4-84f4c2e10716}, ! Handle
+ Large Office Bldg Occ Rule 1, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Handle
+ Large Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9ffe8f16-2513-43ec-8c59-17bafcf21414}, ! Handle
+ Large Office Bldg Occ Rule 2, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Handle
+ Large Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {264acba7-523a-484e-8e51-ae85870ba167}, ! Handle
+ Large Office Activity, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Default Day Schedule Name
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Summer Design Day Schedule Name
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, !- Handle
+ ActivityLevel 5, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Handle
+ Large Office Activity Default Schedule, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Handle
+ Large Office Activity Summer Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}, ! Handle
+ Large Office Activity Winter Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {90014069-9853-4f75-becd-f17e7166df17}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Infiltration, !- Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Handle
+ Large Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Default Day Schedule Name
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Summer Design Day Schedule Name
+ {694259ab-6cad-41eb-8340-268853e99403}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Handle
+ Large Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Handle
+ Large Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {694259ab-6cad-41eb-8340-268853e99403}, ! Handle
+ Large Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {6bcd70a7-2c48-43af-b1d9-a1d8959caf3f}, ! Handle
+ Large Office Infil Quarter On Rule 1, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Handle
+ Large Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {342d2dd4-2b6e-46cd-a552-c5fd1e99b43f}, ! Handle
+ Large Office Infil Quarter On Rule 2, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Handle
+ Large Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {896f52d4-b30e-46c3-b809-17a91eb06105}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment, !- Name
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Electric Equipment Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Handle
+ Large Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Default Day Schedule Name
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Summer Design Day Schedule Name
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Handle
+ Large Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Handle
+ Large Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}, ! Handle
+ Large Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {15242b3b-46fd-486a-bb69-10058bd0409e}, ! Handle
+ Large Office Bldg Equip Rule 1, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Handle
+ Large Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {01ed547e-670b-40a5-85bb-225ebec0397e}, ! Handle
+ Large Office Bldg Equip Rule 2, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Handle
+ Large Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2e5bfd45-be53-46a2-a1be-badb1d1f9ae8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Handle
+ Large Office HtgSetp, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Default Day Schedule Name
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Summer Design Day Schedule Name
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, !- Handle
+ Temperature 3, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Handle
+ Large Office HtgSetp Default Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Handle
+ Large Office HtgSetp Summer Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}, ! Handle
+ Large Office HtgSetp Winter Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4f682768-9ffb-4e7c-9e74-78813fdc32a0}, ! Handle
+ Large Office HtgSetp Rule 1, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Handle
+ Large Office HtgSetp Rule 1 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f80fc661-2858-4988-ada5-e6c492332983}, ! Handle
+ Large Office HtgSetp Rule 2, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Handle
+ Large Office HtgSetp Rule 2 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Handle
+ Large Office ClgSetp, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Default Day Schedule Name
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Summer Design Day Schedule Name
+ {30c08a39-528f-426d-bc84-48cf54111147}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, !- Handle
+ Temperature 5, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Handle
+ Large Office ClgSetp Default Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Handle
+ Large Office ClgSetp Summer Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {30c08a39-528f-426d-bc84-48cf54111147}, ! Handle
+ Large Office ClgSetp Winter Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37df0d56-4bba-4227-8d69-9607a686014f}, ! Handle
+ Large Office ClgSetp Rule 1, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Handle
+ Large Office ClgSetp Rule 1 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {ccb2ba27-b2d6-4f5f-b02b-091c4def877f}, ! Handle
+ Large Office ClgSetp Rule 2, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Handle
+ Large Office ClgSetp Rule 2 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Default Schedule Set Name
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Group Rendering Name
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Handle
+ Rendering Color 15, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a5f0d2c1-e014-479a-8f1b-3ebac3e265e4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights, !- Name
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Lights Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {58a62980-ba6f-4bad-9e5d-fdacc8096f52}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People, !- Name
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- People Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Handle
+ Medium Office Bldg Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Default Day Schedule Name
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Summer Design Day Schedule Name
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Handle
+ Medium Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Handle
+ Medium Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}, ! Handle
+ Medium Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {7b4107cc-3c92-4323-a753-015efc68bcc2}, ! Handle
+ Medium Office Bldg Occ Rule 1, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Handle
+ Medium Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4d201951-02b0-433c-8e17-deb2b0409886}, ! Handle
+ Medium Office Bldg Occ Rule 2, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Handle
+ Medium Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {4401923f-7369-4704-af97-5f02eccc07c4}, ! Handle
+ Medium Office Activity, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Default Day Schedule Name
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Summer Design Day Schedule Name
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, !- Handle
+ ActivityLevel 13, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Handle
+ Medium Office Activity Default Schedule, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Handle
+ Medium Office Activity Summer Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}, ! Handle
+ Medium Office Activity Winter Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {eeedf250-2cf8-460c-88a9-6a3cf6835b8d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Infiltration, !- Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Handle
+ Medium Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Default Day Schedule Name
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Summer Design Day Schedule Name
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Handle
+ Medium Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Handle
+ Medium Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}, ! Handle
+ Medium Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {61abaf03-1521-4e72-a32f-0622572b46df}, ! Handle
+ Medium Office Infil Quarter On Rule 1, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Handle
+ Medium Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bf208a98-b7ef-4dbb-957d-53cf720abf70}, ! Handle
+ Medium Office Infil Quarter On Rule 2, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Handle
+ Medium Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {92bed684-e409-4e09-8f9b-036a79bdc3c6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment, !- Name
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Electric Equipment Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Handle
+ Medium Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Default Day Schedule Name
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Summer Design Day Schedule Name
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Handle
+ Medium Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Handle
+ Medium Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}, ! Handle
+ Medium Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f0c7f526-21ef-4f5e-8c3d-b4e15c5fdad7}, ! Handle
+ Medium Office Bldg Equip Rule 1, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Handle
+ Medium Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4faf6bd3-ebb1-47fb-8f59-6dfe65f49500}, ! Handle
+ Medium Office Bldg Equip Rule 2, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Handle
+ Medium Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c8f1b66-79b0-4494-bb62-0e6ab336934b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Default Schedule Set Name
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Group Rendering Name
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Handle
+ Rendering Color 16, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {453c5932-0aee-459f-ac1d-0563be79832e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights, !- Name
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Lights Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d10bfc0d-d823-4de2-8ad6-a13acf3eb5e9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People, !- Name
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- People Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Handle
+ Small Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Default Day Schedule Name
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Summer Design Day Schedule Name
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Handle
+ Small Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Handle
+ Small Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}, ! Handle
+ Small Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f5e8f265-336a-4040-bc3d-908d04e76726}, ! Handle
+ Small Office Bldg Occ Rule 1, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Handle
+ Small Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1ac935c1-7df7-46c6-a2c5-b2a40bc3fc36}, ! Handle
+ Small Office Bldg Occ Rule 2, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Handle
+ Small Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.29999999999999999, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, ! Handle
+ Small Office Activity, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Default Day Schedule Name
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Summer Design Day Schedule Name
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, !- Handle
+ ActivityLevel 12, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Handle
+ Small Office Activity Default Schedule, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Handle
+ Small Office Activity Summer Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}, ! Handle
+ Small Office Activity Winter Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {1e027a7c-c27f-4a3d-8cdf-0828601a4f05}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Infiltration, !- Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Handle
+ Small Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Default Day Schedule Name
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Summer Design Day Schedule Name
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Handle
+ Small Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Handle
+ Small Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}, ! Handle
+ Small Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {3e76f500-a8e5-4299-95bc-7ccf11473b72}, ! Handle
+ Small Office Infil Quarter On Rule 1, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Handle
+ Small Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {6f8f3c1b-5f33-40ba-b7d5-604c0832baea}, ! Handle
+ Small Office Infil Quarter On Rule 2, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Handle
+ Small Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {37b7d99c-9391-4952-b185-a511e62b7beb}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment, !- Name
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Electric Equipment Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Handle
+ Small Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Default Day Schedule Name
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Summer Design Day Schedule Name
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Handle
+ Small Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.4; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Handle
+ Small Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}, ! Handle
+ Small Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {b33de88d-7022-4f25-b0bc-864df53b8778}, ! Handle
+ Small Office Bldg Equip Rule 1, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Handle
+ Small Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {d64a5d87-6660-4767-a721-b98c22ca221a}, ! Handle
+ Small Office Bldg Equip Rule 2, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Handle
+ Small Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {0488857a-ac36-457e-bf08-09bfa412ba46}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Handle
+ Small Office HtgSetp, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Default Day Schedule Name
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Summer Design Day Schedule Name
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, !- Handle
+ Temperature 11, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Handle
+ Small Office HtgSetp Default Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Handle
+ Small Office HtgSetp Summer Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}, ! Handle
+ Small Office HtgSetp Winter Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {59307f1f-95bc-49ae-b50e-42836a04e0cc}, ! Handle
+ Small Office HtgSetp Rule 1, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Handle
+ Small Office HtgSetp Rule 1 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9847a62b-fb76-4ab8-9344-f3f532928c11}, ! Handle
+ Small Office HtgSetp Rule 2, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Handle
+ Small Office HtgSetp Rule 2 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Handle
+ Small Office ClgSetp, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Default Day Schedule Name
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Summer Design Day Schedule Name
+ {2103cebf-d42f-4cd2-b503-7600479676a2}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {c998de07-a854-476f-88ee-694f57ede232}, !- Handle
+ Temperature 4, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Handle
+ Small Office ClgSetp Default Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Handle
+ Small Office ClgSetp Summer Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2103cebf-d42f-4cd2-b503-7600479676a2}, ! Handle
+ Small Office ClgSetp Winter Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {40345165-334a-485e-87cf-103e70023132}, ! Handle
+ Small Office ClgSetp Rule 1, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Handle
+ Small Office ClgSetp Rule 1 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0972da99-d044-41cb-8d26-0439235fb34a}, ! Handle
+ Small Office ClgSetp Rule 2, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Handle
+ Small Office ClgSetp Rule 2 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Default Schedule Set Name
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Group Rendering Name
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Handle
+ Rendering Color 17, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {4a230733-41f5-4ca6-96e0-5e44748f7df4}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights, !- Name
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Lights Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5a10a8e5-74eb-41b6-8300-8c614f3cd681}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People, !- Name
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- People Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6eb84b2f-973d-476e-b524-53b69c751752}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Infiltration, !- Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {e641d016-e7d6-4890-957c-3de2b21a699a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment, !- Name
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Electric Equipment Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {92dbe6d3-c9b9-43fc-90c3-a06b5ec93169}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Default Schedule Set Name
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Group Rendering Name
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Handle
+ Rendering Color 18, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {e6b87a14-1e18-49c7-85c2-84f072c938b2}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights, !- Name
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Lights Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {283ae026-2477-4529-bb38-02c7e6065076}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People, !- Name
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- People Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b655059c-3ce9-4b49-a0db-160442a03540}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Infiltration, !- Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {0f379c88-6f89-4030-bc79-090ef24b986e}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment, !- Name
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Electric Equipment Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6b3eff15-c2f8-4f87-9fe3-6f7c3004ea5f}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Default Schedule Set Name
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Group Rendering Name
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Handle
+ Rendering Color 19, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {86c2e905-536c-4838-bf48-8aa4aebef755}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights, !- Name
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Lights Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {884b2aa3-62fe-4d6a-b8ec-c19497fc7da8}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People, !- Name
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- People Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {23919b1f-4940-4b68-b1a0-5e68c2d5b78d}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Infiltration, !- Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {7ecb1b95-ffa4-4c84-b1e4-cf8c033ce8f7}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment, !- Name
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Electric Equipment Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {541fa24b-ddf2-4edf-83d9-2bed06917add}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Default Schedule Set Name
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Group Rendering Name
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Handle
+ Rendering Color 20, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {fed0a7aa-9bc2-4d98-bc74-465b35a409d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights, !- Name
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Lights Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {42ce457e-2d95-4fe6-9cda-f5042dea1c96}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- People Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ca37d410-b9c7-4e62-b5ca-b87627a332cc}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Infiltration, !- Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {01d044ce-7e19-4288-a75a-77fc975d40d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment, !- Name
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Electric Equipment Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3bdf0199-3196-4d00-9272-a3b137675d31}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Default Schedule Set Name
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Group Rendering Name
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Handle
+ Rendering Color 21, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {d0fd0a9a-f35d-4f92-b9b5-cc437f048b81}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights, !- Name
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Lights Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {5886568b-d637-4e9b-b7c1-0d6b0bcc8fc9}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Infiltration, !- Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2d527502-0ea9-4d22-9420-1faee6f46df3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment, !- Name
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Electric Equipment Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {bc8bbc76-ab44-4992-ad1d-80d2dbc7e77e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Default Schedule Set Name
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Group Rendering Name
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Handle
+ Rendering Color 22, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {9d45cbfa-f2ce-4490-bfe6-9ea2b0ef403d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights, !- Name
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Lights Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e12ef15-0acb-4a55-95a0-2260cf7ad1a8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People, !- Name
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- People Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {06f80535-6c1b-4be5-8e24-e2f246b425c8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Infiltration, !- Name
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {23c00582-f748-4c1b-916b-1fa5c7686d7d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment, !- Name
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Electric Equipment Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {d067df76-cf76-4cf6-aa35-0cbb12b8656a}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Default Schedule Set Name
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Group Rendering Name
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Handle
+ Rendering Color 23, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {44ac18e1-7275-4b3a-b218-7e2e176f1a73}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights, !- Name
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Lights Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d1894ae1-fe0a-4638-8df5-d20ee93f1533}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People, !- Name
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- People Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d815095f-6e93-44e7-9812-f55b6c2aef2e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Infiltration, !- Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {24778cfb-5eee-4ddc-902b-a11bb0bfef66}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment, !- Name
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Electric Equipment Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3fabcd0e-e1a5-4e00-9e23-9e19d5c555d9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Default Schedule Set Name
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Group Rendering Name
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Handle
+ Rendering Color 24, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a396c5cc-c22f-42c9-be8e-af3d54d54456}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights, !- Name
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Lights Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {6b5422a3-490d-4e08-a37c-480ec55d22f6}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People, !- Name
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- People Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {9f99f28a-55da-49b7-9354-17ccfd3b33e0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Infiltration, !- Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {8470e1c3-c0bc-4712-81bc-3382735de5cb}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment, !- Name
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Electric Equipment Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {847f379b-0ddb-4308-a125-44b06cceb0c0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Default Schedule Set Name
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Group Rendering Name
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Handle
+ Rendering Color 25, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {c7396387-ee02-4cbd-bb73-db5af92230bf}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights, !- Name
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Lights Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {89b76b4c-73be-47ed-9bf0-d29a5d09beee}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People, !- Name
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- People Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {68e0ada3-23ed-42e8-881a-ad68ae78ba59}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Infiltration, !- Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {47ea6833-7452-423c-b11a-cdcdc6e894f7}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment, !- Name
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Electric Equipment Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9a24efdb-aaf9-4caf-8ef9-e063f557395c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Default Schedule Set Name
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Group Rendering Name
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Handle
+ Rendering Color 26, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {369dc730-3d03-40c8-8ea1-7783c58a58ef}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights, !- Name
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Lights Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {de991af8-6b18-4490-9be9-307feba43cd2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People, !- Name
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- People Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {efad6973-728f-404e-84ce-bf89300a55cd}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Infiltration, !- Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {36815876-83bd-4fa7-ad65-9cfc31a60c5d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment, !- Name
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Electric Equipment Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {ec97771e-4971-46b0-91e9-3785d44f364f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Default Schedule Set Name
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Group Rendering Name
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Handle
+ Rendering Color 27, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {086e0aa7-9716-40a1-ad9a-9e539b32999b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights, !- Name
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Lights Definition Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {2584ae7a-711d-473c-96df-a3bb8f824179}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Infiltration, !- Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {e23342a6-14bf-4244-a12e-b8f3f6c04563}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Default Schedule Set Name
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Group Rendering Name
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Handle
+ Rendering Color 28, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f096f7ac-09c0-4f85-8905-690dca9182e1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights, !- Name
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Lights Definition Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {a7ac93a3-1fc2-4daa-82df-d9b5ba2a505e}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Infiltration, !- Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6ae2b2b8-720b-4eaf-8895-80b1f0753cad}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Default Schedule Set Name
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Group Rendering Name
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Handle
+ Rendering Color 29, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {40216c47-a5be-4b81-9ebe-654734752677}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights, !- Name
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Lights Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {281a8e29-5aab-4167-83d6-3d9fe2313cd8}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People, !- Name
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- People Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b9453158-d790-4fab-b5ae-0e40fc0505ce}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Infiltration, !- Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {eddb3a2b-a77b-4511-9cb5-b14f74a42d15}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment, !- Name
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Electric Equipment Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c78a447-312c-4c28-b3aa-6da71f9cf8d3}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Default Schedule Set Name
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Group Rendering Name
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Handle
+ Rendering Color 30, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {b303525b-5f5d-4c4d-b9b8-65dd3f84b284}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights, !- Name
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Lights Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {03f6b94b-31fa-4bf8-8d80-15daaf19f543}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People, !- Name
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- People Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {78e4e1af-4f99-4e7e-a352-e31956fd36bf}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Infiltration, !- Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2b65f72d-8ebb-4261-9f95-737986f7c212}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment, !- Name
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Electric Equipment Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2829a6a3-d557-49c2-883a-6f3c5888d3dc}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Default Schedule Set Name
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Group Rendering Name
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Handle
+ Rendering Color 31, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3f8dcdaf-a8d7-44f4-9031-8174616a0a98}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights, !- Name
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Lights Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {3c49975f-c212-45d2-acc5-def109da8abd}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People, !- Name
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- People Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {df024ec1-be72-4029-a6ce-a7a769ef9e4d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Infiltration, !- Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d39e66d5-58ca-4811-aff8-b5c8352cd6ce}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment, !- Name
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Electric Equipment Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {125be356-b9df-4681-bbaa-d4c8cacde878}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Default Schedule Set Name
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Group Rendering Name
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Handle
+ Rendering Color 32, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {ee01b7ab-7d60-4088-8e4b-98136df7f22f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights, !- Name
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Lights Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {adf7594e-c7bc-44e3-8611-369b76c12e69}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People, !- Name
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- People Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {181313d1-1146-4ec1-a3a2-fbbeceebc667}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Infiltration, !- Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b623d4f8-3118-49ac-bc0d-3c98d880b97c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment, !- Name
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Electric Equipment Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7d3d60df-38bd-402a-8cc6-cb780862d808}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:DefaultConstructionSet,
+ {4526526b-2bc4-45b3-b597-da3d92ad09a1}, !- Handle
+ 189.1-2009 - CZ1 - Office, !- Name
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Default Exterior Surface Constructions Name
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Default Interior Surface Constructions Name
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Default Ground Contact Surface Constructions Name
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Default Exterior SubSurface Constructions Name
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Handle
+ Default Surface Constructions 1, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Wall Construction Name
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Handle
+ ExtSlabCarpet 4in ClimateZone 1-8, !- Name
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Surface Rendering Name
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Layer 1
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {be48e1b7-5a23-4b52-b581-d47874f332d0}, !- Handle
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Construction Name
+ ExteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Handle
+ MAT-CC05 4 HW CONCRETE, !- Name
+ Rough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 1.311, !- Conductivity {W/m-K}
+ 2240, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.85, !- Solar Absorptance
+ 0.85; !- Visible Absorptance
+
+OS:Material:NoMass,
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}, !- Handle
+ CP02 CARPET PAD, !- Name
+ Smooth, !- Roughness
+ 0.1, !- Thermal Resistance {m2-K/W}
+ 0.9, !- Thermal Absorptance
+ 0.8, !- Solar Absorptance
+ 0.8; !- Visible Absorptance
+
+OS:Construction,
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 1, !- Name
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {c35bdbe1-9364-40c4-a088-3593de04f1fd}, !- Handle
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Handle
+ 1IN Stucco, !- Name
+ Smooth, !- Roughness
+ 0.0253, !- Thickness {m}
+ 0.691799999999999, !- Conductivity {W/m-K}
+ 1858, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.92, !- Solar Absorptance
+ 0.92; !- Visible Absorptance
+
+OS:Material,
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Handle
+ 8IN Concrete HW, !- Name
+ MediumRough, !- Roughness
+ 0.2033, !- Thickness {m}
+ 1.72959999999999, !- Conductivity {W/m-K}
+ 2242.99999999999, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.65, !- Solar Absorptance
+ 0.65; !- Visible Absorptance
+
+OS:Material,
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Handle
+ Wall Insulation [31], !- Name
+ MediumRough, !- Roughness
+ 0.0337000000000001, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Material,
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}, !- Handle
+ 1/2IN Gypsum, !- Name
+ Smooth, !- Roughness
+ 0.0127, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 784.9, !- Density {kg/m3}
+ 830.000000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Construction,
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 1, !- Name
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {8077a8bc-469c-4708-9d1e-1a587be91ef0}, !- Handle
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Handle
+ Roof Membrane, !- Name
+ VeryRough, !- Roughness
+ 0.0095, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 1121.29, !- Density {kg/m3}
+ 1460, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Handle
+ Roof Insulation [18], !- Name
+ MediumRough, !- Roughness
+ 0.1693, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}, !- Handle
+ Metal Decking, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Handle
+ Default Surface Constructions 2, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Handle
+ Interior Floor, !- Name
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Surface Rendering Name
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {663cbab6-e62e-4117-aefb-5a2c9b9cd1b3}, !- Handle
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Construction Name
+ InteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Handle
+ F16 Acoustic tile, !- Name
+ MediumSmooth, !- Roughness
+ 0.0191, !- Thickness {m}
+ 0.06, !- Conductivity {W/m-K}
+ 368, !- Density {kg/m3}
+ 590.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.3, !- Solar Absorptance
+ 0.3; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Handle
+ F05 Ceiling air space resistance, !- Name
+ 0.18; !- Thermal Resistance {m2-K/W}
+
+OS:Material,
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Handle
+ M11 100mm lightweight concrete, !- Name
+ MediumRough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 0.53, !- Conductivity {W/m-K}
+ 1280, !- Density {kg/m3}
+ 840.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Handle
+ Interior Wall, !- Name
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Surface Rendering Name
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Layer 1
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Layer 2
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {bf9c6bdf-1d79-4160-843a-67a65bd63099}, !- Handle
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Construction Name
+ InteriorWall, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Handle
+ G01a 19mm gypsum board, !- Name
+ MediumSmooth, !- Roughness
+ 0.019, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 800, !- Density {kg/m3}
+ 1090, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Handle
+ F04 Wall air space resistance, !- Name
+ 0.15; !- Thermal Resistance {m2-K/W}
+
+OS:Construction,
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Handle
+ Interior Ceiling, !- Name
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Surface Rendering Name
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {ebe3b12b-5ab0-4ea3-a460-6d15ad1d838c}, !- Handle
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Construction Name
+ InteriorCeiling, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultSurfaceConstructions,
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Handle
+ Default Surface Constructions 3, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Handle
+ Default Sub Surface Constructions 1, !- Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Fixed Window Construction Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 1, !- Name
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Surface Rendering Name
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {2f79b030-385e-4a8e-9611-a6086da78f3b}, !- Handle
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}, !- Handle
+ Theoretical Glass [167], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2374, !- Solar Transmittance at Normal Incidence
+ 0.7126, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.985, !- Front Side Infrared Hemispherical Emissivity
+ 0.985, !- Back Side Infrared Hemispherical Emissivity
+ 2.1073, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:Construction,
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Handle
+ Exterior Door, !- Name
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Surface Rendering Name
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Layer 1
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {8360869b-2b70-474f-bade-2c09b27cfba6}, !- Handle
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Construction Name
+ ExteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Handle
+ F08 Metal surface, !- Name
+ Smooth, !- Roughness
+ 0.0008, !- Thickness {m}
+ 45.2800000000001, !- Conductivity {W/m-K}
+ 7823.99999999999, !- Density {kg/m3}
+ 500, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}, !- Handle
+ I01 25mm insulation board, !- Name
+ MediumRough, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.03, !- Conductivity {W/m-K}
+ 43, !- Density {kg/m3}
+ 1210, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Construction,
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Handle
+ Interior Window, !- Name
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Surface Rendering Name
+ {572356bb-0c24-49d0-b480-38deaae93b50}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4fba2562-eb53-42df-a812-1a96a11e00db}, !- Handle
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Construction Name
+ InteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {572356bb-0c24-49d0-b480-38deaae93b50}, !- Handle
+ Clear 3mm, !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.837, !- Solar Transmittance at Normal Incidence
+ 0.075, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.898, !- Visible Transmittance at Normal Incidence
+ 0.081, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.84, !- Front Side Infrared Hemispherical Emissivity
+ 0.84, !- Back Side Infrared Hemispherical Emissivity
+ 0.9, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Handle
+ Default Sub Surface Constructions 2, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Handle
+ Interior Door, !- Name
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4762d527-aeec-484d-9813-4b846d1e2743}, !- Handle
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Construction Name
+ InteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}, !- Handle
+ G05 25mm wood, !- Name
+ MediumSmooth, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.15, !- Conductivity {W/m-K}
+ 608, !- Density {kg/m3}
+ 1630, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Handle
+ Interior Partition, !- Name
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {bbf8ba28-8bef-42c1-b5d6-7469584234ea}, !- Handle
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Construction Name
+ InteriorPartition, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultConstructionSet,
+ {687d05db-8053-4a94-b114-53e0716a9896}, !- Handle
+ 189.1-2009 - CZ2 - Office, !- Name
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Default Exterior Surface Constructions Name
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Default Interior Surface Constructions Name
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Default Ground Contact Surface Constructions Name
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Default Exterior SubSurface Constructions Name
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Handle
+ Default Surface Constructions 4, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 2, !- Name
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {85ebc66f-75e7-41c3-b466-fe2b2df44e89}, !- Handle
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Handle
+ Wall Insulation [35], !- Name
+ MediumRough, !- Roughness
+ 0.0452, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 2-5, !- Name
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {27c0d4ca-5cef-498b-bf78-a2e0e38f4e08}, !- Handle
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Handle
+ Roof Insulation [21], !- Name
+ MediumRough, !- Roughness
+ 0.2105, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Handle
+ Default Surface Constructions 5, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Handle
+ Default Surface Constructions 6, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Handle
+ Default Sub Surface Constructions 3, !- Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Fixed Window Construction Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 2, !- Name
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Surface Rendering Name
+ {0df6dfac-0759-43e9-8314-9539c41eefda}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {56d08b42-76df-4617-82fc-10413928e30e}, !- Handle
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {0df6dfac-0759-43e9-8314-9539c41eefda}, !- Handle
+ Theoretical Glass [197], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2349, !- Solar Transmittance at Normal Incidence
+ 0.7151, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0415, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Handle
+ Default Sub Surface Constructions 4, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {3506f604-9b28-4c01-8fc6-87fabe876a1b}, !- Handle
+ 189.1-2009 - CZ3 - Office, !- Name
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Default Exterior Surface Constructions Name
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Default Interior Surface Constructions Name
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Default Ground Contact Surface Constructions Name
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Default Exterior SubSurface Constructions Name
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Handle
+ Default Surface Constructions 7, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 3, !- Name
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {467ca491-6c1d-4847-a1dd-a5fe4331f049}, !- Handle
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Handle
+ Wall Insulation [36], !- Name
+ MediumRough, !- Roughness
+ 0.0565999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Handle
+ Default Surface Constructions 8, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Handle
+ Default Surface Constructions 9, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Handle
+ Default Sub Surface Constructions 5, !- Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Fixed Window Construction Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Name
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Surface Rendering Name
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {61f36c91-69cb-4354-9f7e-cfa1cb96b197}, !- Handle
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}, !- Handle
+ Theoretical Glass [202], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2325, !- Solar Transmittance at Normal Incidence
+ 0.7175, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.3192, !- Visible Transmittance at Normal Incidence
+ 0.6308, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0192, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Handle
+ Default Sub Surface Constructions 6, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {b7cdc63e-a919-41dd-86e1-dece88dfdb28}, !- Handle
+ 189.1-2009 - CZ4 - Office, !- Name
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Default Exterior Surface Constructions Name
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Default Interior Surface Constructions Name
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Default Ground Contact Surface Constructions Name
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Default Exterior SubSurface Constructions Name
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Handle
+ Default Surface Constructions 10, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 4, !- Name
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {3f492503-4801-4755-8e33-6b43c94c88c0}, !- Handle
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Handle
+ Wall Insulation [37], !- Name
+ MediumRough, !- Roughness
+ 0.0680999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Handle
+ Default Surface Constructions 11, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Handle
+ Default Surface Constructions 12, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Handle
+ Default Sub Surface Constructions 7, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 4-5, !- Name
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Surface Rendering Name
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {d55825e5-87d9-473f-9fe3-b54e798b73b2}, !- Handle
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}, !- Handle
+ Theoretical Glass [207], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3311, !- Solar Transmittance at Normal Incidence
+ 0.6189, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.44, !- Visible Transmittance at Normal Incidence
+ 0.51, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Handle
+ Default Sub Surface Constructions 8, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Handle
+ 189.1-2009 - CZ5 - Office, !- Name
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Default Exterior Surface Constructions Name
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Default Interior Surface Constructions Name
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Default Ground Contact Surface Constructions Name
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Default Exterior SubSurface Constructions Name
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Handle
+ Default Surface Constructions 13, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 5, !- Name
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {99c16b51-1376-4d0d-ae82-9abe62b5b9bc}, !- Handle
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Handle
+ Wall Insulation [40], !- Name
+ MediumRough, !- Roughness
+ 0.0793999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Handle
+ Default Surface Constructions 14, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Handle
+ Default Surface Constructions 15, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Handle
+ Default Sub Surface Constructions 9, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Handle
+ Default Sub Surface Constructions 10, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {7fbfa4b5-c598-498c-9e7e-cc1d23784e59}, !- Handle
+ 189.1-2009 - CZ6 - Office, !- Name
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Default Exterior Surface Constructions Name
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Default Interior Surface Constructions Name
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Default Ground Contact Surface Constructions Name
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Default Exterior SubSurface Constructions Name
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Handle
+ Default Surface Constructions 16, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Wall Construction Name
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 6, !- Name
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {7eeba261-f29b-4f29-92ab-43160d53769c}, !- Handle
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Handle
+ Wall Insulation [42], !- Name
+ MediumRough, !- Roughness
+ 0.0913999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 6, !- Name
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Surface Rendering Name
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Layer 1
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {76a41f7e-250b-4af4-9af6-365bb137bdae}, !- Handle
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ Metal; !- Standards Construction Type
+
+OS:Material,
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Handle
+ Metal Roofing, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Material,
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Handle
+ Roof Insulation [25], !- Name
+ MediumRough, !- Roughness
+ 0.263, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Handle
+ Default Surface Constructions 17, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Handle
+ Default Surface Constructions 18, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Handle
+ Default Sub Surface Constructions 11, !- Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Fixed Window Construction Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 6, !- Name
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Surface Rendering Name
+ {49faa92b-2c62-4fe3-87e7-99e278102799}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {f1ab38d8-53bd-46fb-87a1-ae1dd7cc8561}, !- Handle
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {49faa92b-2c62-4fe3-87e7-99e278102799}, !- Handle
+ Theoretical Glass [216], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3801, !- Solar Transmittance at Normal Incidence
+ 0.5699, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.5079, !- Visible Transmittance at Normal Incidence
+ 0.4421, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Handle
+ Default Sub Surface Constructions 12, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {1cff5d19-5572-4e19-88b4-346c54265f57}, !- Handle
+ 189.1-2009 - CZ7-8 - Office, !- Name
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Default Exterior Surface Constructions Name
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Default Interior Surface Constructions Name
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Default Ground Contact Surface Constructions Name
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Default Exterior SubSurface Constructions Name
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Handle
+ Default Surface Constructions 19, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Wall Construction Name
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 7-8, !- Name
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {d740a5ed-3362-4965-952b-69d154d88d11}, !- Handle
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Handle
+ Wall Insulation [44], !- Name
+ MediumRough, !- Roughness
+ 0.1104, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 7-8, !- Name
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {252369f7-3f86-46ff-a0c8-1399371eb759}, !- Handle
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Handle
+ Roof Insulation [26], !- Name
+ MediumRough, !- Roughness
+ 0.2941, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Handle
+ Default Surface Constructions 20, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Handle
+ Default Surface Constructions 21, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Handle
+ Default Sub Surface Constructions 13, !- Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Fixed Window Construction Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 7-8, !- Name
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Surface Rendering Name
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {20aa7704-c7fd-4a24-aa3b-7f69c9544b7c}, !- Handle
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}, !- Handle
+ Theoretical Glass [221], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.4296, !- Solar Transmittance at Normal Incidence
+ 0.5204, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.4503, !- Visible Transmittance at Normal Incidence
+ 0.4997, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0089, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Handle
+ Default Sub Surface Constructions 14, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Material:AirWall,
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}, !- Handle
+ Air Wall Material; !- Name
+
+OS:Construction,
+ {7a29ba3c-05e0-4ba6-a7bf-72746f63eedc}, !- Handle
+ Air Wall, !- Name
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Surface Rendering Name
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}; !- Layer 1
+
+OS:Facility,
+ {50a42c9a-3973-4de3-b7ee-0cd8b0200231}; !- Handle
+
+OS:Rendering:Color,
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Handle
+ Rendering Color 33, !- Name
+ 250, !- Rendering Red Value
+ 235, !- Rendering Green Value
+ 215; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Handle
+ Rendering Color 34, !- Name
+ 255, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 205; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Handle
+ Rendering Color 35, !- Name
+ 47, !- Rendering Red Value
+ 79, !- Rendering Green Value
+ 79; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Handle
+ Rendering Color 36, !- Name
+ 245, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 250; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Handle
+ Rendering Color 37, !- Name
+ 85, !- Rendering Red Value
+ 107, !- Rendering Green Value
+ 47; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Handle
+ Rendering Color 38, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Handle
+ Rendering Color 39, !- Name
+ 0, !- Rendering Red Value
+ 100, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Handle
+ Rendering Color 40, !- Name
+ 255, !- Rendering Red Value
+ 182, !- Rendering Green Value
+ 193; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Handle
+ Rendering Color 41, !- Name
+ 178, !- Rendering Red Value
+ 34, !- Rendering Green Value
+ 34; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Handle
+ Rendering Color 42, !- Name
+ 248, !- Rendering Red Value
+ 248, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Handle
+ Rendering Color 43, !- Name
+ 139, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Handle
+ Rendering Color 44, !- Name
+ 0, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Handle
+ Rendering Color 45, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Handle
+ Rendering Color 46, !- Name
+ 210, !- Rendering Red Value
+ 180, !- Rendering Green Value
+ 140; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Handle
+ Rendering Color 47, !- Name
+ 250, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 210; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Handle
+ Rendering Color 48, !- Name
+ 0, !- Rendering Red Value
+ 206, !- Rendering Green Value
+ 209; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Handle
+ Rendering Color 49, !- Name
+ 255, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 240; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Handle
+ Rendering Color 50, !- Name
+ 221, !- Rendering Red Value
+ 160, !- Rendering Green Value
+ 221; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Handle
+ Rendering Color 51, !- Name
+ 192, !- Rendering Red Value
+ 192, !- Rendering Green Value
+ 192; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Handle
+ Rendering Color 52, !- Name
+ 245, !- Rendering Red Value
+ 245, !- Rendering Green Value
+ 245; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Handle
+ Rendering Color 53, !- Name
+ 255, !- Rendering Red Value
+ 228, !- Rendering Green Value
+ 225; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Handle
+ Rendering Color 54, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 139; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Handle
+ Rendering Color 55, !- Name
+ 32, !- Rendering Red Value
+ 178, !- Rendering Green Value
+ 170; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Handle
+ Rendering Color 56, !- Name
+ 219, !- Rendering Red Value
+ 112, !- Rendering Green Value
+ 147; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Handle
+ Rendering Color 57, !- Name
+ 165, !- Rendering Red Value
+ 42, !- Rendering Green Value
+ 42; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Handle
+ Rendering Color 58, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:BuildingStory,
+ {50868583-cd6e-4b33-9980-93aced1f0725}, !- Handle
+ Building Story 1, !- Name
+ 0, !- Nominal Z Coordinate {m}
+ 3.048, !- Nominal Floor to Floor Height {m}
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ {3382e11a-163a-4157-8831-d7c6831e1559}; !- Group Rendering Name
+
+OS:Space,
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Handle
+ Space 101, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {34613696-6b52-44f1-a5ff-a36900647fd1}, !- Handle
+ Surface 1, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Handle
+ Surface 2, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Handle
+ Surface 3, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Handle
+ Surface 4, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Handle
+ Surface 5, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2ee589ef-ee4e-4ccf-82dc-5bd481b7f155}, !- Handle
+ Surface 6, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Handle
+ Space 102, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 0, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {19d18d73-c9ca-4549-a15e-3a457813fcf2}, !- Handle
+ Surface 7, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Handle
+ Surface 8, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Handle
+ Surface 9, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Handle
+ Surface 10, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Handle
+ Surface 11, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {7fab646c-6a8f-452d-8ba0-c4c385d0eb50}, !- Handle
+ Surface 12, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Handle
+ Space 103, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 6.096, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {74a5de71-ac42-4838-888e-c4db7769715a}, !- Handle
+ Surface 13, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Handle
+ Surface 14, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Handle
+ Surface 15, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Handle
+ Surface 16, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Handle
+ Surface 17, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {f7e843c5-68c1-43f0-9204-c49b0f3332a6}, !- Handle
+ Surface 18, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Handle
+ Space 104, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {81f77032-b16a-42d2-9517-02ae4c166df8}, !- Handle
+ Surface 19, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Handle
+ Surface 20, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Handle
+ Surface 21, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Handle
+ Surface 22, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Handle
+ Surface 23, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8d537633-3f6b-476a-b746-cea3a8736eed}, !- Handle
+ Surface 24, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Rendering:Color,
+ {3382e11a-163a-4157-8831-d7c6831e1559}, !- Handle
+ Rendering Color 59, !- Name
+ 186, !- Rendering Red Value
+ 85, !- Rendering Green Value
+ 211; !- Rendering Blue Value
+
+OS:SubSurface,
+ {c338f8b3-5a59-499c-98ca-df5a820387cd}, !- Handle
+ Sub Surface 1, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {dbcac169-5385-435a-ac98-e7891b7f2a0a}, !- Handle
+ Sub Surface 2, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {bf6c0bb6-20be-45a4-a12e-df2480492bc9}, !- Handle
+ Sub Surface 3, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -0.0254, 3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -0.0254, 3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ -3.0226, 3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ -3.0226, 3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {d4037884-9d56-4f6f-ac6d-65640af8fdc2}, !- Handle
+ Sub Surface 4, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e34c1857-0462-47ea-9da7-7fe1b23da808}, !- Handle
+ Sub Surface 5, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0.0254, -3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0.0254, -3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ 3.0226, -3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ 3.0226, -3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e7397205-f157-47fc-ad9a-a675aab3b3c7}, !- Handle
+ Sub Surface 6, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {f4f4b729-630c-44aa-b175-61ca8c5dbc18}, !- Handle
+ Sub Surface 7, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ -0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ -0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {3c09fbeb-0873-4676-861c-11a90d465e89}, !- Handle
+ Sub Surface 8, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:Site,
+ {e923bd3f-b042-4911-a936-d37cf26af839}, !- Handle
+ Site 1, !- Name
+ , !- Latitude {deg}
+ , !- Longitude {deg}
+ , !- Time Zone {hr}
+ , !- Elevation {m}
+ ; !- Terrain
+
+OS:YearDescription,
+ {b216c53e-5b6b-4973-8442-5822dbdeacee}; !- Handle
+
+OS:ClimateZones,
+ {221ea9ed-6eb8-4a9e-8e5a-9f17ea245a5b}, !- Handle
+ , !- Active Institution
+ , !- Active Year
+ ASHRAE, !- Climate Zone Institution Name 1
+ ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
+ 2006, !- Climate Zone Document Year 1
+ , !- Climate Zone Value 1
+ CEC, !- Climate Zone Institution Name 2
+ California Climate Zone Descriptions, !- Climate Zone Document Name 2
+ 1995, !- Climate Zone Document Year 2
+ ; !- Climate Zone Value 2
+
+OS:SimulationControl,
+ {d7639ae2-d32d-4ec9-8805-d736b33d8ed7}; !- Handle
+
+OS:Sizing:Parameters,
+ {3e229137-ae9f-4efa-8ea3-4acd5b93cbd8}, !- Handle
+ 1.25, !- Heating Sizing Factor
+ 1.15; !- Cooling Sizing Factor
+
+OS:Timestep,
+ {92bdf5f7-18f8-48b3-8bdf-5b839c3592c3}, !- Handle
+ 6; !- Number of Timesteps per Hour
+
+OS:ShadowCalculation,
+ {ec138f8c-4f93-4204-88a2-991a62608f6a}, !- Handle
+ 20, !- Calculation Frequency
+ 15000; !- Maximum Figures in Shadow Overlap Calculations
+
+OS:HeatBalanceAlgorithm,
+ {f9a03de5-79c9-409d-a764-bd2a8d39b93c}, !- Handle
+ ConductionTransferFunction, !- Algorithm
+ 200; !- Surface Temperature Upper Limit {C}
+
+OS:RunPeriod,
+ {1e31b0fa-d387-4896-8e7e-30f2368f9e58}, !- Handle
+ Run Period 1, !- Name
+ 1, !- Begin Month
+ 1, !- Begin Day of Month
+ 12, !- End Month
+ 31, !- End Day of Month
+ , !- Use Weather File Holidays and Special Days
+ , !- Use Weather File Daylight Saving Period
+ , !- Apply Weekend Holiday Rule
+ , !- Use Weather File Rain Indicators
+ , !- Use Weather File Snow Indicators
+ ; !- Number of Times Runperiod to be Repeated
+
+OS:LifeCycleCost:Parameters,
+ {a836c392-6031-4709-b70f-0f9efa66e717}, !- Handle
+ , !- Analysis Type
+ , !- Discounting Convention
+ , !- Inflation Approach
+ , !- Real Discount Rate
+ , !- Nominal Discount Rate
+ , !- Inflation
+ , !- Base Date Month
+ , !- Base Date Year
+ , !- Service Date Month
+ , !- Service Date Year
+ ; !- Length of Study Period in Years
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/LICENSE.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/LICENSE.md
new file mode 100644
index 000000000..d6a0c69d3
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/LICENSE.md
@@ -0,0 +1 @@
+Insert your license here
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md
new file mode 100644
index 000000000..17458d5ae
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md
@@ -0,0 +1,26 @@
+
+
+###### (Automatically generated documentation)
+
+#
+
+## Description
+
+
+## Modeler Description
+
+
+## Measure Type
+ModelMeasure
+
+## Taxonomy
+
+
+## Arguments
+
+
+
+
+This measure does not have any user arguments
+
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md.erb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md.erb
new file mode 100644
index 000000000..4deb9ae5f
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/README.md.erb
@@ -0,0 +1,42 @@
+<%#= README.md.erb is used to auto-generate README.md. %>
+<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
+###### (Automatically generated documentation)
+
+# <%= name %>
+
+## Description
+<%= description %>
+
+## Modeler Description
+<%= modelerDescription %>
+
+## Measure Type
+<%= measureType %>
+
+## Taxonomy
+<%= taxonomy %>
+
+## Arguments
+
+<% arguments.each do |argument| %>
+### <%= argument[:display_name] %>
+<%= argument[:description] %>
+**Name:** <%= argument[:name] %>,
+**Type:** <%= argument[:type] %>,
+**Units:** <%= argument[:units] %>,
+**Required:** <%= argument[:required] %>,
+**Model Dependent:** <%= argument[:model_dependent] %>
+<% end %>
+
+<% if arguments.size == 0 %>
+<%= "This measure does not have any user arguments" %>
+<% end %>
+
+<% if outputs.size > 0 %>
+## Outputs
+<% output_names = [] %>
+<% outputs.each do |output| %>
+<% output_names << output[:display_name] %>
+<% end %>
+<%= output_names.join(", ") %>
+<% end %>
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md
new file mode 100644
index 000000000..d6a0c69d3
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/LICENSE.md
@@ -0,0 +1 @@
+Insert your license here
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md
new file mode 100644
index 000000000..95418aa52
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md
@@ -0,0 +1,40 @@
+
+
+###### (Automatically generated documentation)
+
+# AdjustmentOfCoolingSetpointsHourlydByDegreesC
+
+## Description
+Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin.
+
+## Modeler Description
+Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input
+
+## Measure Type
+ModelMeasure
+
+## Taxonomy
+
+
+## Arguments
+
+
+### Cooling Setpoint
+Cooling Temperature Setpoint in Degrees Celsius
+**Name:** cooling_setpoint_adjustment,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Hour of the Day
+Hour of the Day for Specified Cooling Setpoint
+**Name:** hour_of_the_day,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+
+
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb
new file mode 100644
index 000000000..4deb9ae5f
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/README.md.erb
@@ -0,0 +1,42 @@
+<%#= README.md.erb is used to auto-generate README.md. %>
+<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
+###### (Automatically generated documentation)
+
+# <%= name %>
+
+## Description
+<%= description %>
+
+## Modeler Description
+<%= modelerDescription %>
+
+## Measure Type
+<%= measureType %>
+
+## Taxonomy
+<%= taxonomy %>
+
+## Arguments
+
+<% arguments.each do |argument| %>
+### <%= argument[:display_name] %>
+<%= argument[:description] %>
+**Name:** <%= argument[:name] %>,
+**Type:** <%= argument[:type] %>,
+**Units:** <%= argument[:units] %>,
+**Required:** <%= argument[:required] %>,
+**Model Dependent:** <%= argument[:model_dependent] %>
+<% end %>
+
+<% if arguments.size == 0 %>
+<%= "This measure does not have any user arguments" %>
+<% end %>
+
+<% if outputs.size > 0 %>
+## Outputs
+<% output_names = [] %>
+<% outputs.each do |output| %>
+<% output_names << output[:display_name] %>
+<% end %>
+<%= output_names.join(", ") %>
+<% end %>
\ No newline at end of file
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb
new file mode 100644
index 000000000..aa0d926b3
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.rb
@@ -0,0 +1,228 @@
+# insert your copyright here
+
+# see the URL below for information on how to write OpenStudio measures
+# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
+
+# start the measure
+class AdjustmentOfCoolingSetpointsHourlydByDegreesC < OpenStudio::Measure::ModelMeasure
+ # human readable name
+ def name
+ return "AdjustmentOfCoolingSetpointsHourlydByDegreesC"
+ end
+ # human readable description
+ def description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin."
+ end
+ # human readable description of modeling approach
+ def modeler_description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input"
+ end
+ # define the arguments that the user will input
+ def arguments(model)
+ args = OpenStudio::Measure::OSArgumentVector.new
+
+ # cooling setpoint to be applied for selected hour
+ cooling_setpoint_adjustment = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('cooling_setpoint_adjustment', true)
+ cooling_setpoint_adjustment.setDisplayName('Cooling Setpoint')
+ cooling_setpoint_adjustment.setDescription('Cooling Temperature Setpoint in Degrees Celsius')
+ args << cooling_setpoint_adjustment
+
+ # hour of the day for cooling setpoint value
+ hour_of_the_day = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('hour_of_the_day', true)
+ hour_of_the_day.setDisplayName('Hour of the Day')
+ hour_of_the_day.setDescription('Hour of the Day for Specified Cooling Setpoint')
+ args << hour_of_the_day
+
+ return args
+ end
+
+ # define what happens when the measure is run
+ def run(model, runner, user_arguments)
+ super(model, runner, user_arguments)
+
+ # use the built-in error checking
+ if !runner.validateUserArguments(arguments(model), user_arguments)
+ return false
+ end
+
+ # assign the user inputs to variables
+ cooling_setpoint_adjustment = runner.getDoubleArgumentValue('cooling_setpoint_adjustment',user_arguments)
+
+ #input test
+ if cooling_setpoint_adjustment < 0
+ runner.registerWarning('This will increase the electricity use')
+
+ end
+
+ hour_of_the_day = runner.getDoubleArgumentValue('hour_of_the_day',user_arguments)
+
+ #input test
+ if hour_of_the_day < 1
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is less than 1')
+ return false
+ elsif hour_of_the_day.abs > 24
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is greater than 24')
+ return false
+ end
+
+ starting_hour = hour_of_the_day - 1
+ ending_hour = hour_of_the_day
+
+ puts "*************************************************"
+ puts "Starting Hour = #{starting_hour}"
+ puts "Ending Hour = #{}"
+ puts "*************************************************"
+
+ #push schedules to hash to avoid making unnecessary duplicates
+ clg_set_schs = {}
+
+
+ #get thermostats and setpoint schedules
+ thermostats = model.getThermostatSetpointDualSetpoints
+ thermostats.each do |thermostat|
+ #setup new cooling setpoint schedule
+ clg_set_sch = thermostat.coolingSetpointTemperatureSchedule
+ if not clg_set_sch.empty?
+ # clone of not alredy in hash
+ if clg_set_schs.has_key?(clg_set_sch.get.name.to_s)
+ clg_set_sch = clg_set_schs[clg_set_sch.get.name.to_s]
+ else
+ clg_set_sch = clg_set_sch.get
+ #add to the hash
+ clg_set_schs[clg_set_sch.name.to_s] = clg_set_sch
+ end
+ else
+ runner.registerWarning("Thermostat '#{thermostat.name.to_s}' doesn't have a cooling setpoint schedule")
+ end #end if not clg_set_sch.empty?
+ end #end thermostats.each do
+
+ #consider issuing a warning if the model has un-conditioned thermal zones (no ideal air loads or hvac)
+ zones = model.getThermalZones
+ zones.each do |zone|
+ # if you have a thermostat but don't have ideal air loads or zone equipment then issue a warning
+ if not zone.thermostatSetpointDualSetpoint.empty? and not zone.useIdealAirLoads and not zone.equipment.size > 0
+ runner.registerWarning("Thermal zone '#{zone.name.to_s}' has a thermostat but does not appear to be conditioned.")
+ end
+ end
+
+ # make cooling schedule adjustments and rename. Put in check to skip and warn if schedule not ruleset
+ clg_set_schs.each do |k,v| #old name and new object for schedule
+ if not v.to_ScheduleRuleset.empty?
+
+ #array to store profiles in
+ profiles = []
+ schedule = v.to_ScheduleRuleset.get
+ runner.registerInfo("Modifiying ScheduleRuleset #{schedule.name.to_s}")
+ puts ""
+ puts "Modifiying ScheduleRuleset #{schedule.name.to_s}"
+
+ #push default profiles to array
+ default_rule = schedule.defaultDaySchedule
+ profiles << default_rule
+
+ #push profiles to array
+ rules = schedule.scheduleRules
+ rules.each do |rule|
+ day_sch = rule.daySchedule
+ profiles << day_sch
+ end
+
+ # #add design days to array
+ # if alter_design_days == true
+ # summer_design = schedule.summerDesignDaySchedule
+ # winter_design = schedule.winterDesignDaySchedule
+ # profiles << summer_design
+ # #profiles << winter_design
+ # end
+
+ profiles.each do |sch_day|
+ runner.registerInfo(" Modifiying ScheduleDay #{sch_day.name.to_s}")
+ puts ""
+ puts " Modifiying ScheduleDay #{sch_day.name.to_s}"
+
+ day_time_vector = sch_day.times
+ day_value_vector = sch_day.values
+ # puts day_time_vector
+ # puts day_value_vector
+ sch_day.clearValues
+
+ starting_hour_included = false
+ ending_hour_included = false
+
+ # determine if/where new data pairs need to be inserted
+ for i in 0..(day_time_vector.size - 1)
+ # get day time compenents
+ # day_time_day = day_time_vector[i].days
+ # runner.registerInfo("Date_time_day = #{day_time_day} for #{}")
+ # unless day_time_day == 0
+ # runner.registerError("Not expecting non-zero days value in schedule day #{sch_day.name}")
+ # return false
+ #end
+
+ day_time_day = day_time_vector[i].days
+ day_time_hour = day_time_vector[i].hours
+ day_time_min = day_time_vector[i].minutes
+ day_time_sec = day_time_vector[i].seconds
+ day_time = day_time_day*24.0 + day_time_hour.to_f + day_time_min.to_f/60.0 + day_time_sec.to_f/3600.0
+ puts ""
+ puts " Checking data pair: Time = #{day_time.round(2)}; Value = #{day_value_vector[i]}"
+
+ # add/edit data pairs as necessary
+ if day_time <= starting_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Starting hour (#{starting_hour})"
+ # pass data pair back in as is
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ if day_time == starting_hour
+ starting_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Starting hour (#{starting_hour})"
+ unless starting_hour_included
+ # add new data pair for starting hour
+ # setpoint value should be whatever next baseline setpoint value is
+ puts " Adding a Starting Hour data pair: Time = #{starting_hour}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(OpenStudio::Time.new(0,starting_hour.to_i,0,0), day_value_vector[i])
+ starting_hour_included = true
+ end
+ # determine if before or after ending hour
+ if day_time <= ending_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Ending hour (#{ending_hour})"
+ puts " Adding data pair with specified Cooling Setpoint: Time = #{day_time_vector[i]}; Value = #{cooling_setpoint_adjustment}"
+ # swap in setpoint value argument
+ sch_day.addValue(day_time_vector[i], day_value_vector[i]+cooling_setpoint_adjustment)
+ if day_time == ending_hour
+ ending_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Ending hour (#{ending_hour})"
+ unless ending_hour_included
+ # add new data pair for ending hour
+ # setpoint value should be the setpoint value argument
+ puts " Adding an Ending Hour data pair with specified Cooling Setpoint: Time = #{ending_hour}; Value = #{cooling_setpoint_adjustment}"
+ # check for 24th hour case
+ unless ending_hour.to_f == 24
+ sch_day.addValue(OpenStudio::Time.new(0,ending_hour.to_i,0,0), day_value_vector[i]+cooling_setpoint_adjustment)
+ else
+ sch_day.addValue(OpenStudio::Time.new(1,0,0,0), day_value_vector[i]+cooling_setpoint_adjustment)
+ end
+ ending_hour_included = true
+ end
+ # pass data pair back in as is
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ end
+ end
+ end
+ end #end of profiles.each do
+ else
+ runner.registerWarning("Schedule '#{k}' isn't a ScheduleRuleset object and won't be altered by this measure.")
+ v.remove #remove un-used clone
+ end
+ end #end clg_set_schs.each do
+ return true
+ end
+end
+
+# register the measure to be used by the application
+AdjustmentOfCoolingSetpointsHourlydByDegreesC.new.registerWithApplication
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml
new file mode 100644
index 000000000..1adf7bfc1
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/measure.xml
@@ -0,0 +1,111 @@
+
+
+ 3.0
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c
+ b29bc61b-fe7b-40da-8dc1-92d556c657af
+ 4196fffe-3980-4a8f-917f-7194556d1977
+ 20201222T023607Z
+ 68048E3B
+ AdjustmentOfCoolingSetpointsHourlydByDegreesC
+ AdjustmentOfCoolingSetpointsHourlydByDegreesC
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin.
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input
+
+
+ cooling_setpoint_adjustment
+ Cooling Setpoint
+ Cooling Temperature Setpoint in Degrees Celsius
+ Double
+ true
+ false
+
+
+ hour_of_the_day
+ Hour of the Day
+ Hour of the Day for Specified Cooling Setpoint
+ Double
+ true
+ false
+
+
+
+
+
+ HVAC.HVAC Controls
+
+
+
+ Intended Software Tool
+ Apply Measure Now
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+ Measure Type
+ ModelMeasure
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+
+
+ LICENSE.md
+ md
+ license
+ CD7F5672
+
+
+ README.md.erb
+ erb
+ readmeerb
+ 703C9964
+
+
+ example_model.osm
+ osm
+ test
+ 53D14E69
+
+
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
+ rb
+ test
+ 72D4C1CC
+
+
+
+ OpenStudio
+ 2.8.0
+ 2.8.0
+
+ measure.rb
+ rb
+ script
+ 751163A0
+
+
+ README.md
+ md
+ readme
+ ED49F8E1
+
+
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
new file mode 100644
index 000000000..37372b8d1
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_test.rb
@@ -0,0 +1,124 @@
+# insert your copyright here
+
+require 'openstudio'
+require 'openstudio/measure/ShowRunnerOutput'
+require 'minitest/autorun'
+require_relative '../measure.rb'
+require 'fileutils'
+
+class AdjustmentOfCoolingSetpointsHourlydByDegreesCTest < Minitest::Test
+ # def setup
+ # end
+
+ # def teardown
+ # end
+
+ def test_number_of_arguments_and_argument_names
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments and test that they are what we are expecting
+ arguments = measure.arguments(model)
+ assert_equal(1, arguments.size)
+ assert_equal('space_name', arguments[0].name)
+ end
+
+ def test_bad_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values
+ args_hash = {}
+ args_hash['space_name'] = ''
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Fail', result.value.valueName)
+ end
+
+ def test_good_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # load the test model
+ translator = OpenStudio::OSVersion::VersionTranslator.new
+ path = "#{File.dirname(__FILE__)}/example_model.osm"
+ model = translator.loadModel(path)
+ assert(!model.empty?)
+ model = model.get
+
+ # store the number of spaces in the seed model
+ num_spaces_seed = model.getSpaces.size
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values.
+ # If the argument has a default that you want to use, you don't need it in the hash
+ args_hash = {}
+ args_hash['space_name'] = 'New Space'
+ # using defaults values from measure.rb for other arguments
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Success', result.value.valueName)
+ assert(result.info.size == 1)
+ assert(result.warnings.empty?)
+
+ # check that there is now 1 space
+ assert_equal(1, model.getSpaces.size - num_spaces_seed)
+
+ # save the model to test output directory
+ output_file_path = "#{File.dirname(__FILE__)}//output/test_output.osm"
+ model.save(output_file_path, true)
+ end
+end
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm
new file mode 100644
index 000000000..0bd6b18d6
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c/tests/example_model.osm
@@ -0,0 +1,8077 @@
+
+OS:Version,
+ {f19c731b-418b-4769-bbe8-2634b34ddb76}, !- Handle
+ 1.13.0; !- Version Identifier
+
+OS:SpaceType,
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Default Schedule Set Name
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Group Rendering Name
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Handle
+ Rendering Color 1, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8d653251-85b6-4f77-81d6-0d1ce4ea7ee7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights, !- Name
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Lights Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Handle
+ Office Bldg Light, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Default Day Schedule Name
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Summer Design Day Schedule Name
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Handle
+ Fraction, ! Name
+ 0, ! Lower Limit Value
+ 1, ! Upper Limit Value
+ CONTINUOUS; ! Numeric Type
+
+OS:Schedule:Day,
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Handle
+ Office Bldg Light Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Handle
+ Office Bldg Light Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}, ! Handle
+ Office Bldg Light Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {101bb6fc-d0fc-4dd5-b953-30be7362193e}, ! Handle
+ Office Bldg Light Rule 1, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Handle
+ Office Bldg Light Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e5799452-8d36-4739-a94b-184f22c15de0}, ! Handle
+ Office Bldg Light Rule 2, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Handle
+ Office Bldg Light Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {33239cd1-ad9a-4eea-84a8-7128e0617789}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People, !- Name
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- People Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Handle
+ Office Misc Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Default Day Schedule Name
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Summer Design Day Schedule Name
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Handle
+ Office Bldg Occ Default Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 20, !- Hour 4
+ 0, !- Minute 4
+ 0.400000005960464, !- Value Until Time 4
+ 22, !- Hour 5
+ 0, !- Minute 5
+ 0.100000001490116, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.0500000007450581; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Handle
+ Office Bldg Occ Summer Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}, ! Handle
+ Office Bldg Occ Winter Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {3ca2483c-714c-4d0d-8b7c-5f4a9c2b67c5}, ! Handle
+ Office Misc Occ Rule 1, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {05c99778-2bec-4bcf-b23a-afcb3628f061}, ! Handle
+ Office Misc Occ Rule 2, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.25, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, ! Handle
+ Office Activity, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Default Day Schedule Name
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Summer Design Day Schedule Name
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, !- Handle
+ ActivityLevel, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Handle
+ Office Activity Default Schedule, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Handle
+ Office Activity Summer Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}, ! Handle
+ Office Activity Winter Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d11f3814-047f-4553-8741-be6dbd4a756d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Infiltration, !- Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Handle
+ Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Default Day Schedule Name
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Summer Design Day Schedule Name
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Handle
+ Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Handle
+ Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}, ! Handle
+ Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {4574f359-1b04-4a98-ab13-df5e80f66af0}, ! Handle
+ Office Infil Quarter On Rule 1, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Handle
+ Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {dffe30c1-3c56-49c5-a8f7-647f7d37a109}, ! Handle
+ Office Infil Quarter On Rule 2, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Handle
+ Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {077ed202-9856-487a-81f9-2b33f6ef021d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment, !- Name
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Electric Equipment Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Handle
+ Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Default Day Schedule Name
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Summer Design Day Schedule Name
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Handle
+ Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Handle
+ Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}, ! Handle
+ Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bce5d209-6925-4d7c-8dc5-3f357b764d6c}, ! Handle
+ Office Bldg Equip Rule 1, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Handle
+ Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1949d113-007e-43de-9be2-ba191485735a}, ! Handle
+ Office Bldg Equip Rule 2, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Handle
+ Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {57716514-0d5c-4f76-8108-73a8ef55c74a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Handle
+ Medium Office HtgSetp, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Default Day Schedule Name
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Summer Design Day Schedule Name
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, !- Handle
+ Temperature 36, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Handle
+ Medium Office HtgSetp Default Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Handle
+ Medium Office HtgSetp Summer Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}, ! Handle
+ Medium Office HtgSetp Winter Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {868baa5f-da01-445a-994f-6c6787547ea5}, ! Handle
+ Medium Office HtgSetp Rule 1, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Handle
+ Medium Office HtgSetp Rule 1 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0641d0ff-4231-421a-9389-7b82524a19ba}, ! Handle
+ Medium Office HtgSetp Rule 2, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Handle
+ Medium Office HtgSetp Rule 2 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Handle
+ Medium Office ClgSetp, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Default Day Schedule Name
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Summer Design Day Schedule Name
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, !- Handle
+ Temperature 37, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Handle
+ Medium Office ClgSetp Default Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Handle
+ Medium Office ClgSetp Summer Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}, ! Handle
+ Medium Office ClgSetp Winter Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {68812eb9-619d-47e2-bd4b-4e3b8987011c}, ! Handle
+ Medium Office ClgSetp Rule 1, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Handle
+ Medium Office ClgSetp Rule 1 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0b596ac5-df32-47fa-8cdd-b434dd223a94}, ! Handle
+ Medium Office ClgSetp Rule 2, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Handle
+ Medium Office ClgSetp Rule 2 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Default Schedule Set Name
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Group Rendering Name
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Handle
+ Rendering Color 2, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f1628569-1691-49f0-9348-f92fa25bb1b6}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights, !- Name
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Lights Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5c410b4a-537a-47b7-b730-dc303931c19c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People, !- Name
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- People Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Handle
+ Office Work Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Default Day Schedule Name
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Summer Design Day Schedule Name
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Handle
+ Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.850000023841858, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.850000023841858, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.699999988079071, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.400000005960464, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.100000001490116, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.0500000007450581; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Handle
+ Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}, ! Handle
+ Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e25b5fd5-a9e4-4894-a08b-fc27dee95ca0}, ! Handle
+ Office Work Occ Rule 1, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {692294cd-2074-417d-bc31-c3d45f3473c8}, ! Handle
+ Office Work Occ Rule 2, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.400000005960464, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {238b2c42-2ac7-458f-861b-9b2e338631c9}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Infiltration, !- Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {bb93da29-6686-468f-b8e1-c0e981827eae}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment, !- Name
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Electric Equipment Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b27de14f-0cdf-4395-80f3-859d49e9b403}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Default Schedule Set Name
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Group Rendering Name
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Handle
+ Rendering Color 3, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {277ed265-0401-47f6-8de3-56cb05b9fea5}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights, !- Name
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Lights Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {8e273f12-7404-4658-8039-d1b0d9e7d0e1}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People, !- Name
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- People Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {de1ea70d-57dc-4928-a47f-57f514ec3603}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Infiltration, !- Name
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {980641d4-cbda-4a28-868d-304978627e4f}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment, !- Name
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Electric Equipment Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9c5a236d-b8fa-4e61-a6d6-5ef82442b61b}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Default Schedule Set Name
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Group Rendering Name
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Handle
+ Rendering Color 4, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {97345961-c39c-4800-be47-fd365cf09579}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights, !- Name
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Lights Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {7f505a51-9e01-4f8c-ae6b-eb3a985187f9}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People, !- Name
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- People Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d288d3ec-bb21-459b-96e3-62f849faafec}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Infiltration, !- Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {f21b9dab-a69e-476b-96be-93f1f5fee1c6}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment, !- Name
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Electric Equipment Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {52549264-a360-4f7a-971d-ec4f2499546a}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Default Schedule Set Name
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Group Rendering Name
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Handle
+ Rendering Color 5, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8de70c6d-3c20-4a5a-95f3-70ab2a37759d}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights, !- Name
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Lights Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6e96cbfa-7560-4e78-aa8c-239431fd271e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Infiltration, !- Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b17982ba-d5dd-42bf-8d61-12b8c10eee84}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment, !- Name
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Electric Equipment Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8635cc8-deee-4e85-815b-ff7f42668c83}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Default Schedule Set Name
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Group Rendering Name
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Handle
+ Rendering Color 6, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1c9042b5-d85b-4aa1-b403-f1f57ffa5e80}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights, !- Name
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Lights Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e08e98a-89ff-440c-98ff-477b7c3fbca4}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People, !- Name
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- People Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {f3738484-ddae-4171-9149-4056023e0061}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Infiltration, !- Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d754310d-f9d1-4b56-8a61-4d2a167b0f57}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment, !- Name
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Electric Equipment Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7669758f-56e6-4440-9266-ef142961841f}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Default Schedule Set Name
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Group Rendering Name
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Handle
+ Rendering Color 7, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {28cb410d-135d-49f1-b23c-6218793a6744}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights, !- Name
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Lights Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {c9c2acc5-e4d4-49b4-9a7e-94cae06ac406}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People, !- Name
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- People Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {61535505-edb5-4881-9380-6ceb9c94ccaa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Infiltration, !- Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {9bdcf653-9208-444f-abd4-40bc6d797f8a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment, !- Name
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Electric Equipment Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f63de19d-9cf2-4162-bf2f-bdb7fddc1b7d}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Default Schedule Set Name
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Group Rendering Name
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Handle
+ Rendering Color 8, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1b233aa2-884a-4b12-bd88-76092f6d2267}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights, !- Name
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Lights Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {30d60591-72de-4494-afc4-000c9be76f8b}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People, !- Name
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- People Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ef0be415-7a7a-4be9-895a-fefe67ce5d3e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Infiltration, !- Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {1e0e1e3c-6473-41c2-ace8-efda06663fe0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment, !- Name
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Electric Equipment Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b88ada7e-5b66-4c29-8b49-7f9040c59933}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Building,
+ {f73b031c-bb31-4fa0-ad96-2e9846c4d752}, !- Handle
+ Building 1, !- Name
+ , !- Building Sector Type
+ , !- North Axis {deg}
+ , !- Nominal Floor to Floor Height {m}
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space Type Name
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Standards Number of Stories
+ , !- Standards Number of Above Ground Stories
+ , !- Standards Building Type
+ , !- Standards Number of Living Units
+ , !- Relocatable
+ ; !- Nominal Floor to Ceiling Height {m}
+
+OS:SpaceType,
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Default Schedule Set Name
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Group Rendering Name
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Handle
+ Rendering Color 9, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1979f9cd-f801-4f74-b848-c88f17dc5b44}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights, !- Name
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Lights Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {673d36c1-b361-47e7-9007-e4e91432cb81}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People, !- Name
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- People Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {e520996e-cb4e-4946-ae4e-12637ab956f9}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Infiltration, !- Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {13850150-ad18-438c-906d-18f8cabcbdf5}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment, !- Name
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Electric Equipment Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {cb7fb571-b062-476f-8b81-9ee2aa7be729}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Default Schedule Set Name
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Group Rendering Name
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Handle
+ Rendering Color 10, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3120c45b-328a-43ca-b763-11e879fb3a84}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights, !- Name
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Lights Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4bd834f4-5ae4-4146-8dbd-c600ee119692}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People, !- Name
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- People Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6d0ceae2-80c3-45c0-a634-2929c8a56678}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Infiltration, !- Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {569209c0-ef8b-44f5-9f86-048af1de9fa7}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment, !- Name
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Electric Equipment Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {36f7e68a-a20c-471b-b929-d4756cba022f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Default Schedule Set Name
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Group Rendering Name
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Handle
+ Rendering Color 11, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3637974c-a21a-4d9a-9a86-de0b34a41576}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights, !- Name
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Lights Definition Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b55008d6-57ec-4a59-853d-dc295ea83be3}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Infiltration, !- Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {8f2a6abe-ef82-4cf6-9a19-42526787c24e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Default Schedule Set Name
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Group Rendering Name
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Handle
+ Rendering Color 12, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {99c236b6-e588-4c3f-ae8e-98f257807e7c}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights, !- Name
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Lights Definition Name
+ {355570b9-3696-4442-903b-449be8ccf16a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {76e2e858-0e95-49d7-a5bd-46ff2e7bf75b}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Infiltration, !- Name
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8e65471-7105-4908-ae0b-ec42ae5587b5}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Default Schedule Set Name
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Group Rendering Name
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Handle
+ Rendering Color 13, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {57f0532e-f17a-45d3-879e-193fae9dc176}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights, !- Name
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Lights Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d9509edb-bd80-4225-9ee6-523bf74d5bee}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People, !- Name
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- People Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {426c18b5-7d3a-4579-b2a8-8e385458dd11}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Infiltration, !- Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {cecff4bf-5467-4b34-a941-9654b489181d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment, !- Name
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Electric Equipment Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {de4444a1-34f5-4cf5-ac22-7469b7be466d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Default Schedule Set Name
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Group Rendering Name
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Handle
+ Rendering Color 14, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {63218795-4f24-43ea-9e63-a6d83e1e86a3}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights, !- Name
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Lights Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Handle
+ Large Office Bldg Light, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Default Day Schedule Name
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Summer Design Day Schedule Name
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, !- Handle
+ Fractional, !- Name
+ 0, !- Lower Limit Value
+ 1, !- Upper Limit Value
+ Continuous; !- Numeric Type
+
+OS:Schedule:Day,
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Handle
+ Large Office Bldg Light Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Handle
+ Large Office Bldg Light Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}, ! Handle
+ Large Office Bldg Light Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {5d2442a3-7cb6-411b-a86e-540208ced37c}, ! Handle
+ Large Office Bldg Light Rule 1, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Handle
+ Large Office Bldg Light Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {91e4e221-38d2-42cf-bbac-5d4e5f7fa888}, ! Handle
+ Large Office Bldg Light Rule 2, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Handle
+ Large Office Bldg Light Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4615604a-bd1a-474d-91be-9f075c13bd9a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People, !- Name
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- People Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Handle
+ Large Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Default Day Schedule Name
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Summer Design Day Schedule Name
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Handle
+ Large Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Handle
+ Large Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}, ! Handle
+ Large Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37f5d46d-389f-4543-b8e4-84f4c2e10716}, ! Handle
+ Large Office Bldg Occ Rule 1, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Handle
+ Large Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9ffe8f16-2513-43ec-8c59-17bafcf21414}, ! Handle
+ Large Office Bldg Occ Rule 2, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Handle
+ Large Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {264acba7-523a-484e-8e51-ae85870ba167}, ! Handle
+ Large Office Activity, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Default Day Schedule Name
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Summer Design Day Schedule Name
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, !- Handle
+ ActivityLevel 5, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Handle
+ Large Office Activity Default Schedule, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Handle
+ Large Office Activity Summer Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}, ! Handle
+ Large Office Activity Winter Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {90014069-9853-4f75-becd-f17e7166df17}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Infiltration, !- Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Handle
+ Large Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Default Day Schedule Name
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Summer Design Day Schedule Name
+ {694259ab-6cad-41eb-8340-268853e99403}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Handle
+ Large Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Handle
+ Large Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {694259ab-6cad-41eb-8340-268853e99403}, ! Handle
+ Large Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {6bcd70a7-2c48-43af-b1d9-a1d8959caf3f}, ! Handle
+ Large Office Infil Quarter On Rule 1, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Handle
+ Large Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {342d2dd4-2b6e-46cd-a552-c5fd1e99b43f}, ! Handle
+ Large Office Infil Quarter On Rule 2, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Handle
+ Large Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {896f52d4-b30e-46c3-b809-17a91eb06105}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment, !- Name
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Electric Equipment Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Handle
+ Large Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Default Day Schedule Name
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Summer Design Day Schedule Name
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Handle
+ Large Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Handle
+ Large Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}, ! Handle
+ Large Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {15242b3b-46fd-486a-bb69-10058bd0409e}, ! Handle
+ Large Office Bldg Equip Rule 1, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Handle
+ Large Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {01ed547e-670b-40a5-85bb-225ebec0397e}, ! Handle
+ Large Office Bldg Equip Rule 2, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Handle
+ Large Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2e5bfd45-be53-46a2-a1be-badb1d1f9ae8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Handle
+ Large Office HtgSetp, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Default Day Schedule Name
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Summer Design Day Schedule Name
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, !- Handle
+ Temperature 3, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Handle
+ Large Office HtgSetp Default Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Handle
+ Large Office HtgSetp Summer Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}, ! Handle
+ Large Office HtgSetp Winter Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4f682768-9ffb-4e7c-9e74-78813fdc32a0}, ! Handle
+ Large Office HtgSetp Rule 1, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Handle
+ Large Office HtgSetp Rule 1 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f80fc661-2858-4988-ada5-e6c492332983}, ! Handle
+ Large Office HtgSetp Rule 2, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Handle
+ Large Office HtgSetp Rule 2 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Handle
+ Large Office ClgSetp, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Default Day Schedule Name
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Summer Design Day Schedule Name
+ {30c08a39-528f-426d-bc84-48cf54111147}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, !- Handle
+ Temperature 5, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Handle
+ Large Office ClgSetp Default Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Handle
+ Large Office ClgSetp Summer Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {30c08a39-528f-426d-bc84-48cf54111147}, ! Handle
+ Large Office ClgSetp Winter Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37df0d56-4bba-4227-8d69-9607a686014f}, ! Handle
+ Large Office ClgSetp Rule 1, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Handle
+ Large Office ClgSetp Rule 1 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {ccb2ba27-b2d6-4f5f-b02b-091c4def877f}, ! Handle
+ Large Office ClgSetp Rule 2, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Handle
+ Large Office ClgSetp Rule 2 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Default Schedule Set Name
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Group Rendering Name
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Handle
+ Rendering Color 15, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a5f0d2c1-e014-479a-8f1b-3ebac3e265e4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights, !- Name
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Lights Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {58a62980-ba6f-4bad-9e5d-fdacc8096f52}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People, !- Name
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- People Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Handle
+ Medium Office Bldg Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Default Day Schedule Name
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Summer Design Day Schedule Name
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Handle
+ Medium Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Handle
+ Medium Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}, ! Handle
+ Medium Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {7b4107cc-3c92-4323-a753-015efc68bcc2}, ! Handle
+ Medium Office Bldg Occ Rule 1, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Handle
+ Medium Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4d201951-02b0-433c-8e17-deb2b0409886}, ! Handle
+ Medium Office Bldg Occ Rule 2, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Handle
+ Medium Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {4401923f-7369-4704-af97-5f02eccc07c4}, ! Handle
+ Medium Office Activity, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Default Day Schedule Name
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Summer Design Day Schedule Name
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, !- Handle
+ ActivityLevel 13, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Handle
+ Medium Office Activity Default Schedule, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Handle
+ Medium Office Activity Summer Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}, ! Handle
+ Medium Office Activity Winter Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {eeedf250-2cf8-460c-88a9-6a3cf6835b8d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Infiltration, !- Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Handle
+ Medium Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Default Day Schedule Name
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Summer Design Day Schedule Name
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Handle
+ Medium Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Handle
+ Medium Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}, ! Handle
+ Medium Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {61abaf03-1521-4e72-a32f-0622572b46df}, ! Handle
+ Medium Office Infil Quarter On Rule 1, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Handle
+ Medium Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bf208a98-b7ef-4dbb-957d-53cf720abf70}, ! Handle
+ Medium Office Infil Quarter On Rule 2, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Handle
+ Medium Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {92bed684-e409-4e09-8f9b-036a79bdc3c6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment, !- Name
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Electric Equipment Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Handle
+ Medium Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Default Day Schedule Name
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Summer Design Day Schedule Name
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Handle
+ Medium Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Handle
+ Medium Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}, ! Handle
+ Medium Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f0c7f526-21ef-4f5e-8c3d-b4e15c5fdad7}, ! Handle
+ Medium Office Bldg Equip Rule 1, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Handle
+ Medium Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4faf6bd3-ebb1-47fb-8f59-6dfe65f49500}, ! Handle
+ Medium Office Bldg Equip Rule 2, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Handle
+ Medium Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c8f1b66-79b0-4494-bb62-0e6ab336934b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Default Schedule Set Name
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Group Rendering Name
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Handle
+ Rendering Color 16, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {453c5932-0aee-459f-ac1d-0563be79832e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights, !- Name
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Lights Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d10bfc0d-d823-4de2-8ad6-a13acf3eb5e9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People, !- Name
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- People Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Handle
+ Small Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Default Day Schedule Name
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Summer Design Day Schedule Name
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Handle
+ Small Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Handle
+ Small Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}, ! Handle
+ Small Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f5e8f265-336a-4040-bc3d-908d04e76726}, ! Handle
+ Small Office Bldg Occ Rule 1, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Handle
+ Small Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1ac935c1-7df7-46c6-a2c5-b2a40bc3fc36}, ! Handle
+ Small Office Bldg Occ Rule 2, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Handle
+ Small Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.29999999999999999, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, ! Handle
+ Small Office Activity, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Default Day Schedule Name
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Summer Design Day Schedule Name
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, !- Handle
+ ActivityLevel 12, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Handle
+ Small Office Activity Default Schedule, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Handle
+ Small Office Activity Summer Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}, ! Handle
+ Small Office Activity Winter Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {1e027a7c-c27f-4a3d-8cdf-0828601a4f05}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Infiltration, !- Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Handle
+ Small Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Default Day Schedule Name
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Summer Design Day Schedule Name
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Handle
+ Small Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Handle
+ Small Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}, ! Handle
+ Small Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {3e76f500-a8e5-4299-95bc-7ccf11473b72}, ! Handle
+ Small Office Infil Quarter On Rule 1, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Handle
+ Small Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {6f8f3c1b-5f33-40ba-b7d5-604c0832baea}, ! Handle
+ Small Office Infil Quarter On Rule 2, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Handle
+ Small Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {37b7d99c-9391-4952-b185-a511e62b7beb}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment, !- Name
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Electric Equipment Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Handle
+ Small Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Default Day Schedule Name
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Summer Design Day Schedule Name
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Handle
+ Small Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.4; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Handle
+ Small Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}, ! Handle
+ Small Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {b33de88d-7022-4f25-b0bc-864df53b8778}, ! Handle
+ Small Office Bldg Equip Rule 1, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Handle
+ Small Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {d64a5d87-6660-4767-a721-b98c22ca221a}, ! Handle
+ Small Office Bldg Equip Rule 2, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Handle
+ Small Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {0488857a-ac36-457e-bf08-09bfa412ba46}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Handle
+ Small Office HtgSetp, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Default Day Schedule Name
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Summer Design Day Schedule Name
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, !- Handle
+ Temperature 11, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Handle
+ Small Office HtgSetp Default Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Handle
+ Small Office HtgSetp Summer Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}, ! Handle
+ Small Office HtgSetp Winter Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {59307f1f-95bc-49ae-b50e-42836a04e0cc}, ! Handle
+ Small Office HtgSetp Rule 1, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Handle
+ Small Office HtgSetp Rule 1 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9847a62b-fb76-4ab8-9344-f3f532928c11}, ! Handle
+ Small Office HtgSetp Rule 2, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Handle
+ Small Office HtgSetp Rule 2 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Handle
+ Small Office ClgSetp, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Default Day Schedule Name
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Summer Design Day Schedule Name
+ {2103cebf-d42f-4cd2-b503-7600479676a2}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {c998de07-a854-476f-88ee-694f57ede232}, !- Handle
+ Temperature 4, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Handle
+ Small Office ClgSetp Default Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Handle
+ Small Office ClgSetp Summer Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2103cebf-d42f-4cd2-b503-7600479676a2}, ! Handle
+ Small Office ClgSetp Winter Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {40345165-334a-485e-87cf-103e70023132}, ! Handle
+ Small Office ClgSetp Rule 1, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Handle
+ Small Office ClgSetp Rule 1 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0972da99-d044-41cb-8d26-0439235fb34a}, ! Handle
+ Small Office ClgSetp Rule 2, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Handle
+ Small Office ClgSetp Rule 2 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Default Schedule Set Name
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Group Rendering Name
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Handle
+ Rendering Color 17, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {4a230733-41f5-4ca6-96e0-5e44748f7df4}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights, !- Name
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Lights Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5a10a8e5-74eb-41b6-8300-8c614f3cd681}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People, !- Name
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- People Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6eb84b2f-973d-476e-b524-53b69c751752}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Infiltration, !- Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {e641d016-e7d6-4890-957c-3de2b21a699a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment, !- Name
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Electric Equipment Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {92dbe6d3-c9b9-43fc-90c3-a06b5ec93169}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Default Schedule Set Name
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Group Rendering Name
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Handle
+ Rendering Color 18, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {e6b87a14-1e18-49c7-85c2-84f072c938b2}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights, !- Name
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Lights Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {283ae026-2477-4529-bb38-02c7e6065076}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People, !- Name
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- People Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b655059c-3ce9-4b49-a0db-160442a03540}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Infiltration, !- Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {0f379c88-6f89-4030-bc79-090ef24b986e}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment, !- Name
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Electric Equipment Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6b3eff15-c2f8-4f87-9fe3-6f7c3004ea5f}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Default Schedule Set Name
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Group Rendering Name
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Handle
+ Rendering Color 19, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {86c2e905-536c-4838-bf48-8aa4aebef755}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights, !- Name
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Lights Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {884b2aa3-62fe-4d6a-b8ec-c19497fc7da8}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People, !- Name
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- People Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {23919b1f-4940-4b68-b1a0-5e68c2d5b78d}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Infiltration, !- Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {7ecb1b95-ffa4-4c84-b1e4-cf8c033ce8f7}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment, !- Name
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Electric Equipment Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {541fa24b-ddf2-4edf-83d9-2bed06917add}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Default Schedule Set Name
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Group Rendering Name
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Handle
+ Rendering Color 20, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {fed0a7aa-9bc2-4d98-bc74-465b35a409d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights, !- Name
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Lights Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {42ce457e-2d95-4fe6-9cda-f5042dea1c96}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- People Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ca37d410-b9c7-4e62-b5ca-b87627a332cc}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Infiltration, !- Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {01d044ce-7e19-4288-a75a-77fc975d40d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment, !- Name
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Electric Equipment Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3bdf0199-3196-4d00-9272-a3b137675d31}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Default Schedule Set Name
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Group Rendering Name
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Handle
+ Rendering Color 21, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {d0fd0a9a-f35d-4f92-b9b5-cc437f048b81}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights, !- Name
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Lights Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {5886568b-d637-4e9b-b7c1-0d6b0bcc8fc9}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Infiltration, !- Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2d527502-0ea9-4d22-9420-1faee6f46df3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment, !- Name
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Electric Equipment Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {bc8bbc76-ab44-4992-ad1d-80d2dbc7e77e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Default Schedule Set Name
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Group Rendering Name
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Handle
+ Rendering Color 22, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {9d45cbfa-f2ce-4490-bfe6-9ea2b0ef403d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights, !- Name
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Lights Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e12ef15-0acb-4a55-95a0-2260cf7ad1a8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People, !- Name
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- People Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {06f80535-6c1b-4be5-8e24-e2f246b425c8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Infiltration, !- Name
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {23c00582-f748-4c1b-916b-1fa5c7686d7d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment, !- Name
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Electric Equipment Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {d067df76-cf76-4cf6-aa35-0cbb12b8656a}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Default Schedule Set Name
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Group Rendering Name
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Handle
+ Rendering Color 23, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {44ac18e1-7275-4b3a-b218-7e2e176f1a73}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights, !- Name
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Lights Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d1894ae1-fe0a-4638-8df5-d20ee93f1533}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People, !- Name
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- People Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d815095f-6e93-44e7-9812-f55b6c2aef2e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Infiltration, !- Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {24778cfb-5eee-4ddc-902b-a11bb0bfef66}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment, !- Name
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Electric Equipment Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3fabcd0e-e1a5-4e00-9e23-9e19d5c555d9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Default Schedule Set Name
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Group Rendering Name
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Handle
+ Rendering Color 24, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a396c5cc-c22f-42c9-be8e-af3d54d54456}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights, !- Name
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Lights Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {6b5422a3-490d-4e08-a37c-480ec55d22f6}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People, !- Name
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- People Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {9f99f28a-55da-49b7-9354-17ccfd3b33e0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Infiltration, !- Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {8470e1c3-c0bc-4712-81bc-3382735de5cb}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment, !- Name
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Electric Equipment Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {847f379b-0ddb-4308-a125-44b06cceb0c0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Default Schedule Set Name
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Group Rendering Name
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Handle
+ Rendering Color 25, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {c7396387-ee02-4cbd-bb73-db5af92230bf}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights, !- Name
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Lights Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {89b76b4c-73be-47ed-9bf0-d29a5d09beee}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People, !- Name
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- People Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {68e0ada3-23ed-42e8-881a-ad68ae78ba59}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Infiltration, !- Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {47ea6833-7452-423c-b11a-cdcdc6e894f7}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment, !- Name
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Electric Equipment Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9a24efdb-aaf9-4caf-8ef9-e063f557395c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Default Schedule Set Name
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Group Rendering Name
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Handle
+ Rendering Color 26, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {369dc730-3d03-40c8-8ea1-7783c58a58ef}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights, !- Name
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Lights Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {de991af8-6b18-4490-9be9-307feba43cd2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People, !- Name
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- People Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {efad6973-728f-404e-84ce-bf89300a55cd}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Infiltration, !- Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {36815876-83bd-4fa7-ad65-9cfc31a60c5d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment, !- Name
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Electric Equipment Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {ec97771e-4971-46b0-91e9-3785d44f364f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Default Schedule Set Name
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Group Rendering Name
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Handle
+ Rendering Color 27, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {086e0aa7-9716-40a1-ad9a-9e539b32999b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights, !- Name
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Lights Definition Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {2584ae7a-711d-473c-96df-a3bb8f824179}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Infiltration, !- Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {e23342a6-14bf-4244-a12e-b8f3f6c04563}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Default Schedule Set Name
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Group Rendering Name
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Handle
+ Rendering Color 28, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f096f7ac-09c0-4f85-8905-690dca9182e1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights, !- Name
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Lights Definition Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {a7ac93a3-1fc2-4daa-82df-d9b5ba2a505e}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Infiltration, !- Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6ae2b2b8-720b-4eaf-8895-80b1f0753cad}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Default Schedule Set Name
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Group Rendering Name
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Handle
+ Rendering Color 29, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {40216c47-a5be-4b81-9ebe-654734752677}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights, !- Name
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Lights Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {281a8e29-5aab-4167-83d6-3d9fe2313cd8}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People, !- Name
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- People Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b9453158-d790-4fab-b5ae-0e40fc0505ce}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Infiltration, !- Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {eddb3a2b-a77b-4511-9cb5-b14f74a42d15}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment, !- Name
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Electric Equipment Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c78a447-312c-4c28-b3aa-6da71f9cf8d3}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Default Schedule Set Name
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Group Rendering Name
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Handle
+ Rendering Color 30, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {b303525b-5f5d-4c4d-b9b8-65dd3f84b284}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights, !- Name
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Lights Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {03f6b94b-31fa-4bf8-8d80-15daaf19f543}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People, !- Name
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- People Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {78e4e1af-4f99-4e7e-a352-e31956fd36bf}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Infiltration, !- Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2b65f72d-8ebb-4261-9f95-737986f7c212}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment, !- Name
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Electric Equipment Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2829a6a3-d557-49c2-883a-6f3c5888d3dc}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Default Schedule Set Name
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Group Rendering Name
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Handle
+ Rendering Color 31, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3f8dcdaf-a8d7-44f4-9031-8174616a0a98}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights, !- Name
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Lights Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {3c49975f-c212-45d2-acc5-def109da8abd}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People, !- Name
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- People Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {df024ec1-be72-4029-a6ce-a7a769ef9e4d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Infiltration, !- Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d39e66d5-58ca-4811-aff8-b5c8352cd6ce}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment, !- Name
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Electric Equipment Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {125be356-b9df-4681-bbaa-d4c8cacde878}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Default Schedule Set Name
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Group Rendering Name
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Handle
+ Rendering Color 32, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {ee01b7ab-7d60-4088-8e4b-98136df7f22f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights, !- Name
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Lights Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {adf7594e-c7bc-44e3-8611-369b76c12e69}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People, !- Name
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- People Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {181313d1-1146-4ec1-a3a2-fbbeceebc667}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Infiltration, !- Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b623d4f8-3118-49ac-bc0d-3c98d880b97c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment, !- Name
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Electric Equipment Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7d3d60df-38bd-402a-8cc6-cb780862d808}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:DefaultConstructionSet,
+ {4526526b-2bc4-45b3-b597-da3d92ad09a1}, !- Handle
+ 189.1-2009 - CZ1 - Office, !- Name
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Default Exterior Surface Constructions Name
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Default Interior Surface Constructions Name
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Default Ground Contact Surface Constructions Name
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Default Exterior SubSurface Constructions Name
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Handle
+ Default Surface Constructions 1, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Wall Construction Name
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Handle
+ ExtSlabCarpet 4in ClimateZone 1-8, !- Name
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Surface Rendering Name
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Layer 1
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {be48e1b7-5a23-4b52-b581-d47874f332d0}, !- Handle
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Construction Name
+ ExteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Handle
+ MAT-CC05 4 HW CONCRETE, !- Name
+ Rough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 1.311, !- Conductivity {W/m-K}
+ 2240, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.85, !- Solar Absorptance
+ 0.85; !- Visible Absorptance
+
+OS:Material:NoMass,
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}, !- Handle
+ CP02 CARPET PAD, !- Name
+ Smooth, !- Roughness
+ 0.1, !- Thermal Resistance {m2-K/W}
+ 0.9, !- Thermal Absorptance
+ 0.8, !- Solar Absorptance
+ 0.8; !- Visible Absorptance
+
+OS:Construction,
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 1, !- Name
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {c35bdbe1-9364-40c4-a088-3593de04f1fd}, !- Handle
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Handle
+ 1IN Stucco, !- Name
+ Smooth, !- Roughness
+ 0.0253, !- Thickness {m}
+ 0.691799999999999, !- Conductivity {W/m-K}
+ 1858, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.92, !- Solar Absorptance
+ 0.92; !- Visible Absorptance
+
+OS:Material,
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Handle
+ 8IN Concrete HW, !- Name
+ MediumRough, !- Roughness
+ 0.2033, !- Thickness {m}
+ 1.72959999999999, !- Conductivity {W/m-K}
+ 2242.99999999999, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.65, !- Solar Absorptance
+ 0.65; !- Visible Absorptance
+
+OS:Material,
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Handle
+ Wall Insulation [31], !- Name
+ MediumRough, !- Roughness
+ 0.0337000000000001, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Material,
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}, !- Handle
+ 1/2IN Gypsum, !- Name
+ Smooth, !- Roughness
+ 0.0127, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 784.9, !- Density {kg/m3}
+ 830.000000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Construction,
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 1, !- Name
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {8077a8bc-469c-4708-9d1e-1a587be91ef0}, !- Handle
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Handle
+ Roof Membrane, !- Name
+ VeryRough, !- Roughness
+ 0.0095, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 1121.29, !- Density {kg/m3}
+ 1460, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Handle
+ Roof Insulation [18], !- Name
+ MediumRough, !- Roughness
+ 0.1693, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}, !- Handle
+ Metal Decking, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Handle
+ Default Surface Constructions 2, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Handle
+ Interior Floor, !- Name
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Surface Rendering Name
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {663cbab6-e62e-4117-aefb-5a2c9b9cd1b3}, !- Handle
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Construction Name
+ InteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Handle
+ F16 Acoustic tile, !- Name
+ MediumSmooth, !- Roughness
+ 0.0191, !- Thickness {m}
+ 0.06, !- Conductivity {W/m-K}
+ 368, !- Density {kg/m3}
+ 590.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.3, !- Solar Absorptance
+ 0.3; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Handle
+ F05 Ceiling air space resistance, !- Name
+ 0.18; !- Thermal Resistance {m2-K/W}
+
+OS:Material,
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Handle
+ M11 100mm lightweight concrete, !- Name
+ MediumRough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 0.53, !- Conductivity {W/m-K}
+ 1280, !- Density {kg/m3}
+ 840.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Handle
+ Interior Wall, !- Name
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Surface Rendering Name
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Layer 1
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Layer 2
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {bf9c6bdf-1d79-4160-843a-67a65bd63099}, !- Handle
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Construction Name
+ InteriorWall, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Handle
+ G01a 19mm gypsum board, !- Name
+ MediumSmooth, !- Roughness
+ 0.019, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 800, !- Density {kg/m3}
+ 1090, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Handle
+ F04 Wall air space resistance, !- Name
+ 0.15; !- Thermal Resistance {m2-K/W}
+
+OS:Construction,
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Handle
+ Interior Ceiling, !- Name
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Surface Rendering Name
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {ebe3b12b-5ab0-4ea3-a460-6d15ad1d838c}, !- Handle
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Construction Name
+ InteriorCeiling, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultSurfaceConstructions,
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Handle
+ Default Surface Constructions 3, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Handle
+ Default Sub Surface Constructions 1, !- Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Fixed Window Construction Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 1, !- Name
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Surface Rendering Name
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {2f79b030-385e-4a8e-9611-a6086da78f3b}, !- Handle
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}, !- Handle
+ Theoretical Glass [167], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2374, !- Solar Transmittance at Normal Incidence
+ 0.7126, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.985, !- Front Side Infrared Hemispherical Emissivity
+ 0.985, !- Back Side Infrared Hemispherical Emissivity
+ 2.1073, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:Construction,
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Handle
+ Exterior Door, !- Name
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Surface Rendering Name
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Layer 1
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {8360869b-2b70-474f-bade-2c09b27cfba6}, !- Handle
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Construction Name
+ ExteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Handle
+ F08 Metal surface, !- Name
+ Smooth, !- Roughness
+ 0.0008, !- Thickness {m}
+ 45.2800000000001, !- Conductivity {W/m-K}
+ 7823.99999999999, !- Density {kg/m3}
+ 500, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}, !- Handle
+ I01 25mm insulation board, !- Name
+ MediumRough, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.03, !- Conductivity {W/m-K}
+ 43, !- Density {kg/m3}
+ 1210, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Construction,
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Handle
+ Interior Window, !- Name
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Surface Rendering Name
+ {572356bb-0c24-49d0-b480-38deaae93b50}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4fba2562-eb53-42df-a812-1a96a11e00db}, !- Handle
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Construction Name
+ InteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {572356bb-0c24-49d0-b480-38deaae93b50}, !- Handle
+ Clear 3mm, !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.837, !- Solar Transmittance at Normal Incidence
+ 0.075, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.898, !- Visible Transmittance at Normal Incidence
+ 0.081, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.84, !- Front Side Infrared Hemispherical Emissivity
+ 0.84, !- Back Side Infrared Hemispherical Emissivity
+ 0.9, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Handle
+ Default Sub Surface Constructions 2, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Handle
+ Interior Door, !- Name
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4762d527-aeec-484d-9813-4b846d1e2743}, !- Handle
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Construction Name
+ InteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}, !- Handle
+ G05 25mm wood, !- Name
+ MediumSmooth, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.15, !- Conductivity {W/m-K}
+ 608, !- Density {kg/m3}
+ 1630, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Handle
+ Interior Partition, !- Name
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {bbf8ba28-8bef-42c1-b5d6-7469584234ea}, !- Handle
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Construction Name
+ InteriorPartition, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultConstructionSet,
+ {687d05db-8053-4a94-b114-53e0716a9896}, !- Handle
+ 189.1-2009 - CZ2 - Office, !- Name
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Default Exterior Surface Constructions Name
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Default Interior Surface Constructions Name
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Default Ground Contact Surface Constructions Name
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Default Exterior SubSurface Constructions Name
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Handle
+ Default Surface Constructions 4, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 2, !- Name
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {85ebc66f-75e7-41c3-b466-fe2b2df44e89}, !- Handle
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Handle
+ Wall Insulation [35], !- Name
+ MediumRough, !- Roughness
+ 0.0452, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 2-5, !- Name
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {27c0d4ca-5cef-498b-bf78-a2e0e38f4e08}, !- Handle
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Handle
+ Roof Insulation [21], !- Name
+ MediumRough, !- Roughness
+ 0.2105, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Handle
+ Default Surface Constructions 5, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Handle
+ Default Surface Constructions 6, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Handle
+ Default Sub Surface Constructions 3, !- Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Fixed Window Construction Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 2, !- Name
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Surface Rendering Name
+ {0df6dfac-0759-43e9-8314-9539c41eefda}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {56d08b42-76df-4617-82fc-10413928e30e}, !- Handle
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {0df6dfac-0759-43e9-8314-9539c41eefda}, !- Handle
+ Theoretical Glass [197], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2349, !- Solar Transmittance at Normal Incidence
+ 0.7151, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0415, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Handle
+ Default Sub Surface Constructions 4, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {3506f604-9b28-4c01-8fc6-87fabe876a1b}, !- Handle
+ 189.1-2009 - CZ3 - Office, !- Name
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Default Exterior Surface Constructions Name
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Default Interior Surface Constructions Name
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Default Ground Contact Surface Constructions Name
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Default Exterior SubSurface Constructions Name
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Handle
+ Default Surface Constructions 7, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 3, !- Name
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {467ca491-6c1d-4847-a1dd-a5fe4331f049}, !- Handle
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Handle
+ Wall Insulation [36], !- Name
+ MediumRough, !- Roughness
+ 0.0565999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Handle
+ Default Surface Constructions 8, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Handle
+ Default Surface Constructions 9, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Handle
+ Default Sub Surface Constructions 5, !- Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Fixed Window Construction Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Name
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Surface Rendering Name
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {61f36c91-69cb-4354-9f7e-cfa1cb96b197}, !- Handle
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}, !- Handle
+ Theoretical Glass [202], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2325, !- Solar Transmittance at Normal Incidence
+ 0.7175, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.3192, !- Visible Transmittance at Normal Incidence
+ 0.6308, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0192, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Handle
+ Default Sub Surface Constructions 6, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {b7cdc63e-a919-41dd-86e1-dece88dfdb28}, !- Handle
+ 189.1-2009 - CZ4 - Office, !- Name
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Default Exterior Surface Constructions Name
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Default Interior Surface Constructions Name
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Default Ground Contact Surface Constructions Name
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Default Exterior SubSurface Constructions Name
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Handle
+ Default Surface Constructions 10, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 4, !- Name
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {3f492503-4801-4755-8e33-6b43c94c88c0}, !- Handle
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Handle
+ Wall Insulation [37], !- Name
+ MediumRough, !- Roughness
+ 0.0680999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Handle
+ Default Surface Constructions 11, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Handle
+ Default Surface Constructions 12, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Handle
+ Default Sub Surface Constructions 7, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 4-5, !- Name
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Surface Rendering Name
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {d55825e5-87d9-473f-9fe3-b54e798b73b2}, !- Handle
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}, !- Handle
+ Theoretical Glass [207], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3311, !- Solar Transmittance at Normal Incidence
+ 0.6189, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.44, !- Visible Transmittance at Normal Incidence
+ 0.51, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Handle
+ Default Sub Surface Constructions 8, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Handle
+ 189.1-2009 - CZ5 - Office, !- Name
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Default Exterior Surface Constructions Name
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Default Interior Surface Constructions Name
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Default Ground Contact Surface Constructions Name
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Default Exterior SubSurface Constructions Name
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Handle
+ Default Surface Constructions 13, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 5, !- Name
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {99c16b51-1376-4d0d-ae82-9abe62b5b9bc}, !- Handle
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Handle
+ Wall Insulation [40], !- Name
+ MediumRough, !- Roughness
+ 0.0793999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Handle
+ Default Surface Constructions 14, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Handle
+ Default Surface Constructions 15, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Handle
+ Default Sub Surface Constructions 9, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Handle
+ Default Sub Surface Constructions 10, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {7fbfa4b5-c598-498c-9e7e-cc1d23784e59}, !- Handle
+ 189.1-2009 - CZ6 - Office, !- Name
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Default Exterior Surface Constructions Name
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Default Interior Surface Constructions Name
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Default Ground Contact Surface Constructions Name
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Default Exterior SubSurface Constructions Name
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Handle
+ Default Surface Constructions 16, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Wall Construction Name
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 6, !- Name
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {7eeba261-f29b-4f29-92ab-43160d53769c}, !- Handle
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Handle
+ Wall Insulation [42], !- Name
+ MediumRough, !- Roughness
+ 0.0913999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 6, !- Name
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Surface Rendering Name
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Layer 1
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {76a41f7e-250b-4af4-9af6-365bb137bdae}, !- Handle
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ Metal; !- Standards Construction Type
+
+OS:Material,
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Handle
+ Metal Roofing, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Material,
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Handle
+ Roof Insulation [25], !- Name
+ MediumRough, !- Roughness
+ 0.263, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Handle
+ Default Surface Constructions 17, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Handle
+ Default Surface Constructions 18, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Handle
+ Default Sub Surface Constructions 11, !- Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Fixed Window Construction Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 6, !- Name
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Surface Rendering Name
+ {49faa92b-2c62-4fe3-87e7-99e278102799}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {f1ab38d8-53bd-46fb-87a1-ae1dd7cc8561}, !- Handle
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {49faa92b-2c62-4fe3-87e7-99e278102799}, !- Handle
+ Theoretical Glass [216], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3801, !- Solar Transmittance at Normal Incidence
+ 0.5699, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.5079, !- Visible Transmittance at Normal Incidence
+ 0.4421, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Handle
+ Default Sub Surface Constructions 12, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {1cff5d19-5572-4e19-88b4-346c54265f57}, !- Handle
+ 189.1-2009 - CZ7-8 - Office, !- Name
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Default Exterior Surface Constructions Name
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Default Interior Surface Constructions Name
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Default Ground Contact Surface Constructions Name
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Default Exterior SubSurface Constructions Name
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Handle
+ Default Surface Constructions 19, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Wall Construction Name
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 7-8, !- Name
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {d740a5ed-3362-4965-952b-69d154d88d11}, !- Handle
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Handle
+ Wall Insulation [44], !- Name
+ MediumRough, !- Roughness
+ 0.1104, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 7-8, !- Name
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {252369f7-3f86-46ff-a0c8-1399371eb759}, !- Handle
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Handle
+ Roof Insulation [26], !- Name
+ MediumRough, !- Roughness
+ 0.2941, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Handle
+ Default Surface Constructions 20, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Handle
+ Default Surface Constructions 21, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Handle
+ Default Sub Surface Constructions 13, !- Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Fixed Window Construction Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 7-8, !- Name
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Surface Rendering Name
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {20aa7704-c7fd-4a24-aa3b-7f69c9544b7c}, !- Handle
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}, !- Handle
+ Theoretical Glass [221], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.4296, !- Solar Transmittance at Normal Incidence
+ 0.5204, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.4503, !- Visible Transmittance at Normal Incidence
+ 0.4997, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0089, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Handle
+ Default Sub Surface Constructions 14, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Material:AirWall,
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}, !- Handle
+ Air Wall Material; !- Name
+
+OS:Construction,
+ {7a29ba3c-05e0-4ba6-a7bf-72746f63eedc}, !- Handle
+ Air Wall, !- Name
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Surface Rendering Name
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}; !- Layer 1
+
+OS:Facility,
+ {50a42c9a-3973-4de3-b7ee-0cd8b0200231}; !- Handle
+
+OS:Rendering:Color,
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Handle
+ Rendering Color 33, !- Name
+ 250, !- Rendering Red Value
+ 235, !- Rendering Green Value
+ 215; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Handle
+ Rendering Color 34, !- Name
+ 255, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 205; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Handle
+ Rendering Color 35, !- Name
+ 47, !- Rendering Red Value
+ 79, !- Rendering Green Value
+ 79; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Handle
+ Rendering Color 36, !- Name
+ 245, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 250; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Handle
+ Rendering Color 37, !- Name
+ 85, !- Rendering Red Value
+ 107, !- Rendering Green Value
+ 47; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Handle
+ Rendering Color 38, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Handle
+ Rendering Color 39, !- Name
+ 0, !- Rendering Red Value
+ 100, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Handle
+ Rendering Color 40, !- Name
+ 255, !- Rendering Red Value
+ 182, !- Rendering Green Value
+ 193; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Handle
+ Rendering Color 41, !- Name
+ 178, !- Rendering Red Value
+ 34, !- Rendering Green Value
+ 34; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Handle
+ Rendering Color 42, !- Name
+ 248, !- Rendering Red Value
+ 248, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Handle
+ Rendering Color 43, !- Name
+ 139, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Handle
+ Rendering Color 44, !- Name
+ 0, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Handle
+ Rendering Color 45, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Handle
+ Rendering Color 46, !- Name
+ 210, !- Rendering Red Value
+ 180, !- Rendering Green Value
+ 140; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Handle
+ Rendering Color 47, !- Name
+ 250, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 210; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Handle
+ Rendering Color 48, !- Name
+ 0, !- Rendering Red Value
+ 206, !- Rendering Green Value
+ 209; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Handle
+ Rendering Color 49, !- Name
+ 255, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 240; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Handle
+ Rendering Color 50, !- Name
+ 221, !- Rendering Red Value
+ 160, !- Rendering Green Value
+ 221; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Handle
+ Rendering Color 51, !- Name
+ 192, !- Rendering Red Value
+ 192, !- Rendering Green Value
+ 192; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Handle
+ Rendering Color 52, !- Name
+ 245, !- Rendering Red Value
+ 245, !- Rendering Green Value
+ 245; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Handle
+ Rendering Color 53, !- Name
+ 255, !- Rendering Red Value
+ 228, !- Rendering Green Value
+ 225; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Handle
+ Rendering Color 54, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 139; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Handle
+ Rendering Color 55, !- Name
+ 32, !- Rendering Red Value
+ 178, !- Rendering Green Value
+ 170; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Handle
+ Rendering Color 56, !- Name
+ 219, !- Rendering Red Value
+ 112, !- Rendering Green Value
+ 147; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Handle
+ Rendering Color 57, !- Name
+ 165, !- Rendering Red Value
+ 42, !- Rendering Green Value
+ 42; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Handle
+ Rendering Color 58, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:BuildingStory,
+ {50868583-cd6e-4b33-9980-93aced1f0725}, !- Handle
+ Building Story 1, !- Name
+ 0, !- Nominal Z Coordinate {m}
+ 3.048, !- Nominal Floor to Floor Height {m}
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ {3382e11a-163a-4157-8831-d7c6831e1559}; !- Group Rendering Name
+
+OS:Space,
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Handle
+ Space 101, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {34613696-6b52-44f1-a5ff-a36900647fd1}, !- Handle
+ Surface 1, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Handle
+ Surface 2, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Handle
+ Surface 3, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Handle
+ Surface 4, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Handle
+ Surface 5, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2ee589ef-ee4e-4ccf-82dc-5bd481b7f155}, !- Handle
+ Surface 6, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Handle
+ Space 102, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 0, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {19d18d73-c9ca-4549-a15e-3a457813fcf2}, !- Handle
+ Surface 7, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Handle
+ Surface 8, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Handle
+ Surface 9, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Handle
+ Surface 10, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Handle
+ Surface 11, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {7fab646c-6a8f-452d-8ba0-c4c385d0eb50}, !- Handle
+ Surface 12, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Handle
+ Space 103, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 6.096, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {74a5de71-ac42-4838-888e-c4db7769715a}, !- Handle
+ Surface 13, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Handle
+ Surface 14, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Handle
+ Surface 15, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Handle
+ Surface 16, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Handle
+ Surface 17, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {f7e843c5-68c1-43f0-9204-c49b0f3332a6}, !- Handle
+ Surface 18, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Handle
+ Space 104, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {81f77032-b16a-42d2-9517-02ae4c166df8}, !- Handle
+ Surface 19, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Handle
+ Surface 20, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Handle
+ Surface 21, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Handle
+ Surface 22, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Handle
+ Surface 23, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8d537633-3f6b-476a-b746-cea3a8736eed}, !- Handle
+ Surface 24, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Rendering:Color,
+ {3382e11a-163a-4157-8831-d7c6831e1559}, !- Handle
+ Rendering Color 59, !- Name
+ 186, !- Rendering Red Value
+ 85, !- Rendering Green Value
+ 211; !- Rendering Blue Value
+
+OS:SubSurface,
+ {c338f8b3-5a59-499c-98ca-df5a820387cd}, !- Handle
+ Sub Surface 1, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {dbcac169-5385-435a-ac98-e7891b7f2a0a}, !- Handle
+ Sub Surface 2, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {bf6c0bb6-20be-45a4-a12e-df2480492bc9}, !- Handle
+ Sub Surface 3, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -0.0254, 3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -0.0254, 3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ -3.0226, 3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ -3.0226, 3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {d4037884-9d56-4f6f-ac6d-65640af8fdc2}, !- Handle
+ Sub Surface 4, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e34c1857-0462-47ea-9da7-7fe1b23da808}, !- Handle
+ Sub Surface 5, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0.0254, -3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0.0254, -3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ 3.0226, -3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ 3.0226, -3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e7397205-f157-47fc-ad9a-a675aab3b3c7}, !- Handle
+ Sub Surface 6, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {f4f4b729-630c-44aa-b175-61ca8c5dbc18}, !- Handle
+ Sub Surface 7, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ -0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ -0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {3c09fbeb-0873-4676-861c-11a90d465e89}, !- Handle
+ Sub Surface 8, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:Site,
+ {e923bd3f-b042-4911-a936-d37cf26af839}, !- Handle
+ Site 1, !- Name
+ , !- Latitude {deg}
+ , !- Longitude {deg}
+ , !- Time Zone {hr}
+ , !- Elevation {m}
+ ; !- Terrain
+
+OS:YearDescription,
+ {b216c53e-5b6b-4973-8442-5822dbdeacee}; !- Handle
+
+OS:ClimateZones,
+ {221ea9ed-6eb8-4a9e-8e5a-9f17ea245a5b}, !- Handle
+ , !- Active Institution
+ , !- Active Year
+ ASHRAE, !- Climate Zone Institution Name 1
+ ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
+ 2006, !- Climate Zone Document Year 1
+ , !- Climate Zone Value 1
+ CEC, !- Climate Zone Institution Name 2
+ California Climate Zone Descriptions, !- Climate Zone Document Name 2
+ 1995, !- Climate Zone Document Year 2
+ ; !- Climate Zone Value 2
+
+OS:SimulationControl,
+ {d7639ae2-d32d-4ec9-8805-d736b33d8ed7}; !- Handle
+
+OS:Sizing:Parameters,
+ {3e229137-ae9f-4efa-8ea3-4acd5b93cbd8}, !- Handle
+ 1.25, !- Heating Sizing Factor
+ 1.15; !- Cooling Sizing Factor
+
+OS:Timestep,
+ {92bdf5f7-18f8-48b3-8bdf-5b839c3592c3}, !- Handle
+ 6; !- Number of Timesteps per Hour
+
+OS:ShadowCalculation,
+ {ec138f8c-4f93-4204-88a2-991a62608f6a}, !- Handle
+ 20, !- Calculation Frequency
+ 15000; !- Maximum Figures in Shadow Overlap Calculations
+
+OS:HeatBalanceAlgorithm,
+ {f9a03de5-79c9-409d-a764-bd2a8d39b93c}, !- Handle
+ ConductionTransferFunction, !- Algorithm
+ 200; !- Surface Temperature Upper Limit {C}
+
+OS:RunPeriod,
+ {1e31b0fa-d387-4896-8e7e-30f2368f9e58}, !- Handle
+ Run Period 1, !- Name
+ 1, !- Begin Month
+ 1, !- Begin Day of Month
+ 12, !- End Month
+ 31, !- End Day of Month
+ , !- Use Weather File Holidays and Special Days
+ , !- Use Weather File Daylight Saving Period
+ , !- Apply Weekend Holiday Rule
+ , !- Use Weather File Rain Indicators
+ , !- Use Weather File Snow Indicators
+ ; !- Number of Times Runperiod to be Repeated
+
+OS:LifeCycleCost:Parameters,
+ {a836c392-6031-4709-b70f-0f9efa66e717}, !- Handle
+ , !- Analysis Type
+ , !- Discounting Convention
+ , !- Inflation Approach
+ , !- Real Discount Rate
+ , !- Nominal Discount Rate
+ , !- Inflation
+ , !- Base Date Month
+ , !- Base Date Year
+ , !- Service Date Month
+ , !- Service Date Year
+ ; !- Length of Study Period in Years
+
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.rb
new file mode 100644
index 000000000..eda019591
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.rb
@@ -0,0 +1,243 @@
+# insert your copyright here
+
+# see the URL below for information on how to write OpenStudio measures
+# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
+require 'openstudio-extension'
+require 'openstudio/extension/core/os_lib_helper_methods.rb'
+require 'openstudio/extension/core/os_lib_schedules.rb'
+# start the measure
+class AdjustmentOfCoolingSetpointsHourlydByDegreesCAllday < OpenStudio::Measure::ModelMeasure
+ # human readable name
+ def name
+ return "AdjustmentOfCoolingSetpointsHourlydByDegreesC_allday"
+ end
+ # human readable description
+ def description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Schedules are for all day. "
+ end
+ # human readable description of modeling approach
+ def modeler_description
+ return "Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input. All day inputs."
+ end
+ # define the arguments that the user will input
+ def arguments(model)
+ args = OpenStudio::Measure::OSArgumentVector.new
+
+ # cooling setpoint to be applied for selected hour
+ #cooling_setpoint_adjustment = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('cooling_setpoint_adjustment', true)
+ #cooling_setpoint_adjustment.setDisplayName('Cooling Setpoint')
+ #cooling_setpoint_adjustment.setDescription('Cooling Temperature Setpoint in Degrees Celsius')
+ #args << cooling_setpoint_adjustment
+
+ # hour of the day for cooling setpoint value
+ #hour_of_the_day = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('hour_of_the_day', true)
+ #hour_of_the_day.setDisplayName('Hour of the Day')
+ #hour_of_the_day.setDescription('Hour of the Day for Specified Cooling Setpoint')
+ #args << hour_of_the_day
+
+ for i in 1..24
+ argument_name = "hour_#{i}_setpoint"
+ display_name = "Hour_#{i}_Setpoint"
+ hour_setpoint = OpenStudio::Ruleset::OSArgument::makeDoubleArgument(argument_name, true)
+ hour_setpoint.setDisplayName(display_name)
+ hour_setpoint.setDescription("Example: hour_2_setpoint : 1")
+ args << hour_setpoint
+ end
+
+ return args
+ end
+
+ # define what happens when the measure is run
+ def run(model, runner, user_arguments)
+ super(model, runner, user_arguments)
+
+ # use the built-in error checking
+ if !runner.validateUserArguments(arguments(model), user_arguments)
+ return false
+ end
+
+ # assign the user inputs to variables
+ #cooling_setpoint_adjustment = runner.getDoubleArgumentValue('cooling_setpoint_adjustment',user_arguments)
+ args = OsLib_HelperMethods.createRunVariables(runner, model, user_arguments, arguments(model))
+ #input test
+ #if cooling_setpoint_adjustment < 0
+ # runner.registerWarning('This will increase the electricity use')
+
+ #end
+
+ #hour_of_the_day = runner.getDoubleArgumentValue('hour_of_the_day',user_arguments)
+
+ #input test
+ #if hour_of_the_day < 1
+ # runner.registerError('Hour of the day (#{hour_of_the_day}) is less than 1')
+ # return false
+ #elsif hour_of_the_day.abs > 24
+ # runner.registerError('Hour of the day (#{hour_of_the_day}) is greater than 24')
+ # return false
+ #end
+
+ #starting_hour = hour_of_the_day - 1
+ #ending_hour = hour_of_the_day
+
+ #puts "*************************************************"
+ #puts "Starting Hour = #{starting_hour}"
+ #puts "Ending Hour = #{args["hour_#{1}_setpoint"]}"
+ #puts "*************************************************"
+
+ #push schedules to hash to avoid making unnecessary duplicates
+ clg_set_schs = {}
+
+
+ #get thermostats and setpoint schedules
+ thermostats = model.getThermostatSetpointDualSetpoints
+ thermostats.each do |thermostat|
+ #setup new cooling setpoint schedule
+ clg_set_sch = thermostat.coolingSetpointTemperatureSchedule
+ if not clg_set_sch.empty?
+ # clone of not alredy in hash
+ if clg_set_schs.has_key?(clg_set_sch.get.name.to_s)
+ clg_set_sch = clg_set_schs[clg_set_sch.get.name.to_s]
+ else
+ clg_set_sch = clg_set_sch.get
+ #add to the hash
+ clg_set_schs[clg_set_sch.name.to_s] = clg_set_sch
+ end
+ else
+ runner.registerWarning("Thermostat '#{thermostat.name.to_s}' doesn't have a cooling setpoint schedule")
+ end #end if not clg_set_sch.empty?
+ end #end thermostats.each do
+
+ #consider issuing a warning if the model has un-conditioned thermal zones (no ideal air loads or hvac)
+ zones = model.getThermalZones
+ zones.each do |zone|
+ # if you have a thermostat but don't have ideal air loads or zone equipment then issue a warning
+ if not zone.thermostatSetpointDualSetpoint.empty? and not zone.useIdealAirLoads and not zone.equipment.size > 0
+ runner.registerWarning("Thermal zone '#{zone.name.to_s}' has a thermostat but does not appear to be conditioned.")
+ end
+ end
+
+ # make cooling schedule adjustments and rename. Put in check to skip and warn if schedule not ruleset
+ clg_set_schs.each do |k,v| #old name and new object for schedule
+ if not v.to_ScheduleRuleset.empty?
+
+ #array to store profiles in
+ profiles = []
+ schedule = v.to_ScheduleRuleset.get
+ runner.registerInfo("Modifiying ScheduleRuleset #{schedule.name.to_s}")
+ puts ""
+ puts "Modifiying ScheduleRuleset #{schedule.name.to_s}"
+
+ #push default profiles to array
+ default_rule = schedule.defaultDaySchedule
+ profiles << default_rule
+
+ #push profiles to array
+ rules = schedule.scheduleRules
+ rules.each do |rule|
+ day_sch = rule.daySchedule
+ profiles << day_sch
+ end
+
+ # #add design days to array
+ # if alter_design_days == true
+ # summer_design = schedule.summerDesignDaySchedule
+ # winter_design = schedule.winterDesignDaySchedule
+ # profiles << summer_design
+ # #profiles << winter_design
+ # end
+
+ for jj in 1..24
+ starting_hour = jj-1
+ ending_hour = jj
+ profiles.each do |sch_day|
+ runner.registerInfo(" Modifiying ScheduleDay #{sch_day.name.to_s}")
+ puts ""
+ puts " Modifiying ScheduleDay #{sch_day.name.to_s}"
+
+ day_time_vector = sch_day.times
+ day_value_vector = sch_day.values
+ # puts day_time_vector
+ # puts day_value_vector
+ sch_day.clearValues
+
+ starting_hour_included = false
+ ending_hour_included = false
+
+ # determine if/where new data pairs need to be inserted
+ for i in 0..(day_time_vector.size - 1)
+ # get day time compenents
+ # day_time_day = day_time_vector[i].days
+ # runner.registerInfo("Date_time_day = #{day_time_day} for #{}")
+ # unless day_time_day == 0
+ # runner.registerError("Not expecting non-zero days value in schedule day #{sch_day.name}")
+ # return false
+ #end
+
+ day_time_day = day_time_vector[i].days
+ day_time_hour = day_time_vector[i].hours
+ day_time_min = day_time_vector[i].minutes
+ day_time_sec = day_time_vector[i].seconds
+ day_time = day_time_day*24.0 + day_time_hour.to_f + day_time_min.to_f/60.0 + day_time_sec.to_f/3600.0
+ puts ""
+ puts " Checking data pair: Time = #{day_time.round(2)}; Value = #{day_value_vector[i]}"
+
+ # add/edit data pairs as necessary
+ if day_time <= starting_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Starting hour (#{starting_hour})"
+ # pass data pair back in as is
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ if day_time == starting_hour
+ starting_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Starting hour (#{starting_hour})"
+ unless starting_hour_included
+ # add new data pair for starting hour
+ # setpoint value should be whatever next baseline setpoint value is
+ puts " Adding a Starting Hour data pair: Time = #{starting_hour}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(OpenStudio::Time.new(0,starting_hour.to_i,0,0), day_value_vector[i])
+ starting_hour_included = true
+ end
+ # determine if before or after ending hour
+ if day_time <= ending_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Ending hour (#{ending_hour})"
+ puts " Adding data pair with specified Cooling Setpoint: Time = #{day_time_vector[i]}; Value = #{args["hour_#{jj}_setpoint"]}"
+ # swap in setpoint value argument
+ sch_day.addValue(day_time_vector[i], day_value_vector[i]+args["hour_#{jj}_setpoint"])
+ if day_time == ending_hour
+ ending_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Ending hour (#{ending_hour})"
+ unless ending_hour_included
+ # add new data pair for ending hour
+ # setpoint value should be the setpoint value argument
+ puts " Adding an Ending Hour data pair with specified Cooling Setpoint: Time = #{ending_hour}; Value = #{args["hour_#{jj}_setpoint"]}"
+ # check for 24th hour case
+ unless ending_hour.to_f == 24
+ sch_day.addValue(OpenStudio::Time.new(0,ending_hour.to_i,0,0), day_value_vector[i]+args["hour_#{jj}_setpoint"])
+ else
+ sch_day.addValue(OpenStudio::Time.new(1,0,0,0), day_value_vector[i]+args["hour_#{jj}_setpoint"])
+ end
+ ending_hour_included = true
+ end
+ # pass data pair back in as is
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ end
+ end
+ end
+ end #end of profiles.each do
+ end
+ else
+ runner.registerWarning("Schedule '#{k}' isn't a ScheduleRuleset object and won't be altered by this measure.")
+ v.remove #remove un-used clone
+ end
+ end #end clg_set_schs.each do
+ return true
+ end
+end
+
+# register the measure to be used by the application
+AdjustmentOfCoolingSetpointsHourlydByDegreesCAllday.new.registerWithApplication
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.xml b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.xml
new file mode 100644
index 000000000..ff907a3d4
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.xml
@@ -0,0 +1,204 @@
+
+
+ 3.0
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday
+ b29bc61b-fe7b-40da-8dc1-92d556c657af
+ 470093fb-27cd-43cc-a4a1-e12bdfc30581
+ 20210114T002209Z
+ 68048E3B
+ AdjustmentOfCoolingSetpointsHourlydByDegreesCAllday
+ AdjustmentOfCoolingSetpointsHourlydByDegreesC_allday
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Schedules are for all day.
+ Cooling Setpoints Hourly adjustment to decrease or increase the cooling load for OpenDSS testin. Gets the default setpoint and asjusts it based on the user input. All day inputs.
+
+
+ hour_of_the_day
+ Hour of the Day
+ Hour of the Day for Specified Cooling Setpoint
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_1_setpoint
+ Hour 1 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_2_setpoint
+ Hour 2 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_3_setpoint
+ Hour 3 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_4_setpoint
+ Hour 4 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_5_setpoint
+ Hour 5 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_6_setpoint
+ Hour 6 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_7_setpoint
+ Hour 7 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+ hour_8_setpoint
+ Hour 8 Setpoint
+
+ Double
+
+ true
+ false
+
+
+
+
+
+
+
+
+ HVAC.HVAC Controls
+
+
+
+ Intended Software Tool
+ Apply Measure Now
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+ Measure Type
+ ModelMeasure
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+
+
+ LICENSE.md
+ md
+ license
+ CD7F5672
+
+
+ README.md.erb
+ erb
+ readmeerb
+ 703C9964
+
+
+ example_model.osm
+ osm
+ test
+ 53D14E69
+
+
+ adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday_test.rb
+ rb
+ test
+ 72D4C1CC
+
+
+
+ OpenStudio
+ 2.8.0
+ 2.8.0
+
+ measure.rb
+ rb
+ script
+ F3DB20B7
+
+
+ README.md
+ md
+ readme
+ 0B68E96D
+
+
+
+Unable to extract OpenStudio::Measure::OSMeasure object from C:/github_local/EE_DR_git/measure_directory_PAT/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/measure.rb. The script should contain a class that derives from OpenStudio::Measure::OSMeasure and should close with a line stating the class name followed by .new.registerWithApplication.
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday_test.rb b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday_test.rb
new file mode 100644
index 000000000..37372b8d1
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday_test.rb
@@ -0,0 +1,124 @@
+# insert your copyright here
+
+require 'openstudio'
+require 'openstudio/measure/ShowRunnerOutput'
+require 'minitest/autorun'
+require_relative '../measure.rb'
+require 'fileutils'
+
+class AdjustmentOfCoolingSetpointsHourlydByDegreesCTest < Minitest::Test
+ # def setup
+ # end
+
+ # def teardown
+ # end
+
+ def test_number_of_arguments_and_argument_names
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments and test that they are what we are expecting
+ arguments = measure.arguments(model)
+ assert_equal(1, arguments.size)
+ assert_equal('space_name', arguments[0].name)
+ end
+
+ def test_bad_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values
+ args_hash = {}
+ args_hash['space_name'] = ''
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Fail', result.value.valueName)
+ end
+
+ def test_good_argument_values
+ # create an instance of the measure
+ measure = AdjustmentOfCoolingSetpointsHourlydByDegreesC.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # load the test model
+ translator = OpenStudio::OSVersion::VersionTranslator.new
+ path = "#{File.dirname(__FILE__)}/example_model.osm"
+ model = translator.loadModel(path)
+ assert(!model.empty?)
+ model = model.get
+
+ # store the number of spaces in the seed model
+ num_spaces_seed = model.getSpaces.size
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values.
+ # If the argument has a default that you want to use, you don't need it in the hash
+ args_hash = {}
+ args_hash['space_name'] = 'New Space'
+ # using defaults values from measure.rb for other arguments
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Success', result.value.valueName)
+ assert(result.info.size == 1)
+ assert(result.warnings.empty?)
+
+ # check that there is now 1 space
+ assert_equal(1, model.getSpaces.size - num_spaces_seed)
+
+ # save the model to test output directory
+ output_file_path = "#{File.dirname(__FILE__)}//output/test_output.osm"
+ model.save(output_file_path, true)
+ end
+end
diff --git a/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/example_model.osm b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/example_model.osm
new file mode 100644
index 000000000..0bd6b18d6
--- /dev/null
+++ b/example_project/measures/adjustment_of_cooling_setpoints_hourlyd_by_degrees_c_allday/tests/example_model.osm
@@ -0,0 +1,8077 @@
+
+OS:Version,
+ {f19c731b-418b-4769-bbe8-2634b34ddb76}, !- Handle
+ 1.13.0; !- Version Identifier
+
+OS:SpaceType,
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Default Schedule Set Name
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Group Rendering Name
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Handle
+ Rendering Color 1, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8d653251-85b6-4f77-81d6-0d1ce4ea7ee7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights, !- Name
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Lights Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Handle
+ Office Bldg Light, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Default Day Schedule Name
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Summer Design Day Schedule Name
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Handle
+ Fraction, ! Name
+ 0, ! Lower Limit Value
+ 1, ! Upper Limit Value
+ CONTINUOUS; ! Numeric Type
+
+OS:Schedule:Day,
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Handle
+ Office Bldg Light Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Handle
+ Office Bldg Light Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}, ! Handle
+ Office Bldg Light Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {101bb6fc-d0fc-4dd5-b953-30be7362193e}, ! Handle
+ Office Bldg Light Rule 1, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Handle
+ Office Bldg Light Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e5799452-8d36-4739-a94b-184f22c15de0}, ! Handle
+ Office Bldg Light Rule 2, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Handle
+ Office Bldg Light Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {33239cd1-ad9a-4eea-84a8-7128e0617789}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People, !- Name
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- People Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Handle
+ Office Misc Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Default Day Schedule Name
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Summer Design Day Schedule Name
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Handle
+ Office Bldg Occ Default Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 20, !- Hour 4
+ 0, !- Minute 4
+ 0.400000005960464, !- Value Until Time 4
+ 22, !- Hour 5
+ 0, !- Minute 5
+ 0.100000001490116, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.0500000007450581; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Handle
+ Office Bldg Occ Summer Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}, ! Handle
+ Office Bldg Occ Winter Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {3ca2483c-714c-4d0d-8b7c-5f4a9c2b67c5}, ! Handle
+ Office Misc Occ Rule 1, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {05c99778-2bec-4bcf-b23a-afcb3628f061}, ! Handle
+ Office Misc Occ Rule 2, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.25, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, ! Handle
+ Office Activity, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Default Day Schedule Name
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Summer Design Day Schedule Name
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, !- Handle
+ ActivityLevel, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Handle
+ Office Activity Default Schedule, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Handle
+ Office Activity Summer Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}, ! Handle
+ Office Activity Winter Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d11f3814-047f-4553-8741-be6dbd4a756d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Infiltration, !- Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Handle
+ Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Default Day Schedule Name
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Summer Design Day Schedule Name
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Handle
+ Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Handle
+ Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}, ! Handle
+ Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {4574f359-1b04-4a98-ab13-df5e80f66af0}, ! Handle
+ Office Infil Quarter On Rule 1, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Handle
+ Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {dffe30c1-3c56-49c5-a8f7-647f7d37a109}, ! Handle
+ Office Infil Quarter On Rule 2, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Handle
+ Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {077ed202-9856-487a-81f9-2b33f6ef021d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment, !- Name
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Electric Equipment Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Handle
+ Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Default Day Schedule Name
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Summer Design Day Schedule Name
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Handle
+ Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Handle
+ Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}, ! Handle
+ Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bce5d209-6925-4d7c-8dc5-3f357b764d6c}, ! Handle
+ Office Bldg Equip Rule 1, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Handle
+ Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1949d113-007e-43de-9be2-ba191485735a}, ! Handle
+ Office Bldg Equip Rule 2, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Handle
+ Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {57716514-0d5c-4f76-8108-73a8ef55c74a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Handle
+ Medium Office HtgSetp, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Default Day Schedule Name
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Summer Design Day Schedule Name
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, !- Handle
+ Temperature 36, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Handle
+ Medium Office HtgSetp Default Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Handle
+ Medium Office HtgSetp Summer Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}, ! Handle
+ Medium Office HtgSetp Winter Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {868baa5f-da01-445a-994f-6c6787547ea5}, ! Handle
+ Medium Office HtgSetp Rule 1, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Handle
+ Medium Office HtgSetp Rule 1 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0641d0ff-4231-421a-9389-7b82524a19ba}, ! Handle
+ Medium Office HtgSetp Rule 2, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Handle
+ Medium Office HtgSetp Rule 2 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Handle
+ Medium Office ClgSetp, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Default Day Schedule Name
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Summer Design Day Schedule Name
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, !- Handle
+ Temperature 37, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Handle
+ Medium Office ClgSetp Default Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Handle
+ Medium Office ClgSetp Summer Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}, ! Handle
+ Medium Office ClgSetp Winter Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {68812eb9-619d-47e2-bd4b-4e3b8987011c}, ! Handle
+ Medium Office ClgSetp Rule 1, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Handle
+ Medium Office ClgSetp Rule 1 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0b596ac5-df32-47fa-8cdd-b434dd223a94}, ! Handle
+ Medium Office ClgSetp Rule 2, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Handle
+ Medium Office ClgSetp Rule 2 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Default Schedule Set Name
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Group Rendering Name
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Handle
+ Rendering Color 2, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f1628569-1691-49f0-9348-f92fa25bb1b6}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights, !- Name
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Lights Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5c410b4a-537a-47b7-b730-dc303931c19c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People, !- Name
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- People Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Handle
+ Office Work Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Default Day Schedule Name
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Summer Design Day Schedule Name
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Handle
+ Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.850000023841858, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.850000023841858, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.699999988079071, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.400000005960464, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.100000001490116, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.0500000007450581; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Handle
+ Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}, ! Handle
+ Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e25b5fd5-a9e4-4894-a08b-fc27dee95ca0}, ! Handle
+ Office Work Occ Rule 1, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {692294cd-2074-417d-bc31-c3d45f3473c8}, ! Handle
+ Office Work Occ Rule 2, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.400000005960464, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {238b2c42-2ac7-458f-861b-9b2e338631c9}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Infiltration, !- Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {bb93da29-6686-468f-b8e1-c0e981827eae}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment, !- Name
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Electric Equipment Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b27de14f-0cdf-4395-80f3-859d49e9b403}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Default Schedule Set Name
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Group Rendering Name
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Handle
+ Rendering Color 3, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {277ed265-0401-47f6-8de3-56cb05b9fea5}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights, !- Name
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Lights Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {8e273f12-7404-4658-8039-d1b0d9e7d0e1}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People, !- Name
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- People Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {de1ea70d-57dc-4928-a47f-57f514ec3603}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Infiltration, !- Name
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {980641d4-cbda-4a28-868d-304978627e4f}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment, !- Name
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Electric Equipment Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9c5a236d-b8fa-4e61-a6d6-5ef82442b61b}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Default Schedule Set Name
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Group Rendering Name
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Handle
+ Rendering Color 4, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {97345961-c39c-4800-be47-fd365cf09579}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights, !- Name
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Lights Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {7f505a51-9e01-4f8c-ae6b-eb3a985187f9}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People, !- Name
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- People Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d288d3ec-bb21-459b-96e3-62f849faafec}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Infiltration, !- Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {f21b9dab-a69e-476b-96be-93f1f5fee1c6}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment, !- Name
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Electric Equipment Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {52549264-a360-4f7a-971d-ec4f2499546a}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Default Schedule Set Name
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Group Rendering Name
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Handle
+ Rendering Color 5, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8de70c6d-3c20-4a5a-95f3-70ab2a37759d}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights, !- Name
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Lights Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6e96cbfa-7560-4e78-aa8c-239431fd271e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Infiltration, !- Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b17982ba-d5dd-42bf-8d61-12b8c10eee84}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment, !- Name
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Electric Equipment Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8635cc8-deee-4e85-815b-ff7f42668c83}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Default Schedule Set Name
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Group Rendering Name
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Handle
+ Rendering Color 6, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1c9042b5-d85b-4aa1-b403-f1f57ffa5e80}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights, !- Name
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Lights Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e08e98a-89ff-440c-98ff-477b7c3fbca4}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People, !- Name
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- People Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {f3738484-ddae-4171-9149-4056023e0061}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Infiltration, !- Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d754310d-f9d1-4b56-8a61-4d2a167b0f57}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment, !- Name
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Electric Equipment Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7669758f-56e6-4440-9266-ef142961841f}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Default Schedule Set Name
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Group Rendering Name
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Handle
+ Rendering Color 7, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {28cb410d-135d-49f1-b23c-6218793a6744}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights, !- Name
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Lights Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {c9c2acc5-e4d4-49b4-9a7e-94cae06ac406}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People, !- Name
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- People Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {61535505-edb5-4881-9380-6ceb9c94ccaa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Infiltration, !- Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {9bdcf653-9208-444f-abd4-40bc6d797f8a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment, !- Name
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Electric Equipment Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f63de19d-9cf2-4162-bf2f-bdb7fddc1b7d}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Default Schedule Set Name
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Group Rendering Name
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Handle
+ Rendering Color 8, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1b233aa2-884a-4b12-bd88-76092f6d2267}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights, !- Name
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Lights Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {30d60591-72de-4494-afc4-000c9be76f8b}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People, !- Name
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- People Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ef0be415-7a7a-4be9-895a-fefe67ce5d3e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Infiltration, !- Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {1e0e1e3c-6473-41c2-ace8-efda06663fe0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment, !- Name
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Electric Equipment Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b88ada7e-5b66-4c29-8b49-7f9040c59933}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Building,
+ {f73b031c-bb31-4fa0-ad96-2e9846c4d752}, !- Handle
+ Building 1, !- Name
+ , !- Building Sector Type
+ , !- North Axis {deg}
+ , !- Nominal Floor to Floor Height {m}
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space Type Name
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Standards Number of Stories
+ , !- Standards Number of Above Ground Stories
+ , !- Standards Building Type
+ , !- Standards Number of Living Units
+ , !- Relocatable
+ ; !- Nominal Floor to Ceiling Height {m}
+
+OS:SpaceType,
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Default Schedule Set Name
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Group Rendering Name
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Handle
+ Rendering Color 9, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1979f9cd-f801-4f74-b848-c88f17dc5b44}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights, !- Name
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Lights Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {673d36c1-b361-47e7-9007-e4e91432cb81}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People, !- Name
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- People Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {e520996e-cb4e-4946-ae4e-12637ab956f9}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Infiltration, !- Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {13850150-ad18-438c-906d-18f8cabcbdf5}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment, !- Name
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Electric Equipment Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {cb7fb571-b062-476f-8b81-9ee2aa7be729}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Default Schedule Set Name
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Group Rendering Name
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Handle
+ Rendering Color 10, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3120c45b-328a-43ca-b763-11e879fb3a84}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights, !- Name
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Lights Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4bd834f4-5ae4-4146-8dbd-c600ee119692}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People, !- Name
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- People Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6d0ceae2-80c3-45c0-a634-2929c8a56678}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Infiltration, !- Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {569209c0-ef8b-44f5-9f86-048af1de9fa7}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment, !- Name
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Electric Equipment Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {36f7e68a-a20c-471b-b929-d4756cba022f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Default Schedule Set Name
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Group Rendering Name
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Handle
+ Rendering Color 11, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3637974c-a21a-4d9a-9a86-de0b34a41576}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights, !- Name
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Lights Definition Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b55008d6-57ec-4a59-853d-dc295ea83be3}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Infiltration, !- Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {8f2a6abe-ef82-4cf6-9a19-42526787c24e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Default Schedule Set Name
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Group Rendering Name
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Handle
+ Rendering Color 12, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {99c236b6-e588-4c3f-ae8e-98f257807e7c}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights, !- Name
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Lights Definition Name
+ {355570b9-3696-4442-903b-449be8ccf16a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {76e2e858-0e95-49d7-a5bd-46ff2e7bf75b}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Infiltration, !- Name
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8e65471-7105-4908-ae0b-ec42ae5587b5}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Default Schedule Set Name
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Group Rendering Name
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Handle
+ Rendering Color 13, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {57f0532e-f17a-45d3-879e-193fae9dc176}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights, !- Name
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Lights Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d9509edb-bd80-4225-9ee6-523bf74d5bee}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People, !- Name
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- People Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {426c18b5-7d3a-4579-b2a8-8e385458dd11}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Infiltration, !- Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {cecff4bf-5467-4b34-a941-9654b489181d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment, !- Name
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Electric Equipment Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {de4444a1-34f5-4cf5-ac22-7469b7be466d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Default Schedule Set Name
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Group Rendering Name
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Handle
+ Rendering Color 14, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {63218795-4f24-43ea-9e63-a6d83e1e86a3}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights, !- Name
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Lights Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Handle
+ Large Office Bldg Light, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Default Day Schedule Name
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Summer Design Day Schedule Name
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, !- Handle
+ Fractional, !- Name
+ 0, !- Lower Limit Value
+ 1, !- Upper Limit Value
+ Continuous; !- Numeric Type
+
+OS:Schedule:Day,
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Handle
+ Large Office Bldg Light Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Handle
+ Large Office Bldg Light Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}, ! Handle
+ Large Office Bldg Light Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {5d2442a3-7cb6-411b-a86e-540208ced37c}, ! Handle
+ Large Office Bldg Light Rule 1, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Handle
+ Large Office Bldg Light Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {91e4e221-38d2-42cf-bbac-5d4e5f7fa888}, ! Handle
+ Large Office Bldg Light Rule 2, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Handle
+ Large Office Bldg Light Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4615604a-bd1a-474d-91be-9f075c13bd9a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People, !- Name
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- People Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Handle
+ Large Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Default Day Schedule Name
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Summer Design Day Schedule Name
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Handle
+ Large Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Handle
+ Large Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}, ! Handle
+ Large Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37f5d46d-389f-4543-b8e4-84f4c2e10716}, ! Handle
+ Large Office Bldg Occ Rule 1, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Handle
+ Large Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9ffe8f16-2513-43ec-8c59-17bafcf21414}, ! Handle
+ Large Office Bldg Occ Rule 2, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Handle
+ Large Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {264acba7-523a-484e-8e51-ae85870ba167}, ! Handle
+ Large Office Activity, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Default Day Schedule Name
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Summer Design Day Schedule Name
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, !- Handle
+ ActivityLevel 5, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Handle
+ Large Office Activity Default Schedule, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Handle
+ Large Office Activity Summer Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}, ! Handle
+ Large Office Activity Winter Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {90014069-9853-4f75-becd-f17e7166df17}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Infiltration, !- Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Handle
+ Large Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Default Day Schedule Name
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Summer Design Day Schedule Name
+ {694259ab-6cad-41eb-8340-268853e99403}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Handle
+ Large Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Handle
+ Large Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {694259ab-6cad-41eb-8340-268853e99403}, ! Handle
+ Large Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {6bcd70a7-2c48-43af-b1d9-a1d8959caf3f}, ! Handle
+ Large Office Infil Quarter On Rule 1, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Handle
+ Large Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {342d2dd4-2b6e-46cd-a552-c5fd1e99b43f}, ! Handle
+ Large Office Infil Quarter On Rule 2, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Handle
+ Large Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {896f52d4-b30e-46c3-b809-17a91eb06105}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment, !- Name
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Electric Equipment Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Handle
+ Large Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Default Day Schedule Name
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Summer Design Day Schedule Name
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Handle
+ Large Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Handle
+ Large Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}, ! Handle
+ Large Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {15242b3b-46fd-486a-bb69-10058bd0409e}, ! Handle
+ Large Office Bldg Equip Rule 1, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Handle
+ Large Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {01ed547e-670b-40a5-85bb-225ebec0397e}, ! Handle
+ Large Office Bldg Equip Rule 2, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Handle
+ Large Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2e5bfd45-be53-46a2-a1be-badb1d1f9ae8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Handle
+ Large Office HtgSetp, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Default Day Schedule Name
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Summer Design Day Schedule Name
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, !- Handle
+ Temperature 3, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Handle
+ Large Office HtgSetp Default Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Handle
+ Large Office HtgSetp Summer Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}, ! Handle
+ Large Office HtgSetp Winter Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4f682768-9ffb-4e7c-9e74-78813fdc32a0}, ! Handle
+ Large Office HtgSetp Rule 1, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Handle
+ Large Office HtgSetp Rule 1 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f80fc661-2858-4988-ada5-e6c492332983}, ! Handle
+ Large Office HtgSetp Rule 2, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Handle
+ Large Office HtgSetp Rule 2 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Handle
+ Large Office ClgSetp, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Default Day Schedule Name
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Summer Design Day Schedule Name
+ {30c08a39-528f-426d-bc84-48cf54111147}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, !- Handle
+ Temperature 5, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Handle
+ Large Office ClgSetp Default Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Handle
+ Large Office ClgSetp Summer Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {30c08a39-528f-426d-bc84-48cf54111147}, ! Handle
+ Large Office ClgSetp Winter Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37df0d56-4bba-4227-8d69-9607a686014f}, ! Handle
+ Large Office ClgSetp Rule 1, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Handle
+ Large Office ClgSetp Rule 1 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {ccb2ba27-b2d6-4f5f-b02b-091c4def877f}, ! Handle
+ Large Office ClgSetp Rule 2, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Handle
+ Large Office ClgSetp Rule 2 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Default Schedule Set Name
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Group Rendering Name
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Handle
+ Rendering Color 15, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a5f0d2c1-e014-479a-8f1b-3ebac3e265e4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights, !- Name
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Lights Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {58a62980-ba6f-4bad-9e5d-fdacc8096f52}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People, !- Name
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- People Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Handle
+ Medium Office Bldg Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Default Day Schedule Name
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Summer Design Day Schedule Name
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Handle
+ Medium Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Handle
+ Medium Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}, ! Handle
+ Medium Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {7b4107cc-3c92-4323-a753-015efc68bcc2}, ! Handle
+ Medium Office Bldg Occ Rule 1, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Handle
+ Medium Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4d201951-02b0-433c-8e17-deb2b0409886}, ! Handle
+ Medium Office Bldg Occ Rule 2, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Handle
+ Medium Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {4401923f-7369-4704-af97-5f02eccc07c4}, ! Handle
+ Medium Office Activity, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Default Day Schedule Name
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Summer Design Day Schedule Name
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, !- Handle
+ ActivityLevel 13, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Handle
+ Medium Office Activity Default Schedule, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Handle
+ Medium Office Activity Summer Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}, ! Handle
+ Medium Office Activity Winter Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {eeedf250-2cf8-460c-88a9-6a3cf6835b8d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Infiltration, !- Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Handle
+ Medium Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Default Day Schedule Name
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Summer Design Day Schedule Name
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Handle
+ Medium Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Handle
+ Medium Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}, ! Handle
+ Medium Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {61abaf03-1521-4e72-a32f-0622572b46df}, ! Handle
+ Medium Office Infil Quarter On Rule 1, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Handle
+ Medium Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bf208a98-b7ef-4dbb-957d-53cf720abf70}, ! Handle
+ Medium Office Infil Quarter On Rule 2, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Handle
+ Medium Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {92bed684-e409-4e09-8f9b-036a79bdc3c6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment, !- Name
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Electric Equipment Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Handle
+ Medium Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Default Day Schedule Name
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Summer Design Day Schedule Name
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Handle
+ Medium Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Handle
+ Medium Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}, ! Handle
+ Medium Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f0c7f526-21ef-4f5e-8c3d-b4e15c5fdad7}, ! Handle
+ Medium Office Bldg Equip Rule 1, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Handle
+ Medium Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4faf6bd3-ebb1-47fb-8f59-6dfe65f49500}, ! Handle
+ Medium Office Bldg Equip Rule 2, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Handle
+ Medium Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c8f1b66-79b0-4494-bb62-0e6ab336934b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Default Schedule Set Name
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Group Rendering Name
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Handle
+ Rendering Color 16, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {453c5932-0aee-459f-ac1d-0563be79832e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights, !- Name
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Lights Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d10bfc0d-d823-4de2-8ad6-a13acf3eb5e9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People, !- Name
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- People Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Handle
+ Small Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Default Day Schedule Name
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Summer Design Day Schedule Name
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Handle
+ Small Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Handle
+ Small Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}, ! Handle
+ Small Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f5e8f265-336a-4040-bc3d-908d04e76726}, ! Handle
+ Small Office Bldg Occ Rule 1, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Handle
+ Small Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1ac935c1-7df7-46c6-a2c5-b2a40bc3fc36}, ! Handle
+ Small Office Bldg Occ Rule 2, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Handle
+ Small Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.29999999999999999, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, ! Handle
+ Small Office Activity, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Default Day Schedule Name
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Summer Design Day Schedule Name
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, !- Handle
+ ActivityLevel 12, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Handle
+ Small Office Activity Default Schedule, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Handle
+ Small Office Activity Summer Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}, ! Handle
+ Small Office Activity Winter Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {1e027a7c-c27f-4a3d-8cdf-0828601a4f05}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Infiltration, !- Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Handle
+ Small Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Default Day Schedule Name
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Summer Design Day Schedule Name
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Handle
+ Small Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Handle
+ Small Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}, ! Handle
+ Small Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {3e76f500-a8e5-4299-95bc-7ccf11473b72}, ! Handle
+ Small Office Infil Quarter On Rule 1, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Handle
+ Small Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {6f8f3c1b-5f33-40ba-b7d5-604c0832baea}, ! Handle
+ Small Office Infil Quarter On Rule 2, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Handle
+ Small Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {37b7d99c-9391-4952-b185-a511e62b7beb}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment, !- Name
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Electric Equipment Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Handle
+ Small Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Default Day Schedule Name
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Summer Design Day Schedule Name
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Handle
+ Small Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.4; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Handle
+ Small Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}, ! Handle
+ Small Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {b33de88d-7022-4f25-b0bc-864df53b8778}, ! Handle
+ Small Office Bldg Equip Rule 1, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Handle
+ Small Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {d64a5d87-6660-4767-a721-b98c22ca221a}, ! Handle
+ Small Office Bldg Equip Rule 2, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Handle
+ Small Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {0488857a-ac36-457e-bf08-09bfa412ba46}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Handle
+ Small Office HtgSetp, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Default Day Schedule Name
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Summer Design Day Schedule Name
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, !- Handle
+ Temperature 11, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Handle
+ Small Office HtgSetp Default Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Handle
+ Small Office HtgSetp Summer Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}, ! Handle
+ Small Office HtgSetp Winter Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {59307f1f-95bc-49ae-b50e-42836a04e0cc}, ! Handle
+ Small Office HtgSetp Rule 1, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Handle
+ Small Office HtgSetp Rule 1 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9847a62b-fb76-4ab8-9344-f3f532928c11}, ! Handle
+ Small Office HtgSetp Rule 2, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Handle
+ Small Office HtgSetp Rule 2 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Handle
+ Small Office ClgSetp, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Default Day Schedule Name
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Summer Design Day Schedule Name
+ {2103cebf-d42f-4cd2-b503-7600479676a2}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {c998de07-a854-476f-88ee-694f57ede232}, !- Handle
+ Temperature 4, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Handle
+ Small Office ClgSetp Default Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Handle
+ Small Office ClgSetp Summer Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2103cebf-d42f-4cd2-b503-7600479676a2}, ! Handle
+ Small Office ClgSetp Winter Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {40345165-334a-485e-87cf-103e70023132}, ! Handle
+ Small Office ClgSetp Rule 1, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Handle
+ Small Office ClgSetp Rule 1 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0972da99-d044-41cb-8d26-0439235fb34a}, ! Handle
+ Small Office ClgSetp Rule 2, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Handle
+ Small Office ClgSetp Rule 2 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Default Schedule Set Name
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Group Rendering Name
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Handle
+ Rendering Color 17, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {4a230733-41f5-4ca6-96e0-5e44748f7df4}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights, !- Name
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Lights Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5a10a8e5-74eb-41b6-8300-8c614f3cd681}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People, !- Name
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- People Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6eb84b2f-973d-476e-b524-53b69c751752}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Infiltration, !- Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {e641d016-e7d6-4890-957c-3de2b21a699a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment, !- Name
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Electric Equipment Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {92dbe6d3-c9b9-43fc-90c3-a06b5ec93169}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Default Schedule Set Name
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Group Rendering Name
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Handle
+ Rendering Color 18, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {e6b87a14-1e18-49c7-85c2-84f072c938b2}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights, !- Name
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Lights Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {283ae026-2477-4529-bb38-02c7e6065076}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People, !- Name
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- People Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b655059c-3ce9-4b49-a0db-160442a03540}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Infiltration, !- Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {0f379c88-6f89-4030-bc79-090ef24b986e}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment, !- Name
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Electric Equipment Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6b3eff15-c2f8-4f87-9fe3-6f7c3004ea5f}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Default Schedule Set Name
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Group Rendering Name
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Handle
+ Rendering Color 19, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {86c2e905-536c-4838-bf48-8aa4aebef755}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights, !- Name
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Lights Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {884b2aa3-62fe-4d6a-b8ec-c19497fc7da8}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People, !- Name
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- People Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {23919b1f-4940-4b68-b1a0-5e68c2d5b78d}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Infiltration, !- Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {7ecb1b95-ffa4-4c84-b1e4-cf8c033ce8f7}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment, !- Name
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Electric Equipment Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {541fa24b-ddf2-4edf-83d9-2bed06917add}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Default Schedule Set Name
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Group Rendering Name
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Handle
+ Rendering Color 20, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {fed0a7aa-9bc2-4d98-bc74-465b35a409d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights, !- Name
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Lights Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {42ce457e-2d95-4fe6-9cda-f5042dea1c96}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- People Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ca37d410-b9c7-4e62-b5ca-b87627a332cc}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Infiltration, !- Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {01d044ce-7e19-4288-a75a-77fc975d40d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment, !- Name
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Electric Equipment Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3bdf0199-3196-4d00-9272-a3b137675d31}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Default Schedule Set Name
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Group Rendering Name
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Handle
+ Rendering Color 21, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {d0fd0a9a-f35d-4f92-b9b5-cc437f048b81}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights, !- Name
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Lights Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {5886568b-d637-4e9b-b7c1-0d6b0bcc8fc9}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Infiltration, !- Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2d527502-0ea9-4d22-9420-1faee6f46df3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment, !- Name
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Electric Equipment Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {bc8bbc76-ab44-4992-ad1d-80d2dbc7e77e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Default Schedule Set Name
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Group Rendering Name
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Handle
+ Rendering Color 22, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {9d45cbfa-f2ce-4490-bfe6-9ea2b0ef403d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights, !- Name
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Lights Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e12ef15-0acb-4a55-95a0-2260cf7ad1a8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People, !- Name
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- People Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {06f80535-6c1b-4be5-8e24-e2f246b425c8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Infiltration, !- Name
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {23c00582-f748-4c1b-916b-1fa5c7686d7d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment, !- Name
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Electric Equipment Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {d067df76-cf76-4cf6-aa35-0cbb12b8656a}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Default Schedule Set Name
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Group Rendering Name
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Handle
+ Rendering Color 23, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {44ac18e1-7275-4b3a-b218-7e2e176f1a73}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights, !- Name
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Lights Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d1894ae1-fe0a-4638-8df5-d20ee93f1533}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People, !- Name
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- People Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d815095f-6e93-44e7-9812-f55b6c2aef2e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Infiltration, !- Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {24778cfb-5eee-4ddc-902b-a11bb0bfef66}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment, !- Name
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Electric Equipment Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3fabcd0e-e1a5-4e00-9e23-9e19d5c555d9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Default Schedule Set Name
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Group Rendering Name
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Handle
+ Rendering Color 24, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a396c5cc-c22f-42c9-be8e-af3d54d54456}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights, !- Name
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Lights Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {6b5422a3-490d-4e08-a37c-480ec55d22f6}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People, !- Name
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- People Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {9f99f28a-55da-49b7-9354-17ccfd3b33e0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Infiltration, !- Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {8470e1c3-c0bc-4712-81bc-3382735de5cb}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment, !- Name
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Electric Equipment Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {847f379b-0ddb-4308-a125-44b06cceb0c0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Default Schedule Set Name
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Group Rendering Name
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Handle
+ Rendering Color 25, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {c7396387-ee02-4cbd-bb73-db5af92230bf}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights, !- Name
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Lights Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {89b76b4c-73be-47ed-9bf0-d29a5d09beee}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People, !- Name
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- People Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {68e0ada3-23ed-42e8-881a-ad68ae78ba59}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Infiltration, !- Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {47ea6833-7452-423c-b11a-cdcdc6e894f7}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment, !- Name
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Electric Equipment Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9a24efdb-aaf9-4caf-8ef9-e063f557395c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Default Schedule Set Name
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Group Rendering Name
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Handle
+ Rendering Color 26, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {369dc730-3d03-40c8-8ea1-7783c58a58ef}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights, !- Name
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Lights Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {de991af8-6b18-4490-9be9-307feba43cd2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People, !- Name
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- People Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {efad6973-728f-404e-84ce-bf89300a55cd}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Infiltration, !- Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {36815876-83bd-4fa7-ad65-9cfc31a60c5d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment, !- Name
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Electric Equipment Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {ec97771e-4971-46b0-91e9-3785d44f364f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Default Schedule Set Name
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Group Rendering Name
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Handle
+ Rendering Color 27, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {086e0aa7-9716-40a1-ad9a-9e539b32999b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights, !- Name
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Lights Definition Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {2584ae7a-711d-473c-96df-a3bb8f824179}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Infiltration, !- Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {e23342a6-14bf-4244-a12e-b8f3f6c04563}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Default Schedule Set Name
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Group Rendering Name
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Handle
+ Rendering Color 28, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f096f7ac-09c0-4f85-8905-690dca9182e1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights, !- Name
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Lights Definition Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {a7ac93a3-1fc2-4daa-82df-d9b5ba2a505e}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Infiltration, !- Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6ae2b2b8-720b-4eaf-8895-80b1f0753cad}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Default Schedule Set Name
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Group Rendering Name
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Handle
+ Rendering Color 29, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {40216c47-a5be-4b81-9ebe-654734752677}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights, !- Name
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Lights Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {281a8e29-5aab-4167-83d6-3d9fe2313cd8}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People, !- Name
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- People Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b9453158-d790-4fab-b5ae-0e40fc0505ce}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Infiltration, !- Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {eddb3a2b-a77b-4511-9cb5-b14f74a42d15}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment, !- Name
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Electric Equipment Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c78a447-312c-4c28-b3aa-6da71f9cf8d3}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Default Schedule Set Name
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Group Rendering Name
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Handle
+ Rendering Color 30, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {b303525b-5f5d-4c4d-b9b8-65dd3f84b284}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights, !- Name
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Lights Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {03f6b94b-31fa-4bf8-8d80-15daaf19f543}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People, !- Name
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- People Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {78e4e1af-4f99-4e7e-a352-e31956fd36bf}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Infiltration, !- Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2b65f72d-8ebb-4261-9f95-737986f7c212}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment, !- Name
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Electric Equipment Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2829a6a3-d557-49c2-883a-6f3c5888d3dc}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Default Schedule Set Name
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Group Rendering Name
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Handle
+ Rendering Color 31, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3f8dcdaf-a8d7-44f4-9031-8174616a0a98}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights, !- Name
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Lights Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {3c49975f-c212-45d2-acc5-def109da8abd}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People, !- Name
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- People Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {df024ec1-be72-4029-a6ce-a7a769ef9e4d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Infiltration, !- Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d39e66d5-58ca-4811-aff8-b5c8352cd6ce}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment, !- Name
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Electric Equipment Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {125be356-b9df-4681-bbaa-d4c8cacde878}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Default Schedule Set Name
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Group Rendering Name
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Handle
+ Rendering Color 32, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {ee01b7ab-7d60-4088-8e4b-98136df7f22f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights, !- Name
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Lights Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {adf7594e-c7bc-44e3-8611-369b76c12e69}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People, !- Name
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- People Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {181313d1-1146-4ec1-a3a2-fbbeceebc667}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Infiltration, !- Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b623d4f8-3118-49ac-bc0d-3c98d880b97c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment, !- Name
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Electric Equipment Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7d3d60df-38bd-402a-8cc6-cb780862d808}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:DefaultConstructionSet,
+ {4526526b-2bc4-45b3-b597-da3d92ad09a1}, !- Handle
+ 189.1-2009 - CZ1 - Office, !- Name
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Default Exterior Surface Constructions Name
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Default Interior Surface Constructions Name
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Default Ground Contact Surface Constructions Name
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Default Exterior SubSurface Constructions Name
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Handle
+ Default Surface Constructions 1, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Wall Construction Name
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Handle
+ ExtSlabCarpet 4in ClimateZone 1-8, !- Name
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Surface Rendering Name
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Layer 1
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {be48e1b7-5a23-4b52-b581-d47874f332d0}, !- Handle
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Construction Name
+ ExteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Handle
+ MAT-CC05 4 HW CONCRETE, !- Name
+ Rough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 1.311, !- Conductivity {W/m-K}
+ 2240, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.85, !- Solar Absorptance
+ 0.85; !- Visible Absorptance
+
+OS:Material:NoMass,
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}, !- Handle
+ CP02 CARPET PAD, !- Name
+ Smooth, !- Roughness
+ 0.1, !- Thermal Resistance {m2-K/W}
+ 0.9, !- Thermal Absorptance
+ 0.8, !- Solar Absorptance
+ 0.8; !- Visible Absorptance
+
+OS:Construction,
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 1, !- Name
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {c35bdbe1-9364-40c4-a088-3593de04f1fd}, !- Handle
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Handle
+ 1IN Stucco, !- Name
+ Smooth, !- Roughness
+ 0.0253, !- Thickness {m}
+ 0.691799999999999, !- Conductivity {W/m-K}
+ 1858, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.92, !- Solar Absorptance
+ 0.92; !- Visible Absorptance
+
+OS:Material,
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Handle
+ 8IN Concrete HW, !- Name
+ MediumRough, !- Roughness
+ 0.2033, !- Thickness {m}
+ 1.72959999999999, !- Conductivity {W/m-K}
+ 2242.99999999999, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.65, !- Solar Absorptance
+ 0.65; !- Visible Absorptance
+
+OS:Material,
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Handle
+ Wall Insulation [31], !- Name
+ MediumRough, !- Roughness
+ 0.0337000000000001, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Material,
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}, !- Handle
+ 1/2IN Gypsum, !- Name
+ Smooth, !- Roughness
+ 0.0127, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 784.9, !- Density {kg/m3}
+ 830.000000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Construction,
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 1, !- Name
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {8077a8bc-469c-4708-9d1e-1a587be91ef0}, !- Handle
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Handle
+ Roof Membrane, !- Name
+ VeryRough, !- Roughness
+ 0.0095, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 1121.29, !- Density {kg/m3}
+ 1460, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Handle
+ Roof Insulation [18], !- Name
+ MediumRough, !- Roughness
+ 0.1693, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}, !- Handle
+ Metal Decking, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Handle
+ Default Surface Constructions 2, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Handle
+ Interior Floor, !- Name
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Surface Rendering Name
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {663cbab6-e62e-4117-aefb-5a2c9b9cd1b3}, !- Handle
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Construction Name
+ InteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Handle
+ F16 Acoustic tile, !- Name
+ MediumSmooth, !- Roughness
+ 0.0191, !- Thickness {m}
+ 0.06, !- Conductivity {W/m-K}
+ 368, !- Density {kg/m3}
+ 590.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.3, !- Solar Absorptance
+ 0.3; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Handle
+ F05 Ceiling air space resistance, !- Name
+ 0.18; !- Thermal Resistance {m2-K/W}
+
+OS:Material,
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Handle
+ M11 100mm lightweight concrete, !- Name
+ MediumRough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 0.53, !- Conductivity {W/m-K}
+ 1280, !- Density {kg/m3}
+ 840.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Handle
+ Interior Wall, !- Name
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Surface Rendering Name
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Layer 1
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Layer 2
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {bf9c6bdf-1d79-4160-843a-67a65bd63099}, !- Handle
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Construction Name
+ InteriorWall, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Handle
+ G01a 19mm gypsum board, !- Name
+ MediumSmooth, !- Roughness
+ 0.019, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 800, !- Density {kg/m3}
+ 1090, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Handle
+ F04 Wall air space resistance, !- Name
+ 0.15; !- Thermal Resistance {m2-K/W}
+
+OS:Construction,
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Handle
+ Interior Ceiling, !- Name
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Surface Rendering Name
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {ebe3b12b-5ab0-4ea3-a460-6d15ad1d838c}, !- Handle
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Construction Name
+ InteriorCeiling, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultSurfaceConstructions,
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Handle
+ Default Surface Constructions 3, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Handle
+ Default Sub Surface Constructions 1, !- Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Fixed Window Construction Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 1, !- Name
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Surface Rendering Name
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {2f79b030-385e-4a8e-9611-a6086da78f3b}, !- Handle
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}, !- Handle
+ Theoretical Glass [167], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2374, !- Solar Transmittance at Normal Incidence
+ 0.7126, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.985, !- Front Side Infrared Hemispherical Emissivity
+ 0.985, !- Back Side Infrared Hemispherical Emissivity
+ 2.1073, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:Construction,
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Handle
+ Exterior Door, !- Name
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Surface Rendering Name
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Layer 1
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {8360869b-2b70-474f-bade-2c09b27cfba6}, !- Handle
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Construction Name
+ ExteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Handle
+ F08 Metal surface, !- Name
+ Smooth, !- Roughness
+ 0.0008, !- Thickness {m}
+ 45.2800000000001, !- Conductivity {W/m-K}
+ 7823.99999999999, !- Density {kg/m3}
+ 500, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}, !- Handle
+ I01 25mm insulation board, !- Name
+ MediumRough, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.03, !- Conductivity {W/m-K}
+ 43, !- Density {kg/m3}
+ 1210, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Construction,
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Handle
+ Interior Window, !- Name
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Surface Rendering Name
+ {572356bb-0c24-49d0-b480-38deaae93b50}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4fba2562-eb53-42df-a812-1a96a11e00db}, !- Handle
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Construction Name
+ InteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {572356bb-0c24-49d0-b480-38deaae93b50}, !- Handle
+ Clear 3mm, !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.837, !- Solar Transmittance at Normal Incidence
+ 0.075, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.898, !- Visible Transmittance at Normal Incidence
+ 0.081, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.84, !- Front Side Infrared Hemispherical Emissivity
+ 0.84, !- Back Side Infrared Hemispherical Emissivity
+ 0.9, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Handle
+ Default Sub Surface Constructions 2, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Handle
+ Interior Door, !- Name
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4762d527-aeec-484d-9813-4b846d1e2743}, !- Handle
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Construction Name
+ InteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}, !- Handle
+ G05 25mm wood, !- Name
+ MediumSmooth, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.15, !- Conductivity {W/m-K}
+ 608, !- Density {kg/m3}
+ 1630, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Handle
+ Interior Partition, !- Name
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {bbf8ba28-8bef-42c1-b5d6-7469584234ea}, !- Handle
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Construction Name
+ InteriorPartition, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultConstructionSet,
+ {687d05db-8053-4a94-b114-53e0716a9896}, !- Handle
+ 189.1-2009 - CZ2 - Office, !- Name
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Default Exterior Surface Constructions Name
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Default Interior Surface Constructions Name
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Default Ground Contact Surface Constructions Name
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Default Exterior SubSurface Constructions Name
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Handle
+ Default Surface Constructions 4, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 2, !- Name
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {85ebc66f-75e7-41c3-b466-fe2b2df44e89}, !- Handle
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Handle
+ Wall Insulation [35], !- Name
+ MediumRough, !- Roughness
+ 0.0452, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 2-5, !- Name
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {27c0d4ca-5cef-498b-bf78-a2e0e38f4e08}, !- Handle
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Handle
+ Roof Insulation [21], !- Name
+ MediumRough, !- Roughness
+ 0.2105, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Handle
+ Default Surface Constructions 5, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Handle
+ Default Surface Constructions 6, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Handle
+ Default Sub Surface Constructions 3, !- Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Fixed Window Construction Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 2, !- Name
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Surface Rendering Name
+ {0df6dfac-0759-43e9-8314-9539c41eefda}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {56d08b42-76df-4617-82fc-10413928e30e}, !- Handle
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {0df6dfac-0759-43e9-8314-9539c41eefda}, !- Handle
+ Theoretical Glass [197], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2349, !- Solar Transmittance at Normal Incidence
+ 0.7151, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0415, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Handle
+ Default Sub Surface Constructions 4, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {3506f604-9b28-4c01-8fc6-87fabe876a1b}, !- Handle
+ 189.1-2009 - CZ3 - Office, !- Name
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Default Exterior Surface Constructions Name
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Default Interior Surface Constructions Name
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Default Ground Contact Surface Constructions Name
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Default Exterior SubSurface Constructions Name
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Handle
+ Default Surface Constructions 7, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 3, !- Name
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {467ca491-6c1d-4847-a1dd-a5fe4331f049}, !- Handle
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Handle
+ Wall Insulation [36], !- Name
+ MediumRough, !- Roughness
+ 0.0565999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Handle
+ Default Surface Constructions 8, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Handle
+ Default Surface Constructions 9, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Handle
+ Default Sub Surface Constructions 5, !- Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Fixed Window Construction Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Name
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Surface Rendering Name
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {61f36c91-69cb-4354-9f7e-cfa1cb96b197}, !- Handle
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}, !- Handle
+ Theoretical Glass [202], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2325, !- Solar Transmittance at Normal Incidence
+ 0.7175, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.3192, !- Visible Transmittance at Normal Incidence
+ 0.6308, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0192, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Handle
+ Default Sub Surface Constructions 6, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {b7cdc63e-a919-41dd-86e1-dece88dfdb28}, !- Handle
+ 189.1-2009 - CZ4 - Office, !- Name
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Default Exterior Surface Constructions Name
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Default Interior Surface Constructions Name
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Default Ground Contact Surface Constructions Name
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Default Exterior SubSurface Constructions Name
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Handle
+ Default Surface Constructions 10, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 4, !- Name
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {3f492503-4801-4755-8e33-6b43c94c88c0}, !- Handle
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Handle
+ Wall Insulation [37], !- Name
+ MediumRough, !- Roughness
+ 0.0680999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Handle
+ Default Surface Constructions 11, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Handle
+ Default Surface Constructions 12, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Handle
+ Default Sub Surface Constructions 7, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 4-5, !- Name
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Surface Rendering Name
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {d55825e5-87d9-473f-9fe3-b54e798b73b2}, !- Handle
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}, !- Handle
+ Theoretical Glass [207], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3311, !- Solar Transmittance at Normal Incidence
+ 0.6189, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.44, !- Visible Transmittance at Normal Incidence
+ 0.51, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Handle
+ Default Sub Surface Constructions 8, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Handle
+ 189.1-2009 - CZ5 - Office, !- Name
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Default Exterior Surface Constructions Name
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Default Interior Surface Constructions Name
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Default Ground Contact Surface Constructions Name
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Default Exterior SubSurface Constructions Name
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Handle
+ Default Surface Constructions 13, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 5, !- Name
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {99c16b51-1376-4d0d-ae82-9abe62b5b9bc}, !- Handle
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Handle
+ Wall Insulation [40], !- Name
+ MediumRough, !- Roughness
+ 0.0793999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Handle
+ Default Surface Constructions 14, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Handle
+ Default Surface Constructions 15, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Handle
+ Default Sub Surface Constructions 9, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Handle
+ Default Sub Surface Constructions 10, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {7fbfa4b5-c598-498c-9e7e-cc1d23784e59}, !- Handle
+ 189.1-2009 - CZ6 - Office, !- Name
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Default Exterior Surface Constructions Name
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Default Interior Surface Constructions Name
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Default Ground Contact Surface Constructions Name
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Default Exterior SubSurface Constructions Name
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Handle
+ Default Surface Constructions 16, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Wall Construction Name
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 6, !- Name
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {7eeba261-f29b-4f29-92ab-43160d53769c}, !- Handle
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Handle
+ Wall Insulation [42], !- Name
+ MediumRough, !- Roughness
+ 0.0913999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 6, !- Name
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Surface Rendering Name
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Layer 1
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {76a41f7e-250b-4af4-9af6-365bb137bdae}, !- Handle
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ Metal; !- Standards Construction Type
+
+OS:Material,
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Handle
+ Metal Roofing, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Material,
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Handle
+ Roof Insulation [25], !- Name
+ MediumRough, !- Roughness
+ 0.263, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Handle
+ Default Surface Constructions 17, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Handle
+ Default Surface Constructions 18, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Handle
+ Default Sub Surface Constructions 11, !- Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Fixed Window Construction Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 6, !- Name
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Surface Rendering Name
+ {49faa92b-2c62-4fe3-87e7-99e278102799}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {f1ab38d8-53bd-46fb-87a1-ae1dd7cc8561}, !- Handle
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {49faa92b-2c62-4fe3-87e7-99e278102799}, !- Handle
+ Theoretical Glass [216], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3801, !- Solar Transmittance at Normal Incidence
+ 0.5699, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.5079, !- Visible Transmittance at Normal Incidence
+ 0.4421, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Handle
+ Default Sub Surface Constructions 12, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {1cff5d19-5572-4e19-88b4-346c54265f57}, !- Handle
+ 189.1-2009 - CZ7-8 - Office, !- Name
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Default Exterior Surface Constructions Name
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Default Interior Surface Constructions Name
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Default Ground Contact Surface Constructions Name
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Default Exterior SubSurface Constructions Name
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Handle
+ Default Surface Constructions 19, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Wall Construction Name
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 7-8, !- Name
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {d740a5ed-3362-4965-952b-69d154d88d11}, !- Handle
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Handle
+ Wall Insulation [44], !- Name
+ MediumRough, !- Roughness
+ 0.1104, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 7-8, !- Name
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {252369f7-3f86-46ff-a0c8-1399371eb759}, !- Handle
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Handle
+ Roof Insulation [26], !- Name
+ MediumRough, !- Roughness
+ 0.2941, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Handle
+ Default Surface Constructions 20, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Handle
+ Default Surface Constructions 21, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Handle
+ Default Sub Surface Constructions 13, !- Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Fixed Window Construction Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 7-8, !- Name
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Surface Rendering Name
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {20aa7704-c7fd-4a24-aa3b-7f69c9544b7c}, !- Handle
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}, !- Handle
+ Theoretical Glass [221], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.4296, !- Solar Transmittance at Normal Incidence
+ 0.5204, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.4503, !- Visible Transmittance at Normal Incidence
+ 0.4997, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0089, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Handle
+ Default Sub Surface Constructions 14, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Material:AirWall,
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}, !- Handle
+ Air Wall Material; !- Name
+
+OS:Construction,
+ {7a29ba3c-05e0-4ba6-a7bf-72746f63eedc}, !- Handle
+ Air Wall, !- Name
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Surface Rendering Name
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}; !- Layer 1
+
+OS:Facility,
+ {50a42c9a-3973-4de3-b7ee-0cd8b0200231}; !- Handle
+
+OS:Rendering:Color,
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Handle
+ Rendering Color 33, !- Name
+ 250, !- Rendering Red Value
+ 235, !- Rendering Green Value
+ 215; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Handle
+ Rendering Color 34, !- Name
+ 255, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 205; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Handle
+ Rendering Color 35, !- Name
+ 47, !- Rendering Red Value
+ 79, !- Rendering Green Value
+ 79; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Handle
+ Rendering Color 36, !- Name
+ 245, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 250; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Handle
+ Rendering Color 37, !- Name
+ 85, !- Rendering Red Value
+ 107, !- Rendering Green Value
+ 47; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Handle
+ Rendering Color 38, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Handle
+ Rendering Color 39, !- Name
+ 0, !- Rendering Red Value
+ 100, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Handle
+ Rendering Color 40, !- Name
+ 255, !- Rendering Red Value
+ 182, !- Rendering Green Value
+ 193; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Handle
+ Rendering Color 41, !- Name
+ 178, !- Rendering Red Value
+ 34, !- Rendering Green Value
+ 34; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Handle
+ Rendering Color 42, !- Name
+ 248, !- Rendering Red Value
+ 248, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Handle
+ Rendering Color 43, !- Name
+ 139, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Handle
+ Rendering Color 44, !- Name
+ 0, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Handle
+ Rendering Color 45, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Handle
+ Rendering Color 46, !- Name
+ 210, !- Rendering Red Value
+ 180, !- Rendering Green Value
+ 140; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Handle
+ Rendering Color 47, !- Name
+ 250, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 210; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Handle
+ Rendering Color 48, !- Name
+ 0, !- Rendering Red Value
+ 206, !- Rendering Green Value
+ 209; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Handle
+ Rendering Color 49, !- Name
+ 255, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 240; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Handle
+ Rendering Color 50, !- Name
+ 221, !- Rendering Red Value
+ 160, !- Rendering Green Value
+ 221; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Handle
+ Rendering Color 51, !- Name
+ 192, !- Rendering Red Value
+ 192, !- Rendering Green Value
+ 192; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Handle
+ Rendering Color 52, !- Name
+ 245, !- Rendering Red Value
+ 245, !- Rendering Green Value
+ 245; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Handle
+ Rendering Color 53, !- Name
+ 255, !- Rendering Red Value
+ 228, !- Rendering Green Value
+ 225; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Handle
+ Rendering Color 54, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 139; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Handle
+ Rendering Color 55, !- Name
+ 32, !- Rendering Red Value
+ 178, !- Rendering Green Value
+ 170; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Handle
+ Rendering Color 56, !- Name
+ 219, !- Rendering Red Value
+ 112, !- Rendering Green Value
+ 147; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Handle
+ Rendering Color 57, !- Name
+ 165, !- Rendering Red Value
+ 42, !- Rendering Green Value
+ 42; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Handle
+ Rendering Color 58, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:BuildingStory,
+ {50868583-cd6e-4b33-9980-93aced1f0725}, !- Handle
+ Building Story 1, !- Name
+ 0, !- Nominal Z Coordinate {m}
+ 3.048, !- Nominal Floor to Floor Height {m}
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ {3382e11a-163a-4157-8831-d7c6831e1559}; !- Group Rendering Name
+
+OS:Space,
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Handle
+ Space 101, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {34613696-6b52-44f1-a5ff-a36900647fd1}, !- Handle
+ Surface 1, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Handle
+ Surface 2, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Handle
+ Surface 3, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Handle
+ Surface 4, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Handle
+ Surface 5, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2ee589ef-ee4e-4ccf-82dc-5bd481b7f155}, !- Handle
+ Surface 6, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Handle
+ Space 102, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 0, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {19d18d73-c9ca-4549-a15e-3a457813fcf2}, !- Handle
+ Surface 7, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Handle
+ Surface 8, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Handle
+ Surface 9, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Handle
+ Surface 10, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Handle
+ Surface 11, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {7fab646c-6a8f-452d-8ba0-c4c385d0eb50}, !- Handle
+ Surface 12, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Handle
+ Space 103, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 6.096, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {74a5de71-ac42-4838-888e-c4db7769715a}, !- Handle
+ Surface 13, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Handle
+ Surface 14, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Handle
+ Surface 15, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Handle
+ Surface 16, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Handle
+ Surface 17, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {f7e843c5-68c1-43f0-9204-c49b0f3332a6}, !- Handle
+ Surface 18, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Handle
+ Space 104, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {81f77032-b16a-42d2-9517-02ae4c166df8}, !- Handle
+ Surface 19, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Handle
+ Surface 20, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Handle
+ Surface 21, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Handle
+ Surface 22, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Handle
+ Surface 23, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8d537633-3f6b-476a-b746-cea3a8736eed}, !- Handle
+ Surface 24, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Rendering:Color,
+ {3382e11a-163a-4157-8831-d7c6831e1559}, !- Handle
+ Rendering Color 59, !- Name
+ 186, !- Rendering Red Value
+ 85, !- Rendering Green Value
+ 211; !- Rendering Blue Value
+
+OS:SubSurface,
+ {c338f8b3-5a59-499c-98ca-df5a820387cd}, !- Handle
+ Sub Surface 1, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {dbcac169-5385-435a-ac98-e7891b7f2a0a}, !- Handle
+ Sub Surface 2, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {bf6c0bb6-20be-45a4-a12e-df2480492bc9}, !- Handle
+ Sub Surface 3, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -0.0254, 3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -0.0254, 3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ -3.0226, 3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ -3.0226, 3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {d4037884-9d56-4f6f-ac6d-65640af8fdc2}, !- Handle
+ Sub Surface 4, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e34c1857-0462-47ea-9da7-7fe1b23da808}, !- Handle
+ Sub Surface 5, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0.0254, -3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0.0254, -3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ 3.0226, -3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ 3.0226, -3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e7397205-f157-47fc-ad9a-a675aab3b3c7}, !- Handle
+ Sub Surface 6, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {f4f4b729-630c-44aa-b175-61ca8c5dbc18}, !- Handle
+ Sub Surface 7, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ -0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ -0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {3c09fbeb-0873-4676-861c-11a90d465e89}, !- Handle
+ Sub Surface 8, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:Site,
+ {e923bd3f-b042-4911-a936-d37cf26af839}, !- Handle
+ Site 1, !- Name
+ , !- Latitude {deg}
+ , !- Longitude {deg}
+ , !- Time Zone {hr}
+ , !- Elevation {m}
+ ; !- Terrain
+
+OS:YearDescription,
+ {b216c53e-5b6b-4973-8442-5822dbdeacee}; !- Handle
+
+OS:ClimateZones,
+ {221ea9ed-6eb8-4a9e-8e5a-9f17ea245a5b}, !- Handle
+ , !- Active Institution
+ , !- Active Year
+ ASHRAE, !- Climate Zone Institution Name 1
+ ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
+ 2006, !- Climate Zone Document Year 1
+ , !- Climate Zone Value 1
+ CEC, !- Climate Zone Institution Name 2
+ California Climate Zone Descriptions, !- Climate Zone Document Name 2
+ 1995, !- Climate Zone Document Year 2
+ ; !- Climate Zone Value 2
+
+OS:SimulationControl,
+ {d7639ae2-d32d-4ec9-8805-d736b33d8ed7}; !- Handle
+
+OS:Sizing:Parameters,
+ {3e229137-ae9f-4efa-8ea3-4acd5b93cbd8}, !- Handle
+ 1.25, !- Heating Sizing Factor
+ 1.15; !- Cooling Sizing Factor
+
+OS:Timestep,
+ {92bdf5f7-18f8-48b3-8bdf-5b839c3592c3}, !- Handle
+ 6; !- Number of Timesteps per Hour
+
+OS:ShadowCalculation,
+ {ec138f8c-4f93-4204-88a2-991a62608f6a}, !- Handle
+ 20, !- Calculation Frequency
+ 15000; !- Maximum Figures in Shadow Overlap Calculations
+
+OS:HeatBalanceAlgorithm,
+ {f9a03de5-79c9-409d-a764-bd2a8d39b93c}, !- Handle
+ ConductionTransferFunction, !- Algorithm
+ 200; !- Surface Temperature Upper Limit {C}
+
+OS:RunPeriod,
+ {1e31b0fa-d387-4896-8e7e-30f2368f9e58}, !- Handle
+ Run Period 1, !- Name
+ 1, !- Begin Month
+ 1, !- Begin Day of Month
+ 12, !- End Month
+ 31, !- End Day of Month
+ , !- Use Weather File Holidays and Special Days
+ , !- Use Weather File Daylight Saving Period
+ , !- Apply Weekend Holiday Rule
+ , !- Use Weather File Rain Indicators
+ , !- Use Weather File Snow Indicators
+ ; !- Number of Times Runperiod to be Repeated
+
+OS:LifeCycleCost:Parameters,
+ {a836c392-6031-4709-b70f-0f9efa66e717}, !- Handle
+ , !- Analysis Type
+ , !- Discounting Convention
+ , !- Inflation Approach
+ , !- Real Discount Rate
+ , !- Nominal Discount Rate
+ , !- Inflation
+ , !- Base Date Month
+ , !- Base Date Year
+ , !- Service Date Month
+ , !- Service Date Year
+ ; !- Length of Study Period in Years
+
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/LICENSE.md b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/LICENSE.md
new file mode 100644
index 000000000..d6a0c69d3
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/LICENSE.md
@@ -0,0 +1 @@
+Insert your license here
\ No newline at end of file
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md
new file mode 100644
index 000000000..1029df421
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md
@@ -0,0 +1,41 @@
+
+
+###### (Automatically generated documentation)
+
+# CoolingSetpointsHourlyAdjustedByDegrees
+
+## Description
+Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load
+
+
+## Modeler Description
+Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load
+
+## Measure Type
+ModelMeasure
+
+## Taxonomy
+
+
+## Arguments
+
+
+### Cooling Setpoint
+Cooling Temperature Setpoint in Degrees Celsius
+**Name:** cooling_setpoint,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+### Hour of the Day
+Hour of the Day for Specified Cooling Setpoint
+**Name:** hour_of_the_day,
+**Type:** Double,
+**Units:** ,
+**Required:** true,
+**Model Dependent:** false
+
+
+
+
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md.erb b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md.erb
new file mode 100644
index 000000000..4deb9ae5f
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/README.md.erb
@@ -0,0 +1,42 @@
+<%#= README.md.erb is used to auto-generate README.md. %>
+<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
+###### (Automatically generated documentation)
+
+# <%= name %>
+
+## Description
+<%= description %>
+
+## Modeler Description
+<%= modelerDescription %>
+
+## Measure Type
+<%= measureType %>
+
+## Taxonomy
+<%= taxonomy %>
+
+## Arguments
+
+<% arguments.each do |argument| %>
+### <%= argument[:display_name] %>
+<%= argument[:description] %>
+**Name:** <%= argument[:name] %>,
+**Type:** <%= argument[:type] %>,
+**Units:** <%= argument[:units] %>,
+**Required:** <%= argument[:required] %>,
+**Model Dependent:** <%= argument[:model_dependent] %>
+<% end %>
+
+<% if arguments.size == 0 %>
+<%= "This measure does not have any user arguments" %>
+<% end %>
+
+<% if outputs.size > 0 %>
+## Outputs
+<% output_names = [] %>
+<% outputs.each do |output| %>
+<% output_names << output[:display_name] %>
+<% end %>
+<%= output_names.join(", ") %>
+<% end %>
\ No newline at end of file
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/docs/.gitkeep b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/docs/.gitkeep
new file mode 100644
index 000000000..e69de29bb
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.rb b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.rb
new file mode 100644
index 000000000..4b04064cb
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.rb
@@ -0,0 +1,236 @@
+# insert your copyright here
+
+# see the URL below for information on how to write OpenStudio measures
+# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
+
+# start the measure
+class CoolingSetpointsHourlyAdjustedByDegrees < OpenStudio::Measure::ModelMeasure
+ # human readable name
+ def name
+ # Measure name should be the title case of the class name.
+ return 'CoolingSetpointsHourlyAdjustedByDegrees'
+ end
+
+ # human readable description
+ def description
+ return 'Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load
+'
+ end
+
+ # human readable description of modeling approach
+ def modeler_description
+ return 'Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load'
+ end
+
+ # define the arguments that the user will input
+ def arguments(model)
+ args = OpenStudio::Measure::OSArgumentVector.new
+
+ # cooling setpoint to be applied for selected hour
+ cooling_setpoint = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('cooling_setpoint', true)
+ cooling_setpoint.setDisplayName('Cooling Setpoint')
+ cooling_setpoint.setDescription('Cooling Temperature Setpoint in Degrees Celsius')
+ args << cooling_setpoint
+
+ # hour of the day for cooling setpoint value
+ hour_of_the_day = OpenStudio::Ruleset::OSArgument::makeDoubleArgument('hour_of_the_day', true)
+ hour_of_the_day.setDisplayName('Hour of the Day')
+ hour_of_the_day.setDescription('Hour of the Day for Specified Cooling Setpoint')
+ args << hour_of_the_day
+
+ return args
+ end
+
+ # define what happens when the measure is run
+ def run(model, runner, user_arguments)
+ super(model, runner, user_arguments)
+
+ # use the built-in error checking
+ if !runner.validateUserArguments(arguments(model), user_arguments)
+ return false
+ end
+
+ # assign the user inputs to variables
+ cooling_setpoint = runner.getDoubleArgumentValue('cooling_setpoint',user_arguments)
+
+ #input test
+ if cooling_setpoint < 21.1
+ runner.registerError('Cooling setpoint temperature (#{cooling_setpoint}) is less than 21.1 degrees Celsius')
+ return false
+ elsif cooling_setpoint.abs > 26.0
+ runner.registerError('Cooling setpoint temperature (#{cooling_setpoint}) is greater than 26.0 degrees Celsius')
+ return false
+ end
+
+ hour_of_the_day = runner.getDoubleArgumentValue('hour_of_the_day',user_arguments)
+
+ #input test
+ if hour_of_the_day < 1
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is less than 1')
+ return false
+ elsif hour_of_the_day.abs > 24
+ runner.registerError('Hour of the day (#{hour_of_the_day}) is greater than 24')
+ return false
+ end
+
+ starting_hour = hour_of_the_day - 1
+ ending_hour = hour_of_the_day
+
+ puts "*************************************************"
+ puts "Starting Hour = #{starting_hour}"
+ puts "Ending Hour = #{}"
+ puts "*************************************************"
+
+ #push schedules to hash to avoid making unnecessary duplicates
+ clg_set_schs = {}
+
+
+ #get thermostats and setpoint schedules
+ thermostats = model.getThermostatSetpointDualSetpoints
+ thermostats.each do |thermostat|
+ #setup new cooling setpoint schedule
+ clg_set_sch = thermostat.coolingSetpointTemperatureSchedule
+ if not clg_set_sch.empty?
+ # clone of not alredy in hash
+ if clg_set_schs.has_key?(clg_set_sch.get.name.to_s)
+ clg_set_sch = clg_set_schs[clg_set_sch.get.name.to_s]
+ else
+ clg_set_sch = clg_set_sch.get
+ #add to the hash
+ clg_set_schs[clg_set_sch.name.to_s] = clg_set_sch
+ end
+ else
+ runner.registerWarning("Thermostat '#{thermostat.name.to_s}' doesn't have a cooling setpoint schedule")
+ end #end if not clg_set_sch.empty?
+ end #end thermostats.each do
+
+ #consider issuing a warning if the model has un-conditioned thermal zones (no ideal air loads or hvac)
+ zones = model.getThermalZones
+ zones.each do |zone|
+ # if you have a thermostat but don't have ideal air loads or zone equipment then issue a warning
+ if not zone.thermostatSetpointDualSetpoint.empty? and not zone.useIdealAirLoads and not zone.equipment.size > 0
+ runner.registerWarning("Thermal zone '#{zone.name.to_s}' has a thermostat but does not appear to be conditioned.")
+ end
+ end
+
+ # make cooling schedule adjustments and rename. Put in check to skip and warn if schedule not ruleset
+ clg_set_schs.each do |k,v| #old name and new object for schedule
+ if not v.to_ScheduleRuleset.empty?
+
+ #array to store profiles in
+ profiles = []
+ schedule = v.to_ScheduleRuleset.get
+ runner.registerInfo("Modifiying ScheduleRuleset #{schedule.name.to_s}")
+ puts ""
+ puts "Modifiying ScheduleRuleset #{schedule.name.to_s}"
+
+ #push default profiles to array
+ default_rule = schedule.defaultDaySchedule
+ profiles << default_rule
+
+ #push profiles to array
+ rules = schedule.scheduleRules
+ rules.each do |rule|
+ day_sch = rule.daySchedule
+ profiles << day_sch
+ end
+
+ # #add design days to array
+ # if alter_design_days == true
+ # summer_design = schedule.summerDesignDaySchedule
+ # winter_design = schedule.winterDesignDaySchedule
+ # profiles << summer_design
+ # #profiles << winter_design
+ # end
+
+ profiles.each do |sch_day|
+ runner.registerInfo(" Modifiying ScheduleDay #{sch_day.name.to_s}")
+ puts ""
+ puts " Modifiying ScheduleDay #{sch_day.name.to_s}"
+
+ day_time_vector = sch_day.times
+ day_value_vector = sch_day.values
+ # puts day_time_vector
+ # puts day_value_vector
+ sch_day.clearValues
+
+ starting_hour_included = false
+ ending_hour_included = false
+
+ # determine if/where new data pairs need to be inserted
+ for i in 0..(day_time_vector.size - 1)
+ # get day time compenents
+ # day_time_day = day_time_vector[i].days
+ # runner.registerInfo("Date_time_day = #{day_time_day} for #{}")
+ # unless day_time_day == 0
+ # runner.registerError("Not expecting non-zero days value in schedule day #{sch_day.name}")
+ # return false
+ #end
+
+ day_time_day = day_time_vector[i].days
+ day_time_hour = day_time_vector[i].hours
+ day_time_min = day_time_vector[i].minutes
+ day_time_sec = day_time_vector[i].seconds
+ day_time = day_time_day*24.0 + day_time_hour.to_f + day_time_min.to_f/60.0 + day_time_sec.to_f/3600.0
+ puts ""
+ puts " Checking data pair: Time = #{day_time.round(2)}; Value = #{day_value_vector[i]}"
+
+ # add/edit data pairs as necessary
+ if day_time <= starting_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Starting hour (#{starting_hour})"
+ # pass data pair back in as is
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ if day_time == starting_hour
+ starting_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Starting hour (#{starting_hour})"
+ unless starting_hour_included
+ # add new data pair for starting hour
+ # setpoint value should be whatever next baseline setpoint value is
+ puts " Adding a Starting Hour data pair: Time = #{starting_hour}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(OpenStudio::Time.new(0,starting_hour.to_i,0,0), day_value_vector[i])
+ starting_hour_included = true
+ end
+ # determine if before or after ending hour
+ if day_time <= ending_hour
+ puts " Day time (#{day_time.round(2)}) is less than or equal to Ending hour (#{ending_hour})"
+ puts " Adding data pair with specified Cooling Setpoint: Time = #{day_time_vector[i]}; Value = #{cooling_setpoint}"
+ # swap in setpoint value argument
+ sch_day.addValue(day_time_vector[i], cooling_setpoint)
+ if day_time == ending_hour
+ ending_hour_included = true
+ end
+ else
+ puts " Day time (#{day_time.round(2)}) is greater than Ending hour (#{ending_hour})"
+ unless ending_hour_included
+ # add new data pair for ending hour
+ # setpoint value should be the setpoint value argument
+ puts " Adding an Ending Hour data pair with specified Cooling Setpoint: Time = #{ending_hour}; Value = #{cooling_setpoint}"
+ # check for 24th hour case
+ unless ending_hour.to_f == 24
+ sch_day.addValue(OpenStudio::Time.new(0,ending_hour.to_i,0,0), cooling_setpoint)
+ else
+ sch_day.addValue(OpenStudio::Time.new(1,0,0,0), cooling_setpoint)
+ end
+ ending_hour_included = true
+ end
+ # pass data pair back in as is
+ puts " Adding data pair as is: Time = #{day_time_vector[i]}; Value = #{day_value_vector[i]}"
+ sch_day.addValue(day_time_vector[i], day_value_vector[i])
+ end
+ end
+ end
+ end #end of profiles.each do
+ else
+ runner.registerWarning("Schedule '#{k}' isn't a ScheduleRuleset object and won't be altered by this measure.")
+ v.remove #remove un-used clone
+ end
+ end #end clg_set_schs.each do
+ return true
+ end
+end
+
+# register the measure to be used by the application
+CoolingSetpointsHourlyAdjustedByDegrees.new.registerWithApplication
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.xml b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.xml
new file mode 100644
index 000000000..a2abcafb9
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/measure.xml
@@ -0,0 +1,107 @@
+
+ 3.0
+ cooling_setpoints_hourly_adjusted_by_degrees
+ 30ea2885-8a6f-40ba-b02c-b1ae70569479
+ 81d4dd26-6e53-4381-9110-fb34142da013
+ 20200417T164406Z
+ 356BE47F
+ CoolingSetpointsHourlyAdjustedByDegrees
+ CoolingSetpointsHourlyAdjustedByDegrees
+ Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load
+
+ Cooling Setpoints Hourly Adjusted by Degrees. Determines optimal cooling temperature ranges for load shaping of baseline load to meet the demand response of the target load
+
+
+ cooling_setpoint
+ Cooling Setpoint
+ Cooling Temperature Setpoint in Degrees Celsius
+ Double
+ true
+ false
+
+
+ hour_of_the_day
+ Hour of the Day
+ Hour of the Day for Specified Cooling Setpoint
+ Double
+ true
+ false
+
+
+
+
+
+ HVAC.HVAC Controls
+
+
+
+ Measure Type
+ ModelMeasure
+ string
+
+
+ Intended Software Tool
+ Apply Measure Now
+ string
+
+
+ Intended Software Tool
+ OpenStudio Application
+ string
+
+
+ Intended Software Tool
+ Parametric Analysis Tool
+ string
+
+
+
+
+ LICENSE.md
+ md
+ license
+ CD7F5672
+
+
+ README.md.erb
+ erb
+ readmeerb
+ 703C9964
+
+
+ .gitkeep
+ gitkeep
+ doc
+ 00000000
+
+
+ cooling_setpoints_hourly_adjusted_by_degrees_test.rb
+ rb
+ test
+ 8286F681
+
+
+ example_model.osm
+ osm
+ test
+ 53D14E69
+
+
+ README.md
+ md
+ readme
+ 75ACCBE6
+
+
+
+ OpenStudio
+ 2.8.0
+ 2.8.0
+
+ measure.rb
+ rb
+ script
+ 30A64584
+
+
+
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/cooling_setpoints_hourly_adjusted_by_degrees_test.rb b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/cooling_setpoints_hourly_adjusted_by_degrees_test.rb
new file mode 100644
index 000000000..2699119e0
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/cooling_setpoints_hourly_adjusted_by_degrees_test.rb
@@ -0,0 +1,124 @@
+# insert your copyright here
+
+require 'openstudio'
+require 'openstudio/measure/ShowRunnerOutput'
+require 'minitest/autorun'
+require_relative '../measure.rb'
+require 'fileutils'
+
+class CoolingSetpointsHourlyAdjustedByDegreesTest < Minitest::Test
+ # def setup
+ # end
+
+ # def teardown
+ # end
+
+ def test_number_of_arguments_and_argument_names
+ # create an instance of the measure
+ measure = CoolingSetpointsHourlyAdjustedByDegrees.new
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments and test that they are what we are expecting
+ arguments = measure.arguments(model)
+ assert_equal(1, arguments.size)
+ assert_equal('space_name', arguments[0].name)
+ end
+
+ def test_bad_argument_values
+ # create an instance of the measure
+ measure = CoolingSetpointsHourlyAdjustedByDegrees.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # make an empty model
+ model = OpenStudio::Model::Model.new
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values
+ args_hash = {}
+ args_hash['space_name'] = ''
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Fail', result.value.valueName)
+ end
+
+ def test_good_argument_values
+ # create an instance of the measure
+ measure = CoolingSetpointsHourlyAdjustedByDegrees.new
+
+ # create runner with empty OSW
+ osw = OpenStudio::WorkflowJSON.new
+ runner = OpenStudio::Measure::OSRunner.new(osw)
+
+ # load the test model
+ translator = OpenStudio::OSVersion::VersionTranslator.new
+ path = "#{File.dirname(__FILE__)}/example_model.osm"
+ model = translator.loadModel(path)
+ assert(!model.empty?)
+ model = model.get
+
+ # store the number of spaces in the seed model
+ num_spaces_seed = model.getSpaces.size
+
+ # get arguments
+ arguments = measure.arguments(model)
+ argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments)
+
+ # create hash of argument values.
+ # If the argument has a default that you want to use, you don't need it in the hash
+ args_hash = {}
+ args_hash['space_name'] = 'New Space'
+ # using defaults values from measure.rb for other arguments
+
+ # populate argument with specified hash value if specified
+ arguments.each do |arg|
+ temp_arg_var = arg.clone
+ if args_hash.key?(arg.name)
+ assert(temp_arg_var.setValue(args_hash[arg.name]))
+ end
+ argument_map[arg.name] = temp_arg_var
+ end
+
+ # run the measure
+ measure.run(model, runner, argument_map)
+ result = runner.result
+
+ # show the output
+ show_output(result)
+
+ # assert that it ran correctly
+ assert_equal('Success', result.value.valueName)
+ assert(result.info.size == 1)
+ assert(result.warnings.empty?)
+
+ # check that there is now 1 space
+ assert_equal(1, model.getSpaces.size - num_spaces_seed)
+
+ # save the model to test output directory
+ output_file_path = "#{File.dirname(__FILE__)}//output/test_output.osm"
+ model.save(output_file_path, true)
+ end
+end
diff --git a/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/example_model.osm b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/example_model.osm
new file mode 100644
index 000000000..0bd6b18d6
--- /dev/null
+++ b/example_project/measures/cooling_setpoints_hourly_adjusted_by_degrees/tests/example_model.osm
@@ -0,0 +1,8077 @@
+
+OS:Version,
+ {f19c731b-418b-4769-bbe8-2634b34ddb76}, !- Handle
+ 1.13.0; !- Version Identifier
+
+OS:SpaceType,
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Default Schedule Set Name
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Group Rendering Name
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d1e86687-6885-4070-81da-3a576f17ff5c}, !- Handle
+ Rendering Color 1, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {3f64b7db-745b-40b0-bb02-6ec871a396ef}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8d653251-85b6-4f77-81d6-0d1ce4ea7ee7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Lights, !- Name
+ {2be0344f-10c3-4095-86fd-81db27963ad5}, !- Lights Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Handle
+ Office Bldg Light, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Default Day Schedule Name
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Summer Design Day Schedule Name
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Handle
+ Fraction, ! Name
+ 0, ! Lower Limit Value
+ 1, ! Upper Limit Value
+ CONTINUOUS; ! Numeric Type
+
+OS:Schedule:Day,
+ {f4b4f1e1-6a43-44bd-a8f2-a74c513199be}, ! Handle
+ Office Bldg Light Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {c390a85c-d5e7-4c2d-8853-58583d31d4e3}, ! Handle
+ Office Bldg Light Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {dd4723de-ece6-49f1-b48c-4ca52d8c8360}, ! Handle
+ Office Bldg Light Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {101bb6fc-d0fc-4dd5-b953-30be7362193e}, ! Handle
+ Office Bldg Light Rule 1, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cab9d70e-56fd-4a11-b93a-30526ba080c7}, ! Handle
+ Office Bldg Light Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e5799452-8d36-4739-a94b-184f22c15de0}, ! Handle
+ Office Bldg Light Rule 2, ! Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {fd34a36a-f6bf-4a3e-b174-248c7bf8388a}, ! Handle
+ Office Bldg Light Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {67f2822d-9200-410d-bad4-ca1adb4cbb77}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {33239cd1-ad9a-4eea-84a8-7128e0617789}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 People, !- Name
+ {c42e1fab-f69a-49d5-a2c9-f14f1259af26}, !- People Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Handle
+ Office Misc Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Default Day Schedule Name
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Summer Design Day Schedule Name
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {a76a9245-12f3-412e-b0b5-34665289bf21}, ! Handle
+ Office Bldg Occ Default Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 20, !- Hour 4
+ 0, !- Minute 4
+ 0.400000005960464, !- Value Until Time 4
+ 22, !- Hour 5
+ 0, !- Minute 5
+ 0.100000001490116, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.0500000007450581; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {a40809b5-8df2-4f21-a9ee-da939f1e5f66}, ! Handle
+ Office Bldg Occ Summer Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {3393a682-e262-4bec-b7cf-fd6eec115ebc}, ! Handle
+ Office Bldg Occ Winter Design Day 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {3ca2483c-714c-4d0d-8b7c-5f4a9c2b67c5}, ! Handle
+ Office Misc Occ Rule 1, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f56ad6ba-e3fe-4664-91d5-6e3a524b6815}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {05c99778-2bec-4bcf-b23a-afcb3628f061}, ! Handle
+ Office Misc Occ Rule 2, ! Name
+ {be0538a4-3720-422e-85be-2e617795d558}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {50794c08-f7a3-4592-ab7e-021599b65e8f}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule 1, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.25, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, ! Handle
+ Office Activity, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Default Day Schedule Name
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Summer Design Day Schedule Name
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, !- Handle
+ ActivityLevel, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {3327af75-d065-4569-8f41-90aaaadb46d9}, ! Handle
+ Office Activity Default Schedule, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {82481ab0-fa29-4f90-b6c0-269200534d1a}, ! Handle
+ Office Activity Summer Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {ce7a9c35-95ca-4940-ae5d-8bb25d884027}, ! Handle
+ Office Activity Winter Design Day, ! Name
+ {65bf6a03-1758-4903-8383-db583a09d8f8}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 132; !- Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d11f3814-047f-4553-8741-be6dbd4a756d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Infiltration, !- Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Handle
+ Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Default Day Schedule Name
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Summer Design Day Schedule Name
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {2fb80237-329a-4845-a30d-3df8432f42db}, ! Handle
+ Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5d5af512-8749-48a6-8cab-1e94e2186c8a}, ! Handle
+ Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2ad01453-6707-4358-a39d-e8f66d6a2d27}, ! Handle
+ Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {4574f359-1b04-4a98-ab13-df5e80f66af0}, ! Handle
+ Office Infil Quarter On Rule 1, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3790040e-9ea2-4dc8-aa07-8c3be9362217}, ! Handle
+ Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {dffe30c1-3c56-49c5-a8f7-647f7d37a109}, ! Handle
+ Office Infil Quarter On Rule 2, ! Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f8525cc5-5d39-46fb-83d8-d6d96f5d4e03}, ! Handle
+ Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {077ed202-9856-487a-81f9-2b33f6ef021d}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Electric Equipment, !- Name
+ {67250caf-92b5-4b98-bf98-90620f2922e7}, !- Electric Equipment Definition Name
+ {d83c9d8c-b4ea-4352-92bc-43a5e8551039}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Handle
+ Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Default Day Schedule Name
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Summer Design Day Schedule Name
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {977dd248-68d1-44ba-89cd-75118b7f5432}, ! Handle
+ Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {c29d5462-6e30-488d-a879-41ed4219dda7}, ! Handle
+ Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d3bffa7b-808a-4d48-99c4-616283b390aa}, ! Handle
+ Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bce5d209-6925-4d7c-8dc5-3f357b764d6c}, ! Handle
+ Office Bldg Equip Rule 1, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c875931d-86d6-4764-8e77-22d1cb7198ce}, ! Handle
+ Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1949d113-007e-43de-9be2-ba191485735a}, ! Handle
+ Office Bldg Equip Rule 2, ! Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {c7512454-4834-46fa-a2d6-7cc7e929e54c}, ! Handle
+ Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {57716514-0d5c-4f76-8108-73a8ef55c74a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Handle
+ Medium Office HtgSetp, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Default Day Schedule Name
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Summer Design Day Schedule Name
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, !- Handle
+ Temperature 36, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {9b279567-fd7d-4e61-887c-70dc28a870a8}, ! Handle
+ Medium Office HtgSetp Default Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {12714e17-5b17-4314-81e6-d4b74d680da0}, ! Handle
+ Medium Office HtgSetp Summer Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f9920323-552d-4d1f-bda1-6b0c461a87ca}, ! Handle
+ Medium Office HtgSetp Winter Design Day, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {868baa5f-da01-445a-994f-6c6787547ea5}, ! Handle
+ Medium Office HtgSetp Rule 1, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cac0b919-4885-4c58-9a65-b12cf242f6c9}, ! Handle
+ Medium Office HtgSetp Rule 1 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0641d0ff-4231-421a-9389-7b82524a19ba}, ! Handle
+ Medium Office HtgSetp Rule 2, ! Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {32df9b1b-e2bc-432f-a592-8f7e6e83b032}, ! Handle
+ Medium Office HtgSetp Rule 2 Day Schedule, ! Name
+ {12c61fd1-4fe2-4b95-9432-26b57b327856}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Handle
+ Medium Office ClgSetp, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Default Day Schedule Name
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Summer Design Day Schedule Name
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, !- Handle
+ Temperature 37, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {5ab5938a-bfd8-4751-92be-cee36c4f1856}, ! Handle
+ Medium Office ClgSetp Default Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {240b0752-5119-4ee3-9c27-ad5cfe8f7244}, ! Handle
+ Medium Office ClgSetp Summer Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {7bbe1afc-37e4-452d-8136-77be3d751f5f}, ! Handle
+ Medium Office ClgSetp Winter Design Day, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {68812eb9-619d-47e2-bd4b-4e3b8987011c}, ! Handle
+ Medium Office ClgSetp Rule 1, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {78b34901-136a-4662-8a58-694b3d6974cc}, ! Handle
+ Medium Office ClgSetp Rule 1 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0b596ac5-df32-47fa-8cdd-b434dd223a94}, ! Handle
+ Medium Office ClgSetp Rule 2, ! Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {be610421-800e-4a9c-9a30-e22099e6d5c7}, ! Handle
+ Medium Office ClgSetp Rule 2 Day Schedule, ! Name
+ {7e87320c-a0b8-49c9-bbc8-d0b2f472ac54}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Default Schedule Set Name
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Group Rendering Name
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a57916a4-2d44-41b9-a1e1-917f01e6e980}, !- Handle
+ Rendering Color 2, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {9b9fb4b7-7437-423f-a42a-1e1800e6055c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f1628569-1691-49f0-9348-f92fa25bb1b6}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Lights, !- Name
+ {06799bf2-e498-4941-a66b-f78cb208dc67}, !- Lights Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f46c6550-abd3-4dc9-b2fd-3521e6458afe}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5c410b4a-537a-47b7-b730-dc303931c19c}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 People, !- Name
+ {6e7c5923-7c0d-48b7-9a3f-216e3e766b71}, !- People Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Handle
+ Office Work Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Default Day Schedule Name
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Summer Design Day Schedule Name
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {8c6f6e65-d0d1-46da-8dc4-e578841c0855}, ! Handle
+ Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.200000002980232, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.850000023841858, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.850000023841858, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.699999988079071, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.400000005960464, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.100000001490116, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.0500000007450581; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {27e84094-894f-40a3-b576-abd36362f44e}, ! Handle
+ Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {a4028ad4-4ce3-47fe-bea5-e1572f850788}, ! Handle
+ Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {e25b5fd5-a9e4-4894-a08b-fc27dee95ca0}, ! Handle
+ Office Work Occ Rule 1, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {e88a91fc-80e1-4d72-8871-1b61226fab13}, ! Handle
+ Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {692294cd-2074-417d-bc31-c3d45f3473c8}, ! Handle
+ Office Work Occ Rule 2, ! Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {6b9e68ef-76e4-4389-ba51-34613aee0e9e}, ! Handle
+ Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 8, !- Hour 2
+ 0, !- Minute 2
+ 0.100000001490116, !- Value Until Time 2
+ 14, !- Hour 3
+ 0, !- Minute 3
+ 0.400000005960464, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.100000001490116, !- Value Until Time 4
+ 24, !- Hour 5
+ 0, !- Minute 5
+ 0; !- Value Until Time 5
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {238b2c42-2ac7-458f-861b-9b2e338631c9}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Infiltration, !- Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {bb93da29-6686-468f-b8e1-c0e981827eae}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Electric Equipment, !- Name
+ {5e1004b6-95f1-43ca-b770-059ae9545327}, !- Electric Equipment Definition Name
+ {3c12e344-f3c2-46e8-94cc-aa11adda3228}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b27de14f-0cdf-4395-80f3-859d49e9b403}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Default Schedule Set Name
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Group Rendering Name
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ec05571d-f09e-46c5-830e-02e7c83716e2}, !- Handle
+ Rendering Color 3, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e3b81960-34e9-43e9-802b-72dc932ec324}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {277ed265-0401-47f6-8de3-56cb05b9fea5}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Lights, !- Name
+ {7c05f735-2072-4b8c-946d-b7cd8119ee11}, !- Lights Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {a1ac4f23-b7fd-439b-9144-9025bbf81b99}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {8e273f12-7404-4658-8039-d1b0d9e7d0e1}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 People, !- Name
+ {1e057bcd-e909-4141-b7ac-844fc9c736b0}, !- People Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {de1ea70d-57dc-4928-a47f-57f514ec3603}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Infiltration, !- Name
+ {47604387-8748-48ff-835b-5f4e110a8059}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {980641d4-cbda-4a28-868d-304978627e4f}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Electric Equipment, !- Name
+ {24acb6cb-ad2a-44b2-b01a-335e7395daae}, !- Electric Equipment Definition Name
+ {47604387-8748-48ff-835b-5f4e110a8059}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9c5a236d-b8fa-4e61-a6d6-5ef82442b61b}, !- Handle
+ 189.1-2009 - Office - Conference - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Default Schedule Set Name
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Group Rendering Name
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {9637cafc-bc8f-40aa-8756-39cbbba37ac4}, !- Handle
+ Rendering Color 4, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {60152e25-975f-42e9-a93e-854a20be3577}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {97345961-c39c-4800-be47-fd365cf09579}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Lights, !- Name
+ {61d53d0d-2d54-4a69-926d-aeb7fd47d282}, !- Lights Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {43c2eb8f-ca41-472d-a661-37d29e1aa470}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {7f505a51-9e01-4f8c-ae6b-eb3a985187f9}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 People, !- Name
+ {15f0501f-443a-40f6-846f-5720de6f91e8}, !- People Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d288d3ec-bb21-459b-96e3-62f849faafec}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Infiltration, !- Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {f21b9dab-a69e-476b-96be-93f1f5fee1c6}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Electric Equipment, !- Name
+ {3e9e4b9d-78ea-42f5-87ca-c1ec4f4990f2}, !- Electric Equipment Definition Name
+ {911f473e-1c50-43ba-b507-1b4167677ea0}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {52549264-a360-4f7a-971d-ec4f2499546a}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Default Schedule Set Name
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Group Rendering Name
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {8a8c0cb1-8336-469c-bca4-e17997f803bb}, !- Handle
+ Rendering Color 5, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7034f523-a923-4bff-bcec-e836877b0d3b}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {8de70c6d-3c20-4a5a-95f3-70ab2a37759d}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Lights, !- Name
+ {db4f58dd-4414-4c10-8481-b5fdd7610a22}, !- Lights Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {69d02fbd-3b65-4514-8330-355612e92de3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6e96cbfa-7560-4e78-aa8c-239431fd271e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Infiltration, !- Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b17982ba-d5dd-42bf-8d61-12b8c10eee84}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Electric Equipment, !- Name
+ {bfdd4c3c-95fa-4c2d-8597-8431da48afda}, !- Electric Equipment Definition Name
+ {c35a045e-a8b7-4634-a314-0f2c9fd21361}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8635cc8-deee-4e85-815b-ff7f42668c83}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Default Schedule Set Name
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Group Rendering Name
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {20b4e546-0bb5-45c4-b8f0-ba4246a49c01}, !- Handle
+ Rendering Color 6, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {ba84ee14-7d89-4e59-8d59-625209be8ce9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1c9042b5-d85b-4aa1-b403-f1f57ffa5e80}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Lights, !- Name
+ {a6747de8-6448-4e86-abde-d12da5652867}, !- Lights Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2f4b0680-26b1-4103-9f70-412db3ebdfbe}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e08e98a-89ff-440c-98ff-477b7c3fbca4}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 People, !- Name
+ {ad090db3-4049-4090-9b2d-581dd03ae523}, !- People Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {f3738484-ddae-4171-9149-4056023e0061}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Infiltration, !- Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d754310d-f9d1-4b56-8a61-4d2a167b0f57}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Electric Equipment, !- Name
+ {2d5fe187-829f-4492-a2a6-f83bc2f40cec}, !- Electric Equipment Definition Name
+ {b904fa71-fec8-4e29-89a1-d0386138c5a6}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7669758f-56e6-4440-9266-ef142961841f}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Default Schedule Set Name
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Group Rendering Name
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {0e5a132c-e7c3-4583-ad5a-cf0bf0fe2d03}, !- Handle
+ Rendering Color 7, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e0c21456-bd44-4237-8936-486557ac00f6}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {28cb410d-135d-49f1-b23c-6218793a6744}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Lights, !- Name
+ {aa532c04-012a-4860-ab4d-2c03c2c7fa04}, !- Lights Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f648ca0a-523e-4cd1-9141-0b84b7a81954}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {c9c2acc5-e4d4-49b4-9a7e-94cae06ac406}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 People, !- Name
+ {91f1c38f-68a1-4305-b70a-a3e1fbc3f83a}, !- People Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {61535505-edb5-4881-9380-6ceb9c94ccaa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Infiltration, !- Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {9bdcf653-9208-444f-abd4-40bc6d797f8a}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Electric Equipment, !- Name
+ {d64c15fd-a2f8-4262-81e5-ab028c6506a1}, !- Electric Equipment Definition Name
+ {1afa8972-0451-45b3-8dda-3a3a776e008b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f63de19d-9cf2-4162-bf2f-bdb7fddc1b7d}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Default Schedule Set Name
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Group Rendering Name
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e1b28003-ba15-4183-b5d9-585f72709eff}, !- Handle
+ Rendering Color 8, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {036543da-4144-409d-981b-4ddf12ce677e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1b233aa2-884a-4b12-bd88-76092f6d2267}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Lights, !- Name
+ {6c9d9254-9bb8-426a-af9b-3677316cf238}, !- Lights Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f57d4115-03b8-4303-b205-42221bda4210}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {30d60591-72de-4494-afc4-000c9be76f8b}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 People, !- Name
+ {0e75bef1-0c07-4d0b-822d-d2df7c6f1111}, !- People Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ef0be415-7a7a-4be9-895a-fefe67ce5d3e}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Infiltration, !- Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {1e0e1e3c-6473-41c2-ace8-efda06663fe0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Electric Equipment, !- Name
+ {6b2d3c23-bd59-4857-b849-eaf6b4a64e2f}, !- Electric Equipment Definition Name
+ {be8c0991-a26a-4dda-ae53-b3249804ebf9}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {b88ada7e-5b66-4c29-8b49-7f9040c59933}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Building,
+ {f73b031c-bb31-4fa0-ad96-2e9846c4d752}, !- Handle
+ Building 1, !- Name
+ , !- Building Sector Type
+ , !- North Axis {deg}
+ , !- Nominal Floor to Floor Height {m}
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space Type Name
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Standards Number of Stories
+ , !- Standards Number of Above Ground Stories
+ , !- Standards Building Type
+ , !- Standards Number of Living Units
+ , !- Relocatable
+ ; !- Nominal Floor to Ceiling Height {m}
+
+OS:SpaceType,
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Default Schedule Set Name
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Group Rendering Name
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {061734ce-19f4-4c27-a203-4b67b00d47ac}, !- Handle
+ Rendering Color 9, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {7b266719-acd7-491e-9cdb-d0f00a5dfec4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {1979f9cd-f801-4f74-b848-c88f17dc5b44}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Lights, !- Name
+ {7a23b936-59e3-4314-9b52-3944ebdea4dc}, !- Lights Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {107e2dcf-081d-47d9-b8b0-921f5279392b}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {673d36c1-b361-47e7-9007-e4e91432cb81}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 People, !- Name
+ {1e43b6dd-36da-4525-88ab-833e4310a5da}, !- People Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {e520996e-cb4e-4946-ae4e-12637ab956f9}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Infiltration, !- Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {13850150-ad18-438c-906d-18f8cabcbdf5}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Electric Equipment, !- Name
+ {174d96d7-8543-478a-a5f4-76314ad6b67f}, !- Electric Equipment Definition Name
+ {c0190c37-61e0-43b8-b980-313f616f75af}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {cb7fb571-b062-476f-8b81-9ee2aa7be729}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Default Schedule Set Name
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Group Rendering Name
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e64f5cb7-2c3d-45a9-84a6-367125f15aff}, !- Handle
+ Rendering Color 10, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {2cb74439-6b94-4bdb-bc70-0ca10c0d3b2e}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3120c45b-328a-43ca-b763-11e879fb3a84}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Lights, !- Name
+ {16c83f7f-a90c-43cd-99b3-fe5b6f146132}, !- Lights Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65cf1445-a2aa-42ad-9ff8-c4b30ec4e53d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4bd834f4-5ae4-4146-8dbd-c600ee119692}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 People, !- Name
+ {134d060a-3bfc-40bd-bda0-b77a4720c9c2}, !- People Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6d0ceae2-80c3-45c0-a634-2929c8a56678}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Infiltration, !- Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {569209c0-ef8b-44f5-9f86-048af1de9fa7}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Electric Equipment, !- Name
+ {6330081f-04c2-429c-adff-1624fc497cd6}, !- Electric Equipment Definition Name
+ {a818abd3-e1c5-4d15-9f17-96bb76777e4b}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {36f7e68a-a20c-471b-b929-d4756cba022f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Default Schedule Set Name
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Group Rendering Name
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d956b768-7de2-4589-97c3-e0178f40b773}, !- Handle
+ Rendering Color 11, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {63837c20-3153-4ace-86c9-1d8bf8b43d7a}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3637974c-a21a-4d9a-9a86-de0b34a41576}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Lights, !- Name
+ {b70563e1-7e2b-4c90-b280-61fcf401da4c}, !- Lights Definition Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {65e99483-2d7e-4ca8-9e0d-a7914f938f56}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b55008d6-57ec-4a59-853d-dc295ea83be3}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Infiltration, !- Name
+ {531dd228-de8a-4d34-9988-9ac8d77877a0}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {8f2a6abe-ef82-4cf6-9a19-42526787c24e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Default Schedule Set Name
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Group Rendering Name
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {40564289-28c7-4fd8-b822-fe7139d1f5bf}, !- Handle
+ Rendering Color 12, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c81d9947-159d-4809-8a7f-ae3bb2fe95fa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {99c236b6-e588-4c3f-ae8e-98f257807e7c}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Lights, !- Name
+ {373b8d0f-41c3-4c11-97ad-74ff4084e752}, !- Lights Definition Name
+ {355570b9-3696-4442-903b-449be8ccf16a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {99330741-43bc-49e4-9991-d6cf4a0ba4aa}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {76e2e858-0e95-49d7-a5bd-46ff2e7bf75b}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Infiltration, !- Name
+ {355570b9-3696-4442-903b-449be8ccf16a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {f8e65471-7105-4908-ae0b-ec42ae5587b5}, !- Handle
+ 189.1-2009 - Office - Storage - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Default Schedule Set Name
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Group Rendering Name
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {cf88ad3d-58c9-452c-88c4-ac7ea371f930}, !- Handle
+ Rendering Color 13, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {c044c52f-9474-4ba2-9f45-7069de4c6b87}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {57f0532e-f17a-45d3-879e-193fae9dc176}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Lights, !- Name
+ {dba49d56-ae67-469f-bd99-1ea63a8e50b2}, !- Lights Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6dbe4189-6232-4d6e-9ac9-63d6e0ee9668}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d9509edb-bd80-4225-9ee6-523bf74d5bee}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 People, !- Name
+ {b2bafb87-d4df-471b-9770-b0d82b64b0df}, !- People Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {426c18b5-7d3a-4579-b2a8-8e385458dd11}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Infiltration, !- Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {cecff4bf-5467-4b34-a941-9654b489181d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Electric Equipment, !- Name
+ {4c5550a6-4da3-4490-ac94-170d7b86c60a}, !- Electric Equipment Definition Name
+ {bcd867f1-c57c-4206-9b38-1c7e254a4143}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {de4444a1-34f5-4cf5-ac22-7469b7be466d}, !- Handle
+ 189.1-2009 - Office - Vending - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Default Schedule Set Name
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Group Rendering Name
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6fc91438-7cba-42dc-a37d-48434d3c06ca}, !- Handle
+ Rendering Color 14, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {39feaf8a-6d16-4e68-9b8c-db2038aff03f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {63218795-4f24-43ea-9e63-a6d83e1e86a3}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Lights, !- Name
+ {58b2159f-d857-497e-ae6a-2e8bd3520ef8}, !- Lights Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Handle
+ Large Office Bldg Light, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Default Day Schedule Name
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Summer Design Day Schedule Name
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, !- Handle
+ Fractional, !- Name
+ 0, !- Lower Limit Value
+ 1, !- Upper Limit Value
+ Continuous; !- Numeric Type
+
+OS:Schedule:Day,
+ {8beabbf7-6dca-4a90-862d-6bcb3322b518}, ! Handle
+ Large Office Bldg Light Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 5, !- Hour 1
+ 0, !- Minute 1
+ 0.05, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.3, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.7, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.5, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 23, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {7c11b08d-b72b-496a-be17-e15d5503376c}, ! Handle
+ Large Office Bldg Light Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {7a49ad88-01c4-44be-b068-fb81639cb5a0}, ! Handle
+ Large Office Bldg Light Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {5d2442a3-7cb6-411b-a86e-540208ced37c}, ! Handle
+ Large Office Bldg Light Rule 1, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b3d180ee-23b9-40fa-8e2f-5a9ee8a0d777}, ! Handle
+ Large Office Bldg Light Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {91e4e221-38d2-42cf-bbac-5d4e5f7fa888}, ! Handle
+ Large Office Bldg Light Rule 2, ! Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4ad2aa5c-62f4-4785-9ee9-2c7475032049}, ! Handle
+ Large Office Bldg Light Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.050000000000000003, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.14999999999999999, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.050000000000000003; ! Value Until Time 5
+
+OS:DesignSpecification:OutdoorAir,
+ {b1c52cb5-3326-4b43-a12f-f30cb1ac3119}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {4615604a-bd1a-474d-91be-9f075c13bd9a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 People, !- Name
+ {2e56af89-445a-4423-b5f8-13463d65edc8}, !- People Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Handle
+ Large Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Default Day Schedule Name
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Summer Design Day Schedule Name
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {4a4adc75-c27b-4422-94cd-d8d22f2166ed}, ! Handle
+ Large Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {cb8636f6-4882-43e8-ae4a-15479a71f2bb}, ! Handle
+ Large Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {580aadb6-816a-4308-bb19-fc0c3724acd2}, ! Handle
+ Large Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37f5d46d-389f-4543-b8e4-84f4c2e10716}, ! Handle
+ Large Office Bldg Occ Rule 1, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {122eaad1-5e72-4d01-a13d-d4a41ab5fe0b}, ! Handle
+ Large Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9ffe8f16-2513-43ec-8c59-17bafcf21414}, ! Handle
+ Large Office Bldg Occ Rule 2, ! Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cfce9f13-ba32-46c6-824f-a45f943e2d0c}, ! Handle
+ Large Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {264acba7-523a-484e-8e51-ae85870ba167}, ! Handle
+ Large Office Activity, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Default Day Schedule Name
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Summer Design Day Schedule Name
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, !- Handle
+ ActivityLevel 5, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {0a6d9e60-3fca-4618-b0de-820e8f6767da}, ! Handle
+ Large Office Activity Default Schedule, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {642af5d3-2b0f-4b01-95b7-7698f50934d0}, ! Handle
+ Large Office Activity Summer Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {5490c47e-82ae-4901-8434-0b12bb9436ba}, ! Handle
+ Large Office Activity Winter Design Day, ! Name
+ {d29d6f61-dbb6-43a0-8e80-994bfb4a73b2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {90014069-9853-4f75-becd-f17e7166df17}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Infiltration, !- Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Handle
+ Large Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Default Day Schedule Name
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Summer Design Day Schedule Name
+ {694259ab-6cad-41eb-8340-268853e99403}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {bfe29145-2fb3-4f01-b73d-12fd1bf40b9a}, ! Handle
+ Large Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {9a0c3c4d-8b77-40e3-8b42-8886655c3c85}, ! Handle
+ Large Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {694259ab-6cad-41eb-8340-268853e99403}, ! Handle
+ Large Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {6bcd70a7-2c48-43af-b1d9-a1d8959caf3f}, ! Handle
+ Large Office Infil Quarter On Rule 1, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8bb9de2a-85df-481a-9982-4f45f1766e8f}, ! Handle
+ Large Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {342d2dd4-2b6e-46cd-a552-c5fd1e99b43f}, ! Handle
+ Large Office Infil Quarter On Rule 2, ! Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {97d9dc0f-3a5d-411e-9d06-beb04225a941}, ! Handle
+ Large Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {896f52d4-b30e-46c3-b809-17a91eb06105}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Electric Equipment, !- Name
+ {148a4383-6613-4cb0-810d-92a639475c5c}, !- Electric Equipment Definition Name
+ {4a0f0aee-7d95-4341-825c-8f70d1309b6b}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Handle
+ Large Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Default Day Schedule Name
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Summer Design Day Schedule Name
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {ed62044d-4125-40d6-bde0-2da08536ab6d}, ! Handle
+ Large Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {0f2b252a-8a0f-40ba-98fa-718bfa268645}, ! Handle
+ Large Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {0a7a35c9-9c2a-4545-bda6-215062948ca8}, ! Handle
+ Large Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {15242b3b-46fd-486a-bb69-10058bd0409e}, ! Handle
+ Large Office Bldg Equip Rule 1, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4aec23a1-f64b-4f3b-a101-c2dd9519312d}, ! Handle
+ Large Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {01ed547e-670b-40a5-85bb-225ebec0397e}, ! Handle
+ Large Office Bldg Equip Rule 2, ! Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {377d7cca-12eb-4a14-b460-434fb8eebbed}, ! Handle
+ Large Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2e5bfd45-be53-46a2-a1be-badb1d1f9ae8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ1-3 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Handle
+ Large Office HtgSetp, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Default Day Schedule Name
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Summer Design Day Schedule Name
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, !- Handle
+ Temperature 3, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {c03c043f-e445-4419-b05d-8448115b3bab}, ! Handle
+ Large Office HtgSetp Default Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {a9f892cb-c9f4-4a21-b2b3-875ef1466bf3}, ! Handle
+ Large Office HtgSetp Summer Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {77fb46ee-722d-4b5a-b718-ceafddc8aabf}, ! Handle
+ Large Office HtgSetp Winter Design Day, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4f682768-9ffb-4e7c-9e74-78813fdc32a0}, ! Handle
+ Large Office HtgSetp Rule 1, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7545c1d3-7c27-431a-bcf9-cb0c76a60e37}, ! Handle
+ Large Office HtgSetp Rule 1 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f80fc661-2858-4988-ada5-e6c492332983}, ! Handle
+ Large Office HtgSetp Rule 2, ! Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {3d9b97da-f484-4675-9996-0cfe5e0f120e}, ! Handle
+ Large Office HtgSetp Rule 2 Day Schedule, ! Name
+ {81589aa3-85f3-4555-b92c-d10e45fa9ee1}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Handle
+ Large Office ClgSetp, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Default Day Schedule Name
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Summer Design Day Schedule Name
+ {30c08a39-528f-426d-bc84-48cf54111147}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, !- Handle
+ Temperature 5, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {bdb46914-0540-45a5-b513-ee6f82b41886}, ! Handle
+ Large Office ClgSetp Default Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {4109675b-2e2f-446b-873f-f694dae16827}, ! Handle
+ Large Office ClgSetp Summer Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {30c08a39-528f-426d-bc84-48cf54111147}, ! Handle
+ Large Office ClgSetp Winter Design Day, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {37df0d56-4bba-4227-8d69-9607a686014f}, ! Handle
+ Large Office ClgSetp Rule 1, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cd196b78-7b8b-429f-b96a-688c4ac8a99a}, ! Handle
+ Large Office ClgSetp Rule 1 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {ccb2ba27-b2d6-4f5f-b02b-091c4def877f}, ! Handle
+ Large Office ClgSetp Rule 2, ! Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {279ad10c-a720-45f0-80eb-18bb3e37607b}, ! Handle
+ Large Office ClgSetp Rule 2 Day Schedule, ! Name
+ {088565a9-dd39-48f6-99d3-bfe5073149c2}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Default Schedule Set Name
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Group Rendering Name
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03e06c9d-a4bc-49de-952a-4329faa7fb71}, !- Handle
+ Rendering Color 15, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {f97da1fb-3578-4a67-9933-d2891cb549b6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a5f0d2c1-e014-479a-8f1b-3ebac3e265e4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Lights, !- Name
+ {813e77fb-5ac1-47f6-a5e0-d9a9cd3db4a9}, !- Lights Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {8f13e24f-0968-430b-82b1-c5e41da9fafa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {58a62980-ba6f-4bad-9e5d-fdacc8096f52}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 People, !- Name
+ {d2de25c6-7190-4247-bdb6-aa1580eb569f}, !- People Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Handle
+ Medium Office Bldg Occ, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Default Day Schedule Name
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Summer Design Day Schedule Name
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d9d54295-ecf9-49ea-9cd5-35741ee7140f}, ! Handle
+ Medium Office Bldg Occ Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.7, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.4, !- Value Until Time 8
+ 22, !- Hour 9
+ 0, !- Minute 9
+ 0.1, !- Value Until Time 9
+ 24, !- Hour 10
+ 0, !- Minute 10
+ 0.05; !- Value Until Time 10
+
+OS:Schedule:Day,
+ {2d82484a-7ded-4ae3-b82b-fe668b91bc37}, ! Handle
+ Medium Office Bldg Occ Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {4c00a96b-09d5-4658-89ef-d9ef0898a2d4}, ! Handle
+ Medium Office Bldg Occ Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {7b4107cc-3c92-4323-a753-015efc68bcc2}, ! Handle
+ Medium Office Bldg Occ Rule 1, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {0ef53acd-53bb-4684-9657-b3c697aefcf1}, ! Handle
+ Medium Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4d201951-02b0-433c-8e17-deb2b0409886}, ! Handle
+ Medium Office Bldg Occ Rule 2, ! Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {cf6e8c44-7d5c-4f2c-9a53-1b2a7113c47c}, ! Handle
+ Medium Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {4401923f-7369-4704-af97-5f02eccc07c4}, ! Handle
+ Medium Office Activity, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Default Day Schedule Name
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Summer Design Day Schedule Name
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, !- Handle
+ ActivityLevel 13, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {bb81c5f0-bf9a-4988-98c4-eb4a990d7a88}, ! Handle
+ Medium Office Activity Default Schedule, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {f3b095b2-bfff-494c-896b-85a436510b0b}, ! Handle
+ Medium Office Activity Summer Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d26b3326-27cf-44ae-b92e-698b3492b9c3}, ! Handle
+ Medium Office Activity Winter Design Day, ! Name
+ {95269861-8fab-46f9-aa04-a6e9bad28f6a}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {eeedf250-2cf8-460c-88a9-6a3cf6835b8d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Infiltration, !- Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Handle
+ Medium Office Infil Quarter On, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Default Day Schedule Name
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Summer Design Day Schedule Name
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d5c45924-8436-4010-89ab-1d4be1c9229b}, ! Handle
+ Medium Office Infil Quarter On Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5cb8e672-ec1d-411a-ad66-83bef8bf8004}, ! Handle
+ Medium Office Infil Quarter On Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {61bdc9d6-0f05-4ca1-a38c-fa71dcd32b8f}, ! Handle
+ Medium Office Infil Quarter On Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {61abaf03-1521-4e72-a32f-0622572b46df}, ! Handle
+ Medium Office Infil Quarter On Rule 1, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b837180a-0538-4830-8423-56d718ec2cf7}, ! Handle
+ Medium Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {bf208a98-b7ef-4dbb-957d-53cf720abf70}, ! Handle
+ Medium Office Infil Quarter On Rule 2, ! Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {7efacb04-6850-495e-afb7-9d56ea083b53}, ! Handle
+ Medium Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {92bed684-e409-4e09-8f9b-036a79bdc3c6}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Electric Equipment, !- Name
+ {08d105c1-a5c4-43eb-872f-8bd123ea9720}, !- Electric Equipment Definition Name
+ {f1a5c162-f322-4c79-ba15-e43020514289}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Handle
+ Medium Office Bldg Equip, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Default Day Schedule Name
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Summer Design Day Schedule Name
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {6ea54946-7d6f-4908-b7bb-972893f935bf}, ! Handle
+ Medium Office Bldg Equip Default Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.8, !- Value Until Time 5
+ 20, !- Hour 6
+ 0, !- Minute 6
+ 0.6, !- Value Until Time 6
+ 22, !- Hour 7
+ 0, !- Minute 7
+ 0.5, !- Value Until Time 7
+ 24, !- Hour 8
+ 0, !- Minute 8
+ 0.4; !- Value Until Time 8
+
+OS:Schedule:Day,
+ {a70a63ce-a586-4a33-ac0e-5bff458a02ad}, ! Handle
+ Medium Office Bldg Equip Summer Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {8d89ff2d-74de-4adc-a2b6-5ed38545666a}, ! Handle
+ Medium Office Bldg Equip Winter Design Day, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f0c7f526-21ef-4f5e-8c3d-b4e15c5fdad7}, ! Handle
+ Medium Office Bldg Equip Rule 1, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f7fadf05-492e-4735-94c5-ffdf9f951db8}, ! Handle
+ Medium Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {4faf6bd3-ebb1-47fb-8f59-6dfe65f49500}, ! Handle
+ Medium Office Bldg Equip Rule 2, ! Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b8836416-9204-431d-857d-b99235588cc6}, ! Handle
+ Medium Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {af9d9c36-2d5f-4871-8dda-ff179c7ff3db}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 14, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c8f1b66-79b0-4494-bb62-0e6ab336934b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ1-3 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3, !- Name
+ , !- Default Construction Set Name
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Default Schedule Set Name
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Group Rendering Name
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {acb4804a-6b98-49bc-8337-c128f3c2ea30}, !- Handle
+ Rendering Color 16, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {d32f1055-150c-4db0-85e7-cd8d80091a97}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {453c5932-0aee-459f-ac1d-0563be79832e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Lights, !- Name
+ {71df8542-c73a-4a75-96b3-2049ec201c3b}, !- Lights Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6410e886-4201-485e-a1a7-5fa1c8b6bdf4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d10bfc0d-d823-4de2-8ad6-a13acf3eb5e9}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 People, !- Name
+ {7accfcbc-2a91-4f56-8250-c9c73d4bce14}, !- People Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Handle
+ Small Office Bldg Occ, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Default Day Schedule Name
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Summer Design Day Schedule Name
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {64ea2dea-f719-4e4c-a22e-42f9227b7d02}, ! Handle
+ Small Office Bldg Occ Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 0, !- Value Until Time 1
+ 7, !- Hour 2
+ 0, !- Minute 2
+ 0.1, !- Value Until Time 2
+ 8, !- Hour 3
+ 0, !- Minute 3
+ 0.2, !- Value Until Time 3
+ 12, !- Hour 4
+ 0, !- Minute 4
+ 0.95, !- Value Until Time 4
+ 13, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 17, !- Hour 6
+ 0, !- Minute 6
+ 0.95, !- Value Until Time 6
+ 18, !- Hour 7
+ 0, !- Minute 7
+ 0.3, !- Value Until Time 7
+ 20, !- Hour 8
+ 0, !- Minute 8
+ 0.1, !- Value Until Time 8
+ 24, !- Hour 9
+ 0, !- Minute 9
+ 0.05; !- Value Until Time 9
+
+OS:Schedule:Day,
+ {e2d1be96-983f-479c-9168-bb31f678aa45}, ! Handle
+ Small Office Bldg Occ Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 1, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 0.050000000000000003; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {e3787dc6-53c0-4b7e-928b-6123952b9fc2}, ! Handle
+ Small Office Bldg Occ Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {f5e8f265-336a-4040-bc3d-908d04e76726}, ! Handle
+ Small Office Bldg Occ Rule 1, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b1de6bcd-f86b-4e51-81b1-8ae3ed668c97}, ! Handle
+ Small Office Bldg Occ Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {1ac935c1-7df7-46c6-a2c5-b2a40bc3fc36}, ! Handle
+ Small Office Bldg Occ Rule 2, ! Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d529f022-9fba-4103-af27-c2084aba44c4}, ! Handle
+ Small Office Bldg Occ Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.10000000000000001, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.29999999999999999, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.10000000000000001, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0; ! Value Until Time 5
+
+OS:Schedule:Ruleset,
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, ! Handle
+ Small Office Activity, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Default Day Schedule Name
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Summer Design Day Schedule Name
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, !- Handle
+ ActivityLevel 12, !- Name
+ 0, !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ ActivityLevel; !- Unit Type
+
+OS:Schedule:Day,
+ {12ff5327-86b6-42bd-9d53-941110babe19}, ! Handle
+ Small Office Activity Default Schedule, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, !- Hour 1
+ 0, !- Minute 1
+ 120; !- Value Until Time 1
+
+OS:Schedule:Day,
+ {be5e67a8-5b36-4ac3-9813-2ebd31fec570}, ! Handle
+ Small Office Activity Summer Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {bae73b41-e18c-4183-82f3-dc5b3daf6b5a}, ! Handle
+ Small Office Activity Winter Design Day, ! Name
+ {ab8bd902-d0dc-41a0-936a-32afa4684057}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 120; ! Value Until Time 1
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {1e027a7c-c27f-4a3d-8cdf-0828601a4f05}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Infiltration, !- Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.00030226, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:Schedule:Ruleset,
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Handle
+ Small Office Infil Quarter On, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Default Day Schedule Name
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Summer Design Day Schedule Name
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {d279bd44-f26f-41f0-8003-e761ea50936f}, ! Handle
+ Small Office Infil Quarter On Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 1, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 0.25, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 1; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {c9e55356-07d8-4e95-afd6-6122ba003888}, ! Handle
+ Small Office Infil Quarter On Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {50252ab7-6356-4d3c-9744-8fc09c4b9fdf}, ! Handle
+ Small Office Infil Quarter On Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:Schedule:Rule,
+ {3e76f500-a8e5-4299-95bc-7ccf11473b72}, ! Handle
+ Small Office Infil Quarter On Rule 1, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {f6330e6d-8c0a-4094-9d12-908c60826bc6}, ! Handle
+ Small Office Infil Quarter On Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {6f8f3c1b-5f33-40ba-b7d5-604c0832baea}, ! Handle
+ Small Office Infil Quarter On Rule 2, ! Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {2ea3f1d7-fe3f-4de0-a16d-449692029526}, ! Handle
+ Small Office Infil Quarter On Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 1, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 0.25, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 1; ! Value Until Time 3
+
+OS:ElectricEquipment:Definition,
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {37b7d99c-9391-4952-b185-a511e62b7beb}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Electric Equipment, !- Name
+ {39f1a8d8-4466-4a00-8eb7-ffec43b67ef7}, !- Electric Equipment Definition Name
+ {e1cc070f-9032-474a-a692-fe55745caa04}; !- Space or SpaceType Name
+
+OS:Schedule:Ruleset,
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Handle
+ Small Office Bldg Equip, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Default Day Schedule Name
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Summer Design Day Schedule Name
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}; ! Winter Design Day Schedule Name
+
+OS:Schedule:Day,
+ {fc46d799-962b-42da-810e-397f7b1e88d7}, ! Handle
+ Small Office Bldg Equip Default Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 8, !- Hour 1
+ 0, !- Minute 1
+ 0.4, !- Value Until Time 1
+ 12, !- Hour 2
+ 0, !- Minute 2
+ 0.9, !- Value Until Time 2
+ 13, !- Hour 3
+ 0, !- Minute 3
+ 0.8, !- Value Until Time 3
+ 17, !- Hour 4
+ 0, !- Minute 4
+ 0.9, !- Value Until Time 4
+ 18, !- Hour 5
+ 0, !- Minute 5
+ 0.5, !- Value Until Time 5
+ 24, !- Hour 6
+ 0, !- Minute 6
+ 0.4; !- Value Until Time 6
+
+OS:Schedule:Day,
+ {177d4d57-9a9d-40c4-9f25-385bc5794113}, ! Handle
+ Small Office Bldg Equip Summer Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 1; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {d16b57c0-830a-4c5a-b229-8bb90eafd907}, ! Handle
+ Small Office Bldg Equip Winter Design Day, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {b33de88d-7022-4f25-b0bc-864df53b8778}, ! Handle
+ Small Office Bldg Equip Rule 1, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {ba6246a8-76d6-4116-8b88-5393a3f4104e}, ! Handle
+ Small Office Bldg Equip Rule 1 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {d64a5d87-6660-4767-a721-b98c22ca221a}, ! Handle
+ Small Office Bldg Equip Rule 2, ! Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {b024c0a2-4dc6-48a1-b95e-6727cd4eda93}, ! Handle
+ Small Office Bldg Equip Rule 2 Day Schedule, ! Name
+ {55c44e2f-3c81-40b0-84f7-9b6efa1c1036}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 0.29999999999999999, ! Value Until Time 1
+ 8, ! Hour 2
+ 0, ! Minute 2
+ 0.40000000000000002, ! Value Until Time 2
+ 12, ! Hour 3
+ 0, ! Minute 3
+ 0.5, ! Value Until Time 3
+ 17, ! Hour 4
+ 0, ! Minute 4
+ 0.34999999999999998, ! Value Until Time 4
+ 24, ! Hour 5
+ 0, ! Minute 5
+ 0.29999999999999999; ! Value Until Time 5
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {0488857a-ac36-457e-bf08-09bfa412ba46}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ1-3 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:Schedule:Ruleset,
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Handle
+ Small Office HtgSetp, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Default Day Schedule Name
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Summer Design Day Schedule Name
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, !- Handle
+ Temperature 11, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {3c698c69-ef20-4c49-99b7-b7aad45c31e8}, ! Handle
+ Small Office HtgSetp Default Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 15.6, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 21, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 15.6; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {65e5c54a-b6f3-4826-8e5d-f77bf7a35635}, ! Handle
+ Small Office HtgSetp Summer Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Day,
+ {f78827e4-d6c5-4edc-ad35-a64fdbeb2a7f}, ! Handle
+ Small Office HtgSetp Winter Design Day, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 21; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {59307f1f-95bc-49ae-b50e-42836a04e0cc}, ! Handle
+ Small Office HtgSetp Rule 1, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {8d0c0dcb-4ca1-4665-8d1d-bfe46b893abe}, ! Handle
+ Small Office HtgSetp Rule 1 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 15.6; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {9847a62b-fb76-4ab8-9344-f3f532928c11}, ! Handle
+ Small Office HtgSetp Rule 2, ! Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {4824a431-a6af-44cb-9a95-88a95f2c6cec}, ! Handle
+ Small Office HtgSetp Rule 2 Day Schedule, ! Name
+ {0e9a66b1-0d84-4b86-b6d1-08ec793ba821}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 15.6, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 21, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 15.6; ! Value Until Time 3
+
+OS:Schedule:Ruleset,
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Handle
+ Small Office ClgSetp, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Default Day Schedule Name
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Summer Design Day Schedule Name
+ {2103cebf-d42f-4cd2-b503-7600479676a2}; ! Winter Design Day Schedule Name
+
+OS:ScheduleTypeLimits,
+ {c998de07-a854-476f-88ee-694f57ede232}, !- Handle
+ Temperature 4, !- Name
+ , !- Lower Limit Value
+ , !- Upper Limit Value
+ Continuous, !- Numeric Type
+ Temperature; !- Unit Type
+
+OS:Schedule:Day,
+ {153c8010-6388-42f7-a3b9-45ffa21b21cf}, ! Handle
+ Small Office ClgSetp Default Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, !- Hour 1
+ 0, !- Minute 1
+ 26.7, !- Value Until Time 1
+ 22, !- Hour 2
+ 0, !- Minute 2
+ 24, !- Value Until Time 2
+ 24, !- Hour 3
+ 0, !- Minute 3
+ 26.7; !- Value Until Time 3
+
+OS:Schedule:Day,
+ {5fb8bca9-2863-48e1-aa3f-84e58ae39852}, ! Handle
+ Small Office ClgSetp Summer Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 22, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:Schedule:Day,
+ {2103cebf-d42f-4cd2-b503-7600479676a2}, ! Handle
+ Small Office ClgSetp Winter Design Day, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {40345165-334a-485e-87cf-103e70023132}, ! Handle
+ Small Office ClgSetp Rule 1, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 0, ! Rule Order
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Day Schedule Name
+ Yes, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ No, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {d1455230-b62b-4375-80ca-cc36c3183857}, ! Handle
+ Small Office ClgSetp Rule 1 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 24, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999; ! Value Until Time 1
+
+OS:Schedule:Rule,
+ {0972da99-d044-41cb-8d26-0439235fb34a}, ! Handle
+ Small Office ClgSetp Rule 2, ! Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}, ! Schedule Ruleset Name
+ 1, ! Rule Order
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Day Schedule Name
+ No, ! Apply Sunday
+ No, ! Apply Monday
+ No, ! Apply Tuesday
+ No, ! Apply Wednesday
+ No, ! Apply Thursday
+ No, ! Apply Friday
+ Yes, ! Apply Saturday
+ , ! Apply Holiday
+ DateRange, ! Date Specification Type
+ 1, ! Start Month
+ 1, ! Start Day
+ 12, ! End Month
+ 31; ! End Day
+
+OS:Schedule:Day,
+ {81a56e50-b627-419b-920e-d3cef807b9f8}, ! Handle
+ Small Office ClgSetp Rule 2 Day Schedule, ! Name
+ {c998de07-a854-476f-88ee-694f57ede232}, ! Schedule Type Limits Name
+ , ! Interpolate to Timestep
+ 6, ! Hour 1
+ 0, ! Minute 1
+ 26.699999999999999, ! Value Until Time 1
+ 18, ! Hour 2
+ 0, ! Minute 2
+ 24, ! Value Until Time 2
+ 24, ! Hour 3
+ 0, ! Minute 3
+ 26.699999999999999; ! Value Until Time 3
+
+OS:SpaceType,
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Default Schedule Set Name
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Group Rendering Name
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ BreakRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {99b31bfd-0d42-45f4-a0d8-d4817aca24ae}, !- Handle
+ Rendering Color 17, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {0b0d7d0e-8e0c-4d73-bbd0-4d262ac73220}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 11.6250232500465, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {4a230733-41f5-4ca6-96e0-5e44748f7df4}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Lights, !- Name
+ {9d2a2115-85c5-438b-b32c-a4a858d8161a}, !- Lights Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f6d5ea3e-58cf-41e5-81fb-02117411a981}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {5a10a8e5-74eb-41b6-8300-8c614f3cd681}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 People, !- Name
+ {23d096cd-2bb1-423d-b1c8-baf5526ef2a6}, !- People Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {6eb84b2f-973d-476e-b524-53b69c751752}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Infiltration, !- Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 48.0070404585254, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {e641d016-e7d6-4890-957c-3de2b21a699a}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Electric Equipment, !- Name
+ {5b57df41-243c-46ff-9790-d9497bd8edf0}, !- Electric Equipment Definition Name
+ {6fcac478-58b9-4f2f-ab61-2fdf78ed207a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {92dbe6d3-c9b9-43fc-90c3-a06b5ec93169}, !- Handle
+ 189.1-2009 - Office - BreakRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Default Schedule Set Name
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Group Rendering Name
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ ClosedOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6dc82c65-0965-48c5-9394-1f57bef18075}, !- Handle
+ Rendering Color 18, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {45d37156-65d2-4044-abc0-329c2491e0be}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {e6b87a14-1e18-49c7-85c2-84f072c938b2}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Lights, !- Name
+ {f855eb4f-a401-4c05-9693-85547aab5919}, !- Lights Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {2cbf38dd-78ec-43cf-9455-8dba2eee1857}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0511285744793712, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {283ae026-2477-4529-bb38-02c7e6065076}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 People, !- Name
+ {2a7bd42c-841d-4013-b4e7-019f52823262}, !- People Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b655059c-3ce9-4b49-a0db-160442a03540}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Infiltration, !- Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 6.88890266669422, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {0f379c88-6f89-4030-bc79-090ef24b986e}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Electric Equipment, !- Name
+ {56de10a1-c355-43cc-8c70-789938bd1248}, !- Electric Equipment Definition Name
+ {ac0a78a9-f73e-43b0-b8ae-e687babd2992}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6b3eff15-c2f8-4f87-9fe3-6f7c3004ea5f}, !- Handle
+ 189.1-2009 - Office - ClosedOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Default Schedule Set Name
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Group Rendering Name
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Conference; !- Standards Space Type
+
+OS:Rendering:Color,
+ {202e2808-fe0a-49ec-8437-4c794472a9a0}, !- Handle
+ Rendering Color 19, !- Name
+ 230, !- Rendering Red Value
+ 196, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e6c39dce-80ca-4ed4-a781-b5e18baff696}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {86c2e905-536c-4838-bf48-8aa4aebef755}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Lights, !- Name
+ {bcc996df-46dd-45ba-abe0-69433df53594}, !- Lights Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {b8c9a3c5-53fb-4331-9614-87a518236f35}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {884b2aa3-62fe-4d6a-b8ec-c19497fc7da8}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 People, !- Name
+ {f07defcd-cf7a-424b-a3f5-c1672133261e}, !- People Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {23919b1f-4940-4b68-b1a0-5e68c2d5b78d}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Infiltration, !- Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 3.9826468541826, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {7ecb1b95-ffa4-4c84-b1e4-cf8c033ce8f7}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Electric Equipment, !- Name
+ {aca91e63-a266-464d-b600-e89b347c9d95}, !- Electric Equipment Definition Name
+ {b9bdae74-1b30-442c-a7ed-69d06b515457}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {541fa24b-ddf2-4edf-83d9-2bed06917add}, !- Handle
+ 189.1-2009 - Office - Conference - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Default Schedule Set Name
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Group Rendering Name
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Corridor; !- Standards Space Type
+
+OS:Rendering:Color,
+ {340eeae9-9587-4e04-b7fe-21214fa0042c}, !- Handle
+ Rendering Color 20, !- Name
+ 169, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {666e2765-a8cc-4272-9029-54b416bb2610}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {fed0a7aa-9bc2-4d98-bc74-465b35a409d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Lights, !- Name
+ {a6e7a355-270c-45fb-9c56-5f4a3452110c}, !- Lights Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {fd69f378-0e94-4fdd-a231-f37cf315cc66}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {42ce457e-2d95-4fe6-9cda-f5042dea1c96}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 People, !- Name
+ {cb9b3da7-3eea-4d6e-9db1-01acf0825dcd}, !- People Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {ca37d410-b9c7-4e62-b5ca-b87627a332cc}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Infiltration, !- Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 1.72222566667356, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {01d044ce-7e19-4288-a75a-77fc975d40d4}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Electric Equipment, !- Name
+ {3c280509-8b4d-4af3-aac1-fa15404f8b6d}, !- Electric Equipment Definition Name
+ {7150cb23-2c41-4569-8cb3-ed7c1cd4f2f7}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3bdf0199-3196-4d00-9272-a3b137675d31}, !- Handle
+ 189.1-2009 - Office - Corridor - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Default Schedule Set Name
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Group Rendering Name
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Elec/MechRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {09cc0a44-bde3-4ae8-97d5-6973b620eb23}, !- Handle
+ Rendering Color 21, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {4390b43b-ded0-461f-b061-f042bc13f91f}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 14.5312790625581, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {d0fd0a9a-f35d-4f92-b9b5-cc437f048b81}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Lights, !- Name
+ {0d6e7075-d80b-44ae-9ee6-0b2ad52b1548}, !- Lights Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1fbee130-5b8b-41c4-b2e5-a35b678e1a1c}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {5886568b-d637-4e9b-b7c1-0d6b0bcc8fc9}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Infiltration, !- Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 2.90625581251162, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2d527502-0ea9-4d22-9420-1faee6f46df3}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Electric Equipment, !- Name
+ {08047a8f-2dc9-4514-aa3a-dcd71c961969}, !- Electric Equipment Definition Name
+ {ae0eddf0-a1d4-45c0-89c1-4f32cd232444}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {bc8bbc76-ab44-4992-ad1d-80d2dbc7e77e}, !- Handle
+ 189.1-2009 - Office - Elec/MechRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Default Schedule Set Name
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Group Rendering Name
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ IT_Room; !- Standards Space Type
+
+OS:Rendering:Color,
+ {03a758bb-e62a-48b9-97b4-e7c9725503de}, !- Handle
+ Rendering Color 22, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {a77ae8b7-4aa2-41f7-b5a6-8856ba6e1aa9}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {9d45cbfa-f2ce-4490-bfe6-9ea2b0ef403d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Lights, !- Name
+ {b22a9e34-087b-427c-b758-a0124a25cdc5}, !- Lights Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {c78ecc49-33c1-4baa-8f4a-3a3d4e3253e7}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {0e12ef15-0acb-4a55-95a0-2260cf7ad1a8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 People, !- Name
+ {a0c943ca-3fd3-4a76-8558-4194a944b98d}, !- People Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {06f80535-6c1b-4be5-8e24-e2f246b425c8}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Infiltration, !- Name
+ {25788573-0369-4919-952e-9f4a8d287a07}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 16.7917002500672, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {23c00582-f748-4c1b-916b-1fa5c7686d7d}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Electric Equipment, !- Name
+ {75c6e605-824f-4e54-8dd0-f27abb35f641}, !- Electric Equipment Definition Name
+ {25788573-0369-4919-952e-9f4a8d287a07}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {d067df76-cf76-4cf6-aa35-0cbb12b8656a}, !- Handle
+ 189.1-2009 - Office - IT_Room - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Default Schedule Set Name
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Group Rendering Name
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Lobby; !- Standards Space Type
+
+OS:Rendering:Color,
+ {74dc8dad-959b-491c-a50a-9af6ecd0a669}, !- Handle
+ Rendering Color 23, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {69f043ea-7f0a-4f57-a9b9-d557929fc49e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 12.5937751875504, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {44ac18e1-7275-4b3a-b218-7e2e176f1a73}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Lights, !- Name
+ {f8e9e766-9250-4cfa-86f6-1216a4564dfb}, !- Lights Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {dbdfd940-1c36-4bd0-afb4-880a785c5e6f}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.007079211648, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {d1894ae1-fe0a-4638-8df5-d20ee93f1533}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 People, !- Name
+ {7e4b36df-78b6-45fb-a861-8e35ddce0df9}, !- People Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {d815095f-6e93-44e7-9812-f55b6c2aef2e}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Infiltration, !- Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {24778cfb-5eee-4ddc-902b-a11bb0bfef66}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Electric Equipment, !- Name
+ {e8a069db-d0db-4d2f-8265-790a7831bafa}, !- Electric Equipment Definition Name
+ {12b0b8db-f33b-4234-a2c9-ba750ae671ef}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {3fabcd0e-e1a5-4e00-9e23-9e19d5c555d9}, !- Handle
+ 189.1-2009 - Office - Lobby - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Default Schedule Set Name
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Group Rendering Name
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ OpenOffice; !- Standards Space Type
+
+OS:Rendering:Color,
+ {ede0a72d-692f-411e-898f-ccb1f783c262}, !- Handle
+ Rendering Color 24, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67cfc28b-9f66-4e18-8b2c-25a2ff33fd11}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {3f7fc9e5-6ce2-4b91-9fc6-85d1867c2216}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {a396c5cc-c22f-42c9-be8e-af3d54d54456}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Lights, !- Name
+ {18a52544-7daa-4972-9e7f-9e27c5a4cd66}, !- Lights Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {f4a649b7-7f7c-4bc5-9b02-e4e1aa4803e9}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.056510529687726, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {6b5422a3-490d-4e08-a37c-480ec55d22f6}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 People, !- Name
+ {22b512ed-ce73-4779-9d6d-34a5d817a868}, !- People Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {9f99f28a-55da-49b7-9354-17ccfd3b33e0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Infiltration, !- Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 7.6423763958639, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {8470e1c3-c0bc-4712-81bc-3382735de5cb}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Electric Equipment, !- Name
+ {95fc5eef-d77d-4616-917f-974b5dabab66}, !- Electric Equipment Definition Name
+ {ad9972e4-489e-404e-841e-c9bbd72d0111}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {847f379b-0ddb-4308-a125-44b06cceb0c0}, !- Handle
+ 189.1-2009 - Office - OpenOffice - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Default Schedule Set Name
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Group Rendering Name
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ PrintRoom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {b7fe6f07-3ac4-4ca1-9186-5c7889d7b3da}, !- Handle
+ Rendering Color 25, !- Name
+ 41, !- Rendering Red Value
+ 31, !- Rendering Green Value
+ 169; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {01dc8eb4-a4fa-4aaf-8d75-b7cfd75648a4}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 10.6562713125426, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {c7396387-ee02-4cbd-bb73-db5af92230bf}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Lights, !- Name
+ {abbc193f-2c53-49ff-8e03-589edefce026}, !- Lights Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {6c78e848-e562-4461-b538-4e3e3c4e848c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {89b76b4c-73be-47ed-9bf0-d29a5d09beee}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 People, !- Name
+ {4cbb660a-8380-44eb-bc35-245838f929e8}, !- People Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {68e0ada3-23ed-42e8-881a-ad68ae78ba59}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Infiltration, !- Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 30.0313100626201, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {47ea6833-7452-423c-b11a-cdcdc6e894f7}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Electric Equipment, !- Name
+ {cd6a7fd7-b08c-4cbb-9ce5-8ddc886a6124}, !- Electric Equipment Definition Name
+ {af24e503-88ef-4f50-95c1-1d393388f2d4}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {9a24efdb-aaf9-4caf-8ef9-e063f557395c}, !- Handle
+ 189.1-2009 - Office - PrintRoom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Default Schedule Set Name
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Group Rendering Name
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Restroom; !- Standards Space Type
+
+OS:Rendering:Color,
+ {719a1449-7853-4161-927b-bdb7f01806ed}, !- Handle
+ Rendering Color 26, !- Name
+ 169, !- Rendering Red Value
+ 169, !- Rendering Green Value
+ 31; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {e66e0cc6-efb5-4211-818f-1431a0e70233}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 8.71876743753488, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {369dc730-3d03-40c8-8ea1-7783c58a58ef}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Lights, !- Name
+ {d607f8dd-35e4-4a28-bcbe-31e09c118ae0}, !- Lights Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {1aeb672d-5c17-4118-b3f0-dfbc58007e1f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.0048768, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {de991af8-6b18-4490-9be9-307feba43cd2}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 People, !- Name
+ {8e492d6d-50ee-4026-a23a-6327d28aa1a3}, !- People Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {efad6973-728f-404e-84ce-bf89300a55cd}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Infiltration, !- Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 0.753473729169681, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {36815876-83bd-4fa7-ad65-9cfc31a60c5d}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Electric Equipment, !- Name
+ {c817a3b9-a026-4a06-82cf-32d30b4ef116}, !- Electric Equipment Definition Name
+ {8bff2199-45e8-4a71-b5fd-ede3fae4f6ff}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {ec97771e-4971-46b0-91e9-3785d44f364f}, !- Handle
+ 189.1-2009 - Office - Restroom - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Default Schedule Set Name
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Group Rendering Name
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Stair; !- Standards Space Type
+
+OS:Rendering:Color,
+ {6f557e2a-06b2-4e96-bd62-f7b1f6d0b22c}, !- Handle
+ Rendering Color 27, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {1d7040c9-cc51-49e9-bced-99919b77079e}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {086e0aa7-9716-40a1-ad9a-9e539b32999b}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Lights, !- Name
+ {2783b7ad-e79e-4709-93a0-76d9b15480cb}, !- Lights Definition Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {06eb26bf-daae-4d7b-802f-f14f4973bffc}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {2584ae7a-711d-473c-96df-a3bb8f824179}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Infiltration, !- Name
+ {6cfd0d19-c82c-444b-b844-b898e9ccb38b}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {e23342a6-14bf-4244-a12e-b8f3f6c04563}, !- Handle
+ 189.1-2009 - Office - Stair - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Default Schedule Set Name
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Group Rendering Name
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Storage; !- Standards Space Type
+
+OS:Rendering:Color,
+ {e5e5daee-9c0f-481c-8a95-52831d130704}, !- Handle
+ Rendering Color 28, !- Name
+ 120, !- Rendering Red Value
+ 149, !- Rendering Green Value
+ 230; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {67b9c134-6af2-4034-8be9-99c918290f72}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ , !- Number of People Schedule Name
+ , !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ , !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 7.750015500031, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {f096f7ac-09c0-4f85-8905-690dca9182e1}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Lights, !- Name
+ {a3530ea6-39e7-4538-9866-287cb9025bf1}, !- Lights Definition Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {891b5948-4e38-4554-a2f6-43f94ec5ae02}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {a7ac93a3-1fc2-4daa-82df-d9b5ba2a505e}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Infiltration, !- Name
+ {d0c52a2e-468a-4dde-bcb0-4952606e371d}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6ae2b2b8-720b-4eaf-8895-80b1f0753cad}, !- Handle
+ 189.1-2009 - Office - Storage - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Default Schedule Set Name
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Group Rendering Name
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ Vending; !- Standards Space Type
+
+OS:Rendering:Color,
+ {76d6f7c9-7ceb-45e9-8a19-835ab84a952b}, !- Handle
+ Rendering Color 29, !- Name
+ 230, !- Rendering Red Value
+ 157, !- Rendering Green Value
+ 120; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6dfba6f2-b96a-492d-b774-c4c720d68d2b}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {be0538a4-3720-422e-85be-2e617795d558}, !- Number of People Schedule Name
+ {2eaafb36-c8d9-471a-8f30-6e2188bd0fdb}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {d4102340-9627-4371-b8f6-a3790caa5373}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {5071fc8f-2a43-420e-b853-89de3fd548e0}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 4.84375968751938, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {40216c47-a5be-4b81-9ebe-654734752677}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Lights, !- Name
+ {d8b3e03e-2d32-4c27-b42a-dd840c225670}, !- Lights Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {0f1e8aef-c843-4ab6-b548-4c72c5fef55a}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ , !- Outdoor Air Flow per Person {m3/s-person}
+ 0.000254, !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0107639104167097, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {281a8e29-5aab-4167-83d6-3d9fe2313cd8}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 People, !- Name
+ {f760ff07-53a3-4162-8890-9d0990ffc17f}, !- People Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {b9453158-d790-4fab-b5ae-0e40fc0505ce}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Infiltration, !- Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 41.4410551043324, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {eddb3a2b-a77b-4511-9cb5-b14f74a42d15}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Electric Equipment, !- Name
+ {bbac7541-8a86-4bd8-963a-8f9a28f77e61}, !- Electric Equipment Definition Name
+ {badb4787-4e03-483b-a5d9-81df836430d2}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {6c78a447-312c-4c28-b3aa-6da71f9cf8d3}, !- Handle
+ 189.1-2009 - Office - Vending - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Default Schedule Set Name
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Group Rendering Name
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Lg Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {a76d196b-e761-4493-8631-b48b5e34c13c}, !- Handle
+ Rendering Color 30, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {b9bfde29-315f-4eb8-bf9a-46a78dff4fac}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {ee654552-7290-4128-a647-073eff68ebb6}, !- Number of People Schedule Name
+ {264acba7-523a-484e-8e51-ae85870ba167}, !- People Activity Level Schedule Name
+ {3ce9efa4-e219-47f8-a14a-7affd9c11d70}, !- Lighting Schedule Name
+ {6197bef3-80c6-4043-b8a4-b9cd96652248}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {e0eb0ae2-9b39-46b2-b9f9-f7879620c44e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {b303525b-5f5d-4c4d-b9b8-65dd3f84b284}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Lights, !- Name
+ {aa22ac73-8979-4986-b736-acbd0777b85c}, !- Lights Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {243951cc-1d54-4682-88de-92f00facb5d4}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {03f6b94b-31fa-4bf8-8d80-15daaf19f543}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 People, !- Name
+ {9d7eb10a-2add-4a6a-a03e-056a6b1ae96b}, !- People Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {78e4e1af-4f99-4e7e-a352-e31956fd36bf}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Infiltration, !- Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251412763851, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {2b65f72d-8ebb-4261-9f95-737986f7c212}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Electric Equipment, !- Name
+ {76753a4b-a553-4dd0-802b-90b0d1a1d966}, !- Electric Equipment Definition Name
+ {968bcc4c-fd98-438b-b61b-5f81da1d8956}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {2829a6a3-d557-49c2-883a-6f3c5888d3dc}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Lg Office - CZ4-8 Thermostat, !- Name
+ {e1c00ef5-f530-4453-a67b-ca54f0ae084f}, !- Heating Setpoint Temperature Schedule Name
+ {205b7ba7-36bf-4caa-b304-f7da82550d15}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Default Schedule Set Name
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Group Rendering Name
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Md Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {d962ce0f-1f09-4520-8086-d251309638ff}, !- Handle
+ Rendering Color 31, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {172a4339-c515-4808-9bf0-cd607a6b94aa}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {c46af6b1-d997-440b-a480-2b785127791c}, !- Number of People Schedule Name
+ {4401923f-7369-4704-af97-5f02eccc07c4}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {e7df833e-4db6-469d-ad96-14b52ff0ceef}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {4b35ab56-cec3-45c0-bd82-7c7c88e72873}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {3f8dcdaf-a8d7-44f4-9031-8174616a0a98}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Lights, !- Name
+ {dfa9825e-f1b4-468b-b1e4-5c934b4e8532}, !- Lights Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {3157c89d-76b6-49f9-b874-c887b361d5a2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {3c49975f-c212-45d2-acc5-def109da8abd}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 People, !- Name
+ {795edcf3-25aa-491d-a678-58d2ca199b9b}, !- People Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {df024ec1-be72-4029-a6ce-a7a769ef9e4d}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Infiltration, !- Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {d39e66d5-58ca-4811-aff8-b5c8352cd6ce}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Electric Equipment, !- Name
+ {538b53f1-6409-45f7-aab7-31348cfbeb43}, !- Electric Equipment Definition Name
+ {e43c6330-829b-403f-9ef7-6b119710b699}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {125be356-b9df-4681-bbaa-d4c8cacde878}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Md Office - CZ4-8 Thermostat, !- Name
+ {de733bb4-ab71-44d2-ab3a-a9b7c2a54774}, !- Heating Setpoint Temperature Schedule Name
+ {e9bd9cb4-1124-4ccf-bf18-c5ad994faa55}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:SpaceType,
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8, !- Name
+ , !- Default Construction Set Name
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Default Schedule Set Name
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Group Rendering Name
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Design Specification Outdoor Air Object Name
+ Office, !- Standards Building Type
+ WholeBuilding - Sm Office; !- Standards Space Type
+
+OS:Rendering:Color,
+ {2fd05332-007b-4350-8fd3-4733ddca3f69}, !- Handle
+ Rendering Color 32, !- Name
+ 120, !- Rendering Red Value
+ 230, !- Rendering Green Value
+ 199; !- Rendering Blue Value
+
+OS:DefaultScheduleSet,
+ {6784963e-ba4d-4175-87dd-b5831f929d87}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Schedule Set, !- Name
+ , !- Hours of Operation Schedule Name
+ {7db91015-b01f-42c8-b02c-a13d4ed39198}, !- Number of People Schedule Name
+ {67a55331-2096-4c9b-981a-b63f113d0dd9}, !- People Activity Level Schedule Name
+ {8a273f29-9e00-4685-a53d-4e9734fa3bef}, !- Lighting Schedule Name
+ {a51b8fe3-0466-410b-a880-21be07500a52}, !- Electric Equipment Schedule Name
+ , !- Gas Equipment Schedule Name
+ , !- Hot Water Equipment Schedule Name
+ {cb7cb752-a33a-400e-97f3-836bf023796e}, !- Infiltration Schedule Name
+ , !- Steam Equipment Schedule Name
+ ; !- Other Equipment Schedule Name
+
+OS:Lights:Definition,
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Lighting Level {W}
+ 9.68751937503875, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:Lights,
+ {ee01b7ab-7d60-4088-8e4b-98136df7f22f}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Lights, !- Name
+ {c5b24316-59b0-434d-bbd1-d9024a57a7f8}, !- Lights Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:DesignSpecification:OutdoorAir,
+ {22c007c1-ce62-40f2-8ab0-14c6a644baf2}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Ventilation, !- Name
+ Sum, !- Outdoor Air Method
+ 0.009438948864, !- Outdoor Air Flow per Person {m3/s-person}
+ , !- Outdoor Air Flow per Floor Area {m3/s-m2}
+ , !- Outdoor Air Flow Rate {m3/s}
+ , !- Outdoor Air Flow Air Changes per Hour {1/hr}
+ ; !- Outdoor Air Flow Rate Fraction Schedule Name
+
+OS:People:Definition,
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People Definition, !- Name
+ People/Area, !- Number of People Calculation Method
+ , !- Number of People {people}
+ 0.0538195520835486, !- People per Space Floor Area {person/m2}
+ , !- Space Floor Area per Person {m2/person}
+ 0.3; !- Fraction Radiant
+
+OS:People,
+ {adf7594e-c7bc-44e3-8611-369b76c12e69}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 People, !- Name
+ {c97216c8-66f4-458c-95f4-2ede85764002}, !- People Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:SpaceInfiltration:DesignFlowRate,
+ {181313d1-1146-4ec1-a3a2-fbbeceebc667}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Infiltration, !- Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}, !- Space or SpaceType Name
+ , !- Schedule Name
+ Flow/ExteriorArea, !- Design Flow Rate Calculation Method
+ , !- Design Flow Rate {m3/s}
+ , !- Flow per Space Floor Area {m3/s-m2}
+ 0.000226568, !- Flow per Exterior Surface Area {m3/s-m2}
+ , !- Air Changes per Hour {1/hr}
+ , !- Constant Term Coefficient
+ , !- Temperature Term Coefficient
+ , !- Velocity Term Coefficient
+ ; !- Velocity Squared Term Coefficient
+
+OS:ElectricEquipment:Definition,
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment Definition, !- Name
+ Watts/Area, !- Design Level Calculation Method
+ , !- Design Level {W}
+ 5.81251162502325, !- Watts per Space Floor Area {W/m2}
+ ; !- Watts per Person {W/person}
+
+OS:ElectricEquipment,
+ {b623d4f8-3118-49ac-bc0d-3c98d880b97c}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Electric Equipment, !- Name
+ {f65d6b4d-82ed-4ebf-bc2d-60f944322d6e}, !- Electric Equipment Definition Name
+ {af544d5a-8953-43ac-a2f2-b7ebb1e82e3a}; !- Space or SpaceType Name
+
+OS:ThermostatSetpoint:DualSetpoint,
+ {7d3d60df-38bd-402a-8cc6-cb780862d808}, !- Handle
+ 189.1-2009 - Office - WholeBuilding - Sm Office - CZ4-8 Thermostat, !- Name
+ {a8fc5971-56bf-485f-a8b6-fc00357a220a}, !- Heating Setpoint Temperature Schedule Name
+ {8334d03b-d787-4c01-a860-2e97c980572e}; !- Cooling Setpoint Temperature Schedule Name
+
+OS:DefaultConstructionSet,
+ {4526526b-2bc4-45b3-b597-da3d92ad09a1}, !- Handle
+ 189.1-2009 - CZ1 - Office, !- Name
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Default Exterior Surface Constructions Name
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Default Interior Surface Constructions Name
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Default Ground Contact Surface Constructions Name
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Default Exterior SubSurface Constructions Name
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {94698301-6b84-4a6f-8b78-75bca600fb17}, !- Handle
+ Default Surface Constructions 1, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Wall Construction Name
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Handle
+ ExtSlabCarpet 4in ClimateZone 1-8, !- Name
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Surface Rendering Name
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Layer 1
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {be48e1b7-5a23-4b52-b581-d47874f332d0}, !- Handle
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Construction Name
+ ExteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {b0084fcb-96e4-4ea6-8b82-68ce2789bc5d}, !- Handle
+ MAT-CC05 4 HW CONCRETE, !- Name
+ Rough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 1.311, !- Conductivity {W/m-K}
+ 2240, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.85, !- Solar Absorptance
+ 0.85; !- Visible Absorptance
+
+OS:Material:NoMass,
+ {778222fb-2d70-4bd3-87aa-e0e7025f46d9}, !- Handle
+ CP02 CARPET PAD, !- Name
+ Smooth, !- Roughness
+ 0.1, !- Thermal Resistance {m2-K/W}
+ 0.9, !- Thermal Absorptance
+ 0.8, !- Solar Absorptance
+ 0.8; !- Visible Absorptance
+
+OS:Construction,
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 1, !- Name
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {c35bdbe1-9364-40c4-a088-3593de04f1fd}, !- Handle
+ {c79253de-386e-46f7-8631-b7bc0fd326fd}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Handle
+ 1IN Stucco, !- Name
+ Smooth, !- Roughness
+ 0.0253, !- Thickness {m}
+ 0.691799999999999, !- Conductivity {W/m-K}
+ 1858, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.92, !- Solar Absorptance
+ 0.92; !- Visible Absorptance
+
+OS:Material,
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Handle
+ 8IN Concrete HW, !- Name
+ MediumRough, !- Roughness
+ 0.2033, !- Thickness {m}
+ 1.72959999999999, !- Conductivity {W/m-K}
+ 2242.99999999999, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.65, !- Solar Absorptance
+ 0.65; !- Visible Absorptance
+
+OS:Material,
+ {35df83f0-9c9a-4bd0-867b-e4f56f2d21e0}, !- Handle
+ Wall Insulation [31], !- Name
+ MediumRough, !- Roughness
+ 0.0337000000000001, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Material,
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}, !- Handle
+ 1/2IN Gypsum, !- Name
+ Smooth, !- Roughness
+ 0.0127, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 784.9, !- Density {kg/m3}
+ 830.000000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Construction,
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 1, !- Name
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {8077a8bc-469c-4708-9d1e-1a587be91ef0}, !- Handle
+ {94f9c7d5-7c2c-4130-9083-b2afb613c345}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Handle
+ Roof Membrane, !- Name
+ VeryRough, !- Roughness
+ 0.0095, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 1121.29, !- Density {kg/m3}
+ 1460, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {87585ab0-524e-4577-85fa-ca9d328a544b}, !- Handle
+ Roof Insulation [18], !- Name
+ MediumRough, !- Roughness
+ 0.1693, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}, !- Handle
+ Metal Decking, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {30976b66-935b-4753-a4c5-4dde3dad9985}, !- Handle
+ Default Surface Constructions 2, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Handle
+ Interior Floor, !- Name
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Surface Rendering Name
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {663cbab6-e62e-4117-aefb-5a2c9b9cd1b3}, !- Handle
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Construction Name
+ InteriorFloor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}, !- Handle
+ F16 Acoustic tile, !- Name
+ MediumSmooth, !- Roughness
+ 0.0191, !- Thickness {m}
+ 0.06, !- Conductivity {W/m-K}
+ 368, !- Density {kg/m3}
+ 590.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.3, !- Solar Absorptance
+ 0.3; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Handle
+ F05 Ceiling air space resistance, !- Name
+ 0.18; !- Thermal Resistance {m2-K/W}
+
+OS:Material,
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Handle
+ M11 100mm lightweight concrete, !- Name
+ MediumRough, !- Roughness
+ 0.1016, !- Thickness {m}
+ 0.53, !- Conductivity {W/m-K}
+ 1280, !- Density {kg/m3}
+ 840.000000000002, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Handle
+ Interior Wall, !- Name
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Surface Rendering Name
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Layer 1
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Layer 2
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {bf9c6bdf-1d79-4160-843a-67a65bd63099}, !- Handle
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Construction Name
+ InteriorWall, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {2dde63ec-8c12-47e9-a694-a5c55907b2a7}, !- Handle
+ G01a 19mm gypsum board, !- Name
+ MediumSmooth, !- Roughness
+ 0.019, !- Thickness {m}
+ 0.16, !- Conductivity {W/m-K}
+ 800, !- Density {kg/m3}
+ 1090, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.4, !- Solar Absorptance
+ 0.4; !- Visible Absorptance
+
+OS:Material:AirGap,
+ {205d1797-4786-41aa-bb49-c62de03322d9}, !- Handle
+ F04 Wall air space resistance, !- Name
+ 0.15; !- Thermal Resistance {m2-K/W}
+
+OS:Construction,
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Handle
+ Interior Ceiling, !- Name
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Surface Rendering Name
+ {5b28cd98-6ada-46e3-ab5c-8ce18c82e2e4}, !- Layer 1
+ {c7326da9-9b42-4f08-b9c2-710e29f1df68}, !- Layer 2
+ {9732ca82-5b07-4b63-b379-a76d13f9d0d2}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {ebe3b12b-5ab0-4ea3-a460-6d15ad1d838c}, !- Handle
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}, !- Construction Name
+ InteriorCeiling, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultSurfaceConstructions,
+ {a0baf7b0-7330-421a-9c8c-7addd1712d20}, !- Handle
+ Default Surface Constructions 3, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8c8dde84-fcf4-4c1e-ace0-a8bff3aee1ab}, !- Handle
+ Default Sub Surface Constructions 1, !- Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Fixed Window Construction Name
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 1, !- Name
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Surface Rendering Name
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {2f79b030-385e-4a8e-9611-a6086da78f3b}, !- Handle
+ {0644291c-bb2c-4d3e-8d12-d9bf784b59f3}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {7504c39d-35b9-46a8-af6b-598ea9efbc00}, !- Handle
+ Theoretical Glass [167], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2374, !- Solar Transmittance at Normal Incidence
+ 0.7126, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.985, !- Front Side Infrared Hemispherical Emissivity
+ 0.985, !- Back Side Infrared Hemispherical Emissivity
+ 2.1073, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:Construction,
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Handle
+ Exterior Door, !- Name
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Surface Rendering Name
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Layer 1
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}; !- Layer 2
+
+OS:StandardsInformation:Construction,
+ {8360869b-2b70-474f-bade-2c09b27cfba6}, !- Handle
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Construction Name
+ ExteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {c6e9c62f-1f07-4a3e-9b2c-2831b69154d4}, !- Handle
+ F08 Metal surface, !- Name
+ Smooth, !- Roughness
+ 0.0008, !- Thickness {m}
+ 45.2800000000001, !- Conductivity {W/m-K}
+ 7823.99999999999, !- Density {kg/m3}
+ 500, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:Material,
+ {ae918277-1c95-4bfe-88be-0a83ad1a7f17}, !- Handle
+ I01 25mm insulation board, !- Name
+ MediumRough, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.03, !- Conductivity {W/m-K}
+ 43, !- Density {kg/m3}
+ 1210, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Construction,
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Handle
+ Interior Window, !- Name
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Surface Rendering Name
+ {572356bb-0c24-49d0-b480-38deaae93b50}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4fba2562-eb53-42df-a812-1a96a11e00db}, !- Handle
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Construction Name
+ InteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {572356bb-0c24-49d0-b480-38deaae93b50}, !- Handle
+ Clear 3mm, !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.837, !- Solar Transmittance at Normal Incidence
+ 0.075, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.898, !- Visible Transmittance at Normal Incidence
+ 0.081, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.84, !- Front Side Infrared Hemispherical Emissivity
+ 0.84, !- Back Side Infrared Hemispherical Emissivity
+ 0.9, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af21604d-d2d4-48d6-ad7c-2a2dbef9e849}, !- Handle
+ Default Sub Surface Constructions 2, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Handle
+ Interior Door, !- Name
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {4762d527-aeec-484d-9813-4b846d1e2743}, !- Handle
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Construction Name
+ InteriorDoor, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:Material,
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}, !- Handle
+ G05 25mm wood, !- Name
+ MediumSmooth, !- Roughness
+ 0.0254, !- Thickness {m}
+ 0.15, !- Conductivity {W/m-K}
+ 608, !- Density {kg/m3}
+ 1630, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Handle
+ Interior Partition, !- Name
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Surface Rendering Name
+ {ae50953e-1941-4cdc-9cd9-2741ffa65317}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {bbf8ba28-8bef-42c1-b5d6-7469584234ea}, !- Handle
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Construction Name
+ InteriorPartition, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:DefaultConstructionSet,
+ {687d05db-8053-4a94-b114-53e0716a9896}, !- Handle
+ 189.1-2009 - CZ2 - Office, !- Name
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Default Exterior Surface Constructions Name
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Default Interior Surface Constructions Name
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Default Ground Contact Surface Constructions Name
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Default Exterior SubSurface Constructions Name
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8edba1bd-b329-4c83-a9b8-09990e95b65e}, !- Handle
+ Default Surface Constructions 4, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 2, !- Name
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {85ebc66f-75e7-41c3-b466-fe2b2df44e89}, !- Handle
+ {99407b2e-49f5-4dd2-a138-e5f57ad89854}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {9aee91bc-9ebe-405c-8a50-5030bc542822}, !- Handle
+ Wall Insulation [35], !- Name
+ MediumRough, !- Roughness
+ 0.0452, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 2-5, !- Name
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {27c0d4ca-5cef-498b-bf78-a2e0e38f4e08}, !- Handle
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {5dcafaa7-3d40-49db-9ee5-cc3b2bb2278c}, !- Handle
+ Roof Insulation [21], !- Name
+ MediumRough, !- Roughness
+ 0.2105, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e18c1749-b591-41fb-9e64-177679114054}, !- Handle
+ Default Surface Constructions 5, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {69098a8f-01d4-41f8-97e8-f3616bf95c30}, !- Handle
+ Default Surface Constructions 6, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {26c0a2ac-6869-41a8-85e0-493990988654}, !- Handle
+ Default Sub Surface Constructions 3, !- Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Fixed Window Construction Name
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 2, !- Name
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Surface Rendering Name
+ {0df6dfac-0759-43e9-8314-9539c41eefda}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {56d08b42-76df-4617-82fc-10413928e30e}, !- Handle
+ {7a0f32f0-ed41-4458-b35f-782d54c4cf3c}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {0df6dfac-0759-43e9-8314-9539c41eefda}, !- Handle
+ Theoretical Glass [197], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2349, !- Solar Transmittance at Normal Incidence
+ 0.7151, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.2512, !- Visible Transmittance at Normal Incidence
+ 0.6988, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0415, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {31e1c75d-6ff4-480b-8189-458ca9a5f35c}, !- Handle
+ Default Sub Surface Constructions 4, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {3506f604-9b28-4c01-8fc6-87fabe876a1b}, !- Handle
+ 189.1-2009 - CZ3 - Office, !- Name
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Default Exterior Surface Constructions Name
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Default Interior Surface Constructions Name
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Default Ground Contact Surface Constructions Name
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Default Exterior SubSurface Constructions Name
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {79cccbfe-3f49-4acb-bdf2-e7139171fa8f}, !- Handle
+ Default Surface Constructions 7, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 3, !- Name
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {467ca491-6c1d-4847-a1dd-a5fe4331f049}, !- Handle
+ {dd95d8d1-cb40-4462-b3ef-6d971a9babc7}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0237a258-22d1-4ebf-9808-109d59b975c9}, !- Handle
+ Wall Insulation [36], !- Name
+ MediumRough, !- Roughness
+ 0.0565999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d2c070d0-e055-4eab-91fe-70399799fd2c}, !- Handle
+ Default Surface Constructions 8, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {8e86a490-adb3-49ef-8ad5-5a0e28d39cf9}, !- Handle
+ Default Surface Constructions 9, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8e17c840-44c6-43f4-81f8-12f4bcac2369}, !- Handle
+ Default Sub Surface Constructions 5, !- Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Fixed Window Construction Name
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 3, !- Name
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Surface Rendering Name
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {61f36c91-69cb-4354-9f7e-cfa1cb96b197}, !- Handle
+ {253b4c5e-eec6-44ee-a66e-86e873e08a61}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {64d8cad3-3a12-4843-92ce-a114da8ac461}, !- Handle
+ Theoretical Glass [202], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.2325, !- Solar Transmittance at Normal Incidence
+ 0.7175, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.3192, !- Visible Transmittance at Normal Incidence
+ 0.6308, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0192, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {2e3cc8bd-5113-4870-b568-af600af67faa}, !- Handle
+ Default Sub Surface Constructions 6, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {b7cdc63e-a919-41dd-86e1-dece88dfdb28}, !- Handle
+ 189.1-2009 - CZ4 - Office, !- Name
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Default Exterior Surface Constructions Name
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Default Interior Surface Constructions Name
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Default Ground Contact Surface Constructions Name
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Default Exterior SubSurface Constructions Name
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {3ef37f21-bbe3-4f3b-9b65-3ad9770f3a44}, !- Handle
+ Default Surface Constructions 10, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 4, !- Name
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {3f492503-4801-4755-8e33-6b43c94c88c0}, !- Handle
+ {b23633e3-75a0-470c-b30f-e321d99e7ed1}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {b60a50b3-1951-483d-a113-6fc416753502}, !- Handle
+ Wall Insulation [37], !- Name
+ MediumRough, !- Roughness
+ 0.0680999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {92813ed9-8be8-4db7-93eb-d9414bb5857c}, !- Handle
+ Default Surface Constructions 11, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {a1c91290-96c5-4ee4-988a-5b2845afb68b}, !- Handle
+ Default Surface Constructions 12, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {8236d225-796d-412a-a2e2-1295101f741d}, !- Handle
+ Default Sub Surface Constructions 7, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 4-5, !- Name
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Surface Rendering Name
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {d55825e5-87d9-473f-9fe3-b54e798b73b2}, !- Handle
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {9914bb36-b162-493f-a77d-317b37a6dfe0}, !- Handle
+ Theoretical Glass [207], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3311, !- Solar Transmittance at Normal Incidence
+ 0.6189, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.44, !- Visible Transmittance at Normal Incidence
+ 0.51, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {a9819d00-d437-4adf-b7bd-7824978b9e03}, !- Handle
+ Default Sub Surface Constructions 8, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {58749418-1c83-496b-94e6-80aa0fd3ac39}, !- Handle
+ 189.1-2009 - CZ5 - Office, !- Name
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Default Exterior Surface Constructions Name
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Default Interior Surface Constructions Name
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Default Ground Contact Surface Constructions Name
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Default Exterior SubSurface Constructions Name
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f6881ecb-7aaf-431a-b1d2-61de79238f70}, !- Handle
+ Default Surface Constructions 13, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Wall Construction Name
+ {6e592600-ac13-4db1-bf26-a5a95984aa4d}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 5, !- Name
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {99c16b51-1376-4d0d-ae82-9abe62b5b9bc}, !- Handle
+ {69871c9e-7438-4e91-92bd-66fabb7f9850}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {0681dbd1-2005-474d-9af1-f3e3c9bdfdd6}, !- Handle
+ Wall Insulation [40], !- Name
+ MediumRough, !- Roughness
+ 0.0793999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d97abec2-033d-43ce-a763-4ed6937bae4d}, !- Handle
+ Default Surface Constructions 14, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d684c8db-7bf4-4966-b9eb-ea0c2afdf86b}, !- Handle
+ Default Surface Constructions 15, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {bb191ec6-d6ab-407d-9fb2-31dc2ae3bb75}, !- Handle
+ Default Sub Surface Constructions 9, !- Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Fixed Window Construction Name
+ {a19abee3-5e27-4244-9552-a3961f6ec2b6}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {b6d85e89-1972-4d08-8dd6-1ad51c17f701}, !- Handle
+ Default Sub Surface Constructions 10, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {7fbfa4b5-c598-498c-9e7e-cc1d23784e59}, !- Handle
+ 189.1-2009 - CZ6 - Office, !- Name
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Default Exterior Surface Constructions Name
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Default Interior Surface Constructions Name
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Default Ground Contact Surface Constructions Name
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Default Exterior SubSurface Constructions Name
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {f4c2eff4-616f-4e59-a975-63e8f99df809}, !- Handle
+ Default Surface Constructions 16, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Wall Construction Name
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 6, !- Name
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {7eeba261-f29b-4f29-92ab-43160d53769c}, !- Handle
+ {73014c8f-a248-42b8-886b-3d7b760f079b}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {033ceb3a-fd60-4fdb-a0f3-c9fa51ea2e6e}, !- Handle
+ Wall Insulation [42], !- Name
+ MediumRough, !- Roughness
+ 0.0913999999999999, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof Metal ClimateZone 6, !- Name
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Surface Rendering Name
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Layer 1
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {76a41f7e-250b-4af4-9af6-365bb137bdae}, !- Handle
+ {e58f4a9d-2329-4c5d-8385-2f9db5c419bf}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ Metal; !- Standards Construction Type
+
+OS:Material,
+ {97a1b867-7bc8-4285-9ece-5ae126192f3c}, !- Handle
+ Metal Roofing, !- Name
+ MediumSmooth, !- Roughness
+ 0.0015, !- Thickness {m}
+ 45.006, !- Conductivity {W/m-K}
+ 7680, !- Density {kg/m3}
+ 418.4, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.6, !- Solar Absorptance
+ 0.6; !- Visible Absorptance
+
+OS:Material,
+ {6073d808-4e57-40c9-919a-2473ff43dfee}, !- Handle
+ Roof Insulation [25], !- Name
+ MediumRough, !- Roughness
+ 0.263, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {d61c2378-904c-4c76-bac0-dbd9f6c49c7c}, !- Handle
+ Default Surface Constructions 17, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {d64e486a-afe2-4d33-9add-91d98c40c1d7}, !- Handle
+ Default Surface Constructions 18, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {5897f70f-27c7-4970-9e2c-db9bebccea4e}, !- Handle
+ Default Sub Surface Constructions 11, !- Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Fixed Window Construction Name
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 6, !- Name
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Surface Rendering Name
+ {49faa92b-2c62-4fe3-87e7-99e278102799}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {f1ab38d8-53bd-46fb-87a1-ae1dd7cc8561}, !- Handle
+ {b343d191-cd60-41c8-9583-fcdf8aef2341}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {49faa92b-2c62-4fe3-87e7-99e278102799}, !- Handle
+ Theoretical Glass [216], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.3801, !- Solar Transmittance at Normal Incidence
+ 0.5699, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.5079, !- Visible Transmittance at Normal Incidence
+ 0.4421, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0133, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {ec05d2f3-b3ec-4dfb-820b-5fffaeb8776d}, !- Handle
+ Default Sub Surface Constructions 12, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:DefaultConstructionSet,
+ {1cff5d19-5572-4e19-88b4-346c54265f57}, !- Handle
+ 189.1-2009 - CZ7-8 - Office, !- Name
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Default Exterior Surface Constructions Name
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Default Interior Surface Constructions Name
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Default Ground Contact Surface Constructions Name
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Default Exterior SubSurface Constructions Name
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Default Interior SubSurface Constructions Name
+ {ead91c2f-4359-42f5-b36e-9a36c9253598}, !- Interior Partition Construction Name
+ , !- Space Shading Construction Name
+ , !- Building Shading Construction Name
+ ; !- Site Shading Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {6e044d24-cbba-456f-af36-8b86f1508f50}, !- Handle
+ Default Surface Constructions 19, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Wall Construction Name
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}; !- Roof Ceiling Construction Name
+
+OS:Construction,
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Handle
+ ASHRAE 189.1-2009 ExtWall Mass ClimateZone 7-8, !- Name
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Surface Rendering Name
+ {56962c43-17db-4226-8ddc-220e96c9d631}, !- Layer 1
+ {4cc6a40e-03a3-48aa-95cb-72a4e9afb846}, !- Layer 2
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Layer 3
+ {b6d8e415-7411-437a-ac2c-78a8b90db9d2}; !- Layer 4
+
+OS:StandardsInformation:Construction,
+ {d740a5ed-3362-4965-952b-69d154d88d11}, !- Handle
+ {d28d8415-2d7a-4256-be8e-91b455fe8889}, !- Construction Name
+ ExteriorWall, !- Intended Surface Type
+ Mass; !- Standards Construction Type
+
+OS:Material,
+ {6f104856-6bc7-479e-87b3-44c13f6b441e}, !- Handle
+ Wall Insulation [44], !- Name
+ MediumRough, !- Roughness
+ 0.1104, !- Thickness {m}
+ 0.0432, !- Conductivity {W/m-K}
+ 91, !- Density {kg/m3}
+ 836.999999999999, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.5, !- Solar Absorptance
+ 0.5; !- Visible Absorptance
+
+OS:Construction,
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Handle
+ ASHRAE 189.1-2009 ExtRoof IEAD ClimateZone 7-8, !- Name
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Surface Rendering Name
+ {6710a532-69d6-4fff-84fd-c78074630b20}, !- Layer 1
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Layer 2
+ {14035dbf-33ad-4b63-a0f4-bc09dc3e2743}; !- Layer 3
+
+OS:StandardsInformation:Construction,
+ {252369f7-3f86-46ff-a0c8-1399371eb759}, !- Handle
+ {c6bbd742-fc9f-439b-94f4-e8038f26f5bd}, !- Construction Name
+ ExteriorRoof, !- Intended Surface Type
+ IEAD; !- Standards Construction Type
+
+OS:Material,
+ {210f210b-6002-4820-ae10-eb2b372d7687}, !- Handle
+ Roof Insulation [26], !- Name
+ MediumRough, !- Roughness
+ 0.2941, !- Thickness {m}
+ 0.049, !- Conductivity {W/m-K}
+ 265, !- Density {kg/m3}
+ 836.800000000001, !- Specific Heat {J/kg-K}
+ 0.9, !- Thermal Absorptance
+ 0.7, !- Solar Absorptance
+ 0.7; !- Visible Absorptance
+
+OS:DefaultSurfaceConstructions,
+ {e3c760b2-11c7-4984-bdaf-ed3f8f1fbab8}, !- Handle
+ Default Surface Constructions 20, !- Name
+ {4ee71df9-85c1-4a24-9be8-bee433f9e015}, !- Floor Construction Name
+ {7ea68359-ad75-4d6c-8862-e2965b9ee3ab}, !- Wall Construction Name
+ {edd9ecd3-4290-4d56-b5a9-ef02bf102418}; !- Roof Ceiling Construction Name
+
+OS:DefaultSurfaceConstructions,
+ {5a5b254f-3a7d-49cd-8c7b-df8e0f5efded}, !- Handle
+ Default Surface Constructions 21, !- Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Floor Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}, !- Wall Construction Name
+ {78a5e5c5-806e-400a-a800-196f73e1d063}; !- Roof Ceiling Construction Name
+
+OS:DefaultSubSurfaceConstructions,
+ {c766fd3a-9093-42fa-9514-2c1fa80247f2}, !- Handle
+ Default Sub Surface Constructions 13, !- Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Fixed Window Construction Name
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Operable Window Construction Name
+ {f16a7fb7-d40d-43c5-9ad7-3bfe84654a03}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Tubular Daylight Dome Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}; !- Tubular Daylight Diffuser Construction Name
+
+OS:Construction,
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Handle
+ ASHRAE 189.1-2009 ExtWindow ClimateZone 7-8, !- Name
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Surface Rendering Name
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}; !- Layer 1
+
+OS:StandardsInformation:Construction,
+ {20aa7704-c7fd-4a24-aa3b-7f69c9544b7c}, !- Handle
+ {b7889a36-262c-4dbe-b8ee-96206687aa1b}, !- Construction Name
+ ExteriorWindow, !- Intended Surface Type
+ ; !- Standards Construction Type
+
+OS:WindowMaterial:Glazing,
+ {705e5f44-c97a-4686-b0f1-97f4494d238d}, !- Handle
+ Theoretical Glass [221], !- Name
+ SpectralAverage, !- Optical Data Type
+ , !- Window Glass Spectral Data Set Name
+ 0.00299999999999999, !- Thickness {m}
+ 0.4296, !- Solar Transmittance at Normal Incidence
+ 0.5204, !- Front Side Solar Reflectance at Normal Incidence
+ 0, !- Back Side Solar Reflectance at Normal Incidence
+ 0.4503, !- Visible Transmittance at Normal Incidence
+ 0.4997, !- Front Side Visible Reflectance at Normal Incidence
+ 0, !- Back Side Visible Reflectance at Normal Incidence
+ 0, !- Infrared Transmittance at Normal Incidence
+ 0.9, !- Front Side Infrared Hemispherical Emissivity
+ 0.9, !- Back Side Infrared Hemispherical Emissivity
+ 0.0089, !- Conductivity {W/m-K}
+ 1, !- Dirt Correction Factor for Solar and Visible Transmittance
+ No; !- Solar Diffusing
+
+OS:DefaultSubSurfaceConstructions,
+ {af87ce18-ae87-4260-a697-cd25f4095498}, !- Handle
+ Default Sub Surface Constructions 14, !- Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Fixed Window Construction Name
+ {ae4fa780-ed05-42e8-925d-8cfdef96ee27}, !- Operable Window Construction Name
+ {ffeb525e-fabf-4359-8b2f-bec6d1975f7c}, !- Door Construction Name
+ , !- Glass Door Construction Name
+ , !- Overhead Door Construction Name
+ , !- Skylight Construction Name
+ , !- Tubular Daylight Dome Construction Name
+ ; !- Tubular Daylight Diffuser Construction Name
+
+OS:Material:AirWall,
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}, !- Handle
+ Air Wall Material; !- Name
+
+OS:Construction,
+ {7a29ba3c-05e0-4ba6-a7bf-72746f63eedc}, !- Handle
+ Air Wall, !- Name
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Surface Rendering Name
+ {8ea9f6e6-0bb1-424a-a9d5-8fb8da2c8afe}; !- Layer 1
+
+OS:Facility,
+ {50a42c9a-3973-4de3-b7ee-0cd8b0200231}; !- Handle
+
+OS:Rendering:Color,
+ {d9de7cbd-050f-4e61-8f9b-075aa1df65bb}, !- Handle
+ Rendering Color 33, !- Name
+ 250, !- Rendering Red Value
+ 235, !- Rendering Green Value
+ 215; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {62e34ae8-ba70-4da1-925b-57bf2c7ef24b}, !- Handle
+ Rendering Color 34, !- Name
+ 255, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 205; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {17a12f4b-94a3-4b11-aee4-8fdfaca5c4df}, !- Handle
+ Rendering Color 35, !- Name
+ 47, !- Rendering Red Value
+ 79, !- Rendering Green Value
+ 79; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {ccf8d0cb-0b4e-4bde-b89e-93647118a409}, !- Handle
+ Rendering Color 36, !- Name
+ 245, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 250; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {e86c4cfc-a78a-4674-ba86-da0778391d75}, !- Handle
+ Rendering Color 37, !- Name
+ 85, !- Rendering Red Value
+ 107, !- Rendering Green Value
+ 47; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {1931b433-ad5c-43ae-8248-796522c09dae}, !- Handle
+ Rendering Color 38, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {c2c680d2-f325-40ed-95af-d91b806f1ec6}, !- Handle
+ Rendering Color 39, !- Name
+ 0, !- Rendering Red Value
+ 100, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fa64966f-7624-43ea-a584-54dd0654c4fa}, !- Handle
+ Rendering Color 40, !- Name
+ 255, !- Rendering Red Value
+ 182, !- Rendering Green Value
+ 193; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {778e8a0a-a11f-4cdc-b209-ca9fa58a7fd7}, !- Handle
+ Rendering Color 41, !- Name
+ 178, !- Rendering Red Value
+ 34, !- Rendering Green Value
+ 34; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {460f8255-5f86-432f-a773-d413b7d383bc}, !- Handle
+ Rendering Color 42, !- Name
+ 248, !- Rendering Red Value
+ 248, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {24055de0-4136-450a-bc8d-d8ee32c93212}, !- Handle
+ Rendering Color 43, !- Name
+ 139, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {8f9423e5-3ed6-4351-be9e-dbbdd330b500}, !- Handle
+ Rendering Color 44, !- Name
+ 0, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 255; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {04a70558-9b0a-4809-8c15-d7f1882136f8}, !- Handle
+ Rendering Color 45, !- Name
+ 50, !- Rendering Red Value
+ 205, !- Rendering Green Value
+ 50; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {584c45ae-4787-45d1-9dd4-f33b0f8347f9}, !- Handle
+ Rendering Color 46, !- Name
+ 210, !- Rendering Red Value
+ 180, !- Rendering Green Value
+ 140; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {d0c8c19d-30d5-48bd-a3a0-3c16ccc1303b}, !- Handle
+ Rendering Color 47, !- Name
+ 250, !- Rendering Red Value
+ 250, !- Rendering Green Value
+ 210; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {7540a07b-c6b7-4faf-a374-fc8ad428bb83}, !- Handle
+ Rendering Color 48, !- Name
+ 0, !- Rendering Red Value
+ 206, !- Rendering Green Value
+ 209; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {636bc1bd-3423-4cbd-a7ac-cd596f301582}, !- Handle
+ Rendering Color 49, !- Name
+ 255, !- Rendering Red Value
+ 255, !- Rendering Green Value
+ 240; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {fe59cf72-f9c8-46a7-8dc4-3896724fe5d7}, !- Handle
+ Rendering Color 50, !- Name
+ 221, !- Rendering Red Value
+ 160, !- Rendering Green Value
+ 221; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {46dc58c7-b8ea-415a-8606-35a0b11fe039}, !- Handle
+ Rendering Color 51, !- Name
+ 192, !- Rendering Red Value
+ 192, !- Rendering Green Value
+ 192; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b4a51fb4-31db-4ab6-b13d-652c879a9a2c}, !- Handle
+ Rendering Color 52, !- Name
+ 245, !- Rendering Red Value
+ 245, !- Rendering Green Value
+ 245; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {50151bcc-32ed-4ff3-8085-9658f2079102}, !- Handle
+ Rendering Color 53, !- Name
+ 255, !- Rendering Red Value
+ 228, !- Rendering Green Value
+ 225; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {db7b8f16-f0f4-463e-a33a-c93df442ca33}, !- Handle
+ Rendering Color 54, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 139; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {2582cb70-8314-41a6-ac75-d4fef244dffc}, !- Handle
+ Rendering Color 55, !- Name
+ 32, !- Rendering Red Value
+ 178, !- Rendering Green Value
+ 170; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {b95d9e0a-a5a9-4295-870c-608321ecd650}, !- Handle
+ Rendering Color 56, !- Name
+ 219, !- Rendering Red Value
+ 112, !- Rendering Green Value
+ 147; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {16a7176a-d244-49b5-bec6-6d107e067adf}, !- Handle
+ Rendering Color 57, !- Name
+ 165, !- Rendering Red Value
+ 42, !- Rendering Green Value
+ 42; !- Rendering Blue Value
+
+OS:Rendering:Color,
+ {71ceef6d-12d0-4e82-89ca-e3101fac6664}, !- Handle
+ Rendering Color 58, !- Name
+ 0, !- Rendering Red Value
+ 0, !- Rendering Green Value
+ 0; !- Rendering Blue Value
+
+OS:BuildingStory,
+ {50868583-cd6e-4b33-9980-93aced1f0725}, !- Handle
+ Building Story 1, !- Name
+ 0, !- Nominal Z Coordinate {m}
+ 3.048, !- Nominal Floor to Floor Height {m}
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ {3382e11a-163a-4157-8831-d7c6831e1559}; !- Group Rendering Name
+
+OS:Space,
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Handle
+ Space 101, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {34613696-6b52-44f1-a5ff-a36900647fd1}, !- Handle
+ Surface 1, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Handle
+ Surface 2, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Handle
+ Surface 3, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Handle
+ Surface 4, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Handle
+ Surface 5, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2ee589ef-ee4e-4ccf-82dc-5bd481b7f155}, !- Handle
+ Surface 6, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {5d7c8dbb-9c19-4b55-8b12-ebb5162e3678}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Handle
+ Space 102, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 0, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {19d18d73-c9ca-4549-a15e-3a457813fcf2}, !- Handle
+ Surface 7, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Handle
+ Surface 8, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {0931ca6c-82dd-4ac5-8014-24c0b87d9ba8}, !- Handle
+ Surface 9, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {8e228e17-f447-4351-8255-68a903116bf5}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Handle
+ Surface 10, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Handle
+ Surface 11, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {7fab646c-6a8f-452d-8ba0-c4c385d0eb50}, !- Handle
+ Surface 12, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {8e444b86-da4a-4808-a97b-44d486743eb3}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Handle
+ Space 103, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 0, !- X Origin {m}
+ 6.096, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {74a5de71-ac42-4838-888e-c4db7769715a}, !- Handle
+ Surface 13, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 0, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Handle
+ Surface 14, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Handle
+ Surface 15, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {002dd6d5-ccf2-4528-bee3-372935270e38}, !- Handle
+ Surface 16, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {e6da7134-b845-4c2b-92d8-471d959b0232}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 2 {m}
+ 3.048, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 3.048, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Handle
+ Surface 17, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, -3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {f7e843c5-68c1-43f0-9204-c49b0f3332a6}, !- Handle
+ Surface 18, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {b5a1aae9-e0e9-4254-bf19-cebfb520aed5}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 3.048, -3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 3.048, 0, 3.048, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 3.048, !- X,Y,Z Vertex 3 {m}
+ 0, -3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Space,
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Handle
+ Space 104, !- Name
+ , !- Space Type Name
+ , !- Default Construction Set Name
+ , !- Default Schedule Set Name
+ , !- Direction of Relative North {deg}
+ 6.096, !- X Origin {m}
+ 3.048, !- Y Origin {m}
+ 0, !- Z Origin {m}
+ {50868583-cd6e-4b33-9980-93aced1f0725}; !- Building Story Name
+
+OS:Surface,
+ {81f77032-b16a-42d2-9517-02ae4c166df8}, !- Handle
+ Surface 19, !- Name
+ Floor, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Ground, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 0, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 0; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {a0c1b5bc-da84-48af-8e48-32fcb79ef150}, !- Handle
+ Surface 20, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {53f098ba-949b-4003-a566-b63754a87202}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {2380e7e5-5843-486a-880b-888b9dee3a31}, !- Handle
+ Surface 21, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Surface, !- Outside Boundary Condition
+ {35cbb3e8-0b70-4fd5-9713-bb391d09a5fc}, !- Outside Boundary Condition Object
+ NoSun, !- Sun Exposure
+ NoWind, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 0, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Handle
+ Surface 22, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ -3.048, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Handle
+ Surface 23, !- Name
+ Wall, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 0, 0, !- X,Y,Z Vertex 2 {m}
+ 0, 3.048, 0, !- X,Y,Z Vertex 3 {m}
+ 0, 3.048, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Surface,
+ {8d537633-3f6b-476a-b746-cea3a8736eed}, !- Handle
+ Surface 24, !- Name
+ RoofCeiling, !- Surface Type
+ , !- Construction Name
+ {3810e56a-95f5-4687-b896-06caf8120348}, !- Space Name
+ Outdoors, !- Outside Boundary Condition
+ , !- Outside Boundary Condition Object
+ SunExposed, !- Sun Exposure
+ WindExposed, !- Wind Exposure
+ , !- View Factor to Ground
+ , !- Number of Vertices
+ 0, 0, 3.048, !- X,Y,Z Vertex 1 {m}
+ 0, 3.048, 3.048, !- X,Y,Z Vertex 2 {m}
+ -3.048, 3.048, 3.048, !- X,Y,Z Vertex 3 {m}
+ -3.048, 0, 3.048; !- X,Y,Z Vertex 4 {m}
+
+OS:Rendering:Color,
+ {3382e11a-163a-4157-8831-d7c6831e1559}, !- Handle
+ Rendering Color 59, !- Name
+ 186, !- Rendering Red Value
+ 85, !- Rendering Green Value
+ 211; !- Rendering Blue Value
+
+OS:SubSurface,
+ {c338f8b3-5a59-499c-98ca-df5a820387cd}, !- Handle
+ Sub Surface 1, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {04c217f9-794f-482e-9566-bc9939ac2b67}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {dbcac169-5385-435a-ac98-e7891b7f2a0a}, !- Handle
+ Sub Surface 2, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {29c6e6ba-2a04-4ad6-9f09-69b0692bd305}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {bf6c0bb6-20be-45a4-a12e-df2480492bc9}, !- Handle
+ Sub Surface 3, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {3ce940a4-dffc-4da5-8e17-a47c6fde3c37}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -0.0254, 3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -0.0254, 3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ -3.0226, 3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ -3.0226, 3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {d4037884-9d56-4f6f-ac6d-65640af8fdc2}, !- Handle
+ Sub Surface 4, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5adfa187-cd8e-4214-9ea8-4a4f634cf64c}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e34c1857-0462-47ea-9da7-7fe1b23da808}, !- Handle
+ Sub Surface 5, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {5cfd7343-beef-4dd8-96ff-05ad91c84aad}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0.0254, -3.048, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0.0254, -3.048, 0.76, !- X,Y,Z Vertex 2 {m}
+ 3.0226, -3.048, 0.76, !- X,Y,Z Vertex 3 {m}
+ 3.0226, -3.048, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {e7397205-f157-47fc-ad9a-a675aab3b3c7}, !- Handle
+ Sub Surface 6, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {80879f81-820f-4603-b611-b68e1595cb6e}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, 0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, 0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, 3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, 3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {f4f4b729-630c-44aa-b175-61ca8c5dbc18}, !- Handle
+ Sub Surface 7, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {b3fe4f2a-ff3a-493e-9743-c7be2c1ce9d2}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ -3.0226, 0, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ -3.0226, 0, 0.76, !- X,Y,Z Vertex 2 {m}
+ -0.0254000000000003, 0, 0.76, !- X,Y,Z Vertex 3 {m}
+ -0.0254000000000003, 0, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:SubSurface,
+ {3c09fbeb-0873-4676-861c-11a90d465e89}, !- Handle
+ Sub Surface 8, !- Name
+ FixedWindow, !- Sub Surface Type
+ , !- Construction Name
+ {bf033db5-8c2d-4f1b-b467-6f8ae942fd52}, !- Surface Name
+ , !- Outside Boundary Condition Object
+ , !- View Factor to Ground
+ , !- Shading Control Name
+ , !- Frame and Divider Name
+ , !- Multiplier
+ , !- Number of Vertices
+ 0, -0.0254, 1.99986440677966, !- X,Y,Z Vertex 1 {m}
+ 0, -0.0254, 0.76, !- X,Y,Z Vertex 2 {m}
+ 0, -3.0226, 0.76, !- X,Y,Z Vertex 3 {m}
+ 0, -3.0226, 1.99986440677966; !- X,Y,Z Vertex 4 {m}
+
+OS:Site,
+ {e923bd3f-b042-4911-a936-d37cf26af839}, !- Handle
+ Site 1, !- Name
+ , !- Latitude {deg}
+ , !- Longitude {deg}
+ , !- Time Zone {hr}
+ , !- Elevation {m}
+ ; !- Terrain
+
+OS:YearDescription,
+ {b216c53e-5b6b-4973-8442-5822dbdeacee}; !- Handle
+
+OS:ClimateZones,
+ {221ea9ed-6eb8-4a9e-8e5a-9f17ea245a5b}, !- Handle
+ , !- Active Institution
+ , !- Active Year
+ ASHRAE, !- Climate Zone Institution Name 1
+ ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
+ 2006, !- Climate Zone Document Year 1
+ , !- Climate Zone Value 1
+ CEC, !- Climate Zone Institution Name 2
+ California Climate Zone Descriptions, !- Climate Zone Document Name 2
+ 1995, !- Climate Zone Document Year 2
+ ; !- Climate Zone Value 2
+
+OS:SimulationControl,
+ {d7639ae2-d32d-4ec9-8805-d736b33d8ed7}; !- Handle
+
+OS:Sizing:Parameters,
+ {3e229137-ae9f-4efa-8ea3-4acd5b93cbd8}, !- Handle
+ 1.25, !- Heating Sizing Factor
+ 1.15; !- Cooling Sizing Factor
+
+OS:Timestep,
+ {92bdf5f7-18f8-48b3-8bdf-5b839c3592c3}, !- Handle
+ 6; !- Number of Timesteps per Hour
+
+OS:ShadowCalculation,
+ {ec138f8c-4f93-4204-88a2-991a62608f6a}, !- Handle
+ 20, !- Calculation Frequency
+ 15000; !- Maximum Figures in Shadow Overlap Calculations
+
+OS:HeatBalanceAlgorithm,
+ {f9a03de5-79c9-409d-a764-bd2a8d39b93c}, !- Handle
+ ConductionTransferFunction, !- Algorithm
+ 200; !- Surface Temperature Upper Limit {C}
+
+OS:RunPeriod,
+ {1e31b0fa-d387-4896-8e7e-30f2368f9e58}, !- Handle
+ Run Period 1, !- Name
+ 1, !- Begin Month
+ 1, !- Begin Day of Month
+ 12, !- End Month
+ 31, !- End Day of Month
+ , !- Use Weather File Holidays and Special Days
+ , !- Use Weather File Daylight Saving Period
+ , !- Apply Weekend Holiday Rule
+ , !- Use Weather File Rain Indicators
+ , !- Use Weather File Snow Indicators
+ ; !- Number of Times Runperiod to be Repeated
+
+OS:LifeCycleCost:Parameters,
+ {a836c392-6031-4709-b70f-0f9efa66e717}, !- Handle
+ , !- Analysis Type
+ , !- Discounting Convention
+ , !- Inflation Approach
+ , !- Real Discount Rate
+ , !- Nominal Discount Rate
+ , !- Inflation
+ , !- Base Date Month
+ , !- Base Date Year
+ , !- Service Date Month
+ , !- Service Date Year
+ ; !- Length of Study Period in Years
+
diff --git a/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3-cache.csv b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3-cache.csv
new file mode 100644
index 000000000..b6fe9dfa1
--- /dev/null
+++ b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3-cache.csv
@@ -0,0 +1,35 @@
+WeatherHeader.City,String,Houston Bush Intercontinental
+WeatherHeader.State,String,TX
+WeatherHeader.Country,String,USA
+WeatherHeader.DataSource,String,TMY3
+WeatherHeader.Station,String,722430
+WeatherHeader.Latitude,Float,30.0
+WeatherHeader.Longitude,Float,-95.37
+WeatherHeader.Timezone,Float,-6.0
+WeatherHeader.Altitude,Float,95.14435695538057
+WeatherHeader.LocalPressure,Float,0.9965048101104622
+WeatherHeader.RecordsPerHour,Integer,1
+WeatherData.AnnualAvgDrybulb,Float,68.64621232876712
+WeatherData.AnnualMinDrybulb,Float,21.02
+WeatherData.AnnualMaxDrybulb,Float,102.92
+WeatherData.CDD50F,Float,7046.977500000001
+WeatherData.CDD65F,Float,2801.7000000000003
+WeatherData.HDD50F,Float,241.10999999999999
+WeatherData.HDD65F,Float,1470.8324999999998
+WeatherData.AnnualAvgWindspeed,Float,3.443584474885845
+WeatherData.MonthlyAvgDrybulbs,Array,50.913548387096775,54.980267857142856,61.16604838709678,68.88175000000001,75.25104838709677,80.63624999999999,82.88677419354839,82.7691935483871,79.58449999999999,68.58475806451614,62.7715,54.564112903225805
+WeatherData.GroundMonthlyTemps,Array,62.97462037987208,60.52923003915765,60.333394410981725,61.49385707829498,66.15246802692462,70.78937718946878,74.80932961726734,77.3558706115627,77.57221325618349,75.50103017244925,71.58358889173297,67.08892121583273
+WeatherData.WSF,Float,0.42
+WeatherData.MonthlyAvgDailyHighDrybulbs,Array,60.788387096774194,66.155,71.13548387096775,78.38,83.89225806451614,89.372,92.9851612903226,94.64580645161291,91.256,81.77870967741936,74.024,66.1825806451613
+WeatherData.MonthlyAvgDailyLowDrybulbs,Array,41.807096774193546,44.40714285714286,50.94064516129032,60.001999999999995,67.32645161290323,72.80600000000001,74.56129032258065,74.11419354838709,69.71000000000001,56.70645161290322,52.196,44.21677419354839
+WeatherDesign.HeatingDrybulb,Float,32.9
+WeatherDesign.HeatingWindspeed,Float,8.9
+WeatherDesign.CoolingDrybulb,Float,95.0
+WeatherDesign.CoolingWetbulb,Float,76.64
+WeatherDesign.CoolingHumidityRatio,Float,0.015433962055123714
+WeatherDesign.CoolingWindspeed,Float,3.5
+WeatherDesign.DailyTemperatureRange,Float,18.18
+WeatherDesign.DehumidDrybulb,Float,82.22
+WeatherDesign.DehumidHumidityRatio,Float,0.01978595176300598
+WeatherDesign.CoolingDirectNormal,Float,916.0
+WeatherDesign.CoolingDiffuseHorizontal,Float,120.0
diff --git a/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.ddy b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.ddy
new file mode 100644
index 000000000..240252b45
--- /dev/null
+++ b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.ddy
@@ -0,0 +1,536 @@
+ ! The following Location and Design Day data are produced as possible from the indicated data source.
+ ! Wind Speeds follow the indicated design conditions rather than traditional values (6.7 m/s heating, 3.35 m/s cooling)
+ ! No special attempts at re-creating or determining missing data parts (e.g. Wind speed or direction)
+ ! are done. Therefore, you should look at the data and fill in any incorrect values as you desire.
+
+ Site:Location,
+ Houston Bush Intercontinental_TX_USA Design_Conditions, !- Location Name
+ 30.00, !- Latitude {N+ S-}
+ -95.37, !- Longitude {W- E+}
+ -6.00, !- Time Zone Relative to GMT {GMT+/-}
+ 29.00; !- Elevation {m}
+
+ ! WMO=722430 Time Zone=NAC: (GMT-06:00) Central Time (US & Canada)
+ ! Data Source=ASHRAE 2009 Annual Design Conditions
+ RunPeriodControl:DaylightSavingTime,
+ 2nd Sunday in March, !- StartDate
+ 2nd Sunday in November; !- EndDate
+
+ ! Using Design Conditions from "Climate Design Data 2009 ASHRAE Handbook"
+ ! Houston Bush Intercontinental_TX_USA Extreme Annual Wind Speeds, 1%=8.6m/s, 2.5%=7.8m/s, 5%=7.2m/s
+ ! Houston Bush Intercontinental_TX_USA Extreme Annual Temperatures, Max Drybulb=-4.4°C Min Drybulb=37.9°C
+
+ ! Houston Bush Intercontinental_TX_USA Annual Heating Design Conditions Wind Speed=2.8m/s Wind Dir=0
+ ! Coldest Month=JAN
+ ! Houston Bush Intercontinental_TX_USA Annual Heating 99.6%, MaxDB=-1.6°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Htg 99.6% Condns DB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ -1.6, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ -1.6, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 2.8, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental_TX_USA Annual Heating 99%, MaxDB=0.5°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Htg 99% Condns DB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ 0.5, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 0.5, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 2.8, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental_TX_USA Annual Humidification 99.6% Design Conditions DP=>MCDB, DP=-9.5°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Hum_n 99.6% Condns DP=>MCDB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ 3.3, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Dewpoint, !- Humidity Condition Type
+ -9.5, !- Dewpoint at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 2.8, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental_TX_USA Annual Humidification 99% Design Conditions DP=>MCDB, DP=-6.5°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Hum_n 99% Condns DP=>MCDB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ 5.5, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Dewpoint, !- Humidity Condition Type
+ -6.5, !- Dewpoint at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 2.8, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental_TX_USA Annual Heating Wind 99.6% Design Conditions WS=>MCDB, WS=9.9m/s
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Htg Wind 99.6% Condns WS=>MCDB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ 13.9, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 13.9, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 9.9, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental_TX_USA Annual Heating Wind 99% Design Conditions WS=>MCDB, WS=8.9m/s
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Htg Wind 99% Condns WS=>MCDB, !- Name
+ 1, !- Month
+ 21, !- Day of Month
+ WinterDesignDay,!- Day Type
+ 14.1, !- Maximum Dry-Bulb Temperature {C}
+ 0.0, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 14.1, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 8.9, !- Wind Speed {m/s} design conditions vs. traditional 6.71 m/s (15 mph)
+ 0, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAEClearSky, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+ 0.00; !- Clearness {0.0 to 1.1}
+
+ ! Houston Bush Intercontinental Annual Cooling Design Conditions Wind Speed=3.5m/s Wind Dir=170
+ ! Hottest Month=JUL
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DB=>MWB) .4%, MaxDB=36°C MWB=24.8°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg .4% Condns DB=>MWB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 36, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 24.8, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DB=>MWB) 1%, MaxDB=35°C MWB=24.8°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 1% Condns DB=>MWB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 35, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 24.8, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DB=>MWB) 2%, MaxDB=34°C MWB=24.8°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 2% Condns DB=>MWB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 34, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 24.8, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (WB=>MDB) .4%, MDB=31.7°C WB=26.7°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg .4% Condns WB=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 31.7, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 26.7, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (WB=>MDB) 1%, MDB=31.2°C WB=26.3°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 1% Condns WB=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 31.2, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 26.3, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (WB=>MDB) 2%, MDB=30.8°C WB=25.9°C
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 2% Condns WB=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 30.8, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Wetbulb, !- Humidity Condition Type
+ 25.9, !- Wetbulb at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DP=>MDB) .4%, MDB=28.3°C DP=25.5°C HR=0.0208
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg .4% Condns DP=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 28.3, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Dewpoint, !- Humidity Condition Type
+ 25.5, !- Dewpoint at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DP=>MDB) 1%, MDB=28°C DP=25.1°C HR=0.0203
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 1% Condns DP=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 28, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Dewpoint, !- Humidity Condition Type
+ 25.1, !- Dewpoint at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (DP=>MDB) 2%, MDB=27.9°C DP=24.7°C HR=0.0198
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 2% Condns DP=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 27.9, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Dewpoint, !- Humidity Condition Type
+ 24.7, !- Dewpoint at Maximum Dry-Bulb {C}
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ , !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (Enthalpy=>MDB) .4%, MDB=31.4°C Enthalpy=83200.0J/kg
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg .4% Condns Enth=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 31.4, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Enthalpy, !- Humidity Condition Type
+ , !- Wetbulb or Dewpoint at Maximum Dry-Bulb
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ 83200.0, !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (Enthalpy=>MDB) 1%, MDB=31.2°C Enthalpy=81500.0J/kg
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 1% Condns Enth=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 31.2, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Enthalpy, !- Humidity Condition Type
+ , !- Wetbulb or Dewpoint at Maximum Dry-Bulb
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ 81500.0, !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
+ ! Houston Bush Intercontinental_TX_USA Annual Cooling (Enthalpy=>MDB) 2%, MDB=30.9°C Enthalpy=80200.0J/kg
+ SizingPeriod:DesignDay,
+ Houston Bush Intercontinental Ann Clg 2% Condns Enth=>MDB, !- Name
+ 7, !- Month
+ 21, !- Day of Month
+ SummerDesignDay,!- Day Type
+ 30.9, !- Maximum Dry-Bulb Temperature {C}
+ 10.1, !- Daily Dry-Bulb Temperature Range {C}
+ DefaultMultipliers, !- Dry-Bulb Temperature Range Modifier Type
+ , !- Dry-Bulb Temperature Range Modifier Schedule Name
+ Enthalpy, !- Humidity Condition Type
+ , !- Wetbulb or Dewpoint at Maximum Dry-Bulb
+ , !- Humidity Indicating Day Schedule Name
+ , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
+ 80200.0, !- Enthalpy at Maximum Dry-Bulb {J/kg}
+ , !- Daily Wet-Bulb Temperature Range {deltaC}
+ 100977., !- Barometric Pressure {Pa}
+ 3.5, !- Wind Speed {m/s} design conditions vs. traditional 3.35 m/s (7mph)
+ 170, !- Wind Direction {Degrees; N=0, S=180}
+ No, !- Rain {Yes/No}
+ No, !- Snow on ground {Yes/No}
+ No, !- Daylight Savings Time Indicator
+ ASHRAETau, !- Solar Model Indicator
+ , !- Beam Solar Day Schedule Name
+ , !- Diffuse Solar Day Schedule Name
+ 0.499, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub)
+ 1.970; !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud)
+
diff --git a/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
new file mode 100644
index 000000000..4936c1592
--- /dev/null
+++ b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
@@ -0,0 +1,8768 @@
+LOCATION,Houston Bush Intercontinental,TX,USA,TMY3,722430,30.00,-95.37,-6.0,29.0
+DESIGN CONDITIONS,1,Climate Design Data 2009 ASHRAE Handbook,,Heating,1,-1.6,0.5,-9.5,1.7,3.3,-6.5,2.2,5.5,9.9,13.9,8.9,14.1,2.8,0,Cooling,7,10.1,36,24.8,35,24.8,34,24.8,26.7,31.7,26.3,31.2,25.9,30.8,3.5,170,25.5,20.8,28.3,25.1,20.3,28,24.7,19.8,27.9,83.2,31.4,81.5,31.2,80.2,30.9,655,Extremes,8.6,7.8,7.2,28.8,-4.4,37.9,3.5,1.7,-7,39.1,-9,40.1,-11,41.1,-13.5,42.4
+TYPICAL/EXTREME PERIODS,6,Summer - Week Nearest Max Temperature For Period,Extreme,7/29,8/ 4,Summer - Week Nearest Average Temperature For Period,Typical,7/22,7/28,Winter - Week Nearest Min Temperature For Period,Extreme,1/15,1/21,Winter - Week Nearest Average Temperature For Period,Typical,3/12,3/18,Autumn - Week Nearest Average Temperature For Period,Typical,11/26,12/ 2,Spring - Week Nearest Average Temperature For Period,Typical,5/13,5/19
+GROUND TEMPERATURES,3,.5,,,,15.78,13.03,12.28,12.93,16.64,20.79,24.70,27.53,28.35,27.02,23.82,19.79,2,,,,18.24,15.67,14.45,14.40,16.36,19.20,22.26,24.88,26.23,25.98,24.17,21.40,4,,,,19.86,17.86,16.63,16.25,16.98,18.63,20.69,22.70,24.06,24.38,23.61,21.98
+HOLIDAYS/DAYLIGHT SAVINGS,No,0,0,0
+COMMENTS 1,Custom/User Format -- WMO#722430; NREL TMY Data Set (2008); Period of Record 1973-2005 (Generally)
+COMMENTS 2, -- Ground temps produced with a standard soil diffusivity of 2.3225760E-03 {m**2/day}
+DATA PERIODS,1,1,Data,Sunday, 1/ 1,12/31
+1987,1,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,93,101600,0,0,260,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,93,101600,0,0,260,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.7,96,101600,0,0,258,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.6,92,101700,0,0,255,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,1.1,96,101700,0,0,256,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.6,96,101700,0,0,253,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.6,92,101800,0,0,264,0,0,0,0,0,0,0,0,0.0,3,2,12.9,77777,9,999999999,100,0.0000,0,88,999.000,999.0,99.0
+1987,1,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,0.6,96,101900,61,979,261,29,107,19,2784,4352,2491,332,0,0.0,2,2,12.9,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,3.9,83,101900,309,1415,287,165,537,47,17130,42924,7710,877,20,2.1,2,2,8.0,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,72,102100,537,1415,301,342,764,50,35941,71833,8563,1180,0,0.0,1,1,9.7,77777,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,2.8,51,102000,710,1415,307,486,838,63,50927,81722,9743,1500,340,3.1,1,1,16.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,102000,816,1415,318,548,768,103,57365,76255,13191,2316,310,4.1,2,2,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,2.8,40,101900,848,1415,324,603,895,65,63367,88645,10008,1712,10,5.2,1,1,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,0.6,33,101800,804,1415,324,540,839,63,56878,82777,9664,1623,360,4.1,1,1,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-0.6,31,101800,686,1415,325,439,710,95,46757,70229,12572,2045,330,4.6,2,2,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-0.6,31,101800,503,1415,330,273,495,97,28141,45413,11936,1818,350,4.1,4,4,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,0.6,38,101800,267,1415,324,109,259,61,11479,18935,7885,1107,30,3.6,4,4,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,1.1,49,101800,35,743,310,19,24,17,2016,938,1968,350,10,2.1,4,4,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.2,71,101900,0,0,287,0,0,0,0,0,0,0,320,2.1,2,2,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,2.2,76,102000,0,0,282,0,0,0,0,0,0,0,330,2.1,2,2,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,1.1,68,102000,0,0,275,0,0,0,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,1.7,82,102000,0,0,266,0,0,0,0,0,0,0,320,2.6,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,0.6,73,102100,0,0,268,0,0,0,0,0,0,0,340,2.1,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.1,86,102100,0,0,270,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,1.1,76,102000,0,0,284,0,0,0,0,0,0,0,360,3.1,7,5,24.1,7620,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,102100,0,0,266,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,0.0,79,102000,0,0,272,0,0,0,0,0,0,0,20,2.1,4,3,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,0.0,82,102000,0,0,267,0,0,0,0,0,0,0,20,3.1,2,2,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-0.6,82,102000,0,0,264,0,0,0,0,0,0,0,80,2.1,2,2,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-1.1,85,101900,0,0,256,0,0,0,0,0,0,0,90,2.6,2,1,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-1.1,82,101900,0,0,254,0,0,0,0,0,0,0,80,3.1,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1987,1,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,0.0,85,102000,61,955,265,27,66,20,2600,2400,2500,350,60,1.5,2,2,24.1,77777,9,999999999,89,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,1.1,73,102000,308,1415,289,137,153,104,14700,12300,12000,2250,90,3.1,6,6,24.1,7620,9,999999999,100,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,0.6,58,102000,537,1415,303,225,139,172,24300,13500,19200,3990,100,5.7,7,7,24.1,1370,9,999999999,100,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,1.1,54,102000,711,1415,311,310,237,190,33300,24600,20900,4240,110,5.2,7,7,24.1,1370,9,999999999,100,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,2.8,53,101800,818,1415,335,341,151,253,37200,15800,28100,6710,110,5.2,9,9,24.1,1370,9,999999999,110,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,4.4,53,101700,850,1415,345,365,208,240,40200,21800,27000,6500,150,4.1,9,9,24.1,1070,9,999999999,120,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,5.0,57,101600,806,1415,343,265,74,223,29200,7400,24900,7190,130,6.2,9,9,24.1,1220,9,999999999,129,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,5.6,58,101400,689,1415,319,433,665,110,45700,65400,13700,2330,140,6.2,2,2,24.1,77777,9,999999999,129,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,6.1,62,101400,506,1415,332,224,316,111,23700,29500,13100,2110,120,5.7,7,7,24.1,1010,9,999999999,129,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.7,69,101400,271,1415,333,72,41,64,7900,3300,7200,1620,100,7.2,8,8,24.1,850,9,999999999,139,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,7.8,80,101300,37,766,329,8,4,8,900,200,900,210,110,6.2,8,8,19.3,640,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,7.8,83,101200,0,0,310,0,0,0,0,0,0,0,120,6.2,3,3,19.3,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,101200,0,0,315,0,0,0,0,0,0,0,110,6.2,5,5,16.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101200,0,0,340,0,0,0,0,0,0,0,110,6.2,9,9,16.1,760,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101200,0,0,351,0,0,0,0,0,0,0,100,5.2,10,10,16.1,850,9,999999999,170,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101200,0,0,353,0,0,0,0,0,0,0,60,4.1,10,10,16.1,760,9,999999999,170,0.1030,0,88,999.000,999.0,99.0
+1987,1,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101200,0,0,351,0,0,0,0,0,0,0,90,4.1,10,10,16.1,700,9,999999999,170,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101100,0,0,352,0,0,0,0,0,0,0,90,4.1,10,10,16.1,2290,9,999999999,170,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,11.1,96,101100,0,0,326,0,0,0,0,0,0,0,80,3.1,8,6,16.1,7620,9,999999999,179,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101000,0,0,358,0,0,0,0,0,0,0,90,3.6,10,10,12.9,910,9,999999999,189,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101000,0,0,361,0,0,0,0,0,0,0,0,0.0,10,10,11.3,850,9,999999999,189,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,100900,0,0,366,0,0,0,0,0,0,0,270,4.1,10,10,6.4,700,9,999999999,209,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,97,100900,0,0,369,0,0,0,0,0,0,0,230,4.1,10,10,12.9,850,9,999999999,209,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,100900,0,0,341,0,0,0,0,0,0,0,240,4.6,5,5,12.9,77777,9,999999999,200,0.1030,0,88,999.000,999.0,99.0
+1987,1,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,101000,60,955,364,27,28,24,2800,1200,2700,500,250,6.2,9,9,24.1,1070,9,999999999,209,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,11.7,81,101000,308,1415,369,40,2,40,4800,100,4700,1610,280,7.7,10,10,24.1,610,9,999999999,189,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.1,67,101100,537,1415,349,146,5,144,16500,400,16300,5420,320,8.8,10,10,24.1,1160,9,999999999,139,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,3.9,57,101200,711,1415,321,365,363,182,39500,37700,20400,4030,300,7.2,6,6,24.1,7620,9,999999999,120,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,5.0,55,101100,819,1415,322,548,726,126,58000,73000,15600,2950,300,7.2,3,3,24.1,77777,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,5.0,57,101100,852,1415,353,248,4,246,28500,400,28300,10230,300,7.2,10,10,24.1,1010,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,4.4,64,101100,809,1415,341,232,7,228,26600,600,26200,9420,310,7.2,10,10,24.1,850,9,999999999,120,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,5.0,74,101200,692,1415,334,177,10,172,20300,800,19900,7070,310,7.7,10,10,24.1,550,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,5.6,80,101200,509,1415,332,156,10,152,17400,700,17100,5440,310,7.2,10,10,24.1,400,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,5.6,80,101300,274,1415,332,64,5,63,7200,200,7200,2210,310,7.7,10,10,24.1,460,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,5.0,80,101400,38,766,329,13,1,13,1500,0,1500,460,320,7.7,10,10,24.1,490,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.3,71,101500,0,0,327,0,0,0,0,0,0,0,320,7.7,10,10,24.1,700,9,999999999,110,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,2.8,68,101700,0,0,326,0,0,0,0,0,0,0,310,7.2,10,10,24.1,760,9,999999999,110,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,2.8,68,101700,0,0,326,0,0,0,0,0,0,0,320,6.7,10,10,24.1,760,9,999999999,110,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,2.2,66,101700,0,0,326,0,0,0,0,0,0,0,320,7.2,10,10,24.1,850,9,999999999,110,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,1.1,63,101600,0,0,293,0,0,0,0,0,0,0,330,7.2,5,4,24.1,77777,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,1.1,66,101600,0,0,289,0,0,0,0,0,0,0,350,6.7,3,3,24.1,77777,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,1.1,68,101600,0,0,289,0,0,0,0,0,0,0,340,6.7,4,4,24.1,77777,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,1.1,66,101700,0,0,304,0,0,0,0,0,0,0,340,7.7,8,8,24.1,760,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,1.1,76,101700,0,0,290,0,0,0,0,0,0,0,340,6.7,7,7,24.1,700,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.1,73,101700,0,0,284,0,0,0,0,0,0,0,340,5.2,4,4,24.1,77777,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,0.0,70,101800,0,0,279,0,0,0,0,0,0,0,340,5.2,3,3,24.1,77777,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,0.0,76,101800,0,0,272,0,0,0,0,0,0,0,340,4.1,2,2,24.1,77777,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.0,73,101900,0,0,291,0,0,0,0,0,0,0,350,6.2,8,8,24.1,580,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1987,1,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,0.0,76,102000,60,955,276,38,70,31,3800,3100,3600,640,350,4.1,4,4,24.1,77777,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,0.0,73,102000,307,1415,297,96,80,78,10400,6500,9000,1690,360,5.2,9,9,24.1,520,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,0.0,70,102100,537,1415,289,254,340,124,26700,32200,14400,2400,330,6.2,7,7,24.1,550,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,0.6,65,102200,712,1415,288,448,604,143,46300,59000,16500,2950,360,5.2,4,4,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,1.1,63,102100,820,1415,293,498,596,151,52000,59500,17400,3450,360,5.7,4,4,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,1.1,61,102100,854,1415,293,542,675,134,57500,68100,16200,3230,350,4.6,3,3,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,1.1,56,102000,811,1415,291,565,855,75,59300,84300,10700,1760,330,4.1,1,1,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,1.7,59,102000,695,1415,292,462,845,48,49100,82400,8500,1300,350,4.1,1,1,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,1.7,57,102000,512,1415,289,345,849,38,36800,79400,7900,1020,350,4.6,0,0,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,2.2,63,102000,277,1415,285,156,672,26,16800,54600,6100,670,360,3.1,0,0,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,2.2,74,102000,40,790,276,30,180,11,2200,9300,1700,230,50,3.1,0,0,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,2.2,83,102000,0,0,269,0,0,0,0,0,0,0,50,3.1,0,0,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.2,86,102100,0,0,267,0,0,0,0,0,0,0,50,3.1,0,0,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.7,89,102100,0,0,262,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,1.7,86,102200,0,0,276,0,0,0,0,0,0,0,30,2.1,3,3,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,2.2,89,102200,0,0,286,0,0,0,0,0,0,0,0,0.0,7,7,24.1,7620,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102200,0,0,268,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.1,93,102200,0,0,257,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.6,96,102200,0,0,253,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.6,96,102200,0,0,253,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.0,92,102100,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-0.6,92,102100,0,0,250,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-1.1,96,102100,0,0,245,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,0.0,96,102100,0,0,251,0,0,0,0,0,0,0,50,1.5,0,0,12.9,77777,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1987,1,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,0.6,92,102100,59,955,255,40,240,14,3100,13000,2200,280,0,0.0,0,0,11.3,77777,9,999999999,100,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,2.8,89,102200,307,1415,267,182,695,29,19200,58000,6500,730,70,2.1,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,3.3,80,102200,537,1415,277,366,849,42,38700,79900,8200,1100,120,3.1,0,0,16.1,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,3.3,66,102200,713,1415,288,520,926,51,54900,90500,9100,1360,120,4.6,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,2.2,55,102100,822,1415,294,617,960,57,65000,94900,9600,1560,130,2.6,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,2.2,49,102000,856,1415,301,645,966,59,68000,95800,9800,1630,140,5.2,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,1.7,44,101900,814,1415,305,609,959,57,64400,94800,9600,1550,170,4.6,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,2.8,47,101800,698,1415,306,505,923,50,53600,90000,9000,1330,140,5.2,0,0,16.1,77777,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.3,48,101800,516,1415,309,347,844,40,37000,78900,8100,1050,140,4.1,0,0,16.1,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,4.4,55,101800,281,1415,305,159,666,28,17100,54200,6200,690,170,4.1,0,0,12.9,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,72,101800,42,814,301,28,142,12,2100,6300,1700,230,200,3.1,2,1,12.9,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101700,0,0,299,0,0,0,0,0,0,0,130,3.6,3,1,16.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,101700,0,0,299,0,0,0,0,0,0,0,130,4.1,2,2,12.9,77777,9,999999999,139,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.1,83,101700,0,0,294,0,0,0,0,0,0,0,130,3.6,3,1,12.9,77777,9,999999999,139,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.1,86,101700,0,0,295,0,0,0,0,0,0,0,130,3.6,2,2,12.9,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101700,0,0,288,0,0,0,0,0,0,0,80,2.1,2,2,11.3,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,101600,0,0,280,0,0,0,0,0,0,0,90,1.5,2,2,11.3,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.2,96,101600,0,0,302,0,0,0,0,0,0,0,120,3.1,5,5,8.0,77777,9,999999999,139,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101500,0,0,314,0,0,0,0,0,0,0,120,2.1,7,7,8.0,760,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,8.3,93,101400,0,0,313,0,0,0,0,0,0,0,120,4.1,6,6,11.3,760,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101400,0,0,296,0,0,0,0,0,0,0,90,3.1,1,1,12.9,77777,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101500,0,0,316,0,0,0,0,0,0,0,0,0.0,8,8,12.9,760,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101500,0,0,316,0,0,0,0,0,0,0,80,1.5,8,8,12.9,760,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101500,0,0,311,0,0,0,0,0,0,0,70,1.5,7,7,11.3,760,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,7.8,96,101600,59,955,311,18,19,15,1800,900,1800,310,10,2.6,8,7,12.9,850,9,999999999,150,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,9.4,93,101700,307,1415,345,48,4,47,5600,100,5500,1840,350,2.1,10,10,12.9,910,9,999999999,160,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,10.0,83,101800,538,1415,356,126,4,125,14400,300,14300,4920,30,2.1,10,10,11.3,1010,9,999999999,170,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,11.1,72,101800,714,1415,374,188,5,186,21600,400,21400,7600,0,0.0,10,10,12.9,1070,9,999999999,179,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,11.7,63,101700,824,1415,365,304,127,230,33500,13300,25700,6120,160,2.1,10,7,12.9,1070,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,12.2,61,101600,859,1415,377,445,353,230,48300,37600,25400,5680,250,3.1,10,8,12.9,1070,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,12.2,57,101500,817,1415,383,275,138,196,30600,14500,22200,5190,250,3.1,10,8,19.3,1070,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,12.2,55,101400,701,1415,380,313,261,184,33800,27000,20400,4070,230,4.1,10,7,19.3,7620,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,11.7,57,101400,519,1415,374,180,150,125,19900,14500,14500,2880,210,2.1,10,7,19.3,7620,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,11.7,59,101400,285,1415,377,83,8,82,9200,300,9200,2670,200,2.1,10,8,19.3,7620,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.8,73,101400,44,837,375,10,3,10,1100,200,1100,260,130,3.6,9,9,12.9,5490,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.2,75,101500,0,0,379,0,0,0,0,0,0,0,130,3.6,10,10,12.9,1160,9,999999999,189,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.8,87,101600,0,0,371,0,0,0,0,0,0,0,110,2.6,10,10,12.9,1160,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101600,0,0,354,0,0,0,0,0,0,0,130,3.1,8,8,11.3,1160,9,999999999,209,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101600,0,0,330,0,0,0,0,0,0,0,110,2.1,3,3,6.4,77777,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101600,0,0,335,0,0,0,0,0,0,0,110,2.6,6,6,3.2,120,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,360,0,0,0,0,0,0,0,110,2.1,10,10,0.1,0,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,360,0,0,0,0,0,0,0,130,2.1,10,10,0.1,0,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,360,0,0,0,0,0,0,0,100,2.1,10,10,0.1,0,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,360,0,0,0,0,0,0,0,20,1.5,10,10,0.1,0,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,350,0,0,0,0,0,0,0,20,2.1,9,9,1.0,60,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,350,0,0,0,0,0,0,0,60,2.1,9,9,1.0,60,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101500,0,0,350,0,0,0,0,0,0,0,60,2.1,9,9,3.2,60,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101600,0,0,350,0,0,0,0,0,0,0,10,1.5,9,9,4.8,90,9,999999999,200,0.0850,0,88,999.000,999.0,99.0
+1987,1,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.8,97,101600,59,955,362,8,0,8,1000,0,1000,310,80,2.1,10,10,2.8,60,9,999999999,200,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.9,100,101700,307,1415,366,77,2,76,8500,100,8500,2640,0,0.0,10,10,2.8,90,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,15.0,97,101700,538,1415,377,121,6,119,13900,400,13800,4750,80,3.1,10,10,2.4,1220,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.6,87,101700,715,1415,389,183,5,180,21000,400,20800,7440,130,3.6,10,10,11.3,1520,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,101600,825,1415,392,216,3,214,24900,300,24800,9120,120,3.1,10,10,16.1,1680,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,101600,861,1415,402,258,2,257,29600,200,29400,10600,90,2.1,10,10,16.1,1680,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101500,820,1415,385,315,161,222,34800,16900,25000,5890,90,3.6,8,8,12.9,7620,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101500,704,1415,385,229,74,193,25300,7300,21600,5880,90,2.6,8,8,11.3,1680,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101500,523,1415,385,166,140,114,18400,13600,13300,2630,90,3.6,8,8,16.1,1070,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,16.1,81,101500,288,1415,387,69,1,68,7600,0,7600,2380,80,3.6,9,9,16.1,1520,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.1,84,101600,46,837,385,15,3,14,1600,0,1600,500,70,2.1,10,9,12.9,1520,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101600,0,0,381,0,0,0,0,0,0,0,70,2.1,10,9,16.1,2290,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101700,0,0,392,0,0,0,0,0,0,0,90,2.6,10,10,16.1,520,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101700,0,0,386,0,0,0,0,0,0,0,80,2.1,10,10,16.1,1830,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101700,0,0,383,0,0,0,0,0,0,0,80,2.1,10,10,16.1,2130,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101700,0,0,379,0,0,0,0,0,0,0,80,2.1,10,10,12.9,2130,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101700,0,0,379,0,0,0,0,0,0,0,120,2.1,10,10,12.9,2290,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,101700,0,0,355,0,0,0,0,0,0,0,10,2.1,10,8,12.9,2290,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,97,101600,0,0,342,0,0,0,0,0,0,0,90,2.6,9,6,12.9,7620,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,101600,0,0,339,0,0,0,0,0,0,0,90,2.6,9,6,9.7,7620,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,101600,0,0,366,0,0,0,0,0,0,0,60,2.1,10,10,9.7,7620,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,101600,0,0,366,0,0,0,0,0,0,0,30,2.1,10,10,4.0,270,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101600,0,0,368,0,0,0,0,0,0,0,80,3.6,10,10,12.9,1370,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101700,0,0,368,0,0,0,0,0,0,0,60,4.1,10,10,11.3,760,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1987,1,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.3,93,101700,59,955,368,17,2,17,2000,0,2000,600,70,4.6,10,10,6.4,580,9,999999999,209,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.3,93,101800,307,1415,368,84,6,83,9400,300,9300,2800,70,5.7,10,10,6.4,180,9,999999999,209,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,12.8,87,101900,539,1415,371,177,6,174,19600,500,19400,6110,90,5.7,10,10,8.0,240,9,999999999,200,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.8,84,101800,717,1415,374,198,5,196,22700,400,22400,7900,70,5.2,10,10,8.0,460,9,999999999,200,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,12.8,78,101700,827,1415,380,261,2,260,29700,200,29600,10410,110,4.1,10,10,12.9,520,9,999999999,200,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.2,78,101600,864,1415,376,265,10,259,30300,900,29800,10680,90,4.6,10,10,16.1,550,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,12.2,73,101500,823,1415,381,292,5,289,32900,500,32600,11050,90,5.2,10,10,16.1,550,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,11.7,70,101500,708,1415,381,242,1,242,27200,100,27100,8940,100,5.2,10,10,16.1,610,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,11.7,70,101400,527,1415,381,185,2,185,20500,200,20400,6210,110,4.6,10,10,12.9,610,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,12.2,73,101400,292,1415,381,103,1,103,11200,0,11200,3060,100,4.1,10,10,12.9,640,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.2,78,101400,48,861,376,14,0,14,1600,0,1600,500,110,4.1,10,10,11.3,640,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,12.2,78,101400,0,0,376,0,0,0,0,0,0,0,110,4.1,10,10,11.3,580,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,101400,0,0,373,0,0,0,0,0,0,0,110,6.7,10,10,11.3,580,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,11.7,81,101400,0,0,369,0,0,0,0,0,0,0,110,5.2,10,10,11.3,490,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,11.7,81,101400,0,0,369,0,0,0,0,0,0,0,110,5.7,10,10,11.3,550,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101300,0,0,366,0,0,0,0,0,0,0,110,4.1,10,10,11.3,460,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101200,0,0,366,0,0,0,0,0,0,0,120,5.2,10,10,11.3,400,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101200,0,0,366,0,0,0,0,0,0,0,100,5.2,10,10,9.7,310,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101100,0,0,367,0,0,0,0,0,0,0,110,4.1,10,10,9.7,240,9,999999999,189,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101000,0,0,368,0,0,0,0,0,0,0,100,4.1,10,10,9.7,240,9,999999999,200,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,100900,0,0,366,0,0,0,0,0,0,0,120,3.1,10,10,2.8,180,9,999999999,209,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,97,100800,0,0,369,0,0,0,0,0,0,0,110,4.1,10,10,1.6,120,9,999999999,209,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,100900,0,0,373,0,0,0,0,0,0,0,0,0.0,10,10,0.4,90,9,999999999,220,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,100900,0,0,373,0,0,0,0,0,0,0,40,3.1,10,10,0.4,90,9,999999999,220,0.0300,0,88,999.000,999.0,99.0
+1987,1,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.6,97,101000,58,955,380,15,0,15,1700,0,1700,540,0,0.0,10,10,0.4,90,9,999999999,229,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,16.1,97,101000,308,1415,373,68,39,59,7400,3200,6700,1580,250,2.6,9,9,1.2,180,9,999999999,240,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.2,90,101100,540,1415,364,126,122,79,14000,12000,9500,1480,340,9.3,10,10,3.2,90,9,999999999,189,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.1,90,101200,718,1415,358,141,3,139,16500,200,16400,6130,330,6.2,10,10,4.8,760,9,999999999,179,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,10.6,87,101200,829,1415,357,245,7,241,28100,600,27700,9930,330,5.2,10,10,19.3,850,9,999999999,179,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,10.6,83,101100,866,1415,359,224,4,221,25900,300,25700,9590,310,6.2,10,10,19.3,310,9,999999999,170,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.9,75,101100,826,1415,340,353,204,234,38800,21400,26300,6230,330,5.2,9,8,24.1,1070,9,999999999,160,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,7.8,72,101100,711,1415,325,355,389,160,37900,39000,18200,3370,320,4.6,7,5,24.1,3050,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,7.8,65,101100,531,1415,327,289,484,109,31000,45800,13800,2080,320,5.2,7,3,24.1,77777,9,999999999,150,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,6.1,62,101100,296,1415,320,147,427,58,15100,33100,8100,1030,340,5.2,8,3,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,5.6,69,101200,51,884,307,32,155,15,2500,7100,2100,280,340,4.1,3,2,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.0,71,101200,0,0,304,0,0,0,0,0,0,0,320,3.1,7,3,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,101300,0,0,294,0,0,0,0,0,0,0,320,2.1,6,2,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.0,83,101400,0,0,292,0,0,0,0,0,0,0,310,3.1,5,2,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.0,86,101500,0,0,280,0,0,0,0,0,0,0,310,1.5,1,0,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.0,89,101500,0,0,284,0,0,0,0,0,0,0,300,2.1,2,1,24.1,77777,9,999999999,129,0.0330,0,88,999.000,999.0,99.0
+1987,1,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,4.4,86,101500,0,0,278,0,0,0,0,0,0,0,300,2.6,8,0,24.1,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,4.4,86,101500,0,0,283,0,0,0,0,0,0,0,300,3.1,8,1,24.1,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,101500,0,0,289,0,0,0,0,0,0,0,310,3.1,8,3,24.1,77777,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,3.9,86,101500,0,0,297,0,0,0,0,0,0,0,270,2.1,9,7,24.1,7620,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101500,0,0,303,0,0,0,0,0,0,0,250,2.1,9,8,24.1,7620,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,101600,0,0,305,0,0,0,0,0,0,0,250,2.6,9,8,24.1,7620,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,101700,0,0,300,0,0,0,0,0,0,0,290,3.1,9,7,24.1,7620,9,999999999,120,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.2,74,101700,0,0,303,0,0,0,0,0,0,0,310,5.2,8,8,24.1,7620,9,999999999,110,0.0330,0,88,999.000,999.0,99.0
+1987,1,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.1,71,101800,59,955,314,22,11,21,2400,600,2300,500,310,4.6,10,10,24.1,2290,9,999999999,100,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,0.0,58,101800,308,1415,321,75,12,73,8500,500,8400,2570,310,4.1,10,10,24.1,2440,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-1.7,54,102000,541,1415,316,134,1,134,15300,100,15200,5180,330,5.2,10,10,24.1,3660,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-1.1,54,101900,720,1415,320,215,5,212,24300,400,24100,8350,330,4.1,10,10,24.1,3660,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-2.8,46,101900,832,1415,320,267,3,265,30300,300,30200,10580,330,5.2,10,10,24.1,4270,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-3.3,41,101700,869,1415,324,246,5,243,28300,400,28100,10270,310,5.2,10,10,24.1,4270,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-4.4,35,101700,829,1415,308,374,267,218,40700,28300,24000,5240,300,5.7,10,7,24.1,7620,9,999999999,69,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-3.9,35,101700,715,1415,311,358,265,225,38200,27500,24300,5200,310,7.2,10,7,24.1,7620,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-3.3,37,101700,535,1415,316,220,98,183,24100,9400,20500,4830,320,5.7,10,8,24.1,7620,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-1.7,43,101700,300,1415,307,117,143,87,12700,11500,10300,1880,310,3.6,10,6,24.1,7620,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-1.1,48,101800,53,908,306,21,12,20,2300,700,2200,480,310,3.1,10,7,24.1,7620,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-1.1,52,101900,0,0,298,0,0,0,0,0,0,0,310,3.6,9,6,24.1,7620,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-3.9,42,102000,0,0,288,0,0,0,0,0,0,0,310,4.1,9,3,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-3.9,47,102000,0,0,282,0,0,0,0,0,0,0,320,3.1,6,3,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-1.7,65,102100,0,0,275,0,0,0,0,0,0,0,330,2.6,6,3,24.1,77777,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,102200,0,0,271,0,0,0,0,0,0,0,300,2.1,5,4,24.1,77777,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1987,1,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-2.2,67,102200,0,0,270,0,0,0,0,0,0,0,320,2.6,4,3,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-2.8,67,102300,0,0,265,0,0,0,0,0,0,0,350,2.1,7,2,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.2,79,102400,0,0,261,0,0,0,0,0,0,0,330,2.6,6,3,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.8,76,102400,0,0,261,0,0,0,0,0,0,0,320,2.6,4,3,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-2.8,82,102400,0,0,254,0,0,0,0,0,0,0,320,2.6,3,2,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-2.8,85,102400,0,0,252,0,0,0,0,0,0,0,310,2.1,2,2,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-3.3,82,102500,0,0,251,0,0,0,0,0,0,0,330,2.1,3,2,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-3.9,82,102600,0,0,246,0,0,0,0,0,0,0,340,2.6,1,1,24.1,77777,9,999999999,80,0.0410,0,88,999.000,999.0,99.0
+1987,1,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-1.1,-3.9,82,102700,59,955,246,31,121,18,2800,4900,2500,310,310,2.1,2,1,24.1,77777,9,999999999,80,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-2.8,76,102800,309,1414,255,165,545,44,17100,43700,7500,830,320,3.1,1,1,24.1,77777,9,999999999,80,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-3.9,57,102900,542,1414,259,358,774,59,37600,73300,9400,1260,330,4.6,1,0,24.1,77777,9,999999999,80,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-4.4,49,102800,721,1414,270,497,835,69,52000,81500,10200,1560,360,4.6,2,1,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-4.4,44,102800,834,1414,271,621,914,81,64800,90300,11400,1840,20,4.1,1,0,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-4.4,41,102700,872,1414,285,596,748,134,63300,75700,16500,3300,320,2.6,2,2,24.1,77777,9,999999999,80,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-4.4,36,102600,833,1414,292,473,578,133,50100,58100,15800,3130,320,4.1,2,2,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-5.0,34,102500,719,1414,290,478,782,81,50700,77100,11400,1800,350,4.1,3,1,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-6.7,28,102500,538,1414,290,336,645,92,35200,60500,12000,1790,330,4.1,3,1,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-6.7,30,102500,304,1414,288,152,498,46,16000,39600,7400,860,350,3.1,3,1,24.1,77777,9,999999999,69,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-3.3,49,102500,56,931,279,29,90,19,2600,3600,2400,330,360,3.1,3,2,24.1,77777,9,999999999,80,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-1.1,70,102600,0,0,271,0,0,0,0,0,0,0,300,3.1,3,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,102600,0,0,276,0,0,0,0,0,0,0,330,1.5,6,6,24.1,7620,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-1.1,79,102600,0,0,264,0,0,0,0,0,0,0,320,2.1,6,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-1.1,79,102600,0,0,264,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-0.6,85,102600,0,0,262,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,102600,0,0,269,0,0,0,0,0,0,0,0,0.0,8,6,24.1,7620,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,102500,0,0,260,0,0,0,0,0,0,0,0,0.0,6,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-1.1,92,102500,0,0,256,0,0,0,0,0,0,0,320,1.5,6,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.1,89,102500,0,0,260,0,0,0,0,0,0,0,0,0.0,8,3,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-1.1,92,102400,0,0,264,0,0,0,0,0,0,0,0,0.0,7,6,24.1,7620,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-1.1,92,102400,0,0,258,0,0,0,0,0,0,0,0,0.0,8,3,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-1.1,92,102400,0,0,256,0,0,0,0,0,0,0,0,0.0,6,2,24.1,77777,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.1,89,102400,0,0,264,0,0,0,0,0,0,0,0,0.0,6,5,24.1,7620,9,999999999,89,0.0660,0,88,999.000,999.0,99.0
+1987,1,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-0.6,89,102400,59,955,272,19,13,17,2000,700,1900,420,0,0.0,9,7,24.1,7620,9,999999999,89,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.1,71,102400,310,1414,295,127,132,98,13700,10700,11300,2120,150,1.5,9,7,24.1,7620,9,999999999,100,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,0.0,56,102500,544,1414,299,291,378,145,30200,35900,16300,2860,220,3.1,9,6,19.3,7620,9,999999999,100,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-1.1,42,102500,723,1414,310,376,316,214,40200,32900,23300,4910,220,4.1,9,5,19.3,7620,9,999999999,89,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,0.0,42,102400,836,1414,328,382,165,285,41600,17200,31400,7650,230,2.6,10,8,24.1,7620,9,999999999,100,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,1.1,42,102200,875,1414,334,365,147,274,39900,15400,30400,7550,230,5.2,10,8,24.1,7620,9,999999999,100,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,1.7,41,102100,836,1414,340,320,164,223,35300,17200,25100,5980,240,5.2,10,8,24.1,7620,9,999999999,110,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,102000,723,1414,338,431,410,223,46200,42600,24300,5160,250,4.1,10,8,24.1,7620,9,999999999,110,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,2.8,47,102000,543,1414,336,177,142,123,19600,13900,14300,2860,230,3.6,10,8,24.1,7620,9,999999999,110,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,3.3,53,102100,308,1414,339,66,24,61,7300,2000,6800,1620,220,4.1,10,9,24.1,3660,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.3,57,102000,58,931,343,17,0,17,1900,0,1900,600,230,3.1,10,10,24.1,3660,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,3.9,64,102000,0,0,322,0,0,0,0,0,0,0,220,2.1,10,8,24.1,3050,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,3.9,64,102100,0,0,322,0,0,0,0,0,0,0,230,3.1,10,8,24.1,7620,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,3.9,66,102000,0,0,326,0,0,0,0,0,0,0,220,2.6,10,9,24.1,3050,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,4.4,71,102100,0,0,333,0,0,0,0,0,0,0,220,2.6,10,10,24.1,2290,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102100,0,0,336,0,0,0,0,0,0,0,230,3.1,10,10,24.1,2290,9,999999999,120,0.0740,0,88,999.000,999.0,99.0
+1987,1,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.0,74,102000,0,0,334,0,0,0,0,0,0,0,210,2.1,10,10,24.1,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,102000,0,0,335,0,0,0,0,0,0,0,230,2.6,10,10,24.1,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.0,71,102000,0,0,337,0,0,0,0,0,0,0,250,4.1,10,10,24.1,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,6.1,80,102000,0,0,326,0,0,0,0,0,0,0,230,3.1,9,9,24.1,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101900,0,0,338,0,0,0,0,0,0,0,220,2.1,10,10,24.1,2290,9,999999999,139,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,102000,0,0,338,0,0,0,0,0,0,0,220,4.1,10,10,24.1,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,102000,0,0,338,0,0,0,0,0,0,0,240,4.1,10,10,19.3,2290,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,102000,0,0,328,0,0,0,0,0,0,0,260,3.1,9,9,24.1,1830,9,999999999,129,0.0740,0,88,999.000,999.0,99.0
+1987,1,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,5.0,71,102000,59,955,337,29,4,28,3100,0,3100,850,230,3.6,10,10,24.1,1830,9,999999999,129,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,72,102000,310,1414,340,97,1,97,10700,0,10700,3090,210,2.6,10,10,24.1,1520,9,999999999,129,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,72,102000,545,1414,340,175,8,172,19500,600,19300,6120,240,1.5,10,10,24.1,2440,9,999999999,129,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,6.1,69,102000,725,1414,346,211,1,210,23900,100,23900,8340,240,2.1,10,10,19.3,1220,9,999999999,139,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.2,74,102000,839,1414,348,284,2,283,32200,200,32100,11080,210,2.1,10,10,16.1,1070,9,999999999,139,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,8.3,80,101800,878,1414,349,158,1,158,18900,100,18900,7440,170,2.6,10,10,12.9,910,9,999999999,150,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,8.9,83,101800,840,1414,350,159,2,157,18800,200,18700,7260,180,3.6,10,10,8.0,520,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.3,75,101600,727,1414,354,247,3,246,27800,300,27600,9200,170,3.1,10,10,19.3,520,9,999999999,150,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,6.1,64,101700,547,1414,342,178,91,143,19500,8900,16100,3330,160,3.6,9,9,19.3,640,9,999999999,129,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,6.7,67,101600,312,1414,352,89,1,89,9900,0,9900,2950,130,3.6,10,10,16.1,1680,9,999999999,139,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,7.8,75,101600,61,955,341,21,5,21,2400,0,2400,700,130,3.6,10,9,16.1,1520,9,999999999,150,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.3,80,101600,0,0,349,0,0,0,0,0,0,0,130,3.1,10,10,16.1,700,9,999999999,150,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.3,80,101600,0,0,349,0,0,0,0,0,0,0,130,2.6,10,10,16.1,700,9,999999999,150,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101600,0,0,347,0,0,0,0,0,0,0,120,3.6,10,10,16.1,760,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101600,0,0,344,0,0,0,0,0,0,0,140,3.1,10,10,16.1,700,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101600,0,0,345,0,0,0,0,0,0,0,110,3.1,10,10,12.9,760,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101500,0,0,344,0,0,0,0,0,0,0,80,3.1,10,10,12.9,370,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101500,0,0,344,0,0,0,0,0,0,0,110,3.1,10,10,12.9,210,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101500,0,0,345,0,0,0,0,0,0,0,80,3.1,10,10,11.3,180,9,999999999,160,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101300,0,0,343,0,0,0,0,0,0,0,100,5.2,10,10,3.2,120,9,999999999,170,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.0,96,101300,0,0,345,0,0,0,0,0,0,0,140,3.1,10,10,3.2,120,9,999999999,170,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.0,96,101300,0,0,345,0,0,0,0,0,0,0,100,3.1,10,10,3.2,120,9,999999999,170,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.0,96,101200,0,0,345,0,0,0,0,0,0,0,110,4.1,10,10,3.2,90,9,999999999,170,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.6,100,101200,0,0,346,0,0,0,0,0,0,0,110,3.1,10,10,3.2,90,9,999999999,170,0.0320,0,88,999.000,999.0,99.0
+1987,1,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.6,96,101200,60,955,349,26,1,26,2900,0,2900,810,100,4.1,10,10,4.8,120,9,999999999,170,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,101300,311,1414,352,83,3,83,9300,100,9300,2820,110,3.1,10,10,2.8,90,9,999999999,179,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.7,96,101200,547,1414,355,131,11,127,15000,800,14700,5020,70,4.1,10,10,2.4,60,9,999999999,189,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,12.2,97,101200,728,1414,359,204,11,198,23300,900,22800,8030,90,3.6,10,10,0.8,30,9,999999999,189,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101100,842,1414,365,267,0,267,30400,0,30400,10710,90,2.6,10,10,0.8,30,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.9,97,101100,881,1414,369,260,5,257,29900,400,29600,10760,150,3.1,10,10,1.6,60,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,101000,843,1414,375,290,3,288,32800,300,32600,11230,180,3.1,10,10,2.0,90,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,14.4,93,100900,731,1414,376,228,1,227,25700,100,25700,8810,140,2.1,10,10,2.4,150,9,999999999,220,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,100900,551,1414,375,200,1,199,22000,100,21900,6670,100,4.6,10,10,2.4,120,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,100800,317,1414,375,105,1,105,11500,100,11500,3260,90,3.6,10,10,4.8,150,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,100900,63,978,361,20,18,18,2100,1000,2000,450,90,3.1,9,9,11.3,850,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,100900,0,0,361,0,0,0,0,0,0,0,110,4.1,9,9,12.9,370,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,100900,0,0,361,0,0,0,0,0,0,0,100,3.6,10,9,12.9,580,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,100900,0,0,372,0,0,0,0,0,0,0,110,4.1,10,10,12.9,210,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101000,0,0,372,0,0,0,0,0,0,0,120,4.1,10,10,11.3,270,9,999999999,209,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,100900,0,0,368,0,0,0,0,0,0,0,100,3.6,10,10,12.9,210,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,100900,0,0,368,0,0,0,0,0,0,0,90,3.6,10,10,12.9,180,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,100900,0,0,368,0,0,0,0,0,0,0,110,3.1,10,10,11.3,150,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,100900,0,0,355,0,0,0,0,0,0,0,80,4.1,10,9,9.7,150,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,100900,0,0,365,0,0,0,0,0,0,0,80,3.1,10,10,9.7,150,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,100800,0,0,362,0,0,0,0,0,0,0,70,3.1,10,10,9.7,120,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,100800,0,0,362,0,0,0,0,0,0,0,100,3.6,10,10,8.0,120,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,100900,0,0,362,0,0,0,0,0,0,0,90,3.1,10,10,6.4,90,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,90,2.1,10,10,6.4,90,9,999999999,200,0.0280,0,88,999.000,999.0,99.0
+1987,1,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.8,97,101000,60,954,362,19,1,19,2200,0,2200,650,80,3.1,10,10,1.0,30,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.8,97,101100,313,1414,362,34,4,33,4100,100,4000,1370,70,3.1,10,10,1.2,60,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.2,90,101100,548,1414,364,144,16,138,16400,1100,15900,5330,110,3.1,10,10,3.2,60,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.3,97,101100,730,1414,366,210,1,210,23900,100,23900,8370,110,3.6,10,10,1.6,60,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.3,97,101100,845,1414,366,247,2,245,28200,200,28100,10150,90,3.1,10,10,1.6,90,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,101000,885,1414,371,313,8,308,35500,800,35000,12090,30,3.1,10,10,4.0,180,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,100900,847,1414,374,290,6,286,32800,600,32500,11220,20,3.1,10,10,6.4,180,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,100800,735,1414,371,235,3,233,26500,300,26300,8980,80,4.1,10,10,4.8,180,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,101000,555,1414,371,184,1,183,20400,100,20300,6420,100,4.1,10,10,4.8,210,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.3,93,101000,321,1414,368,97,0,97,10700,0,10700,3150,100,4.1,10,10,3.2,150,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.3,97,101000,66,1002,366,12,0,12,1400,0,1400,450,110,4.1,10,10,2.0,90,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,90,4.6,10,10,2.0,90,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,90,5.2,10,10,2.0,60,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,70,4.1,10,10,1.6,60,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101100,0,0,362,0,0,0,0,0,0,0,50,3.1,10,10,2.4,60,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,345,0,0,0,0,0,0,0,80,4.6,10,8,4.8,120,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101000,0,0,342,0,0,0,0,0,0,0,60,2.1,9,8,9.7,700,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101000,0,0,359,0,0,0,0,0,0,0,40,2.6,10,10,9.7,340,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,100900,0,0,359,0,0,0,0,0,0,0,70,4.1,10,10,9.7,270,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,100900,0,0,359,0,0,0,0,0,0,0,60,3.6,10,10,8.0,150,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,100800,0,0,359,0,0,0,0,0,0,0,50,4.1,10,10,4.8,90,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101000,0,0,359,0,0,0,0,0,0,0,100,2.1,10,10,6.4,120,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101100,0,0,359,0,0,0,0,0,0,0,0,0.0,10,10,6.4,120,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,100900,0,0,362,0,0,0,0,0,0,0,110,6.2,10,10,12.9,150,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1987,1,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.2,93,101000,61,954,344,27,17,25,2900,1000,2800,580,360,3.1,8,8,11.3,240,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.3,93,101100,314,1414,358,93,45,83,10200,3800,9300,2090,40,3.6,9,9,11.3,400,9,999999999,200,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,101300,550,1414,371,136,9,132,15400,600,15200,5170,80,2.6,10,10,11.3,430,9,999999999,209,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,12.8,87,101200,732,1414,371,182,8,178,21000,600,20700,7480,20,3.6,10,10,16.1,460,9,999999999,200,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.2,81,101200,848,1414,373,328,13,321,36900,1300,36100,11980,100,5.2,10,10,16.1,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.2,81,101100,888,1414,373,261,12,254,30100,1100,29400,10730,80,4.1,10,10,16.1,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.2,81,101000,851,1414,373,288,9,283,32700,800,32200,11190,70,3.1,10,10,19.3,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.2,78,101000,739,1414,376,217,7,213,24700,600,24300,8510,40,4.6,10,10,19.3,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.2,81,101000,559,1414,373,173,3,171,19300,200,19200,6200,90,2.6,10,10,19.3,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.2,81,101000,325,1414,373,96,4,95,10600,200,10500,3140,70,3.1,10,10,16.1,520,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,12.2,84,101100,69,1025,370,26,1,26,2900,0,2900,830,60,3.1,10,10,12.9,520,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.2,84,101100,0,0,370,0,0,0,0,0,0,0,90,2.6,10,10,16.1,580,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101200,0,0,367,0,0,0,0,0,0,0,50,2.1,10,10,16.1,580,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101200,0,0,367,0,0,0,0,0,0,0,40,2.6,10,10,16.1,490,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101200,0,0,367,0,0,0,0,0,0,0,60,4.1,10,10,16.1,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101200,0,0,367,0,0,0,0,0,0,0,90,3.1,10,10,16.1,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101200,0,0,367,0,0,0,0,0,0,0,70,3.1,10,10,16.1,460,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101100,0,0,364,0,0,0,0,0,0,0,50,3.6,10,10,12.9,310,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101100,0,0,361,0,0,0,0,0,0,0,60,4.1,10,10,6.4,120,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101000,0,0,359,0,0,0,0,0,0,0,60,3.6,10,10,4.8,120,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101000,0,0,359,0,0,0,0,0,0,0,50,3.6,10,10,6.4,120,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,100800,0,0,359,0,0,0,0,0,0,0,90,6.7,10,10,8.0,90,9,999999999,189,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100800,0,0,355,0,0,0,0,0,0,0,70,6.2,10,10,6.4,90,9,999999999,179,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100900,0,0,355,0,0,0,0,0,0,0,60,5.2,10,10,9.7,120,9,999999999,179,0.0250,0,88,999.000,999.0,99.0
+1987,1,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.1,93,100900,61,954,355,16,0,16,1800,0,1800,570,60,5.2,10,10,4.8,120,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100800,315,1414,352,60,0,60,6900,0,6900,2250,70,5.2,10,10,4.8,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100900,552,1414,352,113,1,113,13100,100,13100,4620,60,6.2,10,10,4.8,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100900,735,1414,352,149,0,149,17400,0,17400,6550,50,5.2,10,10,4.8,210,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100700,851,1414,352,170,1,170,20100,100,20100,7780,60,4.6,10,10,4.8,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100500,892,1414,352,308,2,307,35000,200,34800,12140,70,4.1,10,10,11.3,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100500,855,1414,352,189,0,189,22100,0,22100,8480,40,3.6,10,10,24.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,100400,743,1414,352,249,1,248,28000,100,27900,9400,30,3.6,10,10,24.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.1,93,100300,564,1414,355,194,0,194,21500,0,21500,6700,70,3.6,10,10,24.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.1,93,100300,330,1414,355,99,0,99,10900,0,10900,3240,60,5.7,10,10,19.3,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.1,93,100300,72,1048,355,25,0,25,2800,0,2800,820,80,4.1,10,10,19.3,460,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,100300,0,0,355,0,0,0,0,0,0,0,80,4.6,10,10,16.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100200,0,0,355,0,0,0,0,0,0,0,90,5.2,10,10,16.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,100300,0,0,358,0,0,0,0,0,0,0,80,5.7,10,10,16.1,180,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100200,0,0,355,0,0,0,0,0,0,0,100,3.6,10,10,16.1,120,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100200,0,0,355,0,0,0,0,0,0,0,350,2.6,10,10,16.1,120,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100300,0,0,355,0,0,0,0,0,0,0,330,3.1,10,10,9.7,90,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100300,0,0,355,0,0,0,0,0,0,0,300,4.1,10,10,4.8,90,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,100400,0,0,332,0,0,0,0,0,0,0,300,6.7,10,10,6.4,90,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,100400,0,0,322,0,0,0,0,0,0,0,320,8.2,10,10,11.3,150,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,100400,0,0,316,0,0,0,0,0,0,0,310,6.2,10,10,12.9,150,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,100500,0,0,313,0,0,0,0,0,0,0,310,6.2,10,10,9.7,150,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,100500,0,0,312,0,0,0,0,0,0,0,320,5.7,10,10,12.9,150,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.9,96,100600,0,0,310,0,0,0,0,0,0,0,320,5.2,10,10,19.3,150,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1987,1,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,3.3,93,100700,62,954,309,21,0,21,2400,0,2400,710,300,7.2,10,10,19.3,210,9,999999999,110,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,2.8,89,100900,317,1413,309,88,1,87,9700,0,9700,2930,300,6.7,10,10,24.1,240,9,999999999,110,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,2.2,89,100900,554,1413,306,188,1,187,20800,100,20700,6490,320,6.7,10,10,19.3,240,9,999999999,110,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,1.7,86,101000,737,1413,305,253,1,252,28300,100,28300,9440,320,6.2,10,10,19.3,310,9,999999999,100,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,1.7,82,100900,854,1413,307,282,1,281,32000,100,31900,11170,300,6.7,10,10,24.1,370,9,999999999,100,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,1.7,76,100800,895,1413,298,403,184,286,44000,19300,31700,8000,300,7.2,8,8,24.1,520,9,999999999,100,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,2.2,66,100800,859,1413,297,571,721,133,60700,72800,16300,3230,300,8.8,4,4,24.1,77777,9,999999999,110,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,1.7,63,100800,747,1413,294,472,588,161,50600,59500,19100,3460,290,7.2,3,3,24.1,77777,9,999999999,100,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,0.6,61,100900,568,1413,295,326,532,113,33700,50100,13500,2160,310,7.2,5,5,24.1,77777,9,999999999,100,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-0.6,60,101000,334,1413,289,99,90,79,11000,7600,9200,1720,310,7.7,5,5,24.1,77777,9,999999999,89,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-1.1,65,101100,75,1048,284,24,10,23,2600,600,2600,560,280,6.2,7,6,24.1,3660,9,999999999,89,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-2.2,65,101200,0,0,279,0,0,0,0,0,0,0,290,7.7,7,6,24.1,760,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-3.9,60,101400,0,0,275,0,0,0,0,0,0,0,300,7.7,6,6,24.1,760,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-3.9,62,101400,0,0,268,0,0,0,0,0,0,0,300,8.2,5,4,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-4.4,59,101400,0,0,263,0,0,0,0,0,0,0,300,6.2,2,2,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-5.0,57,101400,0,0,262,0,0,0,0,0,0,0,320,8.2,2,2,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1987,1,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-4.4,64,101400,0,0,261,0,0,0,0,0,0,0,300,5.2,4,3,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-4.4,67,101500,0,0,257,0,0,0,0,0,0,0,300,3.6,3,2,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-3.9,75,101500,0,0,253,0,0,0,0,0,0,0,280,3.1,3,2,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-3.9,79,101500,0,0,247,0,0,0,0,0,0,0,250,2.6,2,1,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-3.9,79,101600,0,0,243,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-3.9,82,101600,0,0,241,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-3.3,85,101600,0,0,242,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-3.9,82,101700,0,0,249,0,0,0,0,0,0,0,270,2.1,3,2,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1987,1,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-0.6,-3.3,82,101700,63,977,251,34,131,21,3200,5400,2800,370,240,2.1,2,2,24.1,77777,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,-1.7,76,101800,319,1413,263,172,569,43,17600,46900,7000,840,240,3.6,2,2,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-1.1,65,101800,556,1413,275,355,661,94,37000,62500,12300,1840,280,3.1,2,2,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-1.7,54,101800,740,1413,283,476,718,98,50700,71900,12900,2200,340,3.1,3,2,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-1.7,46,101700,857,1413,288,605,790,125,62500,78200,14900,2730,310,3.1,3,1,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-2.8,40,101600,899,1413,303,559,593,182,58400,59300,20500,4440,360,5.2,6,5,24.1,7620,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-3.9,35,101600,863,1413,302,462,443,192,49700,45500,21800,4580,290,5.2,6,4,24.1,7620,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-3.3,35,101500,752,1413,308,327,282,177,35700,29600,19900,3960,250,4.1,6,5,24.1,7620,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-4.4,32,101500,573,1413,309,185,85,151,20400,8200,17000,4330,350,3.1,9,6,24.1,7620,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-3.9,34,101600,338,1413,307,138,160,100,15000,13500,11700,2180,350,1.5,9,5,24.1,7620,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-0.6,56,101600,78,1072,294,36,49,30,3700,2300,3500,620,340,2.1,8,5,24.1,7620,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.1,73,101600,0,0,287,0,0,0,0,0,0,0,360,2.1,8,5,24.1,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,0.0,65,101600,0,0,290,0,0,0,0,0,0,0,10,4.1,9,6,24.1,7620,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.0,73,101700,0,0,281,0,0,0,0,0,0,0,40,2.6,8,5,24.1,7620,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.6,76,101700,0,0,281,0,0,0,0,0,0,0,50,1.5,8,5,24.1,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,101700,0,0,275,0,0,0,0,0,0,0,340,2.6,9,6,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1987,1,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.0,89,101800,0,0,275,0,0,0,0,0,0,0,320,2.1,10,7,19.3,3660,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.0,89,101800,0,0,275,0,0,0,0,0,0,0,340,1.5,10,7,19.3,7620,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,101800,0,0,284,0,0,0,0,0,0,0,70,2.1,10,8,19.3,3660,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-0.6,82,101800,0,0,281,0,0,0,0,0,0,0,50,2.1,10,8,19.3,3660,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,101800,0,0,279,0,0,0,0,0,0,0,30,2.6,10,7,19.3,3660,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,101900,0,0,275,0,0,0,0,0,0,0,320,1.5,8,6,19.3,3660,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,102000,0,0,279,0,0,0,0,0,0,0,10,4.6,10,7,19.3,2290,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-0.6,76,102000,0,0,286,0,0,0,0,0,0,0,50,3.1,10,8,19.3,2290,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1987,1,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,0.0,79,102100,64,977,286,31,41,26,3100,1900,3000,540,20,3.6,10,8,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,0.0,79,102200,320,1413,301,114,11,112,12500,600,12300,3390,20,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,0.0,70,102200,559,1413,308,137,7,134,15600,500,15400,5280,30,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-0.6,60,102200,743,1413,315,222,4,220,25200,300,25100,8730,30,5.2,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-0.6,56,102200,861,1413,320,225,1,224,26000,100,25900,9650,90,3.6,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-1.1,52,102000,903,1413,322,267,10,261,30800,900,30200,11040,360,5.2,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-1.1,54,102000,867,1413,311,359,87,306,39500,8900,34000,9730,10,4.1,9,9,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-1.1,54,101900,756,1413,311,334,118,271,36700,11900,30300,8010,10,5.7,9,9,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-0.6,56,101900,577,1413,320,189,29,177,21100,2300,20200,6470,20,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-1.1,56,101900,343,1413,317,81,5,80,9100,200,9100,2880,10,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-1.1,58,101900,81,1095,315,20,4,20,2300,0,2300,700,10,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-0.6,60,101900,0,0,315,0,0,0,0,0,0,0,20,3.6,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-1.1,60,101900,0,0,312,0,0,0,0,0,0,0,40,3.6,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-1.1,60,101900,0,0,312,0,0,0,0,0,0,0,40,4.1,10,10,24.1,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-2.2,56,101900,0,0,311,0,0,0,0,0,0,0,30,4.6,10,10,24.1,2290,9,999999999,80,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-2.8,53,101900,0,0,310,0,0,0,0,0,0,0,30,4.1,10,10,24.1,2290,9,999999999,80,0.0270,0,88,999.000,999.0,99.0
+1987,1,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-2.2,58,101900,0,0,308,0,0,0,0,0,0,0,20,2.1,10,10,24.1,1370,9,999999999,80,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-1.7,60,101700,0,0,309,0,0,0,0,0,0,0,50,4.6,10,10,19.3,2290,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-2.2,60,101500,0,0,306,0,0,0,0,0,0,0,40,6.2,10,10,19.3,2290,9,999999999,80,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,0.0,76,101700,0,0,303,0,0,0,0,0,0,0,360,3.1,10,10,19.3,1220,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.0,73,101700,0,0,306,0,0,0,0,0,0,0,280,2.6,10,10,19.3,1370,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.0,73,101600,0,0,306,0,0,0,0,0,0,0,350,2.6,10,10,12.9,1220,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,1.1,82,101700,0,0,305,0,0,0,0,0,0,0,360,2.6,10,10,12.9,1220,9,999999999,100,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,0.6,79,101600,0,0,304,0,0,0,0,0,0,0,340,3.6,10,10,16.1,2290,9,999999999,100,0.0270,0,88,999.000,999.0,99.0
+1987,1,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,0.6,79,101600,65,977,304,19,3,19,2200,0,2200,660,340,3.6,10,10,19.3,1830,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,0.6,76,101600,322,1413,306,56,2,55,6400,100,6400,2120,350,4.1,10,10,16.1,1520,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-0.6,70,101600,561,1413,305,124,5,122,14300,300,14100,4940,20,3.6,10,10,16.1,1520,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-1.1,65,101700,746,1413,307,132,3,131,15700,200,15600,5950,40,3.6,10,10,16.1,1680,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-1.7,60,101600,864,1413,309,292,2,291,33100,200,33000,11510,10,3.1,10,10,12.9,1520,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-0.6,65,101300,907,1413,310,323,2,321,36500,200,36400,12620,330,4.1,10,10,19.3,1520,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-1.7,58,101300,872,1413,311,315,2,314,35600,200,35500,12100,340,4.1,10,10,24.1,1680,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-2.8,51,101200,761,1413,313,257,1,257,29000,100,28900,9770,360,6.2,10,10,24.1,3660,9,999999999,80,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-2.2,54,101300,582,1413,313,218,1,217,24000,100,23900,7270,330,4.6,10,10,24.1,3660,9,999999999,80,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-1.7,56,101200,347,1413,305,93,59,79,10300,5100,9000,2090,360,3.6,9,9,24.1,3660,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-0.6,60,101300,84,1118,289,40,132,25,3700,5900,3300,440,320,2.6,6,5,24.1,7620,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,1.1,76,101400,0,0,287,0,0,0,0,0,0,0,310,3.1,6,6,24.1,7620,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,0.6,71,101400,0,0,312,0,0,0,0,0,0,0,310,3.1,10,10,24.1,2130,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,0.6,79,101500,0,0,272,0,0,0,0,0,0,0,290,2.6,3,2,24.1,77777,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,0.0,79,101500,0,0,269,0,0,0,0,0,0,0,260,3.1,2,2,24.1,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-0.6,82,101500,0,0,267,0,0,0,0,0,0,0,290,2.6,3,3,24.1,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-1.1,85,101500,0,0,260,0,0,0,0,0,0,0,300,2.6,2,2,24.1,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,0.0,82,101500,0,0,280,0,0,0,0,0,0,0,300,3.6,7,7,24.1,2290,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,101500,0,0,288,0,0,0,0,0,0,0,290,4.1,10,9,19.3,2290,9,999999999,100,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,0.0,82,101500,0,0,274,0,0,0,0,0,0,0,270,3.1,5,5,19.3,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,0.0,82,101500,0,0,259,0,0,0,0,0,0,0,300,4.6,0,0,19.3,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.0,85,101500,0,0,256,0,0,0,0,0,0,0,290,4.1,0,0,19.3,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,101600,0,0,258,0,0,0,0,0,0,0,320,5.7,0,0,19.3,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,101600,0,0,258,0,0,0,0,0,0,0,310,7.2,0,0,19.3,77777,9,999999999,89,0.0280,0,88,999.000,999.0,99.0
+1987,1,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.8,-1.7,73,101800,66,1000,257,36,153,20,3300,6400,2800,350,310,5.2,0,0,24.1,77777,9,999999999,89,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-2.2,62,101900,325,1412,263,184,604,44,18800,50100,7200,850,310,6.2,0,0,24.1,77777,9,999999999,80,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-5.6,43,102000,564,1412,266,378,785,63,39800,74800,9800,1340,320,8.8,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-8.3,33,102000,749,1412,267,549,886,77,57300,86700,11100,1660,330,9.3,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-8.9,28,101900,868,1412,273,656,926,86,68400,91700,11900,1960,320,10.3,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-8.3,27,101800,911,1412,278,690,931,89,71900,92400,12100,2090,340,7.7,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-8.3,27,101800,876,1412,278,659,924,86,68800,91500,11800,1980,350,7.2,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-8.3,26,101700,765,1412,281,559,890,78,58600,87300,11200,1690,310,8.2,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-10.0,24,101800,586,1412,276,399,810,64,42400,77800,10000,1380,320,8.8,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-10.0,25,101800,352,1412,274,202,637,46,21100,54200,7600,910,340,7.7,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-10.6,27,101900,88,1142,265,43,195,22,3900,10000,3100,390,330,5.7,0,0,24.1,77777,9,999999999,50,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-9.4,35,102000,0,0,258,0,0,0,0,0,0,0,310,3.1,0,0,24.1,77777,9,999999999,60,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-6.7,52,102100,0,0,250,0,0,0,0,0,0,0,280,2.6,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-6.1,57,102100,0,0,249,0,0,0,0,0,0,0,290,2.6,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-4.4,70,102100,0,0,247,0,0,0,0,0,0,0,280,3.1,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-6.1,61,102100,0,0,245,0,0,0,0,0,0,0,240,1.5,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-5.0,69,102100,0,0,244,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-5.0,75,102100,0,0,240,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.7,-5.0,78,102100,0,0,238,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.7,-4.4,82,102000,0,0,238,0,0,0,0,0,0,0,50,1.5,0,0,19.3,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.8,-4.4,89,102000,0,0,235,0,0,0,0,0,0,0,80,2.1,0,0,19.3,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.8,-5.6,81,101900,0,0,234,0,0,0,0,0,0,0,70,2.1,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-5.0,82,101900,0,0,236,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-5.6,78,102000,0,0,243,0,0,0,0,0,0,0,210,3.1,2,2,19.3,77777,9,999999999,69,0.0740,0,88,999.000,999.0,99.0
+1987,1,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,0.0,-4.4,72,102000,67,1000,244,45,293,14,3600,16300,2400,290,220,2.1,0,0,19.3,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-4.4,55,102000,327,1412,259,203,755,27,21600,64100,6700,730,170,2.6,0,0,19.3,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-4.4,41,102000,567,1412,276,403,903,39,42800,85800,8200,1070,160,4.6,0,0,19.3,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-5.0,32,102000,753,1412,286,565,967,49,59900,95000,9100,1360,180,3.6,0,0,24.1,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-5.0,29,101900,872,1412,293,670,998,54,71000,99100,9500,1570,200,7.2,0,0,24.1,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,-4.4,27,101700,915,1412,300,706,997,59,74500,99300,9900,1720,200,8.2,1,0,24.1,77777,9,999999999,69,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-1.7,31,101500,880,1412,308,668,972,63,70500,96500,10100,1730,210,7.2,2,0,24.1,77777,9,999999999,89,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,0.0,34,101500,770,1412,318,509,828,58,53800,81500,9200,1520,190,7.2,2,1,24.1,77777,9,999999999,100,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,0.6,35,101400,591,1412,323,365,758,50,38900,72400,8500,1240,180,6.7,3,2,24.1,77777,9,999999999,100,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,1.1,39,101400,357,1412,322,177,428,71,19000,35600,10000,1290,190,7.2,9,3,24.1,77777,9,999999999,100,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,1.7,44,101400,91,1165,326,32,51,26,3300,2600,3100,540,190,6.7,9,6,24.1,7620,9,999999999,100,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,3.3,53,101400,0,0,323,0,0,0,0,0,0,0,180,5.7,9,6,24.1,7620,9,999999999,110,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,3.9,59,101400,0,0,313,0,0,0,0,0,0,0,170,4.1,7,4,24.1,7620,9,999999999,120,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,4.4,66,101400,0,0,303,0,0,0,0,0,0,0,140,3.6,3,2,24.1,77777,9,999999999,120,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,5.0,69,101300,0,0,310,0,0,0,0,0,0,0,170,4.1,5,4,24.1,77777,9,999999999,129,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,5.6,69,101300,0,0,312,0,0,0,0,0,0,0,170,3.6,5,4,24.1,77777,9,999999999,129,0.0250,0,88,999.000,999.0,99.0
+1987,1,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,6.1,72,101200,0,0,310,0,0,0,0,0,0,0,170,3.6,4,3,24.1,77777,9,999999999,139,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,6.7,74,101200,0,0,335,0,0,0,0,0,0,0,170,2.6,9,9,24.1,1160,9,999999999,139,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.2,77,101200,0,0,328,0,0,0,0,0,0,0,170,3.1,10,8,24.1,1160,9,999999999,139,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101100,0,0,332,0,0,0,0,0,0,0,170,3.1,10,8,19.3,1160,9,999999999,150,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,8.3,77,101000,0,0,342,0,0,0,0,0,0,0,200,2.6,10,9,19.3,1160,9,999999999,150,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,8.9,75,101000,0,0,348,0,0,0,0,0,0,0,180,3.6,10,9,19.3,1160,9,999999999,160,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,8.9,75,101100,0,0,357,0,0,0,0,0,0,0,190,2.6,10,10,19.3,1160,9,999999999,160,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,9.4,78,101000,0,0,348,0,0,0,0,0,0,0,140,4.1,10,9,19.3,1160,9,999999999,160,0.0250,0,88,999.000,999.0,99.0
+1987,1,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,9.4,75,101000,69,1000,361,27,10,26,2900,600,2900,610,140,3.6,10,10,24.1,1220,9,999999999,160,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,10.0,75,101000,329,1412,364,98,5,97,10800,300,10800,3200,140,3.1,10,10,19.3,3660,9,999999999,170,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,10.6,72,101000,570,1412,353,209,108,166,22800,10700,18500,3900,150,3.6,10,8,19.3,7620,9,999999999,170,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,11.1,61,101000,756,1412,370,315,117,252,34600,11800,28200,7590,170,4.1,10,8,16.1,910,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,12.2,59,100900,875,1412,374,401,307,211,44000,32800,23600,5200,200,7.2,9,7,24.1,3660,9,999999999,189,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,12.8,63,100800,919,1412,386,387,92,326,42400,9400,36300,10730,190,6.2,10,9,24.1,760,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.3,61,100600,885,1412,393,434,358,210,46400,36900,23200,5160,190,6.2,9,9,24.1,850,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,13.9,61,100500,775,1412,397,249,86,202,27500,8600,22700,6470,200,7.2,9,9,24.1,850,9,999999999,209,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.9,59,100500,596,1412,380,275,351,127,29300,34100,14900,2500,210,8.8,6,6,24.1,850,9,999999999,209,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.9,64,100500,361,1412,369,205,629,47,21500,53900,7600,930,210,7.7,4,4,24.1,77777,9,999999999,209,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,13.3,68,100400,95,1188,357,33,53,28,3600,2700,3300,580,230,8.2,3,3,24.1,77777,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,12.8,73,100500,0,0,334,0,0,0,0,0,0,0,220,4.6,0,0,24.1,77777,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,12.8,81,100600,0,0,326,0,0,0,0,0,0,0,210,4.1,0,0,24.1,77777,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,100600,0,0,324,0,0,0,0,0,0,0,210,4.6,0,0,24.1,77777,9,999999999,200,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.2,84,100600,0,0,321,0,0,0,0,0,0,0,220,5.2,0,0,24.1,77777,9,999999999,189,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,10.6,78,100700,0,0,316,0,0,0,0,0,0,0,260,5.2,0,0,24.1,77777,9,999999999,170,0.0430,0,88,999.000,999.0,99.0
+1987,1,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,7.8,69,100900,0,0,309,0,0,0,0,0,0,0,330,7.7,0,0,24.1,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,0.0,50,101000,0,0,287,0,0,0,0,0,0,0,320,7.2,0,0,24.1,77777,9,999999999,89,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-1.7,58,101100,0,0,270,0,0,0,0,0,0,0,340,8.2,0,0,24.1,77777,9,999999999,89,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-1.7,67,101100,0,0,261,0,0,0,0,0,0,0,300,6.2,0,0,19.3,77777,9,999999999,89,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-2.8,70,101100,0,0,254,0,0,0,0,0,0,0,320,6.2,0,0,19.3,77777,9,999999999,80,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-3.9,67,101100,0,0,251,0,0,0,0,0,0,0,310,7.7,0,0,19.3,77777,9,999999999,80,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-3.3,73,101400,0,0,262,0,0,0,0,0,0,0,310,4.6,4,4,19.3,77777,9,999999999,80,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-2.2,76,101400,0,0,278,0,0,0,0,0,0,0,300,5.2,8,8,19.3,460,9,999999999,80,0.0430,0,88,999.000,999.0,99.0
+1987,1,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,-1.7,76,101500,70,1023,294,23,1,22,2500,0,2500,740,310,6.2,10,10,24.1,400,9,999999999,89,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-0.6,76,101600,332,1411,300,76,18,72,8400,1500,8000,1910,320,6.2,10,10,24.1,370,9,999999999,89,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,0.6,73,101600,573,1411,309,116,9,113,13500,600,13300,4700,310,7.2,10,10,24.1,370,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,2.2,68,101600,760,1411,295,429,464,179,45600,47000,20200,3920,310,6.2,4,4,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,2.8,61,101500,879,1411,290,622,812,116,65100,80900,14500,2700,300,6.2,0,0,19.3,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,2.8,53,101400,924,1411,299,678,853,120,71300,85300,15200,2940,330,5.7,0,0,19.3,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,3.3,49,101300,890,1411,306,645,840,116,67700,83800,14700,2740,350,4.6,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,1.7,39,101200,779,1411,312,544,797,106,56800,78600,13300,2260,350,4.6,0,0,24.1,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,3.3,44,101300,601,1411,314,387,709,87,41100,68500,11800,1780,310,4.6,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,2.8,43,101300,366,1411,313,194,522,61,20400,44100,8900,1130,300,4.6,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,2.2,49,101400,98,1211,301,41,126,28,4100,5900,3500,500,300,4.1,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,1.7,53,101500,0,0,293,0,0,0,0,0,0,0,310,3.6,0,0,24.1,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,2.2,66,101600,0,0,282,0,0,0,0,0,0,0,320,3.1,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,101600,0,0,280,0,0,0,0,0,0,0,330,2.6,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.2,79,101600,0,0,271,0,0,0,0,0,0,0,340,2.6,0,0,24.1,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,1.7,82,101700,0,0,266,0,0,0,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,2.2,89,101700,0,0,265,0,0,0,0,0,0,0,350,3.6,0,0,19.3,77777,9,999999999,110,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.1,89,101700,0,0,260,0,0,0,0,0,0,0,340,1.5,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,101700,0,0,257,0,0,0,0,0,0,0,300,2.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.1,86,101800,0,0,262,0,0,0,0,0,0,0,320,3.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,0.6,86,101700,0,0,259,0,0,0,0,0,0,0,330,3.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,101800,0,0,257,0,0,0,0,0,0,0,350,3.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,101800,0,0,257,0,0,0,0,0,0,0,360,4.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,102000,0,0,257,0,0,0,0,0,0,0,360,4.1,0,0,19.3,77777,9,999999999,100,0.1240,0,88,999.000,999.0,99.0
+1987,1,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.8,0.6,86,102000,72,1023,259,44,279,15,3600,15700,2500,310,360,3.1,0,0,19.3,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,1.7,71,102100,334,1411,275,205,736,30,21800,62800,6800,770,360,3.1,0,0,19.3,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,0.6,52,102100,576,1411,287,404,883,42,42800,84100,8300,1130,20,3.1,0,0,19.3,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,1.1,47,102100,763,1411,297,567,950,52,60000,93400,9200,1420,280,2.6,0,0,19.3,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,1.7,41,102100,883,1411,309,671,978,58,70800,97200,9800,1660,330,4.1,0,0,19.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,102000,928,1411,317,710,988,61,75000,98500,10000,1780,360,4.1,0,0,19.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,2.2,34,101800,894,1411,324,679,979,59,71800,97400,9800,1690,340,3.6,0,0,19.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,1.7,32,101900,784,1411,327,583,956,53,61900,94200,9300,1460,280,3.1,0,0,19.3,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,2.2,33,101900,605,1411,327,424,891,44,45300,85400,8500,1180,290,5.2,0,0,24.1,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,1.7,34,102000,370,1411,328,207,664,35,22200,58000,6900,860,350,5.2,1,1,24.1,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,1.7,39,102000,102,1211,318,45,236,20,4200,12700,3100,370,350,3.1,2,1,24.1,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,2.2,51,102100,0,0,298,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.3,71,102100,0,0,283,0,0,0,0,0,0,0,340,1.5,0,0,24.1,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.3,74,102100,0,0,281,0,0,0,0,0,0,0,70,1.5,0,0,24.1,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.3,77,102200,0,0,279,0,0,0,0,0,0,0,330,1.5,0,0,24.1,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.3,86,102200,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1987,1,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.8,83,102100,0,0,272,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.8,89,102200,0,0,267,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102200,0,0,263,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102100,0,0,263,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,93,102100,0,0,272,0,0,0,0,0,0,0,0,0.0,3,3,12.9,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,2.8,93,102100,0,0,277,0,0,0,0,0,0,0,80,3.1,3,3,3.2,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,102100,0,0,282,0,0,0,0,0,0,0,140,3.1,4,4,2.4,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,102100,0,0,298,0,0,0,0,0,0,0,220,3.1,8,8,0.2,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1987,1,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,6.7,96,102100,73,1046,291,43,206,20,3600,10100,2900,360,170,3.6,2,2,0.8,77777,9,999999999,139,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,8.9,93,102100,337,1411,296,199,689,33,21000,58900,6900,810,190,3.1,0,0,3.2,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.0,78,102100,579,1411,314,384,818,47,40600,77900,8500,1190,170,3.6,0,0,8.0,77777,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,8.9,63,102100,767,1411,322,552,907,58,58200,89200,9500,1520,200,5.7,0,0,12.9,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,8.3,51,102000,888,1411,334,662,950,64,69700,94400,10100,1760,200,5.7,0,0,19.3,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,7.8,44,101900,933,1411,341,701,960,67,73800,95600,10400,1890,210,5.7,0,0,24.1,77777,9,999999999,150,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,8.3,41,101800,899,1411,349,672,955,65,70900,95000,10200,1790,210,5.2,0,0,24.1,77777,9,999999999,150,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.9,41,101700,789,1411,353,575,926,59,60900,91300,9700,1550,220,6.2,0,0,24.1,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.3,40,101600,610,1411,352,419,862,49,44700,82700,8800,1250,220,7.2,0,0,24.1,77777,9,999999999,150,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,8.3,43,101600,375,1411,347,225,726,35,24200,63700,7200,870,230,5.2,0,0,24.1,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,8.9,51,101600,106,1234,337,55,329,19,4900,19700,3200,370,210,4.1,0,0,24.1,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,9.4,61,101600,0,0,328,0,0,0,0,0,0,0,230,4.6,0,0,24.1,77777,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,9.4,72,101700,0,0,315,0,0,0,0,0,0,0,200,3.1,0,0,24.1,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,10.6,72,101700,0,0,322,0,0,0,0,0,0,0,210,3.1,0,0,24.1,77777,9,999999999,179,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,10.6,78,101700,0,0,316,0,0,0,0,0,0,0,180,3.1,0,0,24.1,77777,9,999999999,179,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,87,101700,0,0,309,0,0,0,0,0,0,0,190,3.1,0,0,19.3,77777,9,999999999,179,0.0390,0,88,999.000,999.0,99.0
+1987,1,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101700,0,0,304,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,9.4,96,101600,0,0,296,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,8.9,96,101600,0,0,293,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,8.3,96,101600,0,0,300,0,0,0,0,0,0,0,0,0.0,2,2,3.2,77777,9,999999999,150,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.0,96,101600,0,0,345,0,0,0,0,0,0,0,90,2.1,10,10,0.2,60,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,12.2,100,101600,0,0,356,0,0,0,0,0,0,0,210,2.1,10,10,0.1,0,9,999999999,189,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,11.7,100,101600,0,0,353,0,0,0,0,0,0,0,90,2.1,10,10,0.1,0,9,999999999,189,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.8,100,101600,0,0,360,0,0,0,0,0,0,0,150,2.1,10,10,0.1,0,9,999999999,200,0.0390,0,88,999.000,999.0,99.0
+1987,1,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,12.8,100,101600,75,1046,360,19,2,19,2200,0,2200,670,70,1.5,10,10,0.1,0,9,999999999,200,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.9,100,101700,340,1410,366,63,4,62,7200,200,7200,2380,120,2.1,10,10,0.2,0,9,999999999,209,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,15.0,100,101700,582,1410,373,149,8,146,17000,600,16800,5740,0,0.0,10,10,0.2,0,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,101700,771,1410,391,210,7,207,24200,600,23900,8580,230,3.6,10,10,8.0,370,9,999999999,259,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,101600,892,1410,387,442,193,320,48000,20200,35200,8950,180,3.6,9,7,12.9,430,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,101500,937,1410,390,350,126,266,38600,13300,29700,7710,180,7.2,8,6,19.3,7620,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,14.4,54,101400,904,1410,389,387,324,179,42100,33500,20600,4430,170,5.2,7,5,24.1,7620,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,12.2,47,101300,794,1410,390,436,440,189,46500,44800,21100,4260,180,6.2,9,6,24.1,7620,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,11.7,46,101300,615,1410,380,284,404,109,31000,39700,13700,2130,180,6.2,9,4,24.1,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,14.4,60,101300,380,1410,389,106,97,80,11800,8600,9400,1770,170,6.7,9,7,24.1,7620,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,13.9,61,101300,109,1258,378,46,39,42,5000,2500,4700,930,170,6.2,9,6,24.1,7620,9,999999999,209,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,14.4,71,101300,0,0,370,0,0,0,0,0,0,0,180,5.2,8,6,24.1,7620,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.0,76,101300,0,0,378,0,0,0,0,0,0,0,180,5.2,9,8,24.1,610,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.0,81,101400,0,0,380,0,0,0,0,0,0,0,180,5.2,9,9,24.1,610,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101300,0,0,377,0,0,0,0,0,0,0,190,4.6,9,9,19.3,610,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101300,0,0,377,0,0,0,0,0,0,0,190,4.6,9,9,19.3,700,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101300,0,0,377,0,0,0,0,0,0,0,180,4.6,9,9,19.3,700,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,14.4,78,101300,0,0,379,0,0,0,0,0,0,0,180,4.6,9,9,19.3,760,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,14.4,81,101400,0,0,377,0,0,0,0,0,0,0,180,4.1,9,9,16.1,850,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,14.4,81,101300,0,0,377,0,0,0,0,0,0,0,180,4.6,9,9,16.1,850,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101200,0,0,366,0,0,0,0,0,0,0,190,4.6,9,8,16.1,760,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101200,0,0,366,0,0,0,0,0,0,0,200,4.6,9,8,16.1,760,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101300,0,0,358,0,0,0,0,0,0,0,220,3.6,8,7,16.1,520,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101300,0,0,347,0,0,0,0,0,0,0,210,4.1,9,5,16.1,7620,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1987,1,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.0,93,101300,77,1069,343,36,25,33,3800,1500,3700,740,190,5.2,7,3,16.1,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.6,84,101400,343,1410,354,162,349,77,17000,28600,10000,1410,230,4.6,8,3,16.1,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,15.6,73,101500,586,1410,379,272,335,133,28800,32400,15300,2620,230,7.2,8,7,16.1,520,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.0,64,101500,775,1410,382,312,155,227,34200,16100,25300,5870,210,9.3,8,6,16.1,700,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,14.4,60,101400,896,1410,389,349,214,213,38400,22900,23700,5340,220,9.3,9,7,19.3,760,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,14.4,58,101300,942,1410,391,463,230,309,50600,24300,34300,8990,230,7.7,8,7,19.3,850,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,14.4,52,101200,908,1410,389,581,658,158,61500,66400,18500,3990,220,8.2,5,4,19.3,77777,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,101200,799,1410,393,455,479,185,48700,48800,20900,4170,230,6.2,7,6,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,101200,620,1410,393,389,656,102,40900,63400,12900,2070,230,7.2,6,6,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,101200,385,1410,393,133,41,122,14600,3700,13600,3050,210,5.2,6,6,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,14.4,60,101200,113,1281,384,45,112,32,4500,5100,4000,580,230,4.1,6,6,19.3,7620,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,15.0,71,101300,0,0,374,0,0,0,0,0,0,0,200,4.1,6,6,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.0,76,101300,0,0,355,0,0,0,0,0,0,0,210,3.6,6,2,19.3,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.0,81,101400,0,0,366,0,0,0,0,0,0,0,240,3.1,7,7,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101500,0,0,364,0,0,0,0,0,0,0,230,2.6,7,7,19.3,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101500,0,0,355,0,0,0,0,0,0,0,300,1.5,8,6,12.9,7620,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,290,3.1,10,10,12.9,210,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,290,3.1,10,10,12.9,520,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101600,0,0,371,0,0,0,0,0,0,0,360,3.6,9,9,16.1,1010,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,7.8,62,101600,0,0,347,0,0,0,0,0,0,0,360,3.1,8,8,19.3,1220,9,999999999,150,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,4.4,51,101700,0,0,340,0,0,0,0,0,0,0,360,3.1,8,8,24.1,1220,9,999999999,120,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,3.9,53,101700,0,0,305,0,0,0,0,0,0,0,20,3.6,0,0,24.1,77777,9,999999999,120,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,3.9,55,101700,0,0,327,0,0,0,0,0,0,0,20,3.1,7,7,24.1,1220,9,999999999,120,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.9,61,101800,0,0,305,0,0,0,0,0,0,0,30,3.1,2,2,24.1,77777,9,999999999,120,0.0570,0,88,999.000,999.0,99.0
+1987,1,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,3.9,61,101800,79,1069,295,42,222,19,3700,11200,2900,350,30,3.1,1,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.3,48,102000,346,1410,315,192,636,35,20300,54700,6800,830,40,5.2,2,1,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,102000,590,1410,317,407,845,53,42900,80600,9100,1270,60,6.2,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,1.1,31,102000,779,1410,326,548,875,65,57700,86100,10000,1620,70,5.7,0,0,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-0.6,24,102000,900,1410,332,681,952,72,71400,94600,10800,1900,20,5.7,0,0,24.1,77777,9,999999999,89,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,-1.1,22,101900,946,1410,336,724,967,75,75900,96300,11000,2040,20,5.7,0,0,24.1,77777,9,999999999,89,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,-2.2,19,101800,913,1410,340,691,956,73,72700,95100,10800,1940,310,3.6,0,0,24.1,77777,9,999999999,80,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,-2.8,18,101800,804,1410,339,593,926,67,62600,91300,10300,1670,10,5.2,0,0,24.1,77777,9,999999999,80,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,-1.7,20,101800,625,1410,340,435,861,55,46100,82800,9300,1330,50,6.2,0,0,24.1,77777,9,999999999,89,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,-2.2,20,101800,389,1410,335,235,700,44,24900,61600,7800,920,60,6.2,2,0,24.1,77777,9,999999999,80,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-3.3,21,101900,117,1304,334,49,196,27,4800,9800,3900,480,30,3.1,4,2,24.1,77777,9,999999999,80,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,0.6,39,101900,0,0,312,0,0,0,0,0,0,0,350,2.1,2,1,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,2.2,51,102000,0,0,298,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,3.3,61,101900,0,0,293,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,3.3,66,101900,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,3.3,69,101900,0,0,286,0,0,0,0,0,0,0,300,2.1,0,0,19.3,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.3,71,101900,0,0,283,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,102000,0,0,277,0,0,0,0,0,0,0,290,2.1,0,0,16.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,101900,0,0,277,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,101800,0,0,278,0,0,0,0,0,0,0,70,2.6,0,0,16.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.8,77,101800,0,0,276,0,0,0,0,0,0,0,50,2.6,0,0,16.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,3.3,83,101800,0,0,274,0,0,0,0,0,0,0,90,1.5,0,0,16.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,1.7,71,101800,0,0,275,0,0,0,0,0,0,0,90,2.6,0,0,16.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.2,74,101800,0,0,276,0,0,0,0,0,0,0,80,1.5,0,0,16.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1987,1,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,2.2,66,101800,81,1092,291,40,129,26,3800,5800,3300,460,80,4.1,10,2,16.1,77777,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,1.7,51,101800,350,1409,320,160,152,123,17200,12900,14000,2700,120,3.6,9,7,16.1,7620,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,2.2,42,101700,593,1409,331,276,273,161,29500,27300,18000,3400,110,6.2,8,6,16.1,7620,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,1.1,31,101700,783,1409,343,503,645,145,52700,64100,16900,3210,110,8.2,8,4,19.3,77777,9,999999999,100,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,2.2,31,101600,905,1409,352,337,174,225,37400,18400,25600,6350,120,7.7,8,5,19.3,7620,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,0.0,26,101500,951,1409,347,420,327,199,45600,33900,22600,5250,130,8.2,9,4,19.3,77777,9,999999999,89,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,2.2,31,101400,918,1409,346,653,810,126,68300,80800,15500,3010,120,9.3,7,3,24.1,77777,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,3.3,33,101400,809,1409,344,533,737,112,57200,74400,14400,2640,120,7.2,7,2,24.1,77777,9,999999999,110,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.1,43,101300,630,1409,359,276,226,176,29600,22900,19400,3800,120,7.2,7,7,24.1,7620,9,999999999,129,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.2,50,101200,394,1409,350,172,244,105,18400,21400,12400,2070,130,7.7,7,6,24.1,7620,9,999999999,139,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,7.2,54,101200,121,1327,349,44,93,33,4400,4400,4000,600,130,6.2,7,7,24.1,7620,9,999999999,139,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,7.8,60,101200,0,0,332,0,0,0,0,0,0,0,120,6.2,6,3,24.1,77777,9,999999999,150,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,8.3,67,101200,0,0,345,0,0,0,0,0,0,0,100,6.2,8,8,19.3,7620,9,999999999,150,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.9,72,101100,0,0,343,0,0,0,0,0,0,0,100,6.2,8,8,16.1,7620,9,999999999,160,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.9,10.1,78,101100,0,0,349,0,0,0,0,0,0,0,120,6.0,8,8,16.1,3050,9,999999999,170,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.8,11.3,84,101100,0,0,373,0,0,0,0,0,0,0,90,5.7,10,10,12.9,1070,9,999999999,179,0.0270,0,88,999.000,999.0,99.0
+1987,1,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.8,12.5,84,101000,0,0,380,0,0,0,0,0,0,0,100,5.5,10,10,12.9,760,9,999999999,189,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.7,13.6,81,100500,0,0,386,0,0,0,0,0,0,0,170,5.3,10,10,9.7,460,9,999999999,259,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.7,14.8,81,100400,0,0,393,0,0,0,0,0,0,0,170,5.1,10,10,9.7,430,9,999999999,259,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.6,16.0,81,100400,0,0,399,0,0,0,0,0,0,0,180,4.8,10,10,9.7,460,9,999999999,259,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100400,0,0,387,0,0,0,0,0,0,0,190,4.6,8,8,11.3,760,9,999999999,259,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100300,0,0,406,0,0,0,0,0,0,0,200,5.7,10,10,11.3,370,9,999999999,259,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,86,100700,0,0,357,0,0,0,0,0,0,0,320,9.3,10,10,11.3,370,9,999999999,170,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,9.4,86,100700,0,0,350,0,0,0,0,0,0,0,360,6.7,10,10,16.1,1160,9,999999999,160,0.0270,0,88,999.000,999.0,99.0
+1981,2,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.6,96,100800,84,1092,349,17,0,17,2000,0,2000,620,30,3.6,10,10,8.0,1160,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.6,96,101000,354,1409,349,68,1,68,7800,0,7800,2600,70,2.6,10,10,9.7,1370,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.0,93,101100,599,1409,348,130,1,129,14900,100,14900,5320,330,2.6,10,10,16.1,1680,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,10.6,93,101100,789,1409,352,163,1,162,19100,100,19000,7240,330,2.1,10,10,16.1,640,9,999999999,170,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,8.9,90,101100,912,1409,344,333,0,332,37600,0,37600,12930,330,8.8,10,10,16.1,490,9,999999999,160,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.3,57,101100,958,1409,315,430,280,240,47300,30200,26700,6480,360,7.2,5,5,24.1,77777,9,999999999,110,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,2.8,47,101100,926,1409,306,700,968,66,73900,96400,10300,1860,330,6.7,0,0,24.1,77777,9,999999999,110,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,1.1,41,101100,816,1409,306,587,915,60,62300,90400,9700,1600,330,7.7,0,0,24.1,77777,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,1.7,41,101200,637,1409,309,447,886,50,47700,85500,8900,1280,330,6.7,0,0,24.1,77777,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,0.6,42,101300,401,1409,301,245,748,36,26400,66600,7400,910,340,6.7,0,0,24.1,77777,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,0.0,47,101400,127,1350,291,63,384,20,5900,23800,3500,400,320,4.6,0,0,24.1,77777,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,-0.6,52,101500,0,0,282,0,0,0,0,0,0,0,330,3.6,0,0,24.1,77777,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,-0.6,58,101700,0,0,275,0,0,0,0,0,0,0,320,3.1,0,0,24.1,77777,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-0.6,63,101900,0,0,271,0,0,0,0,0,0,0,320,2.6,0,0,24.1,77777,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-1.1,65,102000,0,0,266,0,0,0,0,0,0,0,320,2.6,0,0,24.1,77777,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-1.7,62,102100,0,0,265,0,0,0,0,0,0,0,330,3.6,0,0,24.1,77777,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-2.2,60,102200,0,0,265,0,0,0,0,0,0,0,340,4.6,0,0,24.1,77777,9,999999999,80,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-3.9,55,102300,0,0,261,0,0,0,0,0,0,0,350,5.2,0,0,24.1,77777,9,999999999,80,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-4.4,57,102300,0,0,257,0,0,0,0,0,0,0,350,3.6,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-5.0,59,102400,0,0,252,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-5.6,62,102400,0,0,247,0,0,0,0,0,0,0,10,2.6,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-5.6,64,102400,0,0,246,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-5.6,67,102500,0,0,243,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-6.1,61,102600,0,0,245,0,0,0,0,0,0,0,10,4.6,0,0,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-6.7,57,102800,87,1115,246,48,263,19,4200,13600,3100,350,340,3.1,0,0,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-6.1,48,102900,358,1408,262,203,595,52,21300,50300,8500,990,360,5.2,2,1,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-7.2,40,103000,603,1408,267,394,813,46,41800,77900,8300,1200,360,7.2,2,1,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-8.3,32,103000,793,1408,273,580,919,63,61200,90600,10000,1610,330,7.2,2,1,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-8.9,29,102900,916,1408,276,650,912,58,68800,90900,9500,1700,330,7.2,2,1,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-8.3,27,102800,963,1408,290,632,628,203,66000,63000,22800,5350,350,7.7,9,3,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-8.3,26,102800,931,1408,290,624,748,131,65100,74600,15700,3140,330,6.2,10,2,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-7.2,27,102800,821,1408,296,532,640,161,55700,63700,18500,3650,360,7.2,10,3,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-7.2,27,102800,642,1408,298,329,413,142,35200,40800,16500,2870,340,4.1,10,4,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-7.8,29,102800,406,1408,291,192,263,117,20300,23400,13600,2350,20,3.6,10,4,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-7.2,34,102800,131,1373,283,37,48,32,4000,2700,3800,670,20,3.1,8,3,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-6.1,47,102900,0,0,268,0,0,0,0,0,0,0,360,2.6,7,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-7.2,45,102900,0,0,265,0,0,0,0,0,0,0,360,2.6,6,2,24.1,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-3.9,70,103000,0,0,257,0,0,0,0,0,0,0,0,0.0,5,2,24.1,77777,9,999999999,80,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-4.4,72,103000,0,0,253,0,0,0,0,0,0,0,10,2.1,5,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-4.4,75,103000,0,0,250,0,0,0,0,0,0,0,0,0.0,4,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-4.4,78,103100,0,0,249,0,0,0,0,0,0,0,0,0.0,6,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.7,-4.4,82,103100,0,0,246,0,0,0,0,0,0,0,0,0.0,4,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.7,-4.4,82,103000,0,0,249,0,0,0,0,0,0,0,0,0.0,4,3,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-6.7,66,103000,0,0,246,0,0,0,0,0,0,0,40,1.5,3,2,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-5.6,78,103000,0,0,236,0,0,0,0,0,0,0,340,1.5,1,0,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-5.6,78,103000,0,0,236,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.3,-5.0,88,103000,0,0,232,0,0,0,0,0,0,0,10,1.5,0,0,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-5.6,72,103000,0,0,240,0,0,0,0,0,0,0,170,2.6,0,0,24.1,77777,9,999999999,69,0.0480,0,88,999.000,999.0,99.0
+1981,2,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-0.6,-7.2,61,103000,89,1138,240,50,295,18,4300,17100,2900,350,100,2.6,0,0,16.1,77777,9,999999999,60,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-4.4,57,103100,362,1408,261,180,488,55,18800,41300,8200,1040,110,4.6,4,1,19.3,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-6.1,40,103100,607,1408,268,375,753,50,39700,72200,8400,1260,120,6.2,1,0,19.3,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-6.1,34,103100,798,1408,281,524,802,71,55200,79000,10200,1710,120,4.1,2,1,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-5.6,30,103000,921,1408,293,641,903,52,68100,90000,9000,1590,150,5.2,2,1,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-6.1,27,102900,968,1408,301,679,827,112,72500,83400,15000,3010,170,4.1,5,2,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-5.0,29,102800,936,1408,299,667,913,63,70600,91000,9900,1830,140,4.6,4,1,24.1,77777,9,999999999,69,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-2.8,34,102700,826,1408,301,546,720,126,58300,72600,15600,2980,130,5.2,4,1,24.1,77777,9,999999999,80,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-2.2,38,102700,647,1408,304,396,642,104,41900,62600,13100,2150,130,5.7,7,3,19.3,77777,9,999999999,80,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-1.7,43,102700,410,1408,316,183,206,123,19300,18400,13900,2500,140,6.2,9,8,19.3,4570,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-1.1,50,102700,136,1396,325,27,1,27,3100,0,3100,950,120,4.6,10,10,12.9,4570,9,999999999,89,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,0.0,56,102700,0,0,323,0,0,0,0,0,0,0,130,4.6,10,10,19.3,1830,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,0.6,61,102700,0,0,321,0,0,0,0,0,0,0,110,4.6,10,10,19.3,1830,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,1.1,63,102700,0,0,322,0,0,0,0,0,0,0,110,3.6,10,10,16.1,1830,9,999999999,100,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,1.7,66,102700,0,0,323,0,0,0,0,0,0,0,100,3.1,10,10,16.1,1680,9,999999999,110,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,102800,0,0,323,0,0,0,0,0,0,0,100,3.1,10,10,16.1,1680,9,999999999,110,0.0390,0,88,999.000,999.0,99.0
+1981,2,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.3,74,102700,0,0,325,0,0,0,0,0,0,0,100,3.1,10,10,16.1,1680,9,999999999,120,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.3,74,102600,0,0,325,0,0,0,0,0,0,0,90,3.6,10,10,16.1,1680,9,999999999,120,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.9,77,102600,0,0,325,0,0,0,0,0,0,0,80,2.6,10,10,16.1,1680,9,999999999,120,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,4.4,80,102600,0,0,326,0,0,0,0,0,0,0,100,2.1,10,10,12.9,1370,9,999999999,120,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,102600,0,0,325,0,0,0,0,0,0,0,360,2.1,10,10,11.3,1680,9,999999999,139,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,102500,0,0,325,0,0,0,0,0,0,0,60,2.6,10,10,12.9,1680,9,999999999,139,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102500,0,0,328,0,0,0,0,0,0,0,100,4.1,10,10,11.3,1370,9,999999999,139,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.8,100,102600,0,0,330,0,0,0,0,0,0,0,70,2.6,10,10,11.3,1370,9,999999999,150,0.0390,0,88,999.000,999.0,99.0
+1981,2,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,102600,92,1138,335,9,1,8,1000,0,1000,320,100,4.1,10,10,8.0,1520,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,102700,366,1408,335,64,4,63,7400,200,7400,2480,90,2.6,10,10,4.8,1370,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,102800,611,1408,335,87,9,83,10400,600,10200,3750,100,3.1,10,10,6.4,1520,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,8.9,90,102700,802,1408,344,132,9,127,15800,600,15500,5980,140,3.1,10,10,8.0,1220,9,999999999,160,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.9,86,102700,926,1408,347,195,8,190,23100,600,22700,8860,90,3.6,10,10,16.1,1830,9,999999999,160,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,7.8,75,102500,973,1408,351,189,1,188,22500,100,22500,8970,80,4.1,10,10,19.3,1070,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,6.7,67,102400,941,1408,352,308,1,308,35300,100,35200,12650,80,5.7,10,10,19.3,1220,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,5.6,60,102400,831,1408,354,178,3,176,20900,200,20700,7930,110,6.2,10,10,19.3,1980,9,999999999,129,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,4.4,57,102300,652,1408,350,125,1,124,14600,100,14500,5370,100,6.2,10,10,24.1,1980,9,999999999,120,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,6.1,69,102400,415,1408,346,131,0,131,14500,0,14500,4390,80,4.1,10,10,24.1,1220,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,7.8,83,102400,140,1408,343,22,1,22,2500,0,2500,800,40,4.1,10,10,12.9,1220,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,102400,0,12,340,0,0,0,0,0,0,0,20,3.1,10,10,12.9,1220,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,89,102400,0,0,337,0,0,0,0,0,0,0,60,5.2,10,10,11.3,1520,9,999999999,150,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,102400,0,0,334,0,0,0,0,0,0,0,40,3.6,10,10,16.1,1070,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.1,86,102400,0,0,330,0,0,0,0,0,0,0,60,4.6,10,10,16.1,1010,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,102400,0,0,329,0,0,0,0,0,0,0,60,5.2,10,10,12.9,1070,9,999999999,129,0.0680,0,88,999.000,999.0,99.0
+1981,2,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.6,83,102300,0,0,329,0,0,0,0,0,0,0,60,4.6,10,10,11.3,1010,9,999999999,129,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102200,0,0,328,0,0,0,0,0,0,0,60,4.6,10,10,11.3,910,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,102200,0,0,331,0,0,0,0,0,0,0,60,5.2,10,10,11.3,1010,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.1,89,102100,0,0,328,0,0,0,0,0,0,0,80,5.7,10,10,11.3,910,9,999999999,129,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102100,0,0,328,0,0,0,0,0,0,0,70,5.2,10,10,9.7,910,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102100,0,0,328,0,0,0,0,0,0,0,80,5.7,10,10,9.7,760,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102100,0,0,328,0,0,0,0,0,0,0,70,5.7,10,10,6.4,340,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,102100,0,0,325,0,0,0,0,0,0,0,80,5.2,10,10,8.0,310,9,999999999,139,0.0680,0,88,999.000,999.0,99.0
+1981,2,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,6.7,96,102100,95,1161,326,19,0,19,2200,0,2200,690,70,6.7,10,10,4.8,310,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,6.7,96,102200,369,1407,326,62,1,62,7200,0,7200,2450,60,4.1,10,10,4.0,210,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,6.1,96,102200,615,1407,323,116,1,115,13500,100,13500,4930,70,6.2,10,10,4.8,210,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.6,96,102100,807,1407,319,161,1,160,18900,100,18900,7250,70,6.7,10,10,4.8,210,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.6,93,102100,931,1407,322,306,0,305,34800,0,34800,12490,70,7.7,10,10,8.0,210,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.6,96,102000,978,1407,319,200,2,199,23800,200,23700,9420,60,5.7,10,10,6.4,210,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.6,96,101900,946,1407,319,191,1,190,22700,100,22600,8940,60,5.2,10,10,4.8,240,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.6,96,101800,836,1407,319,175,0,175,20600,0,20600,7910,70,5.7,10,10,12.9,210,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.6,96,101700,657,1407,319,136,1,136,15900,100,15800,5790,70,7.7,10,10,12.9,180,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,5.0,96,101800,420,1407,316,79,1,79,9100,100,9100,3120,30,4.6,10,10,6.4,180,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,4.4,93,101800,144,1407,316,21,0,21,2400,0,2400,780,40,3.6,10,10,4.0,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101800,0,12,312,0,0,0,0,0,0,0,50,3.6,10,10,4.8,150,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101900,0,0,312,0,0,0,0,0,0,0,30,3.6,10,10,11.3,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101900,0,0,312,0,0,0,0,0,0,0,30,3.1,10,10,12.9,210,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,102000,0,0,312,0,0,0,0,0,0,0,10,4.1,10,10,11.3,150,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101900,0,0,312,0,0,0,0,0,0,0,20,5.2,10,10,11.3,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101900,0,0,312,0,0,0,0,0,0,0,20,4.1,10,10,9.7,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,101900,0,0,315,0,0,0,0,0,0,0,30,3.6,10,10,11.3,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101900,0,0,316,0,0,0,0,0,0,0,10,3.1,10,10,11.3,210,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101900,0,0,316,0,0,0,0,0,0,0,360,2.6,10,10,11.3,180,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101900,0,0,316,0,0,0,0,0,0,0,10,4.1,10,10,11.3,150,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,5.6,100,101900,0,0,317,0,0,0,0,0,0,0,360,3.6,10,10,9.7,180,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,5.0,96,102000,0,0,316,0,0,0,0,0,0,0,360,4.6,10,10,9.7,180,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,5.0,96,102100,0,0,316,0,0,0,0,0,0,0,20,5.2,10,10,9.7,150,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1981,2,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,4.4,93,102100,98,1184,316,29,0,29,3200,0,3200,950,360,2.6,10,10,6.4,150,9,999999999,120,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,5.0,96,102200,373,1407,316,67,0,67,7700,0,7700,2620,350,3.1,10,10,2.4,90,9,999999999,129,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.0,89,102200,620,1407,321,206,2,205,23000,200,22900,7420,350,3.1,10,10,3.2,120,9,999999999,129,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.0,89,102200,812,1407,321,295,0,295,33100,0,33100,11110,30,3.6,10,10,3.2,150,9,999999999,129,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,7.2,100,102200,936,1407,326,205,2,204,24200,200,24100,9410,20,3.6,10,10,3.2,150,9,999999999,139,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,6.7,86,102000,983,1407,334,325,1,324,37200,100,37200,13440,40,4.1,10,10,8.0,180,9,999999999,139,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,7.8,80,101900,951,1407,345,333,0,333,37900,0,37900,13370,20,4.1,10,10,11.3,310,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,7.2,77,101800,841,1407,345,276,1,276,31400,100,31300,10970,60,2.1,10,10,12.9,430,9,999999999,139,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.2,74,101700,662,1407,348,223,2,222,24900,200,24900,8140,60,2.1,10,10,12.9,460,9,999999999,139,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,101700,424,1407,348,127,1,127,14100,100,14100,4370,50,2.6,10,10,12.9,120,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,101800,148,1407,348,36,0,36,4000,0,4000,1180,110,2.6,10,10,16.1,400,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.8,80,101800,0,35,345,0,0,0,0,0,0,0,130,4.1,10,10,16.1,370,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,89,101800,0,0,341,0,0,0,0,0,0,0,100,3.6,10,10,16.1,370,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,7.8,83,101700,0,0,343,0,0,0,0,0,0,0,100,3.1,10,10,16.1,370,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,101700,0,0,343,0,0,0,0,0,0,0,120,3.1,10,10,12.9,270,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101700,0,0,344,0,0,0,0,0,0,0,130,2.6,10,10,8.0,240,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101700,0,0,341,0,0,0,0,0,0,0,160,2.6,10,10,8.0,240,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101600,0,0,341,0,0,0,0,0,0,0,160,3.1,10,10,8.0,270,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101500,0,0,341,0,0,0,0,0,0,0,180,3.6,10,10,8.0,270,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101400,0,0,341,0,0,0,0,0,0,0,130,3.1,10,10,4.8,370,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,9.4,96,101400,0,0,342,0,0,0,0,0,0,0,80,1.5,10,10,1.6,150,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,9.4,100,101300,0,0,339,0,0,0,0,0,0,0,110,2.1,10,10,1.3,90,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,9.4,100,101300,0,0,339,0,0,0,0,0,0,0,170,2.1,10,10,0.4,60,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101300,0,0,343,0,0,0,0,0,0,0,160,2.6,10,10,0.3,60,9,999999999,170,0.0590,0,88,999.000,999.0,99.0
+1981,2,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,10.0,100,101300,101,1184,343,31,0,31,3400,0,3400,1000,180,2.6,10,10,0.2,60,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.6,96,101300,378,1406,349,119,1,119,13100,100,13100,3920,170,2.6,10,10,0.4,60,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,10.6,93,101300,624,1406,352,191,0,191,21500,0,21500,7150,170,3.1,10,10,1.6,120,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.1,90,101300,816,1406,358,272,0,272,30800,0,30800,10650,210,3.6,10,10,2.4,210,9,999999999,179,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,11.7,87,101200,941,1406,364,346,1,345,39200,100,39100,13540,220,4.6,10,10,4.8,340,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,11.7,75,101000,988,1406,375,324,0,324,37200,0,37200,13480,220,5.7,10,10,9.7,460,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.2,70,100900,956,1406,385,321,1,321,36800,100,36700,13120,210,7.2,10,10,12.9,640,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,12.8,68,100800,846,1406,391,272,0,272,30900,0,30900,10920,220,6.2,10,10,16.1,640,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,12.8,66,100800,666,1406,383,196,45,175,21600,4400,19500,5290,240,8.2,9,9,24.1,700,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,12.8,66,100800,429,1406,369,144,99,114,15800,9100,13000,2550,250,7.7,8,7,24.1,640,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.8,73,100800,153,1406,354,49,123,35,5100,6300,4500,630,240,5.2,7,5,24.1,7620,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,100900,0,59,330,0,0,0,0,0,0,0,230,3.6,2,1,19.3,77777,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,100900,0,0,318,0,0,0,0,0,0,0,240,2.6,0,0,16.1,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101000,0,0,313,0,0,0,0,0,0,0,230,2.1,0,0,12.9,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101000,0,0,307,0,0,0,0,0,0,0,280,3.6,0,0,11.3,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101100,0,0,315,0,0,0,0,0,0,0,330,2.6,2,2,9.7,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1981,2,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,9.4,86,101100,0,0,303,0,0,0,0,0,0,0,340,3.6,0,0,11.3,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,101100,0,0,298,0,0,0,0,0,0,0,340,3.6,0,0,11.3,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,89,101000,0,0,295,0,0,0,0,0,0,0,360,4.6,0,0,11.3,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,101000,0,0,289,0,0,0,0,0,0,0,10,3.6,0,0,11.3,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101100,0,0,279,0,0,0,0,0,0,0,280,2.1,0,0,11.3,77777,9,999999999,129,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101200,0,0,279,0,0,0,0,0,0,0,300,3.1,0,0,11.3,77777,9,999999999,129,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,101200,0,0,271,0,0,0,0,0,0,0,280,2.1,0,0,8.0,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101300,0,0,332,0,0,0,0,0,0,0,10,3.6,10,10,4.8,120,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1981,2,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,101400,104,1207,335,30,1,30,3400,0,3400,980,20,5.2,10,10,6.4,180,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,7.8,89,101500,382,1406,337,75,4,74,8600,200,8600,2860,20,6.7,10,10,8.0,270,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,7.8,80,101500,629,1406,345,146,7,143,16800,500,16600,5890,40,6.2,10,10,9.7,430,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,7.2,67,101500,821,1406,314,556,813,82,58200,80200,11200,1830,20,3.6,1,1,12.9,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.2,60,101500,946,1406,329,636,765,123,67100,76600,15300,3100,60,3.6,3,3,16.1,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,7.2,54,101300,993,1406,329,729,905,92,76200,90300,12200,2390,110,3.1,1,1,16.1,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.2,50,101300,961,1406,334,658,801,113,70300,80700,14900,3000,90,2.1,1,1,19.3,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,7.2,49,101200,851,1406,336,613,880,83,64400,87100,11500,1910,120,4.6,1,1,19.3,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.8,52,101200,671,1406,348,456,697,126,47800,67900,15200,2580,80,2.6,5,5,11.3,77777,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,8.9,63,101200,434,1406,339,194,247,119,20700,22500,13700,2390,130,4.6,4,4,8.0,77777,9,999999999,160,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,8.9,72,101300,157,1406,312,65,318,29,6600,18800,4500,520,160,3.1,0,0,6.4,77777,9,999999999,160,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.3,75,101300,0,82,307,0,0,0,0,0,0,0,150,4.6,0,0,9.7,77777,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.3,80,101400,0,0,308,0,0,0,0,0,0,0,150,3.6,1,1,11.3,77777,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.8,80,101400,0,0,299,0,0,0,0,0,0,0,150,3.6,0,0,11.3,77777,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,101400,0,0,295,0,0,0,0,0,0,0,170,3.6,0,0,11.3,77777,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.2,86,101400,0,0,292,0,0,0,0,0,0,0,150,2.6,0,0,11.3,77777,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.1,89,101400,0,0,284,0,0,0,0,0,0,0,0,0.0,0,0,6.4,77777,9,999999999,129,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101400,0,0,279,0,0,0,0,0,0,0,360,1.5,0,0,4.8,77777,9,999999999,129,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,101300,0,0,281,0,0,0,0,0,0,0,90,3.1,1,1,2.4,77777,9,999999999,129,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,6.1,96,101300,0,0,314,0,0,0,0,0,0,0,60,2.1,9,9,1.6,430,9,999999999,129,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.2,96,101200,0,0,329,0,0,0,0,0,0,0,60,2.1,10,10,2.0,310,9,999999999,139,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101200,0,0,332,0,0,0,0,0,0,0,60,3.1,10,10,2.0,460,9,999999999,150,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101200,0,0,341,0,0,0,0,0,0,0,80,2.6,10,10,3.2,310,9,999999999,160,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101200,0,0,345,0,0,0,0,0,0,0,90,2.6,10,10,6.4,850,9,999999999,160,0.0800,0,88,999.000,999.0,99.0
+1981,2,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,9.4,90,101200,107,1230,347,25,15,23,2700,900,2600,580,90,2.6,10,10,6.4,1010,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,10.0,86,101200,386,1405,353,104,4,103,11600,200,11600,3640,110,3.1,10,10,6.4,910,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.1,81,101200,634,1405,366,178,7,175,20200,600,20000,6830,110,4.1,10,10,6.4,1070,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,11.7,78,101200,826,1405,373,248,7,244,28400,600,28000,10030,110,5.2,10,10,6.4,490,9,999999999,189,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.2,70,101000,951,1405,385,285,4,283,32900,400,32700,12060,110,6.2,10,10,6.4,1160,9,999999999,189,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.9,66,100700,998,1405,402,309,2,308,35700,200,35600,13130,140,8.2,10,10,6.4,1070,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.9,68,100500,966,1405,399,287,2,285,33100,200,33000,12240,130,7.2,10,10,8.0,4270,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,14.4,71,100500,856,1405,399,248,2,247,28500,200,28400,10330,130,8.2,10,10,8.0,580,9,999999999,220,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.0,76,100400,676,1405,397,214,0,214,24100,0,24100,8090,140,7.2,10,10,6.4,490,9,999999999,229,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.0,81,100500,438,1405,391,121,1,120,13500,100,13500,4300,80,3.6,10,10,6.4,490,9,999999999,220,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,100500,161,1405,386,21,0,21,2500,0,2500,790,110,4.6,10,10,2.4,460,9,999999999,240,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100300,1,105,384,0,0,0,0,0,0,0,120,6.2,10,10,2.4,270,9,999999999,240,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,100400,0,0,386,0,0,0,0,0,0,0,140,4.6,10,10,3.2,150,9,999999999,240,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100400,0,0,390,0,0,0,0,0,0,0,130,5.2,10,10,3.2,150,9,999999999,250,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,100100,0,0,387,0,0,0,0,0,0,0,130,8.2,10,10,1.6,90,9,999999999,250,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100100,0,0,390,0,0,0,0,0,0,0,130,6.2,10,10,3.2,150,9,999999999,250,0.0870,0,88,999.000,999.0,99.0
+1981,2,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,100000,0,0,394,0,0,0,0,0,0,0,130,6.7,10,10,2.4,120,9,999999999,250,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,99900,0,0,390,0,0,0,0,0,0,0,160,3.6,10,10,1.3,60,9,999999999,250,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,99700,0,0,400,0,0,0,0,0,0,0,140,3.6,10,10,2.0,150,9,999999999,259,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,99600,0,0,404,0,0,0,0,0,0,0,290,1.5,10,10,6.4,270,9,999999999,270,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,99900,0,0,404,0,0,0,0,0,0,0,300,5.2,10,10,6.4,400,9,999999999,270,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,99900,0,0,375,0,0,0,0,0,0,0,360,3.1,10,10,6.4,1400,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,99900,0,0,361,0,0,0,0,0,0,0,150,3.6,9,9,11.3,1220,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,99900,0,0,349,0,0,0,0,0,0,0,190,2.6,7,7,24.1,1830,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1981,2,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,99900,111,1253,344,29,27,26,3200,1400,3000,540,150,3.6,8,6,16.1,7620,9,999999999,200,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,14.4,84,100100,391,1405,353,162,285,83,17200,24600,10300,1520,200,2.6,7,5,16.1,7620,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,14.4,76,100000,638,1405,393,232,112,182,25500,11300,20300,4400,240,3.6,10,10,19.3,310,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,100000,831,1405,357,568,817,86,61200,82000,12500,2110,240,6.7,0,0,19.3,77777,9,999999999,250,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,99900,956,1405,365,690,877,96,72100,87300,12500,2290,260,8.8,0,0,19.3,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,9.4,37,99900,1004,1405,364,748,913,99,78100,91100,12800,2500,260,8.2,0,0,24.1,77777,9,999999999,160,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,8.9,35,99800,971,1405,367,722,908,97,75400,90400,12700,2360,270,10.3,0,0,24.1,77777,9,999999999,160,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,9.4,36,99900,861,1405,374,588,819,88,61600,81100,11700,1960,270,8.8,1,1,24.1,77777,9,999999999,160,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,8.9,39,99900,681,1405,374,458,726,109,48600,71400,13800,2300,330,7.7,3,3,24.1,77777,9,999999999,160,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,10.0,49,100100,443,1405,353,248,606,59,26500,54900,9100,1160,340,7.7,1,1,24.1,77777,9,999999999,170,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.1,58,100500,165,1405,312,67,328,30,7000,19900,4700,540,310,7.7,0,0,24.1,77777,9,999999999,129,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,2.2,61,100700,1,129,287,2,1,1,0,0,0,0,360,6.7,0,0,24.1,77777,9,999999999,110,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,0.0,63,101000,0,0,274,0,0,0,0,0,0,0,360,6.7,0,0,24.1,77777,9,999999999,89,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-2.8,62,101200,0,0,260,0,0,0,0,0,0,0,360,9.8,0,0,24.1,77777,9,999999999,80,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-4.4,64,101400,0,0,251,0,0,0,0,0,0,0,340,9.3,0,0,24.1,77777,9,999999999,69,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-6.1,64,101700,0,0,253,0,0,0,0,0,0,0,340,11.8,3,3,19.3,77777,9,999999999,69,0.0820,0,88,999.000,999.0,99.0
+1981,2,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-6.7,66,101900,0,0,246,0,0,0,0,0,0,0,330,7.2,2,2,16.1,77777,9,999999999,69,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-6.7,72,102200,0,0,271,0,0,0,0,0,0,0,330,7.2,10,10,16.1,1590,9,999999999,69,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.3,-8.3,69,102200,0,0,252,0,0,0,0,0,0,0,330,10.8,8,8,24.1,3050,9,999999999,60,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.9,-10.0,63,102500,0,0,230,0,0,0,0,0,0,0,340,7.2,1,1,24.1,77777,9,999999999,60,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-4.4,-11.1,60,102700,0,0,223,0,0,0,0,0,0,0,340,9.8,0,0,24.1,77777,9,999999999,50,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-5.6,-12.8,57,102800,0,0,218,0,0,0,0,0,0,0,340,8.8,0,0,16.1,77777,9,999999999,50,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-6.1,-13.3,57,102900,0,0,216,0,0,0,0,0,0,0,340,6.7,0,0,16.1,77777,9,999999999,50,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-6.1,-13.9,55,103100,0,0,215,0,0,0,0,0,0,0,350,7.7,0,0,24.1,77777,9,999999999,50,0.0820,0,88,999.000,999.0,99.0
+1981,2,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-6.1,-14.4,52,103300,114,1275,215,56,329,21,5300,19900,3400,400,360,5.7,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-4.4,-15.0,44,103400,395,1404,220,247,744,40,26400,66000,7800,930,360,7.2,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-3.3,-15.6,39,103500,643,1404,223,463,892,56,49000,86100,9400,1360,360,7.7,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-1.7,-15.6,34,103500,836,1404,228,633,953,68,66800,94300,10500,1740,350,6.2,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,0.6,-15.0,30,103500,961,1404,237,748,987,75,78700,98400,11100,2080,320,4.6,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-15.0,28,103400,1009,1404,241,792,998,77,83200,99700,11300,2240,360,6.7,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-13.9,27,103300,977,1404,247,762,991,76,80200,98900,11200,2140,10,5.7,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-13.9,26,103300,867,1404,250,661,963,69,69700,95500,10600,1800,350,4.6,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-13.9,26,103300,686,1404,250,497,904,58,52700,87900,9600,1430,20,4.1,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-14.4,26,103300,448,1404,247,291,789,43,31200,71900,8200,1020,360,4.1,0,0,24.1,77777,9,999999999,40,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-13.9,31,103400,169,1404,242,78,460,25,8200,30600,4500,480,340,5.7,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-0.6,-13.9,36,103400,1,129,234,4,8,1,0,0,0,0,340,3.6,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-13.9,38,103500,0,0,232,0,0,0,0,0,0,0,360,4.1,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.7,-12.8,43,103600,0,0,231,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.8,-11.7,51,103700,0,0,238,0,0,0,0,0,0,0,320,1.5,3,3,24.1,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.8,-10.6,55,103700,0,0,245,0,0,0,0,0,0,0,0,0.0,6,6,24.1,4570,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.2,-10.0,56,103700,0,0,260,0,0,0,0,0,0,0,340,2.1,9,9,19.3,4570,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-2.8,-9.4,61,103600,0,0,253,0,0,0,0,0,0,0,360,1.5,9,8,19.3,4270,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.3,-9.4,63,103500,0,0,238,0,0,0,0,0,0,0,40,1.5,3,3,19.3,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.9,-9.4,66,103500,0,0,227,0,0,0,0,0,0,0,40,2.6,0,0,19.3,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-4.4,-10.0,66,103500,0,0,232,0,0,0,0,0,0,0,30,3.6,2,2,19.3,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-3.9,-10.6,60,103400,0,0,237,0,0,0,0,0,0,0,50,3.1,4,4,19.3,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-4.4,-10.6,63,103400,0,0,235,0,0,0,0,0,0,0,40,2.6,4,4,19.3,77777,9,999999999,50,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-4.4,-10.0,66,103500,0,0,236,0,0,0,0,0,0,0,30,4.1,4,4,19.3,77777,9,999999999,60,0.0480,0,88,999.000,999.0,99.0
+1981,2,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-2.8,-9.4,61,103500,118,1275,253,36,17,34,3900,1100,3800,810,40,4.1,8,8,12.9,3660,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-0.6,-11.1,45,103600,400,1404,253,146,131,109,16000,11800,12600,2420,70,4.1,7,6,12.9,3660,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-12.2,31,103600,648,1404,266,334,321,187,35800,32800,20700,4110,80,6.7,7,6,16.1,3660,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-12.8,28,103700,841,1404,273,306,240,162,34100,25600,18700,3770,110,4.6,8,7,19.3,7620,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-13.3,24,103700,966,1404,279,592,492,255,63000,50900,27900,7030,110,4.1,8,7,19.3,7620,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-12.2,25,103500,1014,1404,277,620,645,155,66500,65900,18700,4610,130,4.1,5,5,24.1,77777,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-11.1,25,103500,982,1404,281,670,684,194,70600,69000,22200,5330,90,3.1,4,4,24.1,77777,9,999999999,50,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-10.0,27,103400,872,1404,282,579,673,163,61000,67500,18900,3930,50,3.1,5,4,24.1,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-9.4,29,103400,691,1404,285,317,146,246,34300,14900,27000,6100,80,4.6,7,5,24.1,4880,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-10.0,30,103300,452,1404,285,143,112,107,15800,10500,12400,2410,100,4.6,9,7,24.1,4880,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-9.4,33,103300,174,1404,292,39,18,37,4300,1200,4100,920,100,4.1,10,9,24.1,5180,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-8.9,39,103400,2,152,272,1,0,1,0,0,0,0,70,3.1,8,6,24.1,5180,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.3,44,103400,0,0,266,0,0,0,0,0,0,0,80,3.1,7,5,24.1,5180,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.9,42,103400,0,0,261,0,0,0,0,0,0,0,70,4.1,5,3,24.1,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-7.8,44,103400,0,0,271,0,0,0,0,0,0,0,70,4.1,7,6,24.1,3050,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-7.2,50,103400,0,0,258,0,0,0,0,0,0,0,50,3.1,3,2,24.1,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-8.9,44,103400,0,0,256,0,0,0,0,0,0,0,80,3.6,2,2,24.1,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-7.8,54,103500,0,0,258,0,0,0,0,0,0,0,50,2.1,5,5,19.3,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-7.2,56,103400,0,0,259,0,0,0,0,0,0,0,50,3.1,5,5,19.3,77777,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-7.8,46,103400,0,0,290,0,0,0,0,0,0,0,70,4.1,10,10,19.3,2290,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-9.4,39,103400,0,0,291,0,0,0,0,0,0,0,90,5.2,10,10,19.3,2290,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.9,42,103400,0,0,289,0,0,0,0,0,0,0,80,4.1,10,10,19.3,3660,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.9,42,103400,0,0,289,0,0,0,0,0,0,0,60,4.1,10,10,19.3,3660,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-8.9,44,103500,0,0,286,0,0,0,0,0,0,0,60,3.6,10,10,19.3,3660,9,999999999,60,0.0620,0,88,999.000,999.0,99.0
+1981,2,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.8,-9.4,41,103500,122,1298,288,39,42,34,4200,2300,3900,710,40,2.6,10,10,11.3,4270,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-8.9,39,103600,404,1403,294,95,4,94,10800,200,10700,3500,40,4.1,10,10,12.9,2290,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-9.4,32,103600,653,1403,302,187,3,185,21100,200,21000,7220,90,4.6,10,10,16.1,2290,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-10.0,27,103600,846,1403,309,244,1,244,28100,100,28000,10190,40,3.1,10,10,16.1,2290,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-10.0,24,103500,971,1403,295,580,568,188,61100,57300,21300,5110,360,3.1,9,6,16.1,7620,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-9.4,22,103500,1019,1403,327,309,13,299,35800,1200,34900,13030,40,3.6,10,10,16.1,7620,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,-9.4,21,103300,987,1403,330,241,9,234,28300,800,27800,10740,10,4.1,10,10,16.1,4880,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,-8.9,21,103300,877,1403,326,370,161,270,40600,16900,30000,7480,260,2.1,10,9,16.1,7620,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-8.3,22,103200,696,1403,334,185,1,185,21200,100,21200,7500,360,2.1,10,10,16.1,2290,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,-8.3,23,103200,457,1403,322,156,67,134,17100,6200,15000,3550,20,3.6,10,9,19.3,4880,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-7.2,26,103200,178,1403,309,44,49,38,4900,3100,4500,800,360,3.1,9,7,19.3,4880,9,999999999,60,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-6.1,36,103200,2,175,290,3,3,2,0,0,0,0,330,2.6,7,5,19.3,7620,9,999999999,69,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-4.4,45,103300,0,0,283,0,0,0,0,0,0,0,330,2.1,7,4,19.3,7620,9,999999999,69,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-2.8,60,103300,0,0,273,0,0,0,0,0,0,0,0,0.0,6,3,19.3,77777,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-3.3,62,103300,0,0,271,0,0,0,0,0,0,0,0,0.0,8,4,19.3,77777,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-3.3,62,103300,0,0,275,0,0,0,0,0,0,0,0,0.0,9,6,19.3,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-2.8,65,103300,0,0,279,0,0,0,0,0,0,0,0,0.0,10,7,16.1,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-2.8,65,103300,0,0,279,0,0,0,0,0,0,0,0,0.0,10,7,16.1,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-3.3,62,103300,0,0,289,0,0,0,0,0,0,0,350,1.5,10,9,16.1,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-2.8,67,103300,0,0,287,0,0,0,0,0,0,0,340,1.5,10,9,11.3,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-3.3,65,103300,0,0,287,0,0,0,0,0,0,0,50,2.1,10,9,11.3,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-3.3,65,103300,0,0,267,0,0,0,0,0,0,0,330,2.1,4,3,11.3,77777,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-2.8,73,103300,0,0,265,0,0,0,0,0,0,0,10,1.5,5,4,11.3,77777,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-2.8,73,103300,0,0,273,0,0,0,0,0,0,0,10,2.1,10,7,11.3,7620,9,999999999,80,0.0470,0,88,999.000,999.0,99.0
+1981,2,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,-3.3,67,103300,126,1321,284,36,16,34,3900,1000,3800,810,20,2.6,9,9,16.1,7620,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-4.4,47,103300,409,1403,289,187,226,122,19800,20200,13900,2470,50,5.2,8,7,16.1,7620,9,999999999,69,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-5.0,39,103300,658,1403,294,278,158,205,30400,16000,22800,5000,60,5.7,8,6,16.1,7620,9,999999999,69,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-6.1,31,103300,852,1403,302,511,561,172,53500,56000,19400,4020,40,4.1,8,6,16.1,7620,9,999999999,69,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-5.6,28,103200,977,1403,307,624,618,195,65600,62300,22100,5320,80,5.7,6,4,16.1,7620,9,999999999,69,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,-3.9,27,103100,1025,1403,319,703,699,194,74400,70800,22500,5740,70,6.2,5,4,16.1,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-3.9,26,102900,992,1403,316,668,756,135,70200,75800,16400,3570,100,5.7,3,2,16.1,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,-3.3,26,102800,882,1403,319,588,716,140,62700,72500,17000,3500,90,3.6,2,2,16.1,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-2.8,26,102800,701,1403,322,458,699,112,48600,69000,14000,2400,90,3.6,2,2,19.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-2.8,28,102800,461,1403,313,260,570,75,27400,51800,10300,1430,130,4.6,1,1,19.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-2.8,32,102800,182,1403,300,74,313,35,7700,19800,5100,620,110,4.1,0,0,19.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-1.7,48,102800,3,199,281,2,3,1,0,0,0,0,30,1.5,0,0,19.3,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-0.6,60,102800,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-0.6,68,102800,0,0,267,0,0,0,0,0,0,0,90,1.5,0,0,19.3,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-1.1,70,102800,0,0,262,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-1.1,73,102800,0,0,260,0,0,0,0,0,0,0,60,1.5,0,0,16.1,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,102800,0,0,258,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102800,0,0,249,0,0,0,0,0,0,0,300,1.5,0,0,16.1,77777,9,999999999,89,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-2.2,82,102700,0,0,249,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-2.2,85,102700,0,0,246,0,0,0,0,0,0,0,60,1.5,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-2.2,85,102600,0,0,246,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-2.8,85,102500,0,0,244,0,0,0,0,0,0,0,300,1.5,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-3.9,82,102500,0,0,241,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-3.9,75,102500,0,0,245,0,0,0,0,0,0,0,360,1.5,0,0,11.3,77777,9,999999999,80,0.1010,0,88,999.000,999.0,99.0
+1981,2,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,-2.2,73,102500,130,1344,254,53,210,30,5400,10900,4300,530,50,1.5,0,0,11.3,77777,9,999999999,80,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,0.6,65,102500,414,1402,274,238,607,61,25200,53800,9300,1170,330,1.5,0,0,11.3,77777,9,999999999,100,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.3,57,102500,663,1402,321,243,174,161,26900,17800,18500,3940,50,4.1,8,7,11.3,1520,9,999999999,120,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.7,69,102500,857,1402,349,266,9,260,30400,800,29900,10710,90,3.1,10,10,11.3,430,9,999999999,139,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.7,60,102400,982,1402,360,256,7,251,29900,600,29500,11290,90,3.6,10,10,12.9,1010,9,999999999,139,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.8,62,102200,1030,1402,365,259,1,258,30400,100,30400,11790,90,3.6,10,10,12.9,1010,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,8.3,58,102100,997,1402,338,633,628,188,66900,63500,21600,5340,120,3.1,3,3,12.9,77777,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,8.3,52,102100,887,1402,358,394,323,190,42600,33300,21500,4660,80,3.6,7,7,12.9,1010,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,8.3,56,102000,705,1402,358,260,143,188,28600,14700,21200,4690,120,3.1,8,8,12.9,1010,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.3,54,102000,466,1402,335,270,627,64,28800,57500,9600,1260,120,3.6,1,1,12.9,77777,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,8.9,63,102000,186,1402,328,66,229,37,7100,13900,5300,660,130,3.6,1,1,11.3,77777,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,8.9,70,102000,3,222,340,1,1,1,0,0,0,0,80,2.6,7,7,12.9,1220,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.9,77,102000,0,0,355,0,0,0,0,0,0,0,60,1.5,10,10,12.9,1370,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,102000,0,0,356,0,0,0,0,0,0,0,50,1.5,10,10,12.9,1370,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,102000,0,0,356,0,0,0,0,0,0,0,0,0.0,10,10,12.9,1370,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,101900,0,0,356,0,0,0,0,0,0,0,0,0.0,10,10,12.9,1370,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1981,2,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.0,83,101900,0,0,356,0,0,0,0,0,0,0,100,3.1,10,10,11.3,1070,9,999999999,170,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,101900,0,0,359,0,0,0,0,0,0,0,90,1.5,10,10,8.0,1070,9,999999999,170,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101800,0,0,358,0,0,0,0,0,0,0,70,2.1,10,10,4.8,1070,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101800,0,0,352,0,0,0,0,0,0,0,280,1.5,10,10,3.2,1070,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101800,0,0,355,0,0,0,0,0,0,0,280,2.6,10,10,3.2,270,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101900,0,0,354,0,0,0,0,0,0,0,350,1.5,10,10,2.4,310,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101900,0,0,352,0,0,0,0,0,0,0,290,1.5,10,10,1.8,270,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101900,0,0,352,0,0,0,0,0,0,0,360,1.5,10,10,2.0,210,9,999999999,179,0.1060,0,88,999.000,999.0,99.0
+1981,2,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,10.0,90,102000,135,1366,351,35,14,33,3800,900,3700,800,320,1.5,10,10,4.0,310,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,10.0,80,102000,419,1401,359,121,5,120,13500,300,13400,4200,0,0.0,10,10,4.0,370,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,10.6,70,102100,668,1401,363,239,130,177,26300,13300,19900,4340,350,1.5,9,9,4.8,460,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,10.0,61,102100,862,1401,364,433,256,277,46600,27300,29800,7130,270,3.1,9,8,6.4,1220,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,9.4,54,102000,987,1401,358,561,445,249,60100,46200,27400,7070,10,4.6,8,6,6.4,1220,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,9.4,51,101900,1035,1401,364,514,455,179,57300,47500,22000,5350,30,4.1,8,6,8.0,1370,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.9,46,101900,1003,1401,365,601,544,213,65500,56600,24900,6110,60,3.1,7,5,9.7,7620,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,8.9,44,101800,892,1401,372,461,362,232,50500,38800,25800,5910,330,2.6,8,6,9.7,1220,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.3,44,101700,710,1401,378,384,349,209,41300,36300,22900,4760,50,1.5,8,8,9.7,1220,9,999999999,150,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.3,44,101700,470,1401,362,269,525,95,27900,47400,11900,1750,340,2.6,4,4,9.7,77777,9,999999999,150,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.0,57,101700,190,1401,369,51,41,46,5600,2900,5200,1120,30,2.1,8,8,9.7,1370,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,10.6,70,101700,4,222,356,2,3,2,0,0,0,0,40,1.5,8,8,12.9,1370,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.0,80,101700,0,0,317,0,0,0,0,0,0,0,270,1.5,1,1,12.9,77777,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,101800,0,0,318,0,0,0,0,0,0,0,80,2.6,2,2,12.9,77777,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101800,0,0,310,0,0,0,0,0,0,0,0,0.0,2,2,11.3,77777,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,9.4,86,101800,0,0,321,0,0,0,0,0,0,0,190,3.1,5,5,9.7,77777,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101900,0,0,332,0,0,0,0,0,0,0,0,0.0,7,7,8.0,1010,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101800,0,0,318,0,0,0,0,0,0,0,0,0.0,7,3,8.0,77777,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101800,0,0,344,0,0,0,0,0,0,0,290,2.1,10,10,8.0,1010,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101800,0,0,320,0,0,0,0,0,0,0,300,1.5,7,7,8.0,1010,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,8.3,96,101800,0,0,300,0,0,0,0,0,0,0,40,2.1,2,2,6.4,77777,9,999999999,150,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101800,0,0,300,0,0,0,0,0,0,0,0,0.0,6,3,4.8,77777,9,999999999,150,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,6.1,96,101800,0,0,296,0,0,0,0,0,0,0,280,1.5,10,5,4.8,77777,9,999999999,129,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.7,96,101800,0,0,326,0,0,0,0,0,0,0,0,0.0,10,10,2.0,7620,9,999999999,139,0.0650,0,88,999.000,999.0,99.0
+1981,2,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,6.1,96,101900,139,1389,302,32,56,26,3500,2800,3200,450,0,0.0,8,7,2.0,7620,9,999999999,129,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.3,83,102000,424,1401,313,198,347,94,21000,30800,11600,1750,0,0.0,4,3,3.2,77777,9,999999999,150,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,10.0,72,102000,673,1401,324,439,809,53,46700,78600,8800,1360,290,1.5,2,1,6.4,77777,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.0,57,101900,867,1401,342,603,863,71,63600,85600,10400,1830,240,1.5,2,1,8.0,77777,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,9.4,49,101800,993,1401,354,668,778,118,71200,78500,15400,3270,140,2.6,2,2,9.7,77777,9,999999999,160,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,8.3,43,101700,1040,1401,354,713,799,122,76400,80800,16200,3640,130,3.1,1,1,9.7,77777,9,999999999,160,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,8.3,41,101600,1008,1401,349,699,859,83,73300,85800,11300,2340,80,3.1,1,0,11.3,77777,9,999999999,150,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,8.3,38,101500,897,1401,355,638,885,74,67200,88000,10700,1930,250,2.6,0,0,12.9,77777,9,999999999,150,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,7.8,36,101400,715,1401,364,490,852,58,52000,83300,9400,1460,240,1.5,2,1,12.9,77777,9,999999999,150,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,8.3,38,101400,475,1401,366,270,593,71,28600,54500,10000,1380,270,1.5,4,2,12.9,77777,9,999999999,150,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.9,46,101500,194,1401,369,78,137,59,8100,8200,7000,1140,160,4.6,8,6,12.9,7620,9,999999999,160,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.0,59,101500,4,245,353,3,1,3,0,0,0,0,160,5.2,8,5,11.3,7620,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,10.0,65,101600,0,0,348,0,0,0,0,0,0,0,170,4.1,10,6,11.3,7620,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,9.4,65,101600,0,0,345,0,0,0,0,0,0,0,160,3.1,10,6,12.9,7620,9,999999999,160,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,9.4,70,101600,0,0,367,0,0,0,0,0,0,0,160,2.6,10,10,11.3,1370,9,999999999,160,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.0,78,101600,0,0,362,0,0,0,0,0,0,0,170,2.1,10,10,11.3,3660,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,101600,0,0,359,0,0,0,0,0,0,0,0,0.0,10,10,11.3,1520,9,999999999,170,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.1,83,101700,0,0,363,0,0,0,0,0,0,0,0,0.0,10,10,11.3,1520,9,999999999,179,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101700,0,0,366,0,0,0,0,0,0,0,180,2.1,10,10,9.7,1520,9,999999999,189,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101600,0,0,361,0,0,0,0,0,0,0,0,0.0,10,10,9.7,1520,9,999999999,189,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101600,0,0,364,0,0,0,0,0,0,0,80,2.6,10,10,8.0,1370,9,999999999,189,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101600,0,0,364,0,0,0,0,0,0,0,90,2.1,10,10,8.0,1370,9,999999999,189,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101600,0,0,371,0,0,0,0,0,0,0,130,2.1,10,10,4.8,1220,9,999999999,209,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101600,0,12,338,0,0,0,0,0,0,0,150,1.5,10,5,3.2,77777,9,999999999,200,0.0540,0,88,999.000,999.0,99.0
+1981,2,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.7,84,101600,144,1400,349,59,55,53,6200,3000,5900,1110,100,3.1,8,8,1.6,3660,9,999999999,189,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.8,84,101700,429,1400,374,106,9,103,12000,500,11800,3850,80,1.5,10,10,1.6,1520,9,999999999,200,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,13.3,73,101700,679,1400,364,393,497,154,42000,49600,17900,3190,170,3.1,7,7,3.2,1520,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.9,66,101700,873,1400,402,251,14,243,29000,1200,28300,10360,170,2.1,10,10,6.4,1680,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.9,59,101700,998,1400,411,294,1,293,34000,100,34000,12720,190,5.2,10,10,9.7,1680,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,101600,1046,1400,414,282,13,272,33100,1100,32200,12350,210,3.6,10,10,9.7,1680,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,101500,1013,1400,414,300,2,299,34800,200,34700,13000,170,3.1,10,10,11.3,1070,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.9,55,101500,902,1400,417,255,1,254,29400,100,29400,10880,190,3.1,10,10,11.3,1680,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.3,57,101500,720,1400,410,153,5,150,17800,400,17600,6540,130,4.6,10,10,12.9,1010,9,999999999,200,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.9,64,101500,479,1400,393,172,112,134,18800,10600,15200,3050,120,4.1,9,9,9.7,1830,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.9,66,101500,198,1400,402,50,3,49,5500,0,5500,1630,100,3.6,10,10,9.7,1520,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,13.9,73,101600,5,268,368,4,10,3,0,0,0,0,150,4.1,7,7,12.9,580,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,14.4,76,101600,0,0,341,0,0,0,0,0,0,0,170,3.1,3,0,11.3,77777,9,999999999,220,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101600,0,0,331,0,0,0,0,0,0,0,70,2.6,2,0,11.3,77777,9,999999999,220,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,101600,0,0,327,0,0,0,0,0,0,0,160,3.1,2,0,11.3,77777,9,999999999,209,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101700,0,0,368,0,0,0,0,0,0,0,170,2.6,10,9,9.7,270,9,999999999,220,0.0360,0,88,999.000,999.0,99.0
+1981,2,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101700,0,0,379,0,0,0,0,0,0,0,160,1.5,10,10,6.4,180,9,999999999,229,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101700,0,0,380,0,0,0,0,0,0,0,220,2.6,10,10,3.2,90,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,16.1,100,101700,0,0,380,0,0,0,0,0,0,0,240,3.1,10,10,1.0,60,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101700,0,0,384,0,0,0,0,0,0,0,260,2.6,10,10,0.8,0,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101700,0,0,384,0,0,0,0,0,0,0,260,2.6,10,10,0.1,0,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101600,0,0,384,0,0,0,0,0,0,0,0,0.0,10,10,0.1,0,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101700,0,0,384,0,0,0,0,0,0,0,180,2.1,10,10,0.1,0,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101700,0,35,384,0,0,0,0,0,0,0,170,2.6,10,10,0.8,30,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,101800,149,1400,368,40,33,36,4300,2200,4100,860,250,1.5,8,8,0.8,90,9,999999999,250,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.1,90,101900,434,1400,390,121,1,121,13600,100,13500,4310,290,2.6,10,10,1.3,90,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.1,84,101900,684,1400,395,177,13,171,20400,1000,19900,7030,210,4.1,10,10,3.2,370,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101800,878,1400,405,220,13,212,25700,1100,25000,9420,260,4.6,10,10,9.7,430,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,68,101800,1003,1400,414,275,3,273,32100,300,31900,12140,230,4.6,10,10,16.1,490,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.1,60,101600,1051,1400,406,588,371,311,64400,40100,34100,9770,260,4.1,8,8,16.1,850,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.6,54,101600,1018,1400,412,378,110,298,41700,11700,33200,9400,260,5.7,8,8,16.1,1220,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,101400,907,1400,400,559,609,166,59000,61400,19100,4190,240,4.6,5,5,19.3,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,15.6,47,101400,724,1400,409,425,537,149,46000,54200,17900,3150,260,5.2,7,5,19.3,7620,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.6,51,101400,484,1400,403,180,107,144,19700,10200,16100,3290,260,3.1,7,5,19.3,7620,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,60,101400,202,1400,387,62,96,48,6800,6500,5800,1010,240,3.6,8,6,24.1,7620,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.0,64,101500,6,292,376,4,7,3,0,0,0,0,220,3.1,8,4,19.3,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,15.6,73,101500,0,0,371,0,0,0,0,0,0,0,200,3.6,10,5,19.3,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,101500,0,0,369,0,0,0,0,0,0,0,210,3.6,10,5,19.3,77777,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101500,0,0,352,0,0,0,0,0,0,0,220,3.6,4,1,16.1,77777,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101500,0,0,343,0,0,0,0,0,0,0,220,3.6,3,1,16.1,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101500,0,0,335,0,0,0,0,0,0,0,220,3.6,0,0,11.3,77777,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101400,0,0,329,0,0,0,0,0,0,0,290,2.1,0,0,8.0,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.6,100,101400,0,0,327,0,0,0,0,0,0,0,220,2.6,0,0,4.8,77777,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,16.1,100,101400,0,0,380,0,0,0,0,0,0,0,230,3.1,10,10,0.1,0,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.6,100,101400,0,0,377,0,0,0,0,0,0,0,260,3.1,10,10,0.1,30,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.6,100,101400,0,0,377,0,0,0,0,0,0,0,230,4.1,10,10,0.1,30,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.6,100,101400,0,0,377,0,0,0,0,0,0,0,240,3.6,10,10,0.6,60,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.6,100,101400,0,58,377,0,0,0,0,0,0,0,240,3.1,10,10,0.8,60,9,999999999,229,0.0680,0,88,999.000,999.0,99.0
+1981,2,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,16.1,100,101500,154,1399,380,41,1,41,4500,0,4500,1300,240,2.6,10,10,0.4,60,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.6,93,101500,440,1399,383,92,6,90,10500,300,10400,3520,220,3.6,10,10,3.2,120,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,101500,689,1399,392,167,0,167,19200,0,19200,6950,230,3.1,10,10,3.2,120,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,16.1,81,101500,884,1399,398,253,7,249,29200,600,28800,10610,230,4.1,10,10,4.8,180,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.1,73,101500,1009,1399,407,376,4,373,42800,400,42500,14920,210,4.6,10,10,9.7,400,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,101400,1056,1399,417,288,6,283,33700,500,33300,12780,250,4.1,10,10,11.3,640,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.1,62,101200,1023,1399,423,334,5,330,38500,500,38100,13970,230,5.7,10,10,12.9,850,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.1,60,101100,911,1399,406,406,174,293,44500,18300,32500,8360,230,5.2,9,8,16.1,1070,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101100,729,1399,399,386,306,228,41400,31900,24700,5320,190,3.6,9,7,19.3,7620,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101000,488,1399,405,193,82,164,21100,7800,18400,4270,210,4.1,9,8,19.3,4570,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101000,206,1399,405,48,58,40,5400,4000,4800,850,140,3.6,9,8,19.3,4570,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,60,101000,6,291,398,1,1,1,0,0,0,0,180,4.6,9,8,19.3,4570,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,15.6,66,101100,0,0,413,0,0,0,0,0,0,0,170,7.2,10,10,16.1,4570,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101100,0,0,398,0,0,0,0,0,0,0,160,6.7,10,10,12.9,270,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101000,0,0,398,0,0,0,0,0,0,0,150,4.1,10,10,16.1,400,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101000,0,0,398,0,0,0,0,0,0,0,170,4.6,10,10,16.1,370,9,999999999,240,0.0920,0,88,999.000,999.0,99.0
+1981,2,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101100,0,0,399,0,0,0,0,0,0,0,170,4.6,10,10,16.1,340,9,999999999,250,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101000,0,0,399,0,0,0,0,0,0,0,170,3.6,10,10,16.1,370,9,999999999,250,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101000,0,0,402,0,0,0,0,0,0,0,180,3.1,10,10,16.1,370,9,999999999,250,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101000,0,0,402,0,0,0,0,0,0,0,170,3.1,10,10,16.1,340,9,999999999,250,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101000,0,0,403,0,0,0,0,0,0,0,170,3.1,10,10,16.1,700,9,999999999,259,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101000,0,0,403,0,0,0,0,0,0,0,170,3.6,10,10,16.1,430,9,999999999,259,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101000,0,0,403,0,0,0,0,0,0,0,170,3.6,10,10,16.1,760,9,999999999,259,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101000,0,82,383,0,0,0,0,0,0,0,160,3.6,9,8,12.9,760,9,999999999,259,0.0920,0,88,999.000,999.0,99.0
+1981,2,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,101000,159,1398,403,39,43,34,4300,2600,4000,710,170,4.6,10,10,12.9,460,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,17.2,79,101100,445,1398,409,108,2,107,12200,100,12200,4020,190,6.2,10,10,16.1,460,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101100,695,1398,418,162,5,160,18800,400,18600,6760,200,6.7,10,10,16.1,520,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101100,889,1398,418,265,2,264,30500,200,30400,11090,200,5.2,10,10,24.1,580,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101000,1014,1398,418,345,10,338,39700,1000,39000,14110,220,4.6,10,10,19.3,760,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101000,1062,1398,418,359,4,356,41400,400,41100,14980,220,5.7,10,10,16.1,700,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,16.7,58,100800,1028,1398,406,605,513,229,65700,53400,26300,6900,210,6.7,9,7,16.1,1370,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,100700,916,1398,422,220,8,215,25800,700,25400,9730,200,5.2,10,10,16.1,760,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.7,64,100600,733,1398,424,236,1,236,26700,100,26700,9110,170,6.7,10,10,19.3,760,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,100600,492,1398,421,110,4,109,12600,300,12500,4280,190,6.2,10,10,19.3,700,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,100600,210,1398,415,46,1,46,5200,0,5200,1600,180,5.2,10,10,16.1,520,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,100600,7,315,415,3,0,3,0,0,0,0,190,5.7,10,10,16.1,490,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.2,76,100700,0,0,412,0,0,0,0,0,0,0,200,5.7,10,10,16.1,520,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,17.2,71,100800,0,0,418,0,0,0,0,0,0,0,200,4.6,10,10,16.1,490,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.2,76,100900,0,0,412,0,0,0,0,0,0,0,290,11.3,10,10,16.1,430,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101100,0,0,378,0,0,0,0,0,0,0,270,1.5,10,10,9.7,1830,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1981,2,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101000,0,0,379,0,0,0,0,0,0,0,320,2.1,10,10,12.9,1830,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101200,0,0,342,0,0,0,0,0,0,0,270,3.1,4,4,11.3,77777,9,999999999,220,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,96,101200,0,0,323,0,0,0,0,0,0,0,280,2.1,1,1,19.3,77777,9,999999999,200,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101100,0,0,324,0,0,0,0,0,0,0,270,2.1,2,2,19.3,77777,9,999999999,189,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.1,83,101200,0,0,340,0,0,0,0,0,0,0,290,3.6,7,7,24.1,3050,9,999999999,179,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,7.8,69,101300,0,0,356,0,0,0,0,0,0,0,310,6.2,10,10,24.1,2440,9,999999999,150,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,5.6,62,101400,0,0,351,0,0,0,0,0,0,0,310,7.7,10,10,24.1,2440,9,999999999,129,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,4.4,59,101500,1,105,325,0,0,0,0,0,0,0,300,8.2,7,7,24.1,2440,9,999999999,120,0.0570,0,88,999.000,999.0,99.0
+1981,2,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.9,59,101600,164,1398,316,58,189,37,6200,10700,4900,660,310,7.2,7,5,24.1,7620,9,999999999,120,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,3.3,53,101700,450,1398,312,252,537,81,26300,48300,10700,1520,320,9.3,2,2,24.1,77777,9,999999999,120,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.3,48,101800,700,1398,315,449,774,65,47600,75400,9700,1510,310,7.2,1,1,24.1,77777,9,999999999,120,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,2.8,40,101800,894,1398,318,662,918,77,69600,91200,11000,1960,320,8.2,0,0,24.1,77777,9,999999999,110,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,1.7,33,101700,1019,1398,324,784,962,85,82200,96100,11800,2420,350,6.2,0,0,24.1,77777,9,999999999,100,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,0.6,29,101500,1067,1398,325,826,971,87,86400,97200,12000,2640,320,9.3,0,0,24.1,77777,9,999999999,100,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,-0.6,25,101400,1033,1398,329,799,968,86,83700,96800,11900,2480,320,9.8,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-1.7,22,101400,921,1398,330,698,943,79,73300,93800,11300,2050,310,7.2,0,0,24.1,77777,9,999999999,80,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,-2.8,21,101400,738,1398,326,536,891,67,56500,87300,10200,1590,300,7.7,0,0,24.1,77777,9,999999999,80,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-3.3,21,101400,497,1398,323,324,775,51,34400,72000,8800,1140,330,8.8,0,0,24.1,77777,9,999999999,80,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,-3.3,24,101400,214,1398,316,105,496,31,10900,35900,5400,600,320,5.7,0,0,24.1,77777,9,999999999,80,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,-2.8,31,101400,8,338,302,9,29,5,0,0,0,0,340,2.6,0,0,24.1,77777,9,999999999,80,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,-0.6,43,101500,0,0,293,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,2.2,66,101600,0,0,282,0,0,0,0,0,0,0,260,2.1,0,0,24.1,77777,9,999999999,110,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,101600,0,0,280,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,101600,0,0,278,0,0,0,0,0,0,0,220,2.6,0,0,24.1,77777,9,999999999,110,0.0590,0,88,999.000,999.0,99.0
+1981,2,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,0.0,60,101600,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,1.1,61,101500,0,0,281,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,0.6,58,101500,0,0,281,0,0,0,0,0,0,0,230,4.1,0,0,24.1,77777,9,999999999,100,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,0.6,56,101500,0,0,283,0,0,0,0,0,0,0,240,4.6,0,0,24.1,77777,9,999999999,100,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,-0.6,52,101400,0,0,282,0,0,0,0,0,0,0,240,5.7,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-0.6,54,101500,0,0,279,0,0,0,0,0,0,0,250,4.1,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-0.6,65,101500,0,0,269,0,0,0,0,0,0,0,260,2.6,0,0,24.1,77777,9,999999999,89,0.0590,0,88,999.000,999.0,99.0
+1981,2,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,0.0,60,101600,1,128,276,3,3,1,0,0,0,0,250,3.6,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,0.6,50,101700,169,1397,290,76,438,25,7900,29100,4400,480,260,4.1,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,1.7,44,101700,456,1397,305,290,763,44,31000,69800,8100,1040,240,3.6,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,1.7,33,101700,706,1397,324,505,886,60,53500,86500,9700,1480,260,6.7,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,1.7,28,101700,900,1397,337,676,942,72,71300,93700,10700,1910,250,6.7,0,0,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,1.1,24,101600,1025,1397,344,791,974,79,83100,97400,11400,2340,250,6.2,0,0,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,-0.6,19,101500,1072,1397,349,836,986,82,87700,98700,11700,2580,240,8.2,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,-1.1,18,101400,1038,1397,351,805,979,80,84500,97900,11500,2410,250,7.2,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,-1.1,17,101300,926,1397,356,705,955,74,74100,95100,10900,1990,280,8.2,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,-0.6,17,101300,742,1397,357,540,903,63,57200,88600,9900,1550,270,7.2,0,0,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,-1.7,17,101300,501,1397,357,306,671,67,31800,62200,9400,1320,270,5.7,1,1,24.1,77777,9,999999999,89,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,0.0,24,101300,218,1397,344,104,491,29,10900,36000,5200,580,250,3.1,2,1,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,1.7,33,101300,9,361,330,8,34,4,0,0,0,0,230,3.1,1,1,24.1,77777,9,999999999,100,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,2.2,38,101300,0,0,323,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,3.9,37,101300,0,0,329,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,3.9,46,101400,0,0,314,0,0,0,0,0,0,0,220,4.1,0,0,24.1,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,4.4,55,101400,0,0,305,0,0,0,0,0,0,0,230,3.6,0,0,24.1,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1981,2,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,3.9,53,101400,0,0,315,0,0,0,0,0,0,0,240,3.1,4,2,24.1,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,4.4,55,101400,0,0,311,0,0,0,0,0,0,0,240,4.6,3,1,24.1,77777,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,5.0,66,101400,0,0,302,0,0,0,0,0,0,0,250,2.1,5,1,24.1,77777,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,6.1,74,101400,0,0,301,0,0,0,0,0,0,0,240,3.1,3,1,24.1,77777,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,6.1,80,101400,0,0,300,0,0,0,0,0,0,0,230,2.6,3,2,24.1,77777,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,6.7,83,101400,0,0,301,0,0,0,0,0,0,0,230,1.5,4,2,24.1,77777,9,999999999,139,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.1,89,101400,0,0,293,0,0,0,0,0,0,0,0,0.0,4,2,24.1,77777,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1981,2,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,6.1,93,101500,1,151,291,0,0,0,0,0,0,0,250,1.5,3,2,19.3,77777,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,8.9,83,101500,174,1396,313,61,124,46,6500,7000,5600,860,240,1.5,6,2,16.1,77777,9,999999999,160,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,10.6,72,101600,461,1396,336,209,274,120,22500,25600,14000,2400,240,3.6,7,3,19.3,77777,9,999999999,170,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,11.1,61,101700,711,1396,348,441,566,155,47500,56900,18400,3270,260,4.1,8,2,24.1,77777,9,999999999,179,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,10.0,51,101700,905,1396,359,558,534,213,60000,55100,24100,5410,260,4.6,9,3,24.1,77777,9,999999999,170,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.3,40,101600,1030,1396,370,569,462,229,61800,48100,26200,6940,270,3.1,8,4,24.1,77777,9,999999999,150,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,4.4,27,101500,1077,1396,379,525,313,284,58000,33900,31700,9180,220,5.7,8,5,24.1,7620,9,999999999,120,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,3.9,24,101400,1043,1396,384,528,365,256,56800,38000,28300,7990,200,4.6,9,5,24.1,7620,9,999999999,120,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,4.4,24,101300,931,1396,392,507,419,229,54300,43300,25300,6020,210,4.6,9,6,24.1,7620,9,999999999,120,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,2.8,24,101300,747,1396,385,363,305,200,39300,32000,22100,4580,160,4.6,9,7,24.1,3660,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,2.8,24,101300,505,1396,391,184,118,142,20200,11400,16000,3260,180,3.1,9,8,24.1,3660,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,7.8,37,101300,222,1396,397,38,16,35,4100,1200,3900,930,160,4.1,10,9,24.1,3660,9,999999999,150,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.8,41,101400,10,361,400,2,0,2,0,0,0,0,170,4.6,10,10,19.3,3660,9,999999999,150,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,10.0,55,101400,0,0,358,0,0,0,0,0,0,0,170,5.7,7,5,19.3,7620,9,999999999,170,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.8,70,101500,0,0,359,0,0,0,0,0,0,0,170,3.6,8,6,19.3,7620,9,999999999,200,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,12.8,73,101500,0,0,351,0,0,0,0,0,0,0,170,3.6,7,4,19.3,7620,9,999999999,200,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101500,0,0,346,0,0,0,0,0,0,0,180,2.6,7,4,19.3,7620,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.3,84,101500,0,0,359,0,0,0,0,0,0,0,160,3.1,9,8,19.3,3660,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101400,0,0,381,0,0,0,0,0,0,0,180,4.1,10,10,19.3,3660,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101400,0,0,380,0,0,0,0,0,0,0,170,3.6,10,10,19.3,3660,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101400,0,0,383,0,0,0,0,0,0,0,170,4.6,10,10,19.3,3660,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,13.3,75,101300,0,0,386,0,0,0,0,0,0,0,130,3.1,10,10,19.3,3660,9,999999999,200,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101400,0,0,383,0,0,0,0,0,0,0,160,3.1,10,10,19.3,3050,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101400,0,0,383,0,0,0,0,0,0,0,160,3.1,10,10,19.3,3050,9,999999999,209,0.1020,0,88,999.000,999.0,99.0
+1981,2,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,13.3,78,101400,2,174,383,0,0,0,0,0,0,0,130,4.1,10,10,19.3,3050,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.3,81,101500,180,1396,380,24,1,24,2800,0,2800,910,190,3.1,10,10,9.7,760,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.8,81,101500,467,1396,376,69,9,66,8200,500,8000,2810,210,2.6,10,10,11.3,3050,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.8,84,101600,717,1396,374,124,9,119,14700,600,14400,5430,180,2.1,10,10,9.7,1370,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,101600,911,1396,375,179,2,178,21300,200,21200,8380,170,3.1,10,10,4.8,1220,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,14.4,90,101600,1036,1396,378,206,5,203,24800,400,24500,9820,170,4.6,10,10,4.8,370,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,14.4,90,101600,1083,1396,378,202,1,201,24400,100,24300,9890,150,5.2,10,10,4.8,1220,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,101500,1048,1396,375,220,2,219,26300,200,26200,10490,150,4.6,10,10,3.2,270,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,101500,935,1396,375,192,1,191,22800,100,22700,8970,160,4.6,10,10,4.8,270,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.9,90,101400,751,1396,375,153,0,152,17800,0,17800,6760,130,4.6,10,10,6.4,910,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101500,509,1396,372,103,0,103,11900,0,11900,4170,130,4.1,10,10,8.0,910,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.3,90,101500,226,1396,371,64,0,64,7100,0,7100,2050,90,2.1,10,10,11.3,1070,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,101500,10,384,374,7,0,7,0,0,0,0,90,4.1,10,10,24.1,1070,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101500,0,0,374,0,0,0,0,0,0,0,90,2.6,10,10,24.1,1160,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101500,0,0,374,0,0,0,0,0,0,0,100,3.6,10,10,24.1,1220,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101500,0,0,364,0,0,0,0,0,0,0,90,2.1,9,9,19.3,1370,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101500,0,0,346,0,0,0,0,0,0,0,90,2.1,6,6,19.3,1680,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101500,0,0,350,0,0,0,0,0,0,0,120,2.6,7,7,16.1,2130,9,999999999,200,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101400,0,0,375,0,0,0,0,0,0,0,120,3.1,10,10,12.9,2130,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101400,0,0,349,0,0,0,0,0,0,0,120,2.1,7,7,9.7,2130,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101400,0,0,376,0,0,0,0,0,0,0,140,2.1,10,10,4.8,1220,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101400,0,0,376,0,0,0,0,0,0,0,80,2.6,10,10,3.2,1160,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101400,0,0,376,0,0,0,0,0,0,0,70,2.1,10,10,2.4,1220,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101400,0,0,378,0,0,0,0,0,0,0,100,3.1,10,10,2.2,1220,9,999999999,220,0.0450,0,88,999.000,999.0,99.0
+1981,2,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,14.4,90,101600,2,198,378,2,0,2,0,0,0,0,100,2.1,10,10,3.2,1220,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.0,90,101600,185,1395,382,42,0,42,4700,0,4700,1430,100,3.1,10,10,3.2,1070,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.1,90,101600,472,1395,390,150,1,149,16600,100,16600,5160,110,3.1,10,10,4.8,1070,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.6,84,101600,722,1395,392,231,1,231,26100,100,26100,8910,120,3.1,10,10,4.8,1220,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.7,76,101700,916,1395,397,327,87,270,36100,8800,30200,9310,130,5.7,10,9,8.0,1830,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.1,71,101600,1041,1395,411,299,8,293,34900,700,34400,13030,110,4.6,10,10,8.0,580,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.1,71,101600,1088,1395,411,257,6,253,30600,500,30200,11910,130,4.6,10,10,8.0,850,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.1,71,101500,1053,1395,411,313,4,310,36400,400,36200,13630,100,4.1,10,10,8.0,580,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,101500,940,1395,410,242,11,234,28200,900,27600,10520,130,4.6,10,10,8.0,910,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,101400,756,1395,410,233,4,231,26500,300,26300,9180,130,5.7,10,10,11.3,760,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.6,71,101400,513,1395,407,129,1,128,14600,100,14500,4910,120,5.2,10,10,12.9,1220,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,15.6,76,101500,230,1395,390,73,45,66,8000,3500,7500,1580,120,4.1,9,9,11.3,1520,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.1,84,101500,11,407,371,5,3,4,0,0,0,0,120,4.6,7,7,11.3,1520,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101500,0,0,370,0,0,0,0,0,0,0,120,3.6,8,8,8.0,760,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101600,0,0,351,0,0,0,0,0,0,0,110,3.6,4,4,6.4,77777,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101600,0,0,343,0,0,0,0,0,0,0,90,3.6,3,3,1.6,77777,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101600,0,0,380,0,0,0,0,0,0,0,120,3.6,10,10,0.6,60,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1981,2,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101500,0,0,382,0,0,0,0,0,0,0,130,3.6,10,10,1.3,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,383,0,0,0,0,0,0,0,120,3.1,10,10,1.3,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,130,3.1,10,10,1.3,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101500,0,0,383,0,0,0,0,0,0,0,130,3.6,10,10,1.0,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,110,2.6,10,10,1.0,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,110,2.6,10,10,1.0,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101600,0,0,386,0,0,0,0,0,0,0,90,3.1,10,10,1.0,90,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1981,2,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.6,90,101600,3,221,386,1,0,1,0,0,0,0,130,3.1,10,10,0.6,90,9,999999999,229,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,101700,190,1394,386,57,26,53,6200,1900,5900,1250,120,3.1,10,10,0.4,60,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101600,478,1394,374,206,155,153,22300,14700,17300,3490,140,3.6,9,8,1.0,120,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101700,728,1394,412,147,4,145,17300,300,17100,6420,160,3.6,10,10,4.8,340,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.7,71,101700,922,1394,394,494,353,262,53900,37900,28700,7000,170,4.6,9,8,8.0,610,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.6,60,101700,1046,1394,423,332,6,328,38500,600,38100,14110,180,4.1,10,10,12.9,1010,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101500,1093,1394,425,348,9,341,40400,800,39800,14800,160,6.7,10,10,16.1,1070,9,999999999,229,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.1,60,101400,1058,1394,426,279,11,271,32900,1000,32200,12410,130,4.6,10,10,19.3,910,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.1,60,101400,945,1394,406,279,85,221,31100,9000,25000,6500,120,6.7,8,8,19.3,1220,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,16.1,64,101400,760,1394,393,405,391,192,42800,39600,21200,4260,130,7.2,9,7,19.3,1220,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,101400,517,1394,383,252,287,146,26900,27800,16500,3020,120,7.2,7,5,19.3,7620,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.1,73,101400,234,1394,382,72,90,57,7900,6500,6800,1210,120,5.7,9,7,16.1,7620,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101500,12,407,376,11,7,10,0,0,0,0,130,4.6,9,7,16.1,7620,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101600,0,0,395,0,0,0,0,0,0,0,110,4.6,10,10,8.0,520,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101600,0,0,392,0,0,0,0,0,0,0,110,3.6,10,10,6.4,400,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101600,0,0,395,0,0,0,0,0,0,0,120,3.1,10,10,4.8,180,9,999999999,240,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101600,0,0,396,0,0,0,0,0,0,0,140,2.6,10,10,3.2,210,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101500,0,0,396,0,0,0,0,0,0,0,130,3.6,10,10,3.2,180,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101500,0,0,399,0,0,0,0,0,0,0,120,3.6,10,10,3.2,180,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101400,0,0,396,0,0,0,0,0,0,0,140,3.1,10,10,8.0,210,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101400,0,0,399,0,0,0,0,0,0,0,180,2.6,10,10,9.7,210,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101400,0,0,399,0,0,0,0,0,0,0,150,2.6,10,10,9.7,240,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101400,0,0,399,0,0,0,0,0,0,0,160,3.6,10,10,11.3,240,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101400,0,0,399,0,0,0,0,0,0,0,150,3.1,10,10,11.3,400,9,999999999,250,0.0360,0,88,999.000,999.0,99.0
+1981,2,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,16.7,84,101400,4,244,399,1,0,1,0,0,0,0,180,6.2,10,10,6.4,270,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,101400,196,1394,402,37,5,36,4200,0,4200,1300,160,4.1,10,10,6.4,240,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.7,76,101500,484,1394,408,150,6,147,16600,400,16500,5200,170,5.7,10,10,9.7,310,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.7,71,101500,734,1394,394,266,132,197,29400,13700,22100,5000,180,6.7,8,8,11.3,7620,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,16.1,64,101500,928,1394,408,327,88,269,36100,8900,30100,9380,180,6.2,9,9,24.1,760,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.6,60,101400,1052,1394,411,363,63,316,40100,6400,35200,12060,190,6.2,9,9,24.1,760,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.6,60,101300,1098,1394,423,258,12,249,30800,1000,30000,11800,190,4.1,10,10,24.1,850,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.6,54,101200,1063,1394,420,305,89,237,34300,9500,27000,7920,190,5.7,9,9,24.1,1010,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101200,949,1394,425,230,3,228,27000,300,26800,10370,170,4.1,10,10,24.1,1010,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.6,56,101100,764,1394,429,249,11,243,28200,1000,27700,9560,190,5.2,10,10,24.1,1010,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.6,54,101100,521,1394,400,309,519,116,32900,49000,14500,2220,180,3.6,8,6,19.3,7620,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.6,60,101100,237,1394,411,70,18,67,7700,1400,7400,1610,220,3.6,10,9,19.3,1160,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.6,64,101100,13,430,416,12,2,11,0,0,0,0,180,4.1,10,10,16.1,3660,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,16.1,71,101200,0,0,411,0,0,0,0,0,0,0,170,4.6,10,10,16.1,3660,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,16.1,73,101200,0,0,388,0,0,0,0,0,0,0,180,3.6,10,8,16.1,3660,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,16.2,78,101200,0,0,405,0,0,0,0,0,0,0,180,3.7,10,10,16.1,3660,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.2,16.3,81,101200,0,0,403,0,0,0,0,0,0,0,200,3.7,10,10,16.1,3660,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1981,2,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.7,16.4,81,101200,0,0,400,0,0,0,0,0,0,0,210,3.8,10,10,12.9,3660,9,999999999,240,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.2,16.4,93,101600,0,0,372,0,0,0,0,0,0,0,80,3.9,8,7,12.9,7620,9,999999999,229,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.7,16.5,93,101600,0,0,395,0,0,0,0,0,0,0,160,4.0,10,10,11.3,180,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.6,93,101600,0,0,393,0,0,0,0,0,0,0,140,4.0,10,10,8.0,120,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101600,0,0,390,0,0,0,0,0,0,0,130,4.1,10,10,8.0,180,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101600,0,0,390,0,0,0,0,0,0,0,130,4.1,10,10,4.8,120,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101600,0,0,387,0,0,0,0,0,0,0,120,4.1,10,10,0.8,60,9,999999999,250,0.0430,0,88,999.000,999.0,99.0
+1988,3,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,17.2,100,101600,5,267,369,2,2,2,0,0,0,0,110,5.2,8,8,1.0,77777,9,999999999,259,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,101600,203,1392,391,36,5,36,4200,0,4200,1310,110,3.6,10,10,1.2,90,9,999999999,259,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,101700,491,1392,394,150,5,149,16800,400,16700,5300,130,4.6,10,10,2.0,90,9,999999999,259,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,101700,741,1392,403,184,11,178,21300,900,20800,7580,120,4.1,10,10,6.4,210,9,999999999,259,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,17.2,79,101700,934,1392,409,250,9,244,29100,800,28600,10820,150,6.2,10,10,11.3,340,9,999999999,259,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101700,1058,1392,391,562,322,317,61300,34800,34700,10160,150,5.2,9,7,11.3,490,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,101600,1104,1392,413,294,8,287,34600,700,34100,13180,140,6.7,10,10,12.9,1010,9,999999999,229,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101400,1069,1392,391,528,305,294,58100,33100,32600,9470,140,7.2,9,7,12.9,3660,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,69,101400,955,1392,394,480,331,252,52500,35700,28000,6900,150,6.7,10,8,12.9,1160,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.7,76,101300,770,1392,389,352,266,204,38100,28000,22500,4730,120,7.7,9,8,12.9,2290,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,101300,526,1392,377,211,185,141,23100,18000,16300,3270,140,7.2,7,7,12.9,2290,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.7,87,101300,242,1392,396,34,2,33,3900,0,3900,1290,120,6.2,10,10,8.0,270,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.7,93,101200,15,452,390,7,0,7,0,0,0,0,140,6.2,10,10,4.0,180,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101200,0,0,390,0,0,0,0,0,0,0,120,6.2,10,10,4.0,150,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101200,0,0,390,0,0,0,0,0,0,0,120,6.2,10,10,4.0,150,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101200,0,0,390,0,0,0,0,0,0,0,140,6.2,10,10,9.7,210,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101200,0,0,393,0,0,0,0,0,0,0,140,5.2,10,10,11.3,270,9,999999999,250,0.0890,0,88,999.000,999.0,99.0
+1988,3,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101200,0,0,392,0,0,0,0,0,0,0,150,6.2,10,10,11.3,370,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101100,0,0,392,0,0,0,0,0,0,0,150,3.6,10,10,11.3,400,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101000,0,0,392,0,0,0,0,0,0,0,130,5.2,10,10,11.3,400,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,100900,0,0,392,0,0,0,0,0,0,0,130,4.1,10,10,11.3,400,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,100900,0,0,379,0,0,0,0,0,0,0,140,4.1,9,9,11.3,400,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,100800,0,0,390,0,0,0,0,0,0,0,130,4.6,10,10,11.3,400,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,100800,0,0,392,0,0,0,0,0,0,0,160,6.2,10,10,11.3,430,9,999999999,240,0.0890,0,88,999.000,999.0,99.0
+1988,3,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,100700,6,290,392,2,0,2,0,0,0,0,130,6.2,10,10,11.3,520,9,999999999,240,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.7,87,100800,209,1392,396,45,5,44,5100,100,5000,1540,150,5.7,10,10,11.3,370,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,100800,497,1392,397,125,3,124,14200,200,14100,4730,140,5.7,10,10,11.3,340,9,999999999,259,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,100800,747,1392,397,135,1,135,16000,100,16000,6130,140,7.7,10,10,8.0,340,9,999999999,259,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,100700,940,1392,397,184,3,182,22000,200,21800,8650,140,7.2,10,10,6.4,310,9,999999999,259,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,100700,1064,1392,398,205,5,201,24700,400,24400,9840,150,7.7,10,10,8.0,210,9,999999999,259,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,100500,1109,1392,398,227,2,225,27300,200,27100,10930,150,8.2,10,10,4.8,210,9,999999999,259,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,100400,1074,1392,401,216,1,215,25900,100,25900,10430,180,5.2,10,10,6.4,240,9,999999999,270,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,18.3,97,100200,959,1392,398,189,1,188,22500,100,22500,8960,160,6.2,10,10,9.7,1370,9,999999999,270,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,100100,774,1392,394,277,1,276,31100,100,31000,10410,120,5.2,10,10,11.3,150,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,100200,530,1392,387,176,1,176,19600,100,19600,6150,160,4.1,10,10,11.3,150,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.7,93,100200,246,1392,390,38,0,38,4400,0,4400,1450,210,3.1,10,10,9.7,270,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.7,93,100100,16,475,371,6,6,5,0,0,0,0,170,3.1,8,8,12.9,310,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,100200,0,0,355,0,0,0,0,0,0,0,170,3.6,5,5,11.3,77777,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,100300,0,0,353,0,0,0,0,0,0,0,170,4.6,4,4,4.8,77777,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,100400,0,0,342,0,0,0,0,0,0,0,180,4.1,1,1,12.9,77777,9,999999999,250,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,100400,0,0,329,0,0,0,0,0,0,0,160,3.1,0,0,12.9,77777,9,999999999,229,0.0710,0,88,999.000,999.0,99.0
+1988,3,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,100300,0,0,326,0,0,0,0,0,0,0,180,3.6,0,0,12.9,77777,9,999999999,229,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,100300,0,0,377,0,0,0,0,0,0,0,140,3.6,10,10,8.0,150,9,999999999,229,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100300,0,0,384,0,0,0,0,0,0,0,180,4.6,10,10,4.8,90,9,999999999,240,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100500,0,0,384,0,0,0,0,0,0,0,290,4.1,10,10,8.0,90,9,999999999,240,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,100400,0,0,380,0,0,0,0,0,0,0,340,2.1,10,10,12.9,760,9,999999999,229,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,100500,0,0,383,0,0,0,0,0,0,0,310,3.1,10,10,12.9,850,9,999999999,229,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,14.4,100,100500,0,0,370,0,0,0,0,0,0,0,320,6.2,10,10,6.4,90,9,999999999,220,0.0710,0,88,999.000,999.0,99.0
+1988,3,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.0,93,100600,7,313,348,0,0,0,0,0,0,0,340,6.2,10,10,9.7,370,9,999999999,170,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,9.4,90,100700,215,1391,347,48,2,48,5400,0,5400,1660,360,6.2,10,10,24.1,240,9,999999999,160,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,6.7,80,100900,503,1391,339,100,3,98,11500,200,11400,4000,350,5.2,10,10,24.1,430,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,6.7,74,100900,752,1391,344,203,11,197,23300,900,22900,8230,330,6.2,10,10,24.1,850,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.1,67,100900,945,1391,349,291,0,291,33500,0,33500,12320,340,7.2,10,10,24.1,1010,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,6.7,62,101000,1069,1391,358,347,5,343,40200,500,39800,14720,340,4.6,10,10,24.1,1160,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,5.6,60,100900,1114,1391,354,385,2,383,44400,200,44300,16120,330,6.2,10,10,24.1,1010,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,5.6,56,100800,1078,1391,359,351,0,351,40600,0,40600,15010,330,6.7,10,10,24.1,1010,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.1,58,100700,964,1391,360,313,3,311,36000,300,35800,13020,340,5.7,10,10,24.1,1010,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.1,58,100700,778,1391,360,270,0,270,30400,0,30400,10320,340,3.1,10,10,24.1,1010,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,6.7,58,100800,534,1391,353,102,30,91,11300,2800,10200,2760,340,3.6,10,9,24.1,1220,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,7.2,58,100800,250,1391,337,90,195,55,9600,13800,7100,1010,330,4.1,7,5,24.1,7620,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,6.7,64,100900,17,475,326,10,5,10,0,0,0,0,320,4.1,6,5,24.1,7620,9,999999999,139,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,6.1,64,101000,0,0,315,0,0,0,0,0,0,0,330,5.7,5,2,24.1,77777,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.0,71,101200,0,0,302,0,0,0,0,0,0,0,340,8.2,2,2,24.1,77777,9,999999999,129,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.9,74,101300,0,0,301,0,0,0,0,0,0,0,350,4.6,8,5,24.1,7620,9,999999999,120,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.8,71,101300,0,0,295,0,0,0,0,0,0,0,350,6.2,8,4,24.1,77777,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1988,3,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,101300,0,0,298,0,0,0,0,0,0,0,340,5.2,7,6,19.3,7620,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.2,74,101400,0,0,288,0,0,0,0,0,0,0,320,4.6,7,3,19.3,77777,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,2.2,76,101400,0,0,285,0,0,0,0,0,0,0,350,2.6,8,3,24.1,77777,9,999999999,110,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,101400,0,0,283,0,0,0,0,0,0,0,340,4.6,8,3,24.1,77777,9,999999999,100,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,101400,0,0,287,0,0,0,0,0,0,0,330,5.2,8,5,24.1,7620,9,999999999,100,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,101400,0,0,285,0,0,0,0,0,0,0,330,3.6,7,4,24.1,7620,9,999999999,100,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,101500,0,0,285,0,0,0,0,0,0,0,350,4.1,7,4,24.1,7620,9,999999999,100,0.1020,0,88,999.000,999.0,99.0
+1988,3,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,1.7,76,101600,9,359,293,3,0,3,0,0,0,0,350,3.1,10,7,16.1,2440,9,999999999,100,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.7,74,101700,220,1390,306,63,23,60,7000,1700,6700,1450,350,4.6,10,9,16.1,2290,9,999999999,100,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,2.2,74,101700,508,1390,303,165,153,109,17900,14800,12500,2130,360,5.2,10,8,16.1,7620,9,999999999,110,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,2.8,64,101700,758,1390,304,376,374,173,40300,38000,19500,3800,340,3.6,9,5,19.3,7620,9,999999999,110,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,2.8,57,101700,951,1390,323,384,218,235,42300,23500,26200,6350,330,5.2,9,8,19.3,7620,9,999999999,110,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,3.3,55,101600,1074,1390,336,607,392,305,64500,40800,32900,10290,330,3.1,10,9,19.3,3050,9,999999999,110,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,4.4,50,101600,1119,1390,360,300,16,288,35600,1400,34500,13280,40,3.1,10,10,19.3,3050,9,999999999,120,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,4.4,51,101500,1083,1390,348,472,147,357,51800,15600,39600,12310,360,4.6,10,9,19.3,2440,9,999999999,120,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,4.4,48,101400,968,1390,346,405,263,221,44800,28400,25000,6030,250,3.1,10,8,19.3,7620,9,999999999,120,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,5.0,46,101400,782,1390,360,268,64,232,29500,6400,25900,7350,340,3.1,10,9,19.3,7620,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,5.0,48,101400,538,1390,349,180,69,153,19700,6600,17200,4280,20,3.1,10,8,19.3,7620,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,7.2,62,101400,253,1390,338,60,14,57,6500,1100,6300,1450,20,3.1,10,7,19.3,7620,9,999999999,139,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,7.8,75,101500,18,498,325,14,1,14,0,0,0,0,30,2.6,10,6,19.3,7620,9,999999999,150,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.8,80,101600,0,0,324,0,0,0,0,0,0,0,360,1.5,10,7,24.1,7620,9,999999999,150,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,7.2,80,101600,0,0,321,0,0,0,0,0,0,0,50,2.1,10,7,19.3,7620,9,999999999,139,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.2,77,101700,0,0,328,0,0,0,0,0,0,0,50,2.1,10,8,19.3,3050,9,999999999,139,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,101700,0,0,331,0,0,0,0,0,0,0,330,1.5,10,9,19.3,2290,9,999999999,150,0.1090,0,88,999.000,999.0,99.0
+1988,3,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101700,0,0,326,0,0,0,0,0,0,0,10,1.5,10,9,19.3,3050,9,999999999,150,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101700,0,0,310,0,0,0,0,0,0,0,0,0.0,10,7,19.3,3050,9,999999999,139,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101700,0,0,301,0,0,0,0,0,0,0,0,0.0,10,4,19.3,77777,9,999999999,139,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.1,89,101700,0,0,296,0,0,0,0,0,0,0,0,0.0,8,3,19.3,77777,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.6,86,101600,0,0,296,0,0,0,0,0,0,0,50,2.1,6,3,19.3,77777,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101700,0,0,298,0,0,0,0,0,0,0,0,0.0,8,5,19.3,3050,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.6,89,101700,0,0,290,0,0,0,0,0,0,0,0,0.0,4,2,19.3,77777,9,999999999,129,0.1090,0,88,999.000,999.0,99.0
+1988,3,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.6,93,101700,10,382,288,9,25,5,0,0,0,0,70,2.1,3,2,12.9,77777,9,999999999,129,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.2,89,101800,226,1389,299,111,450,39,11600,31700,6400,710,80,3.1,2,2,12.9,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.3,77,101800,514,1389,314,334,746,59,35300,70100,9200,1240,100,4.1,2,2,16.1,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,7.2,58,101800,764,1389,329,438,569,126,46300,56800,15000,2830,100,3.6,2,2,16.1,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,6.7,48,101800,956,1389,334,673,888,62,71000,88700,9700,1870,100,3.6,1,1,19.3,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.7,45,101800,1079,1389,332,697,800,75,73000,80200,10500,2490,50,3.1,0,0,19.3,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,7.8,44,101700,1124,1389,341,870,978,78,91000,98100,11400,2780,130,3.1,0,0,16.1,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.2,40,101600,1088,1389,346,841,974,77,87900,97600,11300,2570,170,2.6,0,0,12.9,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,7.2,38,101500,972,1389,348,742,958,71,77900,95700,10700,2070,110,3.6,0,0,11.3,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,6.7,36,101500,786,1389,350,573,904,61,60300,89200,9700,1590,170,4.1,0,0,9.7,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,6.7,36,101500,542,1389,350,364,814,46,38500,76900,8400,1160,170,3.6,0,0,9.7,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,9.4,47,101500,257,1389,357,130,483,40,13400,36100,6700,740,130,5.7,2,2,8.0,77777,9,999999999,160,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.6,61,101500,19,521,334,19,82,9,0,0,0,0,140,4.1,0,0,12.9,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,11.1,70,101600,0,0,327,0,0,0,0,0,0,0,130,3.1,0,0,12.9,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.1,75,101600,0,0,322,0,0,0,0,0,0,0,160,3.6,0,0,11.3,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,101700,0,0,312,0,0,0,0,0,0,0,200,2.1,0,0,11.3,77777,9,999999999,170,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101700,0,0,307,0,0,0,0,0,0,0,200,2.6,0,0,11.3,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101700,0,0,307,0,0,0,0,0,0,0,210,2.1,0,0,11.3,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101700,0,0,305,0,0,0,0,0,0,0,300,2.6,0,0,8.0,77777,9,999999999,179,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,10.0,96,101700,0,0,299,0,0,0,0,0,0,0,320,1.5,0,0,8.0,77777,9,999999999,170,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,8.9,96,101700,0,0,293,0,0,0,0,0,0,0,330,2.1,0,0,8.0,77777,9,999999999,160,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101600,0,0,299,0,0,0,0,0,0,0,330,3.6,0,0,11.3,77777,9,999999999,160,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,8.3,93,101700,0,0,293,0,0,0,0,0,0,0,330,2.6,0,0,12.9,77777,9,999999999,150,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.2,89,101700,0,0,290,0,0,0,0,0,0,0,340,2.6,0,0,12.9,77777,9,999999999,139,0.0430,0,88,999.000,999.0,99.0
+1988,3,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,6.7,93,101800,11,405,285,14,58,6,0,0,0,0,320,2.6,1,0,12.9,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,7.2,83,101800,232,1389,294,121,579,26,13000,44900,5500,610,330,3.6,0,0,11.3,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,7.2,67,101900,520,1389,308,345,808,44,36700,75900,8200,1110,10,4.1,1,0,12.9,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,6.1,50,101800,769,1389,328,512,819,59,54100,80700,9300,1550,350,3.1,2,1,16.1,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,6.1,42,101800,962,1389,345,649,723,149,69500,73700,18200,4170,10,3.1,5,2,19.3,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,5.0,36,101800,1085,1389,349,766,832,116,79200,83100,14100,3170,50,3.1,5,2,19.3,77777,9,999999999,129,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,4.4,30,101700,1129,1389,359,803,862,102,83400,86300,12900,3310,360,3.1,3,2,19.3,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,2.2,26,101600,1092,1389,356,686,718,121,73800,72900,16300,4090,280,2.1,2,2,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,2.8,25,101500,977,1389,358,666,852,66,70000,85100,9900,1990,290,3.1,1,1,19.3,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,2.2,24,101400,790,1389,359,555,894,45,58900,88400,8500,1330,330,3.1,1,1,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,1.7,23,101400,545,1389,352,346,770,43,36700,72900,8000,1120,330,2.1,0,0,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,4.4,29,101400,260,1389,350,144,624,28,15400,50000,6000,670,350,2.6,0,0,24.1,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,5.6,45,101400,21,521,326,21,94,9,0,0,0,0,50,2.6,0,0,16.1,77777,9,999999999,129,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,5.6,45,101400,0,0,326,0,0,0,0,0,0,0,120,3.1,0,0,16.1,77777,9,999999999,129,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,8.9,60,101500,0,0,325,0,0,0,0,0,0,0,180,2.6,0,0,16.1,77777,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,10.6,72,101500,0,0,322,0,0,0,0,0,0,0,190,2.6,0,0,16.1,77777,9,999999999,170,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,9.4,83,101500,0,0,306,0,0,0,0,0,0,0,70,2.1,0,0,12.9,77777,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,9.4,86,101500,0,0,303,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101400,0,0,298,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101400,0,0,307,0,0,0,0,0,0,0,180,2.6,0,0,9.7,77777,9,999999999,170,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101400,0,0,310,0,0,0,0,0,0,0,170,3.1,0,0,9.7,77777,9,999999999,189,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,101400,0,0,308,0,0,0,0,0,0,0,80,2.1,0,0,8.0,77777,9,999999999,189,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,8.9,96,101300,0,0,293,0,0,0,0,0,0,0,0,0.0,0,0,6.4,77777,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,8.3,96,101400,0,0,296,0,0,0,0,0,0,0,80,2.6,1,1,3.2,77777,9,999999999,150,0.0370,0,88,999.000,999.0,99.0
+1988,3,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,10.0,100,101400,13,428,321,8,5,7,0,0,0,0,80,2.6,7,7,0.0,77777,9,999999999,170,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,10.6,100,101500,238,1388,346,45,2,44,5100,0,5100,1620,80,3.1,10,10,0.1,0,9,999999999,170,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,12.2,100,101500,526,1388,356,158,4,157,17800,300,17600,5720,110,4.1,10,10,0.1,0,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,14.4,100,101500,775,1388,370,172,5,169,20100,400,19900,7470,120,4.1,10,10,1.6,90,9,999999999,220,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.6,90,101500,967,1388,375,407,199,269,45200,21100,30400,8120,140,3.6,10,9,3.2,180,9,999999999,229,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.0,68,101500,1090,1388,395,304,67,252,33700,6800,28400,10380,140,6.2,10,9,19.3,7620,9,999999999,229,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.3,57,101400,1134,1388,399,370,104,286,41500,11100,32400,10670,170,6.2,10,9,19.3,7620,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,12.8,55,101300,1097,1388,409,263,9,256,31300,800,30700,12070,140,6.2,10,10,24.1,7620,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,13.9,61,101200,981,1388,408,299,28,279,33000,2900,30900,10180,140,7.2,10,10,19.3,7620,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101200,794,1388,405,189,2,188,22000,200,21900,8200,120,6.2,10,10,19.3,6100,9,999999999,240,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101200,549,1388,401,136,1,135,15400,100,15400,5300,120,6.2,10,10,16.1,5490,9,999999999,240,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,16.7,84,101200,264,1388,388,87,104,68,9600,8000,8100,1460,120,5.7,10,9,12.9,1220,9,999999999,250,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.7,87,101200,22,544,396,11,0,11,1300,0,1300,390,140,5.2,10,10,12.9,310,9,999999999,250,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101200,0,0,397,0,0,0,0,0,0,0,120,5.2,10,10,12.9,310,9,999999999,259,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101200,0,0,386,0,0,0,0,0,0,0,150,6.2,10,9,11.3,310,9,999999999,259,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101300,0,0,397,0,0,0,0,0,0,0,130,5.7,10,10,11.3,310,9,999999999,259,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101200,0,0,398,0,0,0,0,0,0,0,120,6.2,10,10,11.3,310,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1988,3,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,101200,0,0,400,0,0,0,0,0,0,0,130,5.2,10,10,12.9,400,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101200,0,0,401,0,0,0,0,0,0,0,130,4.1,10,10,8.0,310,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101100,0,0,401,0,0,0,0,0,0,0,160,4.1,10,10,6.4,310,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.9,97,101000,0,0,402,0,0,0,0,0,0,0,150,6.2,10,10,12.9,340,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101000,0,0,405,0,0,0,0,0,0,0,170,5.2,10,10,12.9,370,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101000,0,0,405,0,0,0,0,0,0,0,160,3.1,10,10,12.9,370,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101000,0,0,405,0,0,0,0,0,0,0,180,5.2,10,10,12.9,310,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1988,3,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.9,93,101000,15,451,405,6,0,6,0,0,0,0,180,4.1,10,10,11.3,270,9,999999999,279,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,101000,244,1387,408,59,2,59,6600,100,6600,2020,180,4.1,10,10,11.3,240,9,999999999,279,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101100,532,1387,412,143,3,142,16200,200,16100,5400,190,4.6,10,10,11.3,270,9,999999999,290,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,101000,781,1387,397,343,187,238,37600,19500,26600,6220,180,5.2,9,8,16.1,430,9,999999999,279,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101000,973,1387,420,370,59,329,40800,6000,36500,11560,190,4.6,10,10,16.1,430,9,999999999,270,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101000,1095,1387,406,640,449,286,68600,46800,31500,10050,170,5.7,9,8,16.1,640,9,999999999,279,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,15.0,73,101000,1139,1387,400,305,3,303,36100,300,35900,13870,300,7.7,10,10,19.3,850,9,999999999,229,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.6,84,100900,1101,1387,367,708,570,256,76800,59500,29400,9050,10,6.2,8,7,16.1,240,9,999999999,229,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,15.6,73,100900,985,1387,371,607,566,205,63600,57000,23000,5730,10,5.2,5,5,19.3,77777,9,999999999,229,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,14.4,66,100900,798,1387,405,227,7,223,26100,600,25700,9300,20,4.6,10,10,19.3,1070,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,14.4,66,100900,553,1387,405,150,11,146,17000,800,16700,5620,50,4.1,10,10,16.1,1070,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.9,68,101000,267,1387,399,72,7,71,8000,200,8000,2380,30,3.1,10,10,16.1,1070,9,999999999,209,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,12.2,65,101000,23,566,390,10,0,10,1200,0,1200,360,350,5.7,10,10,12.9,850,9,999999999,189,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,11.7,65,101000,0,0,387,0,0,0,0,0,0,0,350,3.6,10,10,24.1,1070,9,999999999,179,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,10.0,63,101200,0,0,379,0,0,0,0,0,0,0,340,5.2,10,10,24.1,1220,9,999999999,170,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,8.9,63,101200,0,0,348,0,0,0,0,0,0,0,330,5.2,7,7,24.1,1830,9,999999999,160,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,7.2,58,101200,0,0,344,0,0,0,0,0,0,0,350,4.6,7,7,24.1,2440,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,6.1,56,101100,0,0,330,0,0,0,0,0,0,0,350,4.1,4,4,24.1,77777,9,999999999,139,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,5.6,54,101200,0,0,345,0,0,0,0,0,0,0,350,5.2,8,8,24.1,1220,9,999999999,129,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,5.0,53,101200,0,0,348,0,0,0,0,0,0,0,330,5.7,9,9,24.1,1220,9,999999999,129,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,3.9,51,101200,0,0,345,0,0,0,0,0,0,0,340,5.2,9,9,24.1,1220,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,2.8,49,101200,0,0,340,0,0,0,0,0,0,0,330,4.1,9,9,24.1,1220,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,1.7,47,101200,0,0,330,0,0,0,0,0,0,0,350,3.1,8,8,24.1,1370,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,3.9,57,101300,0,0,329,0,0,0,0,0,0,0,300,3.6,8,8,24.1,1220,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1988,3,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,1.7,49,101400,17,474,327,14,32,10,0,0,0,0,320,3.6,8,8,24.1,1520,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,2.8,55,101400,250,1386,333,59,8,58,6700,200,6600,2020,310,3.1,9,9,24.1,2290,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,101300,538,1386,318,338,652,86,35500,61600,11500,1700,360,3.6,3,2,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,101300,786,1386,327,552,885,51,58600,87400,8900,1440,330,5.2,3,2,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,-3.3,23,101300,978,1386,329,488,495,139,52600,50700,16700,4020,300,6.2,3,2,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-3.3,21,101200,1100,1386,334,781,867,93,81300,86800,12200,2960,300,8.2,4,2,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,-2.2,22,101100,1143,1386,338,811,865,97,84300,86700,12500,3340,290,8.8,4,2,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-3.3,20,101000,1106,1386,328,876,1007,71,91800,101000,10900,2520,290,8.2,0,0,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,-2.2,21,100900,989,1386,332,765,979,66,80400,97900,10400,2020,290,7.7,0,0,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-5.0,18,100900,802,1386,326,604,944,57,63700,93300,9600,1560,310,8.8,0,0,24.1,77777,9,999999999,69,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-5.6,17,100900,556,1386,326,389,861,43,41300,81800,8300,1130,300,7.7,0,0,24.1,77777,9,999999999,69,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-5.0,19,100900,271,1386,321,156,658,28,16600,53300,6200,680,300,6.2,0,0,24.1,77777,9,999999999,69,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-1.7,31,100900,24,566,308,24,112,10,1600,4600,1400,190,280,3.1,0,0,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,0.6,44,100900,0,0,299,0,0,0,0,0,0,0,290,2.6,0,0,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,1.7,55,100900,0,0,291,0,0,0,0,0,0,0,320,2.1,0,0,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,1.7,53,101000,0,0,293,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,2.8,64,101000,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.9,74,101000,0,0,284,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,120,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,101000,0,0,277,0,0,0,0,0,0,0,350,2.1,0,0,24.1,77777,9,999999999,120,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,100900,0,0,277,0,0,0,0,0,0,0,40,1.5,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.2,79,100900,0,0,271,0,0,0,0,0,0,0,310,1.5,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.2,79,100900,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,2.8,86,100900,0,0,270,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.2,86,100900,0,0,267,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,2.8,89,100900,19,497,267,16,66,8,0,0,0,0,60,2.1,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,4.4,74,100900,256,1386,287,135,573,31,14200,44700,5900,640,90,2.1,0,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,7.2,58,101000,543,1386,318,363,802,50,38500,75800,8700,1200,220,3.1,0,0,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,4.4,40,101000,792,1386,327,582,906,65,61300,89400,10100,1650,200,3.1,0,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,3.9,31,100900,984,1386,342,754,955,76,79000,95400,11100,2190,180,3.1,0,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,2.8,26,100900,1105,1386,348,866,983,83,90600,98500,11800,2800,230,4.1,0,0,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,3.3,25,100700,1148,1386,357,902,985,85,94100,98800,11900,3110,200,5.7,0,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,3.9,24,100600,1110,1386,363,868,979,83,90600,98200,11700,2830,190,5.2,0,0,24.1,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,5.0,26,100500,993,1386,364,761,955,77,79700,95400,11200,2230,190,6.2,0,0,24.1,77777,9,999999999,129,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,13.3,48,100500,805,1386,369,586,893,66,61500,88200,10100,1680,110,6.7,0,0,24.1,77777,9,999999999,200,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,9.4,37,100500,560,1386,364,379,810,51,40000,76900,8800,1230,170,6.2,0,0,24.1,77777,9,999999999,160,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,7.2,34,100500,274,1386,356,150,596,33,15700,47500,6300,680,170,5.2,0,0,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.9,46,100600,26,589,345,23,90,12,1800,3000,1600,210,170,4.1,0,0,24.1,77777,9,999999999,160,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,10.6,57,100600,0,0,339,0,0,0,0,0,0,0,160,4.6,0,0,24.1,77777,9,999999999,170,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.8,70,100700,0,0,336,0,0,0,0,0,0,0,160,4.1,0,0,19.3,77777,9,999999999,200,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,100700,0,0,333,0,0,0,0,0,0,0,160,4.6,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,100700,0,0,331,0,0,0,0,0,0,0,140,4.1,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,100600,0,0,331,0,0,0,0,0,0,0,160,4.6,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,100600,0,0,331,0,0,0,0,0,0,0,160,4.1,0,0,16.1,77777,9,999999999,229,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,100600,0,0,331,0,0,0,0,0,0,0,150,4.1,0,0,16.1,77777,9,999999999,229,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,100600,0,0,329,0,0,0,0,0,0,0,170,4.1,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,100500,0,0,329,0,0,0,0,0,0,0,50,3.6,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,100500,0,0,328,0,0,0,0,0,0,0,170,4.6,0,0,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,100500,0,0,327,0,0,0,0,0,0,0,180,4.6,0,0,16.1,77777,9,999999999,209,0.0500,0,88,999.000,999.0,99.0
+1988,3,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,13.9,87,100500,21,542,327,17,58,10,0,0,0,0,150,4.1,0,0,19.3,77777,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.9,78,100500,262,1385,335,134,537,35,14000,41900,6100,690,170,6.2,0,0,19.3,77777,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,14.4,73,100600,549,1385,350,342,718,58,36500,68600,9200,1270,160,6.2,1,1,19.3,77777,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.9,59,100700,798,1385,371,541,728,123,57600,73200,15300,2870,170,8.8,4,3,24.1,77777,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.9,56,100600,989,1385,373,675,772,124,71500,77700,15900,3430,170,6.7,3,2,24.1,77777,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,13.9,54,100600,1110,1385,380,739,726,157,77600,73000,18900,5210,180,9.3,4,3,24.1,77777,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,13.9,52,100500,1153,1385,392,498,302,246,54500,31600,28100,9850,170,7.2,7,6,24.1,1010,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,13.9,52,100400,1114,1385,396,437,279,212,48300,29200,24700,7670,160,7.7,7,7,24.1,1010,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,14.4,54,100300,997,1385,403,305,97,235,34100,10400,26600,7320,160,9.3,8,8,24.1,1010,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.0,62,100300,809,1385,416,250,68,210,27500,6800,23500,6950,150,8.8,10,10,24.1,880,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,100300,563,1385,413,120,5,118,13900,300,13700,4860,160,6.7,10,10,19.3,760,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.1,71,100300,277,1385,411,36,3,35,4200,100,4200,1400,150,7.7,10,10,19.3,700,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.1,73,100300,27,612,407,10,1,10,1200,0,1200,370,160,6.2,10,10,16.1,700,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100300,0,0,406,0,0,0,0,0,0,0,160,6.2,10,10,12.9,1220,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,100300,0,0,403,0,0,0,0,0,0,0,160,5.7,10,10,12.9,400,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,100300,0,0,407,0,0,0,0,0,0,0,170,7.2,10,10,11.3,370,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,100300,0,0,404,0,0,0,0,0,0,0,180,7.2,10,10,11.3,370,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,100200,0,0,407,0,0,0,0,0,0,0,160,6.2,10,10,12.9,370,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,100200,0,0,404,0,0,0,0,0,0,0,180,7.7,10,10,12.9,370,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100300,0,0,406,0,0,0,0,0,0,0,180,6.2,10,10,12.9,430,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,100400,0,0,403,0,0,0,0,0,0,0,260,4.1,10,10,12.9,430,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,100400,0,0,404,0,0,0,0,0,0,0,250,3.6,10,10,12.9,1220,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100400,0,0,397,0,0,0,0,0,0,0,210,2.6,10,10,16.1,1160,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,100400,0,0,367,0,0,0,0,0,0,0,180,4.1,5,5,16.1,77777,9,999999999,250,0.0610,0,88,999.000,999.0,99.0
+1988,3,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,100500,23,565,355,15,27,12,1500,1000,1400,250,360,2.1,5,5,12.9,77777,9,999999999,240,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,100500,268,1384,400,62,5,61,7000,200,6900,2150,0,0.0,10,10,12.9,460,9,999999999,259,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.2,81,100600,555,1384,395,181,66,154,19800,6400,17300,4380,350,4.1,9,9,12.9,370,9,999999999,259,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,10.0,48,100700,803,1384,383,482,460,215,50800,46900,23500,5000,20,5.2,10,8,12.9,1370,9,999999999,170,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,3.3,29,100700,994,1384,377,568,354,314,61600,38200,34100,9340,360,5.2,10,8,19.3,1370,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,3.3,26,100700,1115,1384,363,835,921,93,86900,92300,12400,3070,340,6.2,4,2,24.1,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,4.4,27,100700,1157,1384,370,638,527,198,68300,53900,23100,8050,10,6.2,5,2,19.3,77777,9,999999999,120,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,3.3,24,100700,1118,1384,378,782,738,185,83700,75500,22500,6860,330,6.2,9,4,19.3,77777,9,999999999,110,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,1.7,21,100600,1001,1384,376,732,824,135,76800,82700,16800,3710,320,6.2,7,4,24.1,7620,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,-1.1,18,100700,813,1384,375,454,418,208,48000,42700,22900,4850,310,5.7,8,6,24.1,7620,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,-2.8,17,100700,567,1384,365,279,333,143,30100,33200,16500,2950,340,5.7,9,6,24.1,7620,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,-6.1,15,100800,281,1384,355,117,201,77,12400,15200,9300,1480,350,6.2,9,6,24.1,7620,9,999999999,69,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-3.9,20,100900,28,611,341,21,38,16,1900,1100,1900,280,330,4.1,8,5,24.1,7620,9,999999999,69,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,-1.1,28,101000,0,0,332,0,0,0,0,0,0,0,340,4.6,7,3,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,0.6,34,101100,0,0,326,0,0,0,0,0,0,0,350,3.6,5,2,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,0.6,38,101200,0,0,318,0,0,0,0,0,0,0,350,4.1,2,2,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,0.0,39,101300,0,0,313,0,0,0,0,0,0,0,20,3.1,4,2,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,0.0,42,101300,0,0,311,0,0,0,0,0,0,0,360,2.1,3,3,24.1,77777,9,999999999,100,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,-0.6,42,101300,0,0,308,0,0,0,0,0,0,0,360,5.2,4,3,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,-1.1,43,101200,0,0,303,0,0,0,0,0,0,0,10,4.1,3,3,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,-1.1,46,101200,0,0,295,0,0,0,0,0,0,0,20,4.1,2,2,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,-1.7,46,101300,0,0,283,0,0,0,0,0,0,0,30,3.1,0,0,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-1.7,50,101400,0,0,278,0,0,0,0,0,0,0,10,4.1,0,0,24.1,77777,9,999999999,89,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-2.8,46,101500,0,0,277,0,0,0,0,0,0,0,350,4.6,0,0,24.1,77777,9,999999999,80,0.0350,0,88,999.000,999.0,99.0
+1988,3,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-2.8,48,101400,25,588,275,18,52,12,1600,1400,1500,200,30,7.2,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-2.8,44,101400,274,1383,280,141,516,40,14500,40700,6400,760,40,7.2,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-2.2,38,101500,561,1383,291,374,767,64,39600,73300,9800,1360,30,5.2,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-1.7,34,101500,809,1383,301,589,866,84,61600,85400,11500,1840,20,4.1,0,0,24.1,77777,9,999999999,89,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-2.2,30,101500,999,1383,308,763,923,97,79400,92100,12700,2520,20,4.6,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,-2.2,27,101400,1120,1383,315,877,953,105,90900,95400,13400,3320,40,4.1,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,-2.8,23,101200,1162,1383,321,914,960,107,94700,96200,13600,3730,20,4.1,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,-3.3,21,101100,1122,1383,326,884,958,105,91500,95900,13400,3340,350,3.1,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,-2.8,20,101100,1005,1383,331,775,931,97,80400,92900,12700,2550,360,2.6,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-1.7,23,101000,816,1383,330,603,876,84,62700,86500,11600,1860,0,0.0,0,0,24.1,77777,9,999999999,89,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,-2.2,22,101100,570,1383,330,386,777,65,40700,74500,9900,1390,320,5.2,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,-2.8,22,101100,284,1383,334,130,386,51,13400,29900,7300,930,360,3.1,3,2,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-1.7,29,101200,30,634,319,20,59,13,1700,2000,1600,220,340,3.6,2,1,24.1,77777,9,999999999,89,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,-1.7,32,101400,0,0,312,0,0,0,0,0,0,0,340,9.8,2,1,19.3,77777,9,999999999,89,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,-1.7,38,101600,0,0,294,0,0,0,0,0,0,0,360,6.2,0,0,19.3,77777,9,999999999,89,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,-3.9,36,101700,0,0,285,0,0,0,0,0,0,0,350,7.2,0,0,24.1,77777,9,999999999,80,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,-5.6,36,101900,0,0,277,0,0,0,0,0,0,0,350,6.2,0,0,24.1,77777,9,999999999,69,0.0790,0,88,999.000,999.0,99.0
+1988,3,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,-6.1,37,102000,0,0,272,0,0,0,0,0,0,0,360,4.6,0,0,24.1,77777,9,999999999,69,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-7.8,37,102000,0,0,272,0,0,0,0,0,0,0,350,4.1,2,2,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-9.4,33,102000,0,0,271,0,0,0,0,0,0,0,350,6.2,3,3,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,102000,0,0,268,0,0,0,0,0,0,0,350,7.2,2,2,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-7.8,43,101900,0,0,255,0,0,0,0,0,0,0,360,5.7,0,0,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.9,42,102000,0,0,259,0,0,0,0,0,0,0,350,5.2,2,2,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-10.0,40,102100,0,0,258,0,0,0,0,0,0,0,20,3.6,3,3,24.1,77777,9,999999999,60,0.0790,0,88,999.000,999.0,99.0
+1988,3,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-9.4,44,102300,28,611,259,13,25,10,1200,700,1200,160,350,3.6,5,4,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-8.3,39,102400,280,1383,270,138,393,60,14700,29700,8700,1080,20,4.1,5,4,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-9.4,33,102400,567,1383,274,316,430,140,33200,41500,16200,2770,50,3.1,5,4,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-10.0,26,102400,814,1383,282,524,658,137,55400,66100,16400,3220,10,6.2,4,3,24.1,77777,9,999999999,50,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-10.6,23,102300,1005,1383,288,708,762,155,76000,77900,19200,4660,350,6.2,3,3,24.1,77777,9,999999999,50,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-10.6,21,102200,1125,1383,292,755,715,173,81300,73400,21400,6560,340,4.6,3,3,24.1,77777,9,999999999,50,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,-10.0,20,102100,1166,1383,297,888,855,167,93300,86000,20600,6390,10,6.2,3,3,24.1,77777,9,999999999,50,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,-8.9,21,102000,1127,1383,300,817,820,149,86500,82700,18900,5260,350,7.2,2,2,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,-8.9,19,101800,1008,1383,295,774,917,104,80200,91500,13300,2630,350,5.2,0,0,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-9.4,19,101800,820,1383,293,609,874,90,63400,86300,12100,1900,350,8.2,0,0,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-9.4,19,101700,574,1383,293,389,767,70,40700,73400,10200,1460,340,6.2,0,0,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-9.4,21,101800,287,1383,288,154,526,44,16000,41300,7400,820,340,5.2,0,0,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-8.3,27,101800,31,657,284,21,54,14,1800,1600,1700,240,340,3.6,1,1,24.1,77777,9,999999999,60,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,-5.6,39,101800,0,0,272,0,0,0,0,0,0,0,320,3.1,0,0,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-3.3,53,101900,0,0,266,0,0,0,0,0,0,0,350,3.1,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-5.0,49,101900,0,0,267,0,0,0,0,0,0,0,40,3.1,1,1,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-6.1,43,101900,0,0,269,0,0,0,0,0,0,0,30,2.6,1,1,24.1,77777,9,999999999,69,0.0890,0,88,999.000,999.0,99.0
+1988,3,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-2.8,65,101900,0,0,258,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-2.2,76,101900,0,0,253,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.8,76,101900,0,0,250,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-3.3,73,101900,0,0,249,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.2,79,101900,0,0,250,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-2.8,82,101900,0,0,246,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.2,79,101900,0,0,250,0,0,0,0,0,0,0,40,1.5,0,0,24.1,77777,9,999999999,80,0.0890,0,88,999.000,999.0,99.0
+1988,3,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-3.3,70,101900,30,633,252,15,25,12,1500,1000,1400,250,0,0.0,0,0,24.1,77777,9,999999999,80,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-2.2,52,102000,286,1382,273,138,416,53,14300,32200,7600,960,100,4.1,0,0,24.1,77777,9,999999999,80,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-1.7,43,102100,573,1382,288,364,675,86,38600,64900,11600,1740,90,3.6,0,0,24.1,77777,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,-5.6,27,102100,820,1382,294,592,809,113,61800,80300,14100,2510,80,3.1,0,0,24.1,77777,9,999999999,69,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,-5.0,25,102100,1010,1382,302,766,871,130,81100,87700,16800,3690,50,3.6,0,0,24.1,77777,9,999999999,69,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-5.0,22,102000,1129,1382,309,874,897,141,93100,90700,18700,5090,180,4.6,0,0,24.1,77777,9,999999999,69,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,-4.4,22,101900,1171,1382,315,917,911,144,94000,91100,16700,4410,200,2.6,0,0,24.1,77777,9,999999999,69,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,-3.9,24,101800,1131,1382,313,877,899,141,93400,90900,18800,5100,70,3.6,0,0,24.1,77777,9,999999999,80,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,-3.3,24,101800,1012,1382,316,770,871,131,81300,87700,16900,3730,100,5.7,0,0,24.1,77777,9,999999999,80,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-2.2,28,101700,823,1382,312,596,809,113,62100,80300,14100,2520,120,5.7,0,0,24.1,77777,9,999999999,80,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,-1.7,30,101700,577,1382,310,375,689,87,39500,66300,11800,1770,120,5.7,0,0,24.1,77777,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,-1.1,35,101700,291,1382,314,132,338,61,13900,26000,8500,1100,140,4.6,2,2,24.1,77777,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-0.6,40,101800,33,656,322,16,7,15,1700,400,1700,370,120,4.1,7,7,24.1,3050,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,-0.6,40,101800,0,0,344,0,0,0,0,0,0,0,140,4.1,10,10,24.1,2130,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,-0.6,40,101900,0,0,344,0,0,0,0,0,0,0,140,4.6,10,10,24.1,1680,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,0.0,43,101900,0,0,341,0,0,0,0,0,0,0,120,3.6,10,10,24.1,1680,9,999999999,89,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,0.0,45,101900,0,0,339,0,0,0,0,0,0,0,140,4.1,10,10,24.1,1680,9,999999999,100,0.1300,0,88,999.000,999.0,99.0
+1988,3,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,2.2,53,101900,0,0,332,0,0,0,0,0,0,0,140,3.1,9,9,24.1,1680,9,999999999,110,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,2.8,55,102000,0,0,342,0,0,0,0,0,0,0,120,2.6,10,10,24.1,1680,9,999999999,110,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,3.3,57,102000,0,0,343,0,0,0,0,0,0,0,100,2.6,10,10,24.1,1680,9,999999999,120,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.9,61,101900,0,0,341,0,0,0,0,0,0,0,70,3.1,10,10,24.1,1680,9,999999999,120,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,5.0,66,101900,0,0,342,0,0,0,0,0,0,0,80,3.6,10,10,24.1,1680,9,999999999,129,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,4.4,64,101900,0,0,341,0,0,0,0,0,0,0,90,5.2,10,10,24.1,1680,9,999999999,120,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,3.3,61,102000,0,0,338,0,0,0,0,0,0,0,90,5.7,10,10,19.3,1680,9,999999999,110,0.1300,0,88,999.000,999.0,99.0
+1988,3,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,3.3,59,102000,33,679,340,4,0,4,500,0,500,160,90,4.6,10,10,24.1,1680,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,4.4,66,102000,292,1381,339,60,0,60,6800,0,6800,2210,70,6.2,10,10,24.1,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.3,57,102100,579,1381,343,95,19,87,10500,1800,9700,2740,100,4.6,10,10,19.3,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,4.4,59,102200,825,1381,347,216,7,212,25100,600,24700,9180,100,4.1,10,10,19.3,1520,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,4.4,51,102100,1015,1381,358,199,5,195,23900,400,23600,9470,120,6.7,10,10,24.1,1520,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,5.6,56,102100,1134,1381,359,208,3,205,25300,200,25100,10200,110,8.2,10,10,19.3,1520,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,2.2,40,102200,1175,1381,363,271,3,268,32400,300,32200,12750,130,8.2,10,10,19.3,1680,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,2.8,43,101900,1135,1381,361,259,1,259,31100,100,31000,12320,140,7.7,10,10,19.3,1680,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,3.9,48,101900,1016,1381,360,210,1,209,25100,100,25000,10020,130,8.2,10,10,19.3,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,3.3,44,101800,827,1381,352,197,6,194,23100,500,22800,8600,120,7.7,9,9,19.3,1680,9,999999999,110,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.3,48,101800,580,1381,346,169,51,147,18500,4900,16400,4310,140,6.2,9,9,19.3,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,4.4,53,101800,294,1381,338,95,91,75,10300,7300,8800,1620,120,6.2,8,8,19.3,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,4.4,55,101900,34,679,335,26,21,24,2700,1100,2700,540,110,6.2,8,8,19.3,1680,9,999999999,120,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,5.6,62,101900,0,0,341,0,0,0,0,0,0,0,120,5.2,9,9,19.3,1980,9,999999999,129,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,6.1,64,101900,0,0,335,0,0,0,0,0,0,0,110,4.6,8,8,19.3,2290,9,999999999,139,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,6.1,67,102000,0,0,349,0,0,0,0,0,0,0,110,4.1,10,10,19.3,2290,9,999999999,139,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101900,0,0,348,0,0,0,0,0,0,0,100,4.6,10,10,16.1,1680,9,999999999,150,0.0510,0,88,999.000,999.0,99.0
+1988,3,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101800,0,0,347,0,0,0,0,0,0,0,110,4.1,10,10,16.1,1680,9,999999999,160,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,9.4,86,101700,0,0,340,0,0,0,0,0,0,0,110,5.2,9,9,19.3,1830,9,999999999,160,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101700,0,0,351,0,0,0,0,0,0,0,100,4.1,10,10,16.1,1830,9,999999999,170,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101600,0,0,353,0,0,0,0,0,0,0,90,4.1,10,10,16.1,1680,9,999999999,170,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,87,101600,0,0,357,0,0,0,0,0,0,0,110,3.1,10,10,16.1,1830,9,999999999,179,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.1,87,101500,0,0,360,0,0,0,0,0,0,0,100,6.2,10,10,16.1,1830,9,999999999,179,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.7,87,101500,0,0,346,0,0,0,0,0,0,0,120,5.7,8,8,19.3,1680,9,999999999,189,0.0510,0,88,999.000,999.0,99.0
+1988,3,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.7,84,101500,36,702,336,18,32,14,1800,1300,1700,290,110,5.7,5,5,24.1,77777,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,11.7,81,101500,298,1380,342,86,36,79,9500,3000,8900,1990,120,6.2,7,6,24.1,2290,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,12.8,78,101500,584,1380,380,141,6,139,16200,400,16000,5610,120,7.2,10,10,19.3,520,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.8,73,101500,831,1380,385,224,6,220,25900,500,25600,9460,130,8.8,10,10,19.3,520,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,13.3,78,101500,1020,1380,383,349,6,344,40100,600,39700,14430,120,7.2,10,10,19.3,520,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.3,75,101300,1139,1380,386,427,11,418,49200,1100,48300,17220,120,8.2,10,10,16.1,490,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,14.4,87,101300,1179,1380,382,253,9,245,30500,700,29900,11890,140,8.8,10,10,6.4,270,9,999999999,220,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.0,90,101000,1138,1380,382,228,7,222,27600,600,27100,10900,130,7.7,10,10,11.3,430,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.0,90,100900,1019,1380,382,202,2,201,24300,200,24200,9720,120,7.7,10,10,11.3,370,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.6,93,100600,830,1380,383,152,4,149,18100,300,17900,6990,130,8.2,10,10,6.4,270,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,16.1,97,100400,583,1380,384,102,1,101,11900,100,11900,4370,120,8.8,10,10,3.2,210,9,999999999,240,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,13.3,93,100500,297,1380,368,49,1,49,5700,0,5700,1900,220,5.2,10,10,12.9,310,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,100800,36,702,372,10,0,10,1200,0,1200,370,350,8.8,10,10,9.7,310,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101000,0,0,372,0,0,0,0,0,0,0,340,4.6,10,10,12.9,210,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101200,0,0,365,0,0,0,0,0,0,0,340,7.2,10,10,12.9,210,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101300,0,0,358,0,0,0,0,0,0,0,310,6.7,10,10,24.1,240,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101400,0,0,351,0,0,0,0,0,0,0,330,7.2,10,10,19.3,310,9,999999999,170,0.0780,0,88,999.000,999.0,99.0
+1988,3,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101300,0,0,345,0,0,0,0,0,0,0,340,8.2,10,10,19.3,340,9,999999999,160,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,90,101400,0,0,337,0,0,0,0,0,0,0,330,6.2,10,10,16.1,310,9,999999999,150,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.1,86,101600,0,0,330,0,0,0,0,0,0,0,340,7.2,10,10,16.1,310,9,999999999,129,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.6,89,101600,0,0,324,0,0,0,0,0,0,0,340,6.2,10,10,12.9,340,9,999999999,129,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,101500,0,0,322,0,0,0,0,0,0,0,320,9.3,10,10,19.3,430,9,999999999,120,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,101800,0,0,322,0,0,0,0,0,0,0,310,5.2,10,10,19.3,460,9,999999999,120,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,101800,0,0,320,0,0,0,0,0,0,0,350,5.2,10,10,19.3,460,9,999999999,120,0.0780,0,88,999.000,999.0,99.0
+1988,3,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,2.8,80,101900,39,724,316,16,0,16,1800,0,1800,550,340,8.2,10,10,19.3,520,9,999999999,110,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.7,74,102000,304,1379,315,78,1,78,8700,0,8700,2700,330,7.2,10,10,19.3,520,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.7,74,102000,590,1379,315,181,0,181,20300,0,20300,6750,340,6.2,10,10,19.3,520,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.1,71,102100,836,1379,314,275,1,275,31400,100,31300,11040,320,7.2,10,10,24.1,580,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,1.1,68,102100,1025,1379,317,335,1,335,38700,100,38700,14230,320,8.8,10,10,24.1,640,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,0.6,63,102000,1143,1379,310,623,275,394,67500,29800,42800,15290,330,10.3,9,9,24.1,760,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,0.6,61,102000,1183,1379,306,526,148,399,57900,15800,44300,16560,330,9.3,8,8,24.1,760,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,0.6,54,101900,1142,1379,308,685,566,216,72700,57600,24900,8460,330,9.3,7,7,24.1,850,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,0.6,52,101900,1023,1379,305,495,331,249,54800,35900,28100,7450,330,10.3,5,5,24.1,77777,9,999999999,100,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-0.6,48,101900,833,1379,303,479,485,186,51500,49800,21400,4380,320,8.8,5,5,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-0.6,48,101900,586,1379,303,340,504,125,36200,49100,15300,2450,340,6.7,5,5,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-1.1,46,102000,300,1379,300,101,214,54,10800,16700,7100,960,350,6.2,4,4,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-1.1,52,102000,37,701,279,24,73,15,2100,2700,1900,260,350,4.6,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-0.6,60,102100,0,0,273,0,0,0,0,0,0,0,320,3.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-0.6,65,102200,0,0,269,0,0,0,0,0,0,0,310,2.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-0.6,68,102300,0,0,267,0,0,0,0,0,0,0,310,4.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-1.1,68,102400,0,0,264,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,102300,0,0,258,0,0,0,0,0,0,0,310,1.5,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,102400,0,0,258,0,0,0,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-1.1,82,102400,0,0,254,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-1.7,79,102300,0,0,253,0,0,0,0,0,0,0,310,2.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-1.7,82,102300,0,0,251,0,0,0,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,89,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.2,79,102300,0,0,250,0,0,0,0,0,0,0,330,2.6,0,0,24.1,77777,9,999999999,80,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-2.2,85,102400,0,0,246,0,0,0,0,0,0,0,310,2.1,0,0,24.1,77777,9,999999999,80,0.0840,0,88,999.000,999.0,99.0
+1988,3,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-2.2,79,102400,42,747,250,23,51,17,2200,1700,2100,290,310,2.6,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-1.1,68,102500,310,1379,264,158,480,52,16600,38600,7900,960,330,3.1,0,0,24.1,77777,9,999999999,89,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-1.7,52,102600,596,1379,276,392,721,81,40700,69100,10800,1620,330,3.6,0,0,24.1,77777,9,999999999,89,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-3.3,39,102600,842,1379,283,613,834,105,64800,83300,13800,2480,340,4.6,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,-3.3,37,102600,1030,1379,288,787,891,121,81300,88900,14700,2880,300,4.1,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,-2.8,35,102600,1148,1379,293,895,920,130,92300,92000,15500,3990,280,5.2,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,-2.8,33,102500,1188,1379,297,932,927,133,95900,92800,15700,4570,330,3.6,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,-2.8,30,102400,1146,1379,305,897,922,130,92400,92200,15500,3960,310,4.6,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-2.8,27,102200,1026,1379,312,788,895,121,81300,89200,14700,2850,300,5.2,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,-2.2,29,102200,836,1379,310,614,838,104,64600,83700,13700,2450,300,3.6,0,0,24.1,77777,9,999999999,80,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-1.7,29,102100,590,1379,313,391,724,81,40400,69200,10800,1610,300,5.2,0,0,24.1,77777,9,999999999,89,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-1.1,32,102100,303,1379,309,157,483,51,16300,38500,7800,940,280,3.6,0,0,24.1,77777,9,999999999,89,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,0.6,45,102100,39,724,296,23,52,17,2200,1700,2100,290,280,2.6,0,0,24.1,77777,9,999999999,100,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,1.7,55,102200,0,0,291,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,2.8,66,102200,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,2.8,66,102300,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.8,71,102200,0,0,281,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,102200,0,0,280,0,0,0,0,0,0,0,210,3.1,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,1.7,61,102200,0,0,284,0,0,0,0,0,0,0,200,3.6,0,0,24.1,77777,9,999999999,100,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,102200,0,0,280,0,0,0,0,0,0,0,200,2.6,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,102200,0,0,278,0,0,0,0,0,0,0,200,3.1,0,0,24.1,77777,9,999999999,110,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,102200,0,0,277,0,0,0,0,0,0,0,220,2.1,0,0,24.1,77777,9,999999999,120,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,3.3,83,102200,0,0,274,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.3,86,102200,0,0,273,0,0,0,0,0,0,0,220,1.5,0,0,24.1,77777,9,999999999,120,0.1120,0,88,999.000,999.0,99.0
+1988,3,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,3.9,86,102200,45,769,275,21,30,18,2200,1300,2100,370,0,0.0,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,7.8,83,102400,316,1378,297,152,402,61,15700,32300,8300,1100,230,4.6,0,0,24.1,77777,9,999999999,150,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,5.6,58,102400,602,1378,309,383,653,98,40200,63100,12600,1990,240,6.2,0,0,24.1,77777,9,999999999,129,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,5.0,46,102400,847,1378,320,601,770,128,64200,78000,16100,3160,230,5.2,0,0,24.1,77777,9,999999999,129,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,2.8,34,102400,1035,1378,328,776,837,147,81200,84000,18000,4240,240,6.2,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,3.3,35,102300,1153,1378,331,884,868,158,93300,87500,19900,5960,200,5.7,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,3.3,31,102200,1192,1378,338,923,879,162,97600,88700,20600,6850,240,7.2,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,2.2,27,102100,1150,1378,342,883,867,158,93000,87400,19900,5910,240,6.2,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,3.3,28,102000,1030,1378,346,772,835,147,80700,83700,17900,4190,240,5.7,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,2.8,27,101900,840,1378,346,599,773,127,63800,78200,15900,3110,210,7.2,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,3.9,30,101900,593,1378,344,379,652,98,39700,62800,12600,1980,220,5.7,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,4.4,34,101900,306,1378,340,148,398,60,15200,31600,8200,1070,220,5.2,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,3.9,39,101900,40,723,326,22,30,19,2300,1300,2200,390,200,4.6,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,3.3,41,101900,0,0,319,0,0,0,0,0,0,0,200,4.1,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,2.2,40,101900,0,0,315,0,0,0,0,0,0,0,180,3.6,0,0,24.1,77777,9,999999999,110,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,1.7,42,102000,0,0,307,0,0,0,0,0,0,0,190,4.6,0,0,24.1,77777,9,999999999,100,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,3.3,53,102000,0,0,302,0,0,0,0,0,0,0,200,4.6,0,0,24.1,77777,9,999999999,120,0.1550,0,88,999.000,999.0,99.0
+1988,3,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,5.6,64,101900,0,0,302,0,0,0,0,0,0,0,200,4.1,0,0,24.1,77777,9,999999999,129,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,7.2,72,101900,0,0,303,0,0,0,0,0,0,0,190,4.1,0,0,24.1,77777,9,999999999,139,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.2,77,101900,0,0,299,0,0,0,0,0,0,0,200,3.1,0,0,24.1,77777,9,999999999,139,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101900,0,0,302,0,0,0,0,0,0,0,180,3.1,0,0,24.1,77777,9,999999999,150,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.2,86,101900,0,0,292,0,0,0,0,0,0,0,210,2.6,0,0,24.1,77777,9,999999999,139,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101900,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.7,96,101800,0,0,282,0,0,0,0,0,0,0,60,2.1,0,0,24.1,77777,9,999999999,139,0.1550,0,88,999.000,999.0,99.0
+1988,3,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,6.7,93,101900,49,815,285,23,25,20,2400,1100,2300,410,0,0.0,0,0,24.1,77777,9,999999999,139,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,9.4,83,102000,322,1377,306,152,368,66,16100,29700,9200,1190,200,3.1,0,0,24.1,77777,9,999999999,160,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,10.6,70,102000,607,1377,324,377,612,108,39400,59000,13300,2170,200,5.2,0,0,24.1,77777,9,999999999,179,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,10.6,63,102100,852,1377,332,593,733,140,63000,74000,17000,3440,240,6.2,0,0,24.1,77777,9,999999999,179,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,10.0,55,102100,1040,1377,338,767,801,162,79500,80000,18900,4560,240,6.7,0,0,24.1,77777,9,999999999,170,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.9,46,102000,1157,1377,345,874,833,174,91300,83600,20900,6490,200,5.7,0,0,24.1,77777,9,999999999,160,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,8.3,41,101900,1196,1377,349,914,846,178,95600,85000,21600,7480,250,3.1,0,0,24.1,77777,9,999999999,150,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,8.3,38,101800,1153,1377,355,876,836,174,91300,83900,20900,6420,240,4.1,0,0,24.1,77777,9,999999999,150,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,8.3,36,101700,1033,1377,360,765,803,162,79200,80200,18900,4490,200,4.6,0,0,24.1,77777,9,999999999,150,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,9.4,39,101700,843,1377,361,590,735,139,62400,74200,16900,3380,170,5.2,0,0,24.1,77777,9,999999999,160,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,9.4,39,101600,596,1377,361,372,611,107,38700,58700,13200,2140,210,3.6,0,0,24.1,77777,9,999999999,160,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,8.3,37,101600,309,1377,358,145,358,65,15400,28300,9000,1170,200,5.2,0,0,24.1,77777,9,999999999,150,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,10.0,49,101700,42,746,353,15,14,14,1600,800,1600,350,170,5.2,1,1,24.1,77777,9,999999999,170,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,10.0,59,101700,0,0,333,0,0,0,0,0,0,0,170,5.2,0,0,24.1,77777,9,999999999,170,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,11.7,70,101800,0,0,330,0,0,0,0,0,0,0,180,4.6,0,0,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,101800,0,0,323,0,0,0,0,0,0,0,180,3.1,0,0,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,11.7,81,101800,0,0,326,0,0,0,0,0,0,0,170,4.1,1,1,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101800,0,0,334,0,0,0,0,0,0,0,170,2.6,4,4,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,11.7,81,101800,0,0,337,0,0,0,0,0,0,0,170,2.1,5,4,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101700,0,0,328,0,0,0,0,0,0,0,180,2.6,2,2,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.7,87,101600,0,0,332,0,0,0,0,0,0,0,130,2.1,5,4,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101600,0,0,331,0,0,0,0,0,0,0,150,2.6,5,5,24.1,77777,9,999999999,189,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,101600,0,0,326,0,0,0,0,0,0,0,120,2.6,7,7,24.1,700,9,999999999,170,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.6,96,101700,0,0,327,0,0,0,0,0,0,0,100,2.1,7,7,24.1,700,9,999999999,170,0.1790,0,88,999.000,999.0,99.0
+1988,3,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.0,93,101700,52,837,338,15,3,14,1600,0,1600,510,80,2.1,9,9,24.1,700,9,999999999,170,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,12.8,87,101800,328,1376,353,85,40,75,9300,3400,8500,1980,110,3.6,10,8,11.3,700,9,999999999,200,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,13.9,81,101800,613,1376,359,278,218,181,30400,21900,20600,4350,140,3.6,8,7,19.3,700,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,12.8,66,101800,858,1376,369,361,180,249,39800,19000,27900,6890,160,6.7,8,7,24.1,700,9,999999999,200,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,12.8,61,101800,1045,1376,381,597,440,263,64100,45800,29200,8460,170,6.2,10,8,24.1,760,9,999999999,200,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,12.8,57,101800,1161,1376,406,323,0,323,38100,0,38100,14640,150,5.2,10,10,24.1,850,9,999999999,200,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,12.8,55,101700,1200,1376,390,563,284,315,62600,30900,35500,13670,150,5.7,8,8,24.1,850,9,999999999,200,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.3,57,101600,1157,1376,410,237,3,235,28700,200,28500,11460,130,5.2,10,10,24.1,850,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,101500,1036,1376,388,535,273,328,58000,29500,35700,10420,120,7.2,8,7,24.1,850,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,13.3,59,101500,846,1376,388,253,90,198,28300,9500,22400,5430,140,5.7,8,8,24.1,850,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.3,61,101500,599,1376,378,188,151,122,20600,15300,13900,2460,120,7.7,8,7,24.1,1010,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.3,63,101500,312,1376,376,98,125,70,10500,10000,8300,1300,150,6.2,8,7,24.1,1010,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,13.3,73,101500,43,768,354,16,17,13,1600,700,1500,270,120,4.6,4,4,19.3,77777,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,101500,0,0,350,0,0,0,0,0,0,0,140,4.1,4,4,19.3,77777,9,999999999,209,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101600,0,0,350,0,0,0,0,0,0,0,120,3.6,7,4,19.3,7620,9,999999999,220,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101600,0,0,384,0,0,0,0,0,0,0,140,4.1,10,10,16.1,760,9,999999999,220,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101600,0,0,374,0,0,0,0,0,0,0,120,4.6,9,9,16.1,700,9,999999999,229,0.1630,0,88,999.000,999.0,99.0
+1988,3,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101500,0,0,361,0,0,0,0,0,0,0,120,4.1,8,7,12.9,700,9,999999999,229,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,361,0,0,0,0,0,0,0,130,3.1,7,7,12.9,910,9,999999999,229,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,386,0,0,0,0,0,0,0,140,3.1,10,10,12.9,700,9,999999999,229,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101400,0,0,368,0,0,0,0,0,0,0,120,3.1,10,8,12.9,610,9,999999999,240,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101400,0,0,386,0,0,0,0,0,0,0,120,4.1,10,10,12.9,1010,9,999999999,240,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101400,0,0,390,0,0,0,0,0,0,0,130,4.1,10,10,12.9,760,9,999999999,240,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101400,0,0,390,0,0,0,0,0,0,0,120,3.1,10,10,11.3,180,9,999999999,250,0.1630,0,88,999.000,999.0,99.0
+1988,3,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.7,93,101400,56,860,390,6,1,6,800,0,800,240,150,4.1,10,10,6.4,520,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101500,334,1375,393,62,6,61,7200,200,7100,2350,130,4.6,10,10,9.7,640,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.2,87,101500,619,1375,400,167,2,167,19100,200,19000,6600,140,3.6,10,10,11.3,310,9,999999999,259,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.7,76,101500,863,1375,408,262,9,256,30100,800,29600,10770,170,6.2,10,10,16.1,400,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101500,1049,1375,412,407,10,399,46500,1000,45700,16080,140,5.7,10,10,19.3,490,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101500,1166,1375,418,424,8,417,49100,800,48400,17380,130,6.2,10,10,19.3,760,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101400,1203,1375,418,347,3,344,41000,300,40700,15470,140,6.2,10,10,24.1,760,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.7,64,101300,1160,1375,424,368,0,368,43000,0,43000,16020,120,5.7,10,10,24.1,850,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,101300,1039,1375,410,365,82,303,40300,8400,33900,11660,130,7.2,10,9,24.1,1010,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.3,74,101200,849,1375,411,245,80,196,27400,8500,22200,5380,140,6.2,9,9,19.3,1370,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,101200,601,1375,385,325,353,171,34800,35700,19200,3670,130,6.2,6,6,19.3,1370,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,101300,315,1375,394,104,70,88,11400,5900,10000,2210,130,6.2,8,8,16.1,1370,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101300,45,768,365,21,47,16,2100,1600,2000,270,130,6.7,3,3,12.9,77777,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,101300,0,0,381,0,0,0,0,0,0,0,130,5.2,8,8,12.9,460,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101300,0,0,404,0,0,0,0,0,0,0,140,4.1,10,10,11.3,210,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,101300,0,0,400,0,0,0,0,0,0,0,120,4.1,10,10,9.7,210,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101300,0,0,398,0,0,0,0,0,0,0,130,4.6,10,10,4.8,120,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101300,0,0,398,0,0,0,0,0,0,0,120,5.2,10,10,3.2,90,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.9,97,101300,0,0,402,0,0,0,0,0,0,0,160,3.6,10,10,3.2,90,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.9,97,101200,0,0,402,0,0,0,0,0,0,0,140,3.6,10,10,3.2,90,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.9,97,101200,0,0,402,0,0,0,0,0,0,0,150,3.6,10,10,3.2,90,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101100,0,0,406,0,0,0,0,0,0,0,180,3.1,10,10,4.8,90,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101100,0,0,406,0,0,0,0,0,0,0,150,3.1,10,10,3.2,60,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101100,0,0,406,0,0,0,0,0,0,0,160,3.1,10,10,3.2,60,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1988,3,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,20.0,97,101200,60,882,410,7,1,7,900,0,900,280,170,3.6,10,10,0.8,60,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,20.0,97,101200,340,1375,410,53,3,52,6200,100,6100,2080,180,3.6,10,10,1.6,90,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,20.0,93,101200,624,1375,412,164,7,161,18800,500,18500,6470,170,3.1,10,10,6.4,180,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101200,868,1375,417,225,9,219,26200,800,25700,9680,180,3.6,10,10,9.7,370,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101200,1054,1375,429,328,2,326,38100,200,37900,14210,170,5.7,10,10,12.9,430,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,101200,1170,1375,438,391,6,387,45700,600,45200,16610,170,4.6,10,10,19.3,640,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,101100,1207,1375,439,383,1,382,44900,100,44800,16640,150,5.7,10,10,19.3,850,9,999999999,270,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,101000,1164,1375,442,358,2,356,41900,200,41800,15680,180,6.2,10,10,24.1,850,9,999999999,270,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,100900,1042,1375,439,329,2,327,38100,200,38000,14160,180,4.6,10,10,24.1,1010,9,999999999,270,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,100900,852,1375,440,299,1,298,33900,100,33800,11770,160,6.2,10,10,19.3,1220,9,999999999,279,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,100900,604,1375,431,194,1,193,21700,100,21700,7150,150,7.2,10,10,19.3,580,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,100900,318,1375,416,80,33,72,8700,2800,8100,1890,150,5.2,10,9,16.1,1220,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101000,47,790,421,8,0,8,1000,0,1000,310,160,5.2,10,10,16.1,1220,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,418,0,0,0,0,0,0,0,140,5.2,10,10,12.9,640,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101000,0,0,419,0,0,0,0,0,0,0,150,4.6,10,10,12.9,580,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101000,0,0,416,0,0,0,0,0,0,0,170,5.7,10,10,11.3,270,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101000,0,0,416,0,0,0,0,0,0,0,170,6.2,10,10,6.4,240,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.6,97,101000,0,0,413,0,0,0,0,0,0,0,180,5.2,10,10,3.2,120,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,100900,0,0,417,0,0,0,0,0,0,0,190,7.7,10,10,6.4,150,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101000,0,0,417,0,0,0,0,0,0,0,220,5.7,10,10,12.9,270,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101000,0,0,416,0,0,0,0,0,0,0,190,4.1,10,10,12.9,340,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101000,0,0,417,0,0,0,0,0,0,0,220,2.1,10,10,16.1,340,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101200,0,0,416,0,0,0,0,0,0,0,230,2.1,10,10,16.1,340,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101200,0,0,412,0,0,0,0,0,0,0,240,2.1,10,10,16.1,370,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1988,3,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,20.0,93,101300,64,904,412,11,0,11,1300,0,1300,420,220,2.1,10,10,9.7,240,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,101300,346,1374,419,85,2,84,9500,100,9500,3030,220,2.1,10,10,11.3,520,9,999999999,309,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101300,630,1374,408,246,173,167,27100,17600,19000,4050,190,4.6,8,8,12.9,460,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,101300,873,1374,407,438,328,229,47800,35100,25400,5810,230,4.1,7,7,19.3,520,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,101300,1059,1374,441,378,25,359,43700,2400,41800,15170,230,4.1,10,10,24.1,640,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,101300,1174,1374,452,378,9,371,44300,800,43600,16170,200,3.6,10,10,24.1,700,9,999999999,309,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.9,59,101200,1211,1374,413,813,691,203,87300,70800,24700,9950,210,5.2,5,5,19.3,77777,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.9,63,101100,1167,1374,443,272,9,264,32600,700,32000,12600,210,5.7,10,10,24.1,1010,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.9,60,101100,1046,1374,446,284,10,276,33400,900,32700,12590,240,6.2,10,10,24.1,1010,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101000,855,1374,425,483,377,248,52300,40200,27200,6290,230,4.1,8,8,24.1,1010,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,19.4,61,101000,607,1374,414,286,342,135,30500,33600,15600,2690,210,3.1,5,5,24.1,77777,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101000,321,1374,395,168,490,54,17500,39900,8100,1000,220,3.6,1,1,24.1,77777,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101000,48,790,372,30,99,18,2600,3900,2300,310,200,3.1,0,0,19.3,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.9,71,101100,0,0,372,0,0,0,0,0,0,0,130,2.6,0,0,19.3,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101200,0,0,365,0,0,0,0,0,0,0,170,3.1,0,0,19.3,77777,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101200,0,0,360,0,0,0,0,0,0,0,180,3.6,0,0,19.3,77777,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101200,0,0,354,0,0,0,0,0,0,0,180,3.1,0,0,19.3,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101200,0,0,363,0,0,0,0,0,0,0,160,3.1,3,2,16.1,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101300,0,0,394,0,0,0,0,0,0,0,190,3.1,10,9,11.3,210,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101300,0,0,408,0,0,0,0,0,0,0,200,4.1,10,10,11.3,180,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101300,0,0,406,0,0,0,0,0,0,0,240,2.1,10,10,8.0,150,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101300,0,0,406,0,0,0,0,0,0,0,200,3.1,10,10,3.2,180,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101300,0,0,406,0,0,0,0,0,0,0,210,2.1,10,10,3.2,90,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101400,0,0,406,0,0,0,0,0,0,0,180,2.1,10,10,4.8,430,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1988,3,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,19.4,93,101400,67,950,409,17,1,17,2000,0,2000,610,210,2.6,10,10,8.0,370,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,101500,352,1373,411,71,7,69,8100,300,8000,2640,300,2.1,10,10,12.9,310,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,101600,635,1373,418,181,8,177,20500,600,20200,6980,350,2.1,10,10,12.9,310,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101600,878,1373,424,242,12,234,28100,1000,27400,10230,150,1.5,10,10,12.9,310,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101700,1063,1373,407,477,208,316,52800,22200,35600,10790,30,3.1,7,7,12.9,430,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,19.4,65,101700,1178,1373,405,802,727,177,83800,73000,21000,7100,50,3.6,4,4,16.1,77777,9,999999999,300,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.0,61,101600,1215,1373,411,871,761,197,93800,78100,24500,9820,60,3.1,3,3,16.1,77777,9,999999999,300,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,19.4,55,101500,1170,1373,423,864,835,151,91800,84400,19600,6140,40,4.6,5,5,16.1,77777,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.9,57,101400,1049,1373,419,729,707,188,77400,72000,22200,6090,50,5.2,6,6,19.3,1010,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101300,857,1373,418,593,658,182,61700,65700,20600,4340,40,5.7,5,5,19.3,77777,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.2,53,101400,610,1373,411,346,418,160,36200,41000,18000,3250,60,4.6,5,5,19.3,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.2,54,101400,324,1373,404,107,172,67,11600,14100,8300,1230,50,4.1,4,4,19.3,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,16.1,56,101400,50,812,406,17,31,13,1700,1100,1600,210,40,3.1,7,7,16.1,1680,9,999999999,240,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.9,71,101500,0,0,418,0,0,0,0,0,0,0,170,3.6,9,9,12.9,1520,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101600,0,0,384,0,0,0,0,0,0,0,150,2.1,3,3,12.9,77777,9,999999999,300,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101600,0,0,356,0,0,0,0,0,0,0,190,2.6,0,0,11.3,77777,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101600,0,0,347,0,0,0,0,0,0,0,360,4.6,0,0,12.9,77777,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1988,3,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101600,0,0,359,0,0,0,0,0,0,0,0,0.0,4,2,11.3,77777,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101600,0,0,356,0,0,0,0,0,0,0,0,0.0,7,2,9.7,77777,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101600,0,0,356,0,0,0,0,0,0,0,30,2.1,7,3,8.0,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,101600,0,0,343,0,0,0,0,0,0,0,60,2.6,6,2,16.1,77777,9,999999999,209,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,11.1,72,101600,0,0,324,0,0,0,0,0,0,0,60,3.1,3,0,19.3,77777,9,999999999,179,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,9.4,70,101600,0,0,318,0,0,0,0,0,0,0,80,3.1,1,0,19.3,77777,9,999999999,160,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,8.3,62,101700,0,0,345,0,0,0,0,0,0,0,10,1.5,7,7,24.1,1680,9,999999999,150,0.0850,0,88,999.000,999.0,99.0
+1988,3,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,6.7,56,101700,72,972,343,32,38,27,3300,1800,3100,560,50,3.6,7,7,24.1,1830,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,6.1,47,101800,358,1372,349,115,97,89,12500,8500,10300,1960,60,4.6,8,6,24.1,1680,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,8.3,47,101800,641,1372,357,341,453,130,36800,45000,15700,2620,90,5.7,7,4,24.1,7620,9,999999999,150,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.3,40,101800,883,1372,367,555,684,116,58500,68400,14300,2810,80,4.6,5,3,24.1,77777,9,999999999,160,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,8.9,37,101800,1068,1372,379,525,355,248,56800,37100,27900,8360,90,5.7,5,4,24.1,77777,9,999999999,160,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,9.4,36,101700,1182,1372,386,828,749,182,86400,75100,21500,7360,100,5.7,5,4,24.1,77777,9,999999999,160,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,10.6,37,101600,1218,1372,390,855,777,165,90600,78400,20800,7770,110,7.2,6,3,24.1,77777,9,999999999,179,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,10.6,38,101600,1174,1372,387,770,640,222,81900,65200,25900,9630,140,8.2,5,3,24.1,77777,9,999999999,179,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,12.8,44,101500,1051,1372,396,600,583,152,64600,59900,18600,5060,120,7.2,7,5,24.1,7620,9,999999999,200,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,12.8,47,101400,860,1372,390,604,730,145,63800,73700,17500,3590,130,7.2,5,5,19.3,77777,9,999999999,200,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,101400,613,1372,381,403,706,87,42700,68900,11800,1820,130,6.7,3,3,16.1,77777,9,999999999,220,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,69,101400,327,1372,374,165,460,55,17000,37800,8000,1020,120,6.7,3,3,16.1,77777,9,999999999,240,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101400,52,835,382,20,18,18,2100,1000,2000,440,130,6.7,8,8,12.9,400,9,999999999,240,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101300,0,0,398,0,0,0,0,0,0,0,130,4.6,10,10,11.3,400,9,999999999,240,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,101400,0,0,406,0,0,0,0,0,0,0,130,5.2,10,10,11.3,400,9,999999999,259,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101400,0,0,404,0,0,0,0,0,0,0,130,4.6,10,10,11.3,340,9,999999999,270,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101300,0,0,403,0,0,0,0,0,0,0,130,5.2,10,10,11.3,310,9,999999999,259,0.0500,0,88,999.000,999.0,99.0
+1988,3,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101300,0,0,404,0,0,0,0,0,0,0,140,4.1,10,10,11.3,310,9,999999999,270,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101300,0,0,404,0,0,0,0,0,0,0,140,5.2,10,10,8.0,310,9,999999999,270,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101200,0,0,404,0,0,0,0,0,0,0,130,5.2,10,10,9.7,270,9,999999999,270,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101200,0,0,408,0,0,0,0,0,0,0,140,4.1,10,10,11.3,270,9,999999999,279,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101200,0,0,404,0,0,0,0,0,0,0,130,4.1,10,10,11.3,270,9,999999999,270,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101200,0,0,408,0,0,0,0,0,0,0,140,4.1,10,10,11.3,270,9,999999999,279,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101200,0,0,408,0,0,0,0,0,0,0,160,4.1,10,10,12.9,270,9,999999999,279,0.0500,0,88,999.000,999.0,99.0
+1988,3,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101300,76,994,408,18,5,17,1900,300,1900,430,140,4.6,10,10,12.9,610,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101300,363,1371,410,48,4,46,5600,100,5500,1920,140,5.2,10,10,9.7,370,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,101400,646,1371,414,207,5,205,23300,400,23200,7770,140,5.2,10,10,11.3,370,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101400,888,1371,420,256,9,250,29600,800,29100,10790,160,6.2,10,10,16.1,460,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.8,67,101300,1072,1371,428,365,5,361,42200,500,41800,15340,170,7.2,10,10,24.1,700,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.8,69,101200,1186,1371,414,345,77,278,38800,8300,31700,11770,140,7.7,9,9,16.1,700,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.8,67,101200,1222,1371,417,456,126,343,50800,13500,38700,15830,160,7.2,9,9,16.1,640,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.3,67,101100,1177,1371,412,480,76,415,53000,7800,46200,18060,170,7.2,9,8,16.1,700,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101000,1054,1371,414,547,225,373,59800,23900,41300,12610,170,8.2,8,8,19.3,760,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,101000,863,1371,411,382,131,299,41600,13700,32900,8330,150,7.7,8,8,24.1,760,9,999999999,259,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,101000,615,1371,405,308,310,169,33100,31500,18900,3620,170,7.7,7,7,24.1,760,9,999999999,259,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,101000,330,1371,406,86,83,66,9600,7100,7900,1440,170,6.7,8,8,24.1,700,9,999999999,270,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101000,54,834,421,12,0,12,1400,0,1400,450,170,6.2,10,10,12.9,490,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101000,0,0,421,0,0,0,0,0,0,0,150,5.7,10,10,16.1,460,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101000,0,0,421,0,0,0,0,0,0,0,160,6.2,10,10,16.1,400,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101000,0,0,421,0,0,0,0,0,0,0,160,6.7,10,10,16.1,430,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,418,0,0,0,0,0,0,0,150,6.2,10,10,16.1,370,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101000,0,0,419,0,0,0,0,0,0,0,170,5.2,10,10,16.1,370,9,999999999,300,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100900,0,0,416,0,0,0,0,0,0,0,160,6.2,10,10,11.3,340,9,999999999,300,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,100900,0,0,418,0,0,0,0,0,0,0,150,5.7,10,10,12.9,370,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,100900,0,0,417,0,0,0,0,0,0,0,170,5.2,10,10,16.1,430,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,100900,0,0,404,0,0,0,0,0,0,0,150,5.7,9,9,16.1,430,9,999999999,290,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,100900,0,0,403,0,0,0,0,0,0,0,170,4.1,9,9,16.1,430,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,100900,0,0,414,0,0,0,0,0,0,0,180,6.7,10,10,16.1,700,9,999999999,279,0.1830,0,88,999.000,999.0,99.0
+1988,3,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,100900,80,1016,403,14,9,12,1400,500,1400,320,180,4.1,9,9,16.1,460,9,999999999,279,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,100900,369,1371,417,34,2,34,4200,100,4200,1470,160,5.7,10,10,16.1,370,9,999999999,279,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.9,79,100900,652,1371,421,193,27,181,21300,2700,20000,5440,180,5.2,10,10,16.1,490,9,999999999,279,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101000,893,1371,427,234,2,233,27300,200,27200,10300,180,6.2,10,10,16.1,610,9,999999999,279,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.9,69,101200,1077,1371,421,424,130,322,46900,13900,36000,11230,200,6.2,9,9,19.3,760,9,999999999,279,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101100,1190,1371,424,596,294,341,65900,32000,38100,14720,170,7.2,8,8,19.3,1220,9,999999999,270,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.8,60,101100,1225,1371,438,243,31,215,27000,3100,24200,10920,190,6.7,10,10,24.1,760,9,999999999,270,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,101000,1180,1371,435,191,11,182,23700,800,23000,9290,200,6.7,10,10,24.1,760,9,999999999,300,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101200,1057,1371,365,153,2,151,18800,100,18700,7740,340,6.7,10,10,16.1,210,9,999999999,200,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,10.0,86,101300,866,1371,353,263,7,258,30200,600,29800,10870,350,7.7,10,10,24.1,240,9,999999999,170,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,9.4,90,101400,618,1371,347,96,5,94,11500,300,11300,4230,350,6.2,10,10,12.9,270,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.9,86,101500,332,1371,347,66,3,65,7500,100,7500,2470,340,7.7,10,10,24.1,340,9,999999999,160,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,8.3,86,101500,55,857,343,22,0,22,2500,0,2500,730,340,5.2,10,10,19.3,340,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.8,80,101600,0,0,345,0,0,0,0,0,0,0,350,5.2,10,10,19.3,1160,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,101700,0,0,343,0,0,0,0,0,0,0,360,6.2,10,10,19.3,460,9,999999999,150,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,7.2,80,101600,0,0,342,0,0,0,0,0,0,0,350,4.6,10,10,24.1,1160,9,999999999,139,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,101600,0,0,339,0,0,0,0,0,0,0,10,4.1,10,10,24.1,460,9,999999999,139,0.1060,0,88,999.000,999.0,99.0
+1988,3,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,101600,0,0,339,0,0,0,0,0,0,0,10,6.2,10,10,24.1,430,9,999999999,139,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101600,0,0,338,0,0,0,0,0,0,0,10,4.1,10,10,24.1,460,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,101600,0,0,335,0,0,0,0,0,0,0,10,3.6,10,10,24.1,1160,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,101500,0,0,335,0,0,0,0,0,0,0,20,5.7,10,10,24.1,910,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.0,74,101400,0,0,334,0,0,0,0,0,0,0,10,4.1,10,10,24.1,760,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,5.0,77,101300,0,0,332,0,0,0,0,0,0,0,20,5.2,10,10,19.3,760,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,5.0,77,101400,0,0,322,0,0,0,0,0,0,0,20,5.2,9,9,19.3,610,9,999999999,129,0.1060,0,88,999.000,999.0,99.0
+1988,3,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,5.6,80,101500,84,1039,332,13,1,13,1600,0,1600,500,30,4.1,10,10,8.0,610,9,999999999,129,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,6.7,89,101600,375,1370,331,59,2,58,6800,100,6800,2360,10,3.1,10,10,8.0,210,9,999999999,139,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,7.2,93,101500,657,1370,331,213,1,212,23900,100,23900,8020,30,4.1,10,10,11.3,150,9,999999999,139,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,101600,898,1370,335,203,1,203,24000,100,23900,9310,20,3.6,10,10,9.7,150,9,999999999,150,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,8.3,93,101500,1081,1370,338,224,1,224,27000,100,26900,10860,50,4.6,10,10,8.0,150,9,999999999,150,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,8.9,93,101500,1194,1370,341,244,1,243,29600,100,29500,11850,50,4.1,10,10,4.8,120,9,999999999,160,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,10.0,100,101400,1228,1370,343,259,1,258,31400,100,31300,12510,360,3.1,10,10,6.4,120,9,999999999,170,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,9.4,96,101300,1183,1370,342,260,1,259,31300,100,31200,12450,50,3.1,10,10,4.0,90,9,999999999,160,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,9.4,96,101300,1060,1370,342,221,1,220,26500,100,26400,10640,40,5.2,10,10,3.6,90,9,999999999,160,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,10.0,100,101300,868,1370,343,183,1,182,21600,100,21500,8410,340,3.6,10,10,4.0,90,9,999999999,170,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,10.6,100,101100,621,1370,346,130,1,130,15200,100,15100,5510,40,3.6,10,10,4.8,120,9,999999999,170,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.1,96,101000,335,1370,352,65,0,65,7400,0,7400,2480,70,5.2,10,10,6.4,90,9,999999999,179,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,11.7,100,101000,57,856,353,14,0,13,1500,0,1500,480,300,3.1,10,10,6.4,60,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,101000,0,0,355,0,0,0,0,0,0,0,70,3.1,10,10,11.3,60,9,999999999,179,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,70,4.1,10,10,11.3,90,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101000,0,0,362,0,0,0,0,0,0,0,70,4.6,10,10,8.0,60,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101000,0,0,365,0,0,0,0,0,0,0,60,3.6,10,10,8.0,60,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1988,3,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,101000,0,0,366,0,0,0,0,0,0,0,70,3.1,10,10,1.6,60,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,100900,0,0,366,0,0,0,0,0,0,0,90,3.1,10,10,0.8,60,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,97,100900,0,0,366,0,0,0,0,0,0,0,40,3.1,10,10,0.4,0,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,97,100800,0,0,369,0,0,0,0,0,0,0,70,4.1,10,10,0.4,0,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,15.0,100,100700,0,0,373,0,0,0,0,0,0,0,70,4.6,10,10,3.2,90,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,100700,0,0,380,0,0,0,0,0,0,0,90,4.1,10,10,4.8,150,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,17.2,100,100700,0,0,388,0,0,0,0,0,0,0,100,4.6,10,10,8.0,150,9,999999999,259,0.0700,0,88,999.000,999.0,99.0
+1988,3,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,100700,89,1084,394,26,0,26,2900,0,2900,880,110,7.2,10,10,8.0,180,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,100800,381,1369,395,63,0,63,7300,0,7300,2530,110,6.2,10,10,8.0,150,9,999999999,229,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,100900,662,1369,401,227,1,226,25400,100,25300,8380,130,6.7,10,10,9.7,180,9,999999999,270,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,100900,902,1369,401,174,0,174,20800,0,20800,8260,90,5.2,10,10,11.3,240,9,999999999,270,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,100800,1085,1369,408,385,1,384,44400,100,44300,16060,100,6.2,10,10,16.1,1070,9,999999999,270,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.8,84,100800,1197,1369,407,433,0,433,50200,0,50200,18000,130,5.2,10,10,19.3,1220,9,999999999,270,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,100600,1232,1369,404,656,324,364,72500,35300,40600,17960,120,5.2,9,9,19.3,1220,9,999999999,250,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,100600,1186,1369,417,350,8,343,41300,700,40700,15390,130,8.2,10,10,16.1,760,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,100500,1062,1369,417,243,7,238,29000,600,28600,11330,120,6.7,10,10,24.1,700,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,69,100400,871,1369,414,266,15,256,30600,1300,29700,10860,140,6.2,10,10,19.3,3050,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.1,73,100400,623,1369,407,99,8,95,11800,500,11500,4280,120,3.6,10,10,19.3,760,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.1,73,100500,338,1369,407,44,1,44,5200,0,5200,1810,140,5.2,10,10,19.3,2290,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.7,79,100500,59,878,405,16,0,16,1800,0,1800,580,140,5.2,10,10,24.1,2290,9,999999999,250,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,100400,0,0,402,0,0,0,0,0,0,0,120,5.2,10,10,24.1,2290,9,999999999,250,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,15.6,76,100400,0,0,365,0,0,0,0,0,0,0,120,7.2,4,4,24.1,77777,9,999999999,229,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.7,15.8,76,100400,0,0,364,0,0,0,0,0,0,0,130,6.2,4,4,24.1,77777,9,999999999,229,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,100400,0,0,363,0,0,0,0,0,0,0,130,5.1,5,4,24.1,77777,9,999999999,240,0.1380,0,88,999.000,999.0,99.0
+1988,3,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.1,16.3,87,100400,0,0,397,0,0,0,0,0,0,0,120,4.1,10,10,19.3,1010,9,999999999,250,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.7,16.5,90,101100,0,0,395,0,0,0,0,0,0,0,80,3.1,10,10,16.1,1010,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.4,16.7,90,101000,0,0,383,0,0,0,0,0,0,0,100,2.1,9,9,16.1,1010,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.1,17.0,93,101000,0,0,392,0,0,0,0,0,0,0,70,1.0,10,10,11.3,1010,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101000,0,0,391,0,0,0,0,0,0,0,0,0.0,10,10,11.3,1010,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101000,0,0,394,0,0,0,0,0,0,0,60,2.1,10,10,9.7,340,9,999999999,259,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101000,0,0,350,0,0,0,0,0,0,0,70,2.6,3,3,8.0,77777,9,999999999,250,0.1380,0,88,999.000,999.0,99.0
+1990,4,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,101100,91,1084,362,25,8,24,2700,500,2700,590,80,2.1,7,6,6.4,760,9,999999999,259,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,101200,384,1369,398,57,0,57,6700,0,6700,2340,140,2.1,10,10,6.4,150,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101200,665,1369,404,176,9,171,20100,700,19800,7010,90,3.1,10,10,8.0,150,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.3,79,101200,905,1369,416,242,3,240,28200,300,28000,10600,10,2.1,10,10,11.3,340,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,101200,1087,1369,416,409,11,400,47000,1100,46100,16470,340,2.1,10,10,12.9,490,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,101100,1200,1369,422,385,9,377,45200,800,44400,16480,40,2.1,10,10,12.9,520,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,101100,1234,1369,422,345,0,345,41000,0,41000,15630,360,2.1,10,10,12.9,520,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,100900,1187,1369,426,424,3,421,49200,300,48900,17630,70,3.6,10,10,12.9,640,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,100900,1064,1369,426,353,2,351,40800,200,40700,15020,340,3.6,10,10,12.9,640,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,100900,872,1369,427,300,0,300,34100,0,34100,12050,40,2.6,10,10,12.9,640,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,100900,625,1369,416,126,1,126,14700,100,14700,5400,120,4.1,10,10,4.8,490,9,999999999,300,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,19.4,87,100900,339,1369,415,95,1,95,10600,100,10600,3260,70,2.6,10,10,8.0,1370,9,999999999,290,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,20.0,93,100900,60,878,412,19,0,19,2200,0,2200,660,110,2.1,10,10,8.0,1370,9,999999999,300,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101000,0,0,412,0,0,0,0,0,0,0,160,1.5,10,10,11.3,7620,9,999999999,290,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101000,0,0,409,0,0,0,0,0,0,0,140,3.1,10,10,6.4,7620,9,999999999,290,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101100,0,0,408,0,0,0,0,0,0,0,0,0.0,10,10,6.4,370,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101100,0,0,405,0,0,0,0,0,0,0,0,0.0,10,10,4.8,7620,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.9,97,101100,0,0,402,0,0,0,0,0,0,0,0,0.0,10,10,4.8,1010,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101000,0,0,398,0,0,0,0,0,0,0,290,2.1,10,10,6.4,7620,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101000,0,0,398,0,0,0,0,0,0,0,360,2.6,10,10,4.8,7620,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101000,0,0,398,0,0,0,0,0,0,0,300,2.6,10,10,0.0,0,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,18.3,100,101000,0,0,395,0,0,0,0,0,0,0,320,2.1,10,10,0.0,0,9,999999999,270,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.9,100,101000,0,0,399,0,0,0,0,0,0,0,310,3.1,10,10,1.2,30,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.9,100,101100,0,0,399,0,0,0,0,0,0,0,310,2.1,10,10,3.2,90,9,999999999,279,0.1170,0,88,999.000,999.0,99.0
+1990,4,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,18.9,100,101100,96,1106,399,28,0,28,3100,0,3100,940,0,0.0,10,10,1.6,90,9,999999999,279,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.9,97,101200,389,1368,402,96,0,96,10800,0,10800,3530,290,2.6,10,10,1.6,610,9,999999999,279,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101300,670,1368,404,203,1,203,23000,100,23000,7920,340,3.1,10,10,6.4,1680,9,999999999,270,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101300,910,1368,412,324,1,323,36800,100,36800,12970,10,4.1,10,10,11.3,7620,9,999999999,259,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101300,1092,1368,391,677,533,252,73600,55700,29000,9000,330,4.6,5,4,16.1,77777,9,999999999,279,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.2,60,101200,1203,1368,414,542,189,376,60100,20200,42300,16680,10,3.6,9,8,16.1,2130,9,999999999,259,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.6,51,101200,1237,1368,418,523,146,391,58000,15600,43800,18980,360,3.6,10,8,19.3,1010,9,999999999,240,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.1,52,101100,1190,1368,418,594,150,463,64800,15900,50900,19930,360,3.6,10,8,19.3,1010,9,999999999,240,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,101100,1067,1368,414,499,196,346,54900,20900,38600,11930,10,3.6,10,8,19.3,3050,9,999999999,229,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.0,47,101000,875,1368,408,396,182,280,43400,19200,31100,7880,30,4.6,8,6,19.3,3050,9,999999999,220,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,14.4,50,101000,627,1368,404,301,228,197,32900,23000,22300,4780,360,4.6,8,7,24.1,3050,9,999999999,220,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,14.4,50,101000,342,1368,399,126,165,85,13500,13800,10000,1620,360,5.7,7,6,24.1,3050,9,999999999,220,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.0,64,101100,62,901,373,27,21,24,2800,1200,2700,570,350,4.1,4,3,24.1,77777,9,999999999,229,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,14.4,68,101200,0,0,360,0,0,0,0,0,0,0,350,4.1,2,2,19.3,77777,9,999999999,220,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,12.8,66,101300,0,0,353,0,0,0,0,0,0,0,360,4.1,2,2,16.1,77777,9,999999999,200,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.8,70,101400,0,0,336,0,0,0,0,0,0,0,360,4.1,0,0,16.1,77777,9,999999999,200,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,10.0,63,101400,0,0,328,0,0,0,0,0,0,0,360,3.6,0,0,19.3,77777,9,999999999,170,0.1370,0,88,999.000,999.0,99.0
+1990,4,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,7.8,56,101400,0,0,324,0,0,0,0,0,0,0,10,3.6,0,0,16.1,77777,9,999999999,150,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,5.6,52,101500,0,0,316,0,0,0,0,0,0,0,360,3.6,0,0,16.1,77777,9,999999999,129,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,5.6,58,101500,0,0,315,0,0,0,0,0,0,0,350,3.1,4,1,16.1,77777,9,999999999,129,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,4.4,57,101500,0,0,309,0,0,0,0,0,0,0,340,3.6,4,1,16.1,77777,9,999999999,120,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,4.4,62,101500,0,0,298,0,0,0,0,0,0,0,360,3.1,2,0,24.1,77777,9,999999999,120,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.9,61,101500,0,0,301,0,0,0,0,0,0,0,360,4.1,3,1,24.1,77777,9,999999999,120,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.3,59,101500,0,0,300,0,0,0,0,0,0,0,10,4.1,5,1,24.1,77777,9,999999999,110,0.1370,0,88,999.000,999.0,99.0
+1990,4,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,2.8,57,101600,101,1151,304,38,102,26,3800,4600,3400,460,10,4.6,3,2,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,2.8,49,101700,395,1367,313,191,373,85,20400,32600,11000,1560,40,5.2,7,2,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,0.6,36,101700,675,1367,324,412,576,129,43100,56400,15200,2680,50,6.7,7,3,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,1.7,35,101800,914,1367,330,593,618,181,62400,62200,20600,4700,20,4.6,8,2,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,1.1,30,101800,1096,1367,342,646,452,284,69400,47200,31500,10330,360,4.1,8,3,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,2.2,31,101700,1207,1367,343,838,696,224,89500,71000,26600,10960,340,2.1,7,2,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,2.8,29,101600,1240,1367,358,822,584,292,86300,58900,32800,15880,20,3.6,8,4,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,3.3,28,101500,1193,1367,367,759,605,231,80700,61600,26800,10760,340,3.1,8,5,24.1,7620,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,2.8,26,101400,1069,1367,369,625,515,222,68500,53800,26300,7520,360,4.6,6,5,24.1,7620,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,3.9,27,101300,877,1367,370,560,568,196,60500,58700,22800,4890,340,2.1,7,4,24.1,7620,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,3.9,28,101300,630,1367,367,351,489,126,37900,48400,15500,2520,360,3.6,8,4,24.1,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,6.1,35,101300,345,1367,362,163,283,92,17300,23800,11300,1790,350,2.1,8,3,24.1,77777,9,999999999,129,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,8.9,58,101300,64,923,344,29,33,25,3000,1600,2900,520,330,2.6,7,4,24.1,7620,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,7.2,56,101300,0,0,334,0,0,0,0,0,0,0,340,3.6,7,3,24.1,77777,9,999999999,139,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,6.7,56,101400,0,0,331,0,0,0,0,0,0,0,360,3.1,8,3,24.1,77777,9,999999999,139,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,8.3,65,101400,0,0,330,0,0,0,0,0,0,0,0,0.0,8,3,24.1,77777,9,999999999,150,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,8.9,75,101300,0,0,331,0,0,0,0,0,0,0,0,0.0,10,6,24.1,7620,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101300,0,0,328,0,0,0,0,0,0,0,290,2.1,10,7,19.3,7620,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,9.4,83,101300,0,0,327,0,0,0,0,0,0,0,0,0.0,10,6,19.3,7620,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101200,0,0,325,0,0,0,0,0,0,0,0,0.0,10,7,19.3,3660,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101200,0,0,321,0,0,0,0,0,0,0,0,0.0,8,6,24.1,3660,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101200,0,0,327,0,0,0,0,0,0,0,0,0.0,8,6,19.3,3660,9,999999999,170,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101200,0,0,329,0,0,0,0,0,0,0,0,0.0,8,7,24.1,1370,9,999999999,170,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.9,77,101200,0,0,345,0,0,0,0,0,0,0,0,0.0,9,9,24.1,1370,9,999999999,160,0.1160,0,88,999.000,999.0,99.0
+1990,4,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,9.4,80,101200,105,1173,346,27,3,27,3100,0,3100,920,100,3.1,9,9,24.1,1370,9,999999999,160,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,9.4,70,101300,400,1367,357,120,79,98,13300,7200,11200,2180,20,3.1,9,9,24.1,1370,9,999999999,160,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,6.1,42,101300,680,1367,375,208,57,180,22900,5600,20100,5560,0,0.0,9,9,24.1,1680,9,999999999,129,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,5.0,35,101300,919,1367,361,625,640,196,65400,64200,22100,5070,220,2.6,6,5,24.1,7620,9,999999999,129,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,5.6,33,101300,1099,1367,364,754,641,238,79200,64800,27000,8500,130,3.1,4,3,24.1,77777,9,999999999,129,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,6.7,33,101300,1210,1367,367,824,727,181,86500,73100,21600,8250,170,3.6,3,2,19.3,77777,9,999999999,139,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,6.7,31,101200,1243,1367,373,891,733,225,95500,74900,27200,12660,190,4.6,2,2,24.1,77777,9,999999999,139,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,6.7,30,101100,1196,1367,371,879,852,134,90500,85300,15600,4900,180,4.6,1,1,24.1,77777,9,999999999,139,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,7.8,31,101000,1072,1367,368,807,847,143,85300,85400,18200,4600,250,6.2,0,0,24.1,77777,9,999999999,150,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,8.9,35,100900,880,1367,367,631,788,125,65900,78500,15200,2940,230,3.6,0,0,24.1,77777,9,999999999,160,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,10.0,38,100900,632,1367,368,408,672,98,43200,65800,12700,2050,230,4.6,0,0,24.1,77777,9,999999999,170,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,9.4,39,100900,347,1367,361,177,453,63,18400,37900,8700,1160,240,5.7,0,0,24.1,77777,9,999999999,160,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,100900,65,922,359,32,62,24,3100,2400,2900,430,180,4.1,0,0,24.1,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,12.2,57,101000,0,0,349,0,0,0,0,0,0,0,180,4.1,0,0,24.1,77777,9,999999999,189,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,12.8,63,101100,0,0,356,0,0,0,0,0,0,0,190,4.1,2,2,24.1,77777,9,999999999,200,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.8,70,101100,0,0,347,0,0,0,0,0,0,0,190,4.1,2,2,19.3,77777,9,999999999,200,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,101100,0,0,331,0,0,0,0,0,0,0,190,3.1,0,0,19.3,77777,9,999999999,200,0.1440,0,88,999.000,999.0,99.0
+1990,4,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101000,0,0,332,0,0,0,0,0,0,0,190,3.6,0,0,19.3,77777,9,999999999,200,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101000,0,0,329,0,0,0,0,0,0,0,200,3.1,0,0,19.3,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.3,84,101000,0,0,327,0,0,0,0,0,0,0,200,2.6,0,0,16.1,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,100900,0,0,330,0,0,0,0,0,0,0,180,3.1,0,0,19.3,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,100900,0,0,322,0,0,0,0,0,0,0,190,2.1,0,0,24.1,77777,9,999999999,200,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,100900,0,0,325,0,0,0,0,0,0,0,180,2.6,0,0,19.3,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,100900,0,0,327,0,0,0,0,0,0,0,180,3.1,0,0,11.3,77777,9,999999999,209,0.1440,0,88,999.000,999.0,99.0
+1990,4,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,14.4,87,100900,110,1195,331,48,207,25,4600,11400,3500,450,160,2.6,0,0,11.3,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,100900,406,1366,340,232,610,53,24300,54400,8100,1060,200,3.6,1,0,16.1,77777,9,999999999,240,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101000,685,1366,378,297,366,115,32900,36900,14300,2350,220,6.2,5,5,24.1,77777,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,101000,923,1366,373,584,680,125,63100,69700,15900,3440,220,4.6,3,2,24.1,77777,9,999999999,240,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,100900,1103,1366,380,771,797,127,82900,80900,17300,4540,200,5.2,3,2,24.1,77777,9,999999999,229,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,14.4,50,100800,1213,1366,380,919,912,109,95200,91500,13700,4640,200,6.7,2,1,24.1,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,14.4,46,100700,1246,1366,389,895,843,126,92200,84500,14900,5790,190,6.2,3,1,24.1,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,14.4,44,100600,1198,1366,397,848,798,149,90800,80900,19700,6790,180,4.6,3,2,24.1,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.9,43,100500,1074,1366,396,756,798,129,80900,80800,17200,4290,180,7.2,3,2,24.1,77777,9,999999999,209,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.9,43,100500,882,1366,391,617,826,85,64500,82000,11400,2060,160,7.7,2,1,24.1,77777,9,999999999,209,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.0,51,100500,635,1366,393,341,402,154,36100,39800,17500,3150,170,6.7,6,3,24.1,77777,9,999999999,229,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,100400,350,1366,388,165,221,109,17400,18700,12600,2190,170,5.7,8,4,24.1,77777,9,999999999,229,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,14.4,60,100400,67,945,371,33,74,25,3300,2900,3000,450,160,7.2,7,2,24.1,77777,9,999999999,220,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,16.7,76,100500,0,0,378,0,0,0,0,0,0,0,150,4.6,8,6,24.1,2740,9,999999999,250,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100500,0,0,395,0,0,0,0,0,0,0,180,5.7,9,9,24.1,1160,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100500,0,0,406,0,0,0,0,0,0,0,180,5.7,10,10,24.1,490,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,100500,0,0,396,0,0,0,0,0,0,0,160,4.6,9,9,24.1,580,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100500,0,0,410,0,0,0,0,0,0,0,160,5.2,10,10,24.1,490,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100400,0,0,410,0,0,0,0,0,0,0,170,6.2,10,10,24.1,520,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,100400,0,0,407,0,0,0,0,0,0,0,180,4.6,10,10,19.3,400,9,999999999,259,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,100500,0,0,408,0,0,0,0,0,0,0,280,4.1,10,10,19.3,370,9,999999999,270,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100700,0,0,390,0,0,0,0,0,0,0,220,6.7,10,10,6.4,430,9,999999999,250,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100500,0,0,390,0,0,0,0,0,0,0,140,4.6,10,10,9.7,850,9,999999999,250,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,100700,0,0,387,0,0,0,0,0,0,0,270,3.1,10,10,16.1,1370,9,999999999,250,0.0820,0,88,999.000,999.0,99.0
+1990,4,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,100800,115,1217,386,22,2,22,2600,0,2600,800,280,3.1,10,10,16.1,1370,9,999999999,240,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,100900,411,1365,387,69,13,65,8100,600,7900,2670,290,3.1,10,10,11.3,460,9,999999999,250,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,14.4,93,101000,690,1365,376,190,11,185,21800,900,21400,7580,320,5.7,10,10,19.3,180,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.2,90,101200,927,1365,364,302,4,299,34700,400,34400,12540,330,8.2,10,10,19.3,180,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,11.7,90,101300,1107,1365,361,301,0,301,35500,0,35500,13750,340,7.2,10,10,16.1,210,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,11.1,84,101300,1217,1365,363,355,3,352,42000,300,41700,15810,350,7.7,10,10,19.3,270,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.6,81,101300,1249,1365,363,406,7,400,47800,700,47200,17400,330,7.7,10,10,19.3,310,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.6,81,101300,1201,1365,363,365,5,360,42900,500,42500,15990,330,7.2,10,10,19.3,310,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,10.0,75,101300,1076,1365,364,355,2,354,41200,200,41100,15210,360,7.7,10,10,19.3,430,9,999999999,170,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,8.9,72,101300,884,1365,360,313,1,312,35500,100,35500,12480,350,7.7,10,10,19.3,490,9,999999999,160,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.3,72,101400,637,1365,357,198,0,198,22300,0,22300,7550,360,6.2,10,10,24.1,700,9,999999999,150,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.9,77,101500,353,1365,355,96,0,96,10700,0,10700,3360,30,4.6,10,10,24.1,580,9,999999999,160,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.3,75,101600,69,944,354,23,0,23,2600,0,2600,780,10,3.6,10,10,24.1,700,9,999999999,150,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101600,0,0,326,0,0,0,0,0,0,0,40,5.2,7,7,24.1,760,9,999999999,150,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,7.8,83,101800,0,0,318,0,0,0,0,0,0,0,40,4.1,6,6,24.1,760,9,999999999,150,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,101900,0,0,295,0,0,0,0,0,0,0,360,2.6,0,0,24.1,77777,9,999999999,150,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.2,89,101900,0,0,290,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1120,0,88,999.000,999.0,99.0
+1990,4,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101900,0,0,287,0,0,0,0,0,0,0,20,2.1,0,0,16.1,77777,9,999999999,139,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101900,0,0,282,0,0,0,0,0,0,0,330,2.1,0,0,16.1,77777,9,999999999,139,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101900,0,0,282,0,0,0,0,0,0,0,360,4.1,0,0,16.1,77777,9,999999999,139,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101800,0,0,282,0,0,0,0,0,0,0,20,3.6,0,0,16.1,77777,9,999999999,129,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101800,0,0,279,0,0,0,0,0,0,0,20,3.6,0,0,16.1,77777,9,999999999,129,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,101900,0,0,276,0,0,0,0,0,0,0,360,3.1,0,0,16.1,77777,9,999999999,129,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,5.0,96,102100,0,0,274,0,0,0,0,0,0,0,20,2.1,0,0,19.3,77777,9,999999999,129,0.1120,0,88,999.000,999.0,99.0
+1990,4,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.0,89,102100,120,1239,278,57,310,21,5400,17700,3600,390,40,3.1,0,0,19.3,77777,9,999999999,129,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,4.4,71,102300,416,1364,289,255,708,41,27200,63900,7600,980,50,3.1,0,0,19.3,77777,9,999999999,120,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,0.6,47,102400,695,1364,294,492,854,59,52100,83400,9500,1470,70,5.2,0,0,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,-1.1,37,102400,932,1364,299,710,935,73,74600,93300,10800,2040,60,8.2,0,0,24.1,77777,9,999999999,89,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,-0.6,35,102400,1111,1364,307,867,964,83,90700,96700,11700,2930,30,3.6,0,0,24.1,77777,9,999999999,89,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,0.0,35,102300,1220,1364,310,968,984,88,100900,98900,12200,4100,100,5.2,0,0,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,0.6,35,102100,1251,1364,313,992,980,93,103200,98500,12600,4810,80,5.7,1,0,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,0.6,34,102100,1203,1364,322,870,888,87,90700,89200,11800,3850,110,4.6,1,1,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,0.6,32,101900,1079,1364,334,727,725,153,76300,72900,18500,4920,90,4.6,6,3,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,0.6,32,101800,886,1364,331,592,631,182,61900,63300,20700,4550,70,3.1,8,2,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,2.2,36,101800,640,1364,333,407,612,121,42500,59500,14500,2460,100,5.2,8,2,24.1,77777,9,999999999,110,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,1.7,35,101800,355,1364,333,137,151,98,15000,13100,11500,2160,160,5.2,10,3,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,1.7,38,101800,71,966,328,32,68,23,3000,2700,2800,400,130,2.1,7,3,24.1,77777,9,999999999,100,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,6.1,69,101800,0,0,310,0,0,0,0,0,0,0,0,0.0,6,2,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,6.1,72,101900,0,0,303,0,0,0,0,0,0,0,0,0.0,5,1,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,6.7,77,102000,0,0,302,0,0,0,0,0,0,0,210,2.6,3,1,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,5.6,66,102000,0,0,305,0,0,0,0,0,0,0,200,2.1,3,1,24.1,77777,9,999999999,129,0.0500,0,88,999.000,999.0,99.0
+1990,4,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,102000,0,0,295,0,0,0,0,0,0,0,340,1.5,2,1,19.3,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,102000,0,0,292,0,0,0,0,0,0,0,0,0.0,2,1,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101900,0,0,296,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,101800,0,0,302,0,0,0,0,0,0,0,40,2.1,7,3,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.2,86,101800,0,0,304,0,0,0,0,0,0,0,40,3.1,6,3,24.1,77777,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,6.7,83,101900,0,0,315,0,0,0,0,0,0,0,50,2.1,9,7,24.1,1370,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,6.7,83,101900,0,0,320,0,0,0,0,0,0,0,70,3.6,10,8,24.1,3050,9,999999999,139,0.0500,0,88,999.000,999.0,99.0
+1990,4,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,4.4,66,102000,125,1261,330,20,3,20,2400,0,2400,740,60,5.2,10,9,24.1,3050,9,999999999,120,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,4.4,62,102000,422,1363,344,66,20,59,7200,1800,6600,1740,80,5.7,10,10,24.1,1520,9,999999999,120,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,5.0,60,102000,700,1363,350,185,23,173,21300,1800,20400,7280,80,5.2,10,10,24.1,1520,9,999999999,129,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,6.1,54,102000,936,1363,366,238,7,233,27900,600,27500,10580,60,5.2,10,10,24.1,1680,9,999999999,139,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,7.8,56,102000,1114,1363,373,329,1,329,38700,100,38600,14690,90,6.7,10,10,24.1,1830,9,999999999,150,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.0,57,101900,1223,1363,388,358,8,350,42300,700,41700,15770,100,7.2,10,10,24.1,3050,9,999999999,170,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.6,59,101900,1254,1363,388,406,6,400,47800,600,47200,17430,130,7.2,10,10,24.1,3050,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.6,59,101800,1206,1363,388,355,6,349,41900,500,41400,15670,110,5.7,10,10,24.1,1370,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,10.6,57,101800,1081,1363,391,327,0,326,38100,0,38100,14430,130,7.2,10,10,24.1,760,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,10.6,59,101700,889,1363,388,293,1,293,33600,100,33500,12050,130,6.2,10,10,24.1,3050,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,11.1,61,101700,642,1363,389,194,1,194,22000,100,22000,7500,120,6.2,10,10,24.1,1680,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,11.7,68,101700,358,1363,384,92,1,92,10400,100,10300,3290,120,6.7,10,10,24.1,760,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,12.2,73,101700,73,988,381,28,0,28,3100,0,3100,900,110,6.2,10,10,24.1,2290,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,101700,0,0,382,0,0,0,0,0,0,0,110,6.7,10,10,24.1,2290,9,999999999,200,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,101800,0,0,382,0,0,0,0,0,0,0,110,6.2,10,10,24.1,640,9,999999999,200,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101800,0,0,380,0,0,0,0,0,0,0,110,5.7,10,10,19.3,1010,9,999999999,209,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101800,0,0,381,0,0,0,0,0,0,0,110,5.2,10,10,19.3,1400,9,999999999,209,0.1990,0,88,999.000,999.0,99.0
+1990,4,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101800,0,0,381,0,0,0,0,0,0,0,100,3.6,10,10,16.1,1400,9,999999999,209,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101700,0,0,382,0,0,0,0,0,0,0,100,3.6,10,10,16.1,520,9,999999999,220,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101600,0,0,360,0,0,0,0,0,0,0,110,3.1,10,8,16.1,2130,9,999999999,220,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101600,0,0,382,0,0,0,0,0,0,0,120,3.6,10,10,16.1,490,9,999999999,229,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101500,0,0,364,0,0,0,0,0,0,0,130,5.7,7,7,16.1,1680,9,999999999,229,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101500,0,0,361,0,0,0,0,0,0,0,130,4.6,6,6,16.1,1680,9,999999999,240,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101500,0,0,368,0,0,0,0,0,0,0,90,4.1,8,8,12.9,460,9,999999999,240,0.1990,0,88,999.000,999.0,99.0
+1990,4,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,101600,130,1306,376,34,29,31,3700,1900,3500,760,90,4.1,9,9,12.9,490,9,999999999,240,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,101600,427,1362,397,115,8,112,12900,500,12700,4120,120,3.6,10,10,9.7,490,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,17.2,79,101600,704,1362,409,159,19,149,18600,1400,17800,6520,130,5.7,10,10,11.3,460,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101600,940,1362,412,335,17,324,38400,1600,37300,13320,150,6.7,10,10,16.1,550,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101600,1118,1362,418,324,13,314,38200,1200,37300,14230,130,6.7,10,10,16.1,640,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.2,66,101600,1226,1362,425,343,2,341,40700,200,40600,15490,160,6.7,10,10,16.1,760,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,101500,1257,1362,428,398,6,393,47000,600,46500,17240,130,7.7,10,10,19.3,850,9,999999999,259,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,101400,1208,1362,424,364,2,362,42900,200,42700,16090,110,6.7,10,10,19.3,850,9,999999999,279,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101300,1083,1362,424,338,2,337,39500,200,39300,14780,120,5.7,10,10,24.1,850,9,999999999,290,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101300,891,1362,424,279,1,278,32000,100,32000,11670,120,6.2,10,10,24.1,850,9,999999999,290,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101300,644,1362,421,232,1,232,25900,100,25900,8370,130,4.6,10,10,24.1,850,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101300,361,1362,421,117,0,117,12900,0,12900,3840,110,5.7,10,10,24.1,1010,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,101300,75,988,416,25,0,25,2800,0,2800,840,120,5.7,10,10,16.1,1010,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,412,0,0,0,0,0,0,0,120,5.7,10,10,8.0,340,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,412,0,0,0,0,0,0,0,120,3.6,10,10,8.0,340,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,412,0,0,0,0,0,0,0,130,4.6,10,10,8.0,150,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,412,0,0,0,0,0,0,0,140,4.1,10,10,4.8,150,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,412,0,0,0,0,0,0,0,130,5.2,10,10,4.8,180,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,412,0,0,0,0,0,0,0,130,4.6,10,10,6.4,210,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101300,0,0,416,0,0,0,0,0,0,0,160,3.6,10,10,9.7,270,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101200,0,0,416,0,0,0,0,0,0,0,160,3.1,10,10,11.3,240,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101200,0,0,412,0,0,0,0,0,0,0,170,3.6,10,10,8.0,210,9,999999999,300,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101200,0,0,417,0,0,0,0,0,0,0,170,4.6,10,10,8.0,210,9,999999999,309,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101200,0,0,417,0,0,0,0,0,0,0,170,4.6,10,10,6.4,180,9,999999999,309,0.0680,0,88,999.000,999.0,99.0
+1990,4,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101200,136,1328,417,32,0,32,3600,0,3600,1090,170,3.1,10,10,4.8,180,9,999999999,309,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101300,432,1362,417,74,1,74,8700,100,8600,3030,200,3.6,10,10,3.2,150,9,999999999,309,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,21.1,97,101300,709,1362,417,129,0,129,15300,0,15300,5830,180,3.6,10,10,3.2,150,9,999999999,320,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,21.1,97,101400,944,1362,417,191,1,191,22900,100,22800,9100,290,3.6,10,10,4.0,150,9,999999999,320,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,21.1,97,101400,1121,1362,397,556,459,178,59800,47100,20900,6970,240,3.6,8,8,12.9,1370,9,999999999,320,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,101300,1229,1362,414,733,414,360,78400,43200,39200,19920,210,3.6,7,7,16.1,7620,9,999999999,350,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,101300,1259,1362,435,570,195,390,63400,20900,44000,20730,220,5.2,9,9,16.1,580,9,999999999,329,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.7,79,101200,1210,1362,441,306,15,293,36700,1300,35600,13790,170,5.7,10,10,16.1,1010,9,999999999,329,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,19.4,87,101400,1085,1362,415,204,2,202,24700,200,24600,10010,360,2.6,10,10,16.1,760,9,999999999,290,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,101400,893,1362,411,149,2,147,17900,100,17800,7160,360,4.1,10,10,16.1,640,9,999999999,279,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,101400,647,1362,403,232,8,228,25900,700,25600,8310,360,4.6,10,10,16.1,3050,9,999999999,259,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,101400,363,1362,395,72,6,71,8300,300,8300,2740,350,5.2,10,10,19.3,580,9,999999999,229,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.9,78,101500,77,1010,376,23,5,22,2500,0,2500,760,340,3.1,9,9,19.3,1830,9,999999999,209,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,101600,0,0,373,0,0,0,0,0,0,0,310,2.6,9,9,19.3,1830,9,999999999,209,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101600,0,0,370,0,0,0,0,0,0,0,340,2.1,9,9,16.1,7620,9,999999999,209,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,101700,0,0,356,0,0,0,0,0,0,0,330,5.2,9,7,16.1,7620,9,999999999,209,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,11.1,72,101700,0,0,374,0,0,0,0,0,0,0,330,5.7,10,10,19.3,7620,9,999999999,179,0.1100,0,88,999.000,999.0,99.0
+1990,4,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,10.0,70,101700,0,0,347,0,0,0,0,0,0,0,350,6.2,8,7,19.3,7620,9,999999999,170,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,10.0,75,101800,0,0,337,0,0,0,0,0,0,0,10,4.6,8,6,19.3,7620,9,999999999,170,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.9,72,101800,0,0,328,0,0,0,0,0,0,0,10,5.7,5,4,19.3,77777,9,999999999,160,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,7.8,72,101800,0,0,317,0,0,0,0,0,0,0,10,3.6,3,2,19.3,77777,9,999999999,150,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,7.8,75,101900,0,0,314,0,0,0,0,0,0,0,30,4.1,2,2,19.3,77777,9,999999999,150,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101900,0,0,312,0,0,0,0,0,0,0,10,3.6,2,2,19.3,77777,9,999999999,150,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.2,77,102000,0,0,299,0,0,0,0,0,0,0,360,4.6,0,0,19.3,77777,9,999999999,139,0.1100,0,88,999.000,999.0,99.0
+1990,4,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.2,74,102100,141,1350,301,49,112,36,5100,5700,4500,650,10,4.6,0,0,19.3,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,7.2,67,102100,437,1361,308,235,475,84,24400,42500,10700,1560,20,9.3,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,5.6,54,102200,713,1361,314,470,665,123,49600,65900,14900,2680,30,8.8,0,0,24.1,77777,9,999999999,129,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,6.1,50,102200,948,1361,322,680,758,153,72700,77300,18700,4300,360,6.7,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,6.7,47,102200,1125,1361,330,845,815,172,88300,81700,20500,6080,20,5.2,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,7.8,45,102100,1232,1361,339,945,843,183,99400,84800,22500,9280,360,4.1,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,7.2,41,102000,1262,1361,343,970,845,186,102100,85000,23000,10800,360,6.2,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.2,40,101900,1212,1361,346,929,840,181,97500,84400,22100,8490,40,6.2,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,7.8,40,101800,1087,1361,349,812,806,168,84500,80700,19900,5400,330,4.1,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,7.8,38,101800,895,1361,352,637,746,147,67800,75700,17900,3840,350,3.6,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,7.8,40,101800,649,1361,349,416,634,115,43700,62000,14000,2380,360,4.6,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.8,41,101800,366,1361,346,183,412,73,19600,35100,10100,1320,20,4.1,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,8.9,54,101800,79,1009,332,34,52,27,3400,2600,3200,560,20,3.1,0,0,24.1,77777,9,999999999,160,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,10.0,72,101800,0,0,318,0,0,0,0,0,0,0,20,3.1,0,0,24.1,77777,9,999999999,170,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,10.0,75,101900,0,0,316,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,170,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,102000,0,0,312,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,170,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,9.4,78,102000,0,0,310,0,0,0,0,0,0,0,40,2.6,0,0,24.1,77777,9,999999999,170,0.1830,0,88,999.000,999.0,99.0
+1990,4,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,9.4,78,102000,0,0,310,0,0,0,0,0,0,0,50,2.6,0,0,24.1,77777,9,999999999,170,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,8.3,77,102000,0,0,304,0,0,0,0,0,0,0,50,2.6,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,7.8,75,101900,0,0,304,0,0,0,0,0,0,0,60,3.1,0,0,24.1,77777,9,999999999,150,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,7.2,72,101900,0,0,303,0,0,0,0,0,0,0,60,3.6,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.2,74,101900,0,0,301,0,0,0,0,0,0,0,50,3.6,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.2,83,102000,0,0,294,0,0,0,0,0,0,0,50,2.6,0,0,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,102000,0,11,303,0,0,0,0,0,0,0,40,2.6,2,2,24.1,77777,9,999999999,139,0.1830,0,88,999.000,999.0,99.0
+1990,4,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,7.8,83,102100,146,1360,310,45,70,38,5000,4000,4500,790,30,2.1,7,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.3,72,102100,442,1360,323,219,364,102,23200,33000,12500,1920,60,4.6,7,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,8.3,58,102100,718,1360,341,445,525,169,47500,53000,19500,3640,120,5.2,9,4,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,6.1,45,102100,952,1360,346,612,556,223,66000,57700,25500,6210,120,6.2,9,4,24.1,77777,9,999999999,139,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,7.2,44,102100,1128,1360,352,677,539,230,71600,54700,26100,8990,140,5.2,7,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,7.8,42,102000,1235,1360,359,856,659,258,90800,66900,29900,14230,140,4.1,8,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.8,41,102000,1264,1360,361,640,352,313,69700,36900,35300,20190,130,4.1,9,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.8,41,101900,1214,1360,361,858,691,240,91200,70300,28200,12290,150,7.7,9,3,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,7.8,42,101800,1089,1360,355,737,660,209,78200,67100,24300,7480,130,6.7,5,2,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,6.7,39,101700,897,1360,354,587,657,155,62300,66600,18300,4040,160,6.7,5,2,24.1,77777,9,999999999,139,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,6.7,41,101700,651,1360,351,396,543,137,42700,54100,16700,2790,130,6.7,7,2,24.1,77777,9,999999999,139,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,7.8,49,101800,368,1360,345,168,295,89,17600,25100,10800,1650,140,4.1,7,2,24.1,77777,9,999999999,150,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,9.4,61,101800,81,1031,338,32,39,28,3400,2000,3300,580,130,5.2,7,2,24.1,77777,9,999999999,170,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,10.0,65,101800,0,0,337,0,0,0,0,0,0,0,140,5.2,7,2,24.1,77777,9,999999999,170,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,10.0,72,101800,0,0,329,0,0,0,0,0,0,0,110,5.2,7,2,24.1,77777,9,999999999,170,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.6,81,101800,0,0,325,0,0,0,0,0,0,0,80,3.6,7,2,24.1,77777,9,999999999,179,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,101800,0,0,317,0,0,0,0,0,0,0,70,3.6,6,1,24.1,77777,9,999999999,170,0.1350,0,88,999.000,999.0,99.0
+1990,4,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,101700,0,0,317,0,0,0,0,0,0,0,70,3.6,5,1,24.1,77777,9,999999999,170,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101700,0,0,316,0,0,0,0,0,0,0,70,3.1,5,1,24.1,77777,9,999999999,179,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101700,0,0,329,0,0,0,0,0,0,0,80,3.6,7,5,16.1,7620,9,999999999,189,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101600,0,0,349,0,0,0,0,0,0,0,90,3.6,9,8,12.9,1370,9,999999999,189,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101600,0,0,364,0,0,0,0,0,0,0,90,3.1,10,9,12.9,1370,9,999999999,200,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101700,0,0,371,0,0,0,0,0,0,0,360,2.6,10,10,12.9,760,9,999999999,209,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101600,0,34,338,0,0,0,0,0,0,0,80,3.6,8,5,12.9,7620,9,999999999,200,0.1350,0,88,999.000,999.0,99.0
+1990,4,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101700,151,1359,354,43,9,42,4700,0,4700,1330,10,2.6,10,8,12.9,2440,9,999999999,209,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,14.4,90,101700,447,1359,378,101,8,99,11600,500,11500,3860,110,2.6,10,10,12.9,850,9,999999999,220,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,14.4,81,101700,722,1359,387,221,5,218,25100,400,24900,8730,110,5.2,10,10,12.9,3050,9,999999999,220,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,14.4,68,101600,955,1359,377,418,167,301,46000,17700,33500,9160,130,8.2,9,7,24.1,3050,9,999999999,220,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,14.4,66,101600,1131,1359,405,325,5,321,38300,400,37900,14510,130,7.7,10,10,24.1,760,9,999999999,220,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.0,66,101600,1237,1359,409,297,4,293,35700,300,35400,13870,130,7.7,10,10,24.1,760,9,999999999,229,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,101600,1266,1359,410,333,8,326,40000,700,39300,15130,100,6.2,10,10,24.1,760,9,999999999,229,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.6,71,101500,1217,1359,407,378,7,372,44600,600,44000,16450,130,8.2,10,10,24.1,760,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.6,71,101500,1091,1359,407,297,7,292,35100,600,34600,13400,110,5.7,10,10,24.1,850,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,15.6,73,101400,899,1359,404,267,3,265,30800,300,30700,11380,120,5.7,10,10,24.1,640,9,999999999,229,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101400,653,1359,401,164,4,162,18900,300,18700,6700,110,7.2,10,10,24.1,760,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101400,371,1359,401,87,2,86,9800,100,9800,3200,110,5.7,10,10,16.1,490,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.7,87,101500,83,1053,396,17,0,17,2000,0,2000,620,110,5.7,10,10,12.9,580,9,999999999,250,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101500,0,0,398,0,0,0,0,0,0,0,120,5.7,10,10,11.3,1370,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101500,0,0,396,0,0,0,0,0,0,0,110,4.6,10,10,12.9,1370,9,999999999,250,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101500,0,0,397,0,0,0,0,0,0,0,120,3.6,10,10,11.3,340,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101500,0,0,397,0,0,0,0,0,0,0,140,3.6,10,10,11.3,340,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101600,0,0,400,0,0,0,0,0,0,0,100,3.6,10,10,11.3,520,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101500,0,0,397,0,0,0,0,0,0,0,110,3.6,10,10,12.9,700,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101400,0,0,394,0,0,0,0,0,0,0,110,4.1,10,10,9.7,490,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101400,0,0,397,0,0,0,0,0,0,0,110,3.1,10,10,9.7,310,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,80,3.6,10,10,8.0,210,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101300,0,0,398,0,0,0,0,0,0,0,130,2.6,10,10,9.7,210,9,999999999,270,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101300,0,57,398,0,0,0,0,0,0,0,130,2.6,10,10,9.7,490,9,999999999,270,0.1500,0,88,999.000,999.0,99.0
+1990,4,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,101400,157,1359,398,37,0,37,4100,0,4100,1240,190,2.6,10,10,4.0,520,9,999999999,270,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101700,452,1359,372,70,1,70,8300,100,8300,2950,330,8.8,10,10,0.8,120,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101400,726,1359,372,148,1,148,17400,100,17400,6590,180,3.6,10,10,12.9,610,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101700,959,1359,362,357,76,303,39300,7800,33800,10880,280,2.6,10,9,12.9,1370,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101700,1134,1359,349,624,304,371,68200,33000,40600,14520,200,3.1,9,7,16.1,1680,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,14.4,90,101600,1240,1359,355,649,290,384,71600,31600,42700,20230,240,2.1,10,7,16.1,3050,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.6,78,101600,1269,1359,365,796,441,384,84900,46100,41800,25720,60,2.6,8,5,24.1,7620,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.0,68,101500,1219,1359,363,861,644,283,90500,65000,32100,14610,110,2.6,3,2,24.1,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,14.4,60,101400,1093,1359,371,751,627,247,78800,63200,27800,8780,30,4.6,2,2,24.1,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,101300,901,1359,377,579,572,200,62700,59200,23300,5170,360,2.6,3,2,24.1,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,13.9,52,101300,655,1359,382,334,324,178,36000,33400,19900,3890,360,4.1,3,3,24.1,77777,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.3,54,101300,373,1359,367,156,238,91,16700,20800,11000,1750,360,2.1,1,1,24.1,77777,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,101300,86,1053,342,32,19,30,3500,1200,3400,710,320,2.1,0,0,24.1,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101300,0,0,334,0,0,0,0,0,0,0,20,2.1,0,0,24.1,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101400,0,0,331,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101400,0,0,326,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101400,0,0,319,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,200,0.2870,0,88,999.000,999.0,99.0
+1990,4,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101400,0,0,319,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,200,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,97,101400,0,0,314,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,200,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,101300,0,0,311,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,189,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,101400,0,0,308,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,189,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101300,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,179,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101400,0,0,307,0,0,0,0,0,0,0,60,1.5,0,0,9.7,77777,9,999999999,179,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,11.1,96,101400,1,79,305,0,0,0,0,0,0,0,80,2.1,0,0,4.8,77777,9,999999999,179,0.2870,0,88,999.000,999.0,99.0
+1990,4,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.3,97,101400,162,1358,317,60,222,34,6400,12700,4900,600,90,2.6,0,0,4.8,77777,9,999999999,209,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.6,87,101400,457,1358,337,262,576,70,27700,52800,9900,1360,150,3.1,0,0,4.8,77777,9,999999999,229,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.1,78,101400,730,1358,348,494,736,99,51600,72500,12500,2120,140,5.2,0,0,4.8,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,101400,963,1358,374,622,595,201,65300,60000,22700,5610,170,5.2,4,4,24.1,77777,9,999999999,229,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.6,62,101400,1137,1358,379,749,643,210,79800,65600,24700,8530,120,5.2,3,3,24.1,77777,9,999999999,229,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.1,60,101400,1242,1358,391,707,455,292,77500,47700,33700,17180,200,3.6,5,5,24.1,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,16.7,60,101300,1271,1358,403,721,382,363,77300,39900,39900,24620,180,3.6,7,7,24.1,850,9,999999999,250,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101200,1220,1358,405,621,326,328,69200,35500,37200,15970,180,4.1,6,6,24.1,850,9,999999999,259,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.7,56,101100,1095,1358,409,318,74,259,35300,7500,29200,10970,160,3.1,7,7,24.1,850,9,999999999,250,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.7,56,101100,903,1358,409,492,406,222,52700,42000,24700,5800,150,3.6,7,7,24.1,850,9,999999999,250,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.7,56,101000,657,1358,416,273,148,202,29900,15100,22600,4980,160,5.2,8,8,24.1,850,9,999999999,250,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.8,67,101000,376,1358,390,167,338,74,17900,29100,9800,1340,140,4.1,4,4,24.1,77777,9,999999999,270,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,101000,88,1075,382,36,31,33,3900,1900,3700,770,140,4.1,6,5,24.1,7620,9,999999999,270,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.2,81,100900,0,0,367,0,0,0,0,0,0,0,150,4.1,3,3,19.3,77777,9,999999999,259,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,100900,0,0,359,0,0,0,0,0,0,0,150,4.1,2,2,16.1,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101000,0,0,353,0,0,0,0,0,0,0,140,3.6,3,2,12.9,77777,9,999999999,229,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101100,0,0,343,0,0,0,0,0,0,0,210,2.1,3,1,12.9,77777,9,999999999,229,0.1240,0,88,999.000,999.0,99.0
+1990,4,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101100,0,0,349,0,0,0,0,0,0,0,160,2.6,5,2,16.1,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101200,0,0,346,0,0,0,0,0,0,0,20,2.1,5,2,16.1,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101200,0,0,376,0,0,0,0,0,0,0,320,2.1,9,9,12.9,700,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101200,0,0,368,0,0,0,0,0,0,0,0,0.0,10,8,12.9,760,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101000,0,0,349,0,0,0,0,0,0,0,120,3.1,9,3,12.9,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100900,0,0,343,0,0,0,0,0,0,0,130,4.6,4,2,11.3,77777,9,999999999,240,0.1240,0,88,999.000,999.0,99.0
+1990,4,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,101000,1,124,335,1,0,1,0,0,0,0,130,3.6,0,0,4.8,77777,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,101100,167,1357,346,44,38,39,4800,2300,4500,820,70,2.6,4,2,6.4,77777,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,101100,461,1357,356,219,298,118,23500,28100,13900,2350,180,4.6,3,1,9.7,77777,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.7,71,101100,734,1357,375,366,301,203,39600,31600,22400,4670,140,5.2,6,3,24.1,77777,9,999999999,250,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.1,62,101100,966,1357,383,620,472,285,65500,48900,30600,8300,170,4.6,8,3,24.1,77777,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.0,52,101100,1140,1357,393,773,520,336,82200,54200,36500,14080,140,3.6,9,4,24.1,77777,9,999999999,229,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.1,52,101100,1245,1357,397,859,543,362,92100,56700,39900,21780,200,6.2,8,3,24.1,77777,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,101000,1273,1357,414,877,567,345,94700,59300,38900,23700,180,4.6,9,6,24.1,7620,9,999999999,250,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.1,52,101000,1222,1357,412,718,385,371,76400,40200,40100,20370,180,5.7,10,7,24.1,1160,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,100900,1097,1357,419,712,400,389,77200,43300,42100,14270,170,4.6,10,7,24.1,1160,9,999999999,250,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.6,49,100900,905,1357,429,302,17,291,34700,1600,33700,12170,180,4.6,9,9,24.1,1160,9,999999999,229,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.7,54,100900,660,1357,413,256,91,212,28100,9000,23700,6240,170,4.6,9,7,24.1,7620,9,999999999,250,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,16.1,56,100900,378,1357,398,142,128,106,15400,11400,12300,2350,110,4.1,8,5,24.1,7620,9,999999999,240,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,100900,90,1074,375,26,13,24,2800,800,2700,590,120,5.7,5,3,24.1,77777,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101000,0,0,370,0,0,0,0,0,0,0,120,4.1,7,3,24.1,77777,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,101000,0,0,371,0,0,0,0,0,0,0,130,3.6,9,4,12.9,77777,9,999999999,270,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101000,0,0,365,0,0,0,0,0,0,0,130,3.6,8,3,12.9,77777,9,999999999,270,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,101000,0,0,362,0,0,0,0,0,0,0,140,3.6,8,3,12.9,77777,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,100900,0,0,362,0,0,0,0,0,0,0,140,3.1,7,4,11.3,7620,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100900,0,0,381,0,0,0,0,0,0,0,160,4.1,9,8,11.3,240,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,100900,0,0,401,0,0,0,0,0,0,0,170,3.6,10,10,11.3,240,9,999999999,270,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,100900,0,0,401,0,0,0,0,0,0,0,170,3.6,10,10,11.3,240,9,999999999,270,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100900,0,0,381,0,0,0,0,0,0,0,160,3.1,9,8,12.9,240,9,999999999,259,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101000,0,0,404,0,0,0,0,0,0,0,190,3.1,10,10,12.9,240,9,999999999,270,0.2850,0,88,999.000,999.0,99.0
+1990,4,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101000,1,147,400,1,0,1,0,0,0,0,130,4.1,10,10,6.4,270,9,999999999,259,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,101200,172,1356,401,28,12,27,3100,800,3000,700,360,5.2,10,10,3.2,430,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101300,466,1356,404,140,4,139,15700,300,15600,4990,30,4.6,10,10,3.2,430,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101400,738,1356,408,193,0,193,22300,0,22300,8140,30,5.7,10,10,4.8,640,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.3,79,101500,970,1356,416,280,6,276,32600,500,32300,12220,10,5.2,10,10,11.3,1160,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.8,69,101400,1143,1356,399,587,370,275,63700,38700,31000,11500,120,5.2,7,7,16.1,1680,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,101300,1247,1356,390,880,801,143,90300,80200,16300,6570,170,6.2,2,2,16.1,77777,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.8,56,101200,1275,1356,385,982,903,133,101000,90500,15600,7260,190,5.7,0,0,16.1,77777,9,999999999,259,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.8,53,101100,1224,1356,408,845,703,211,90900,72100,25700,11470,210,6.7,3,3,11.3,77777,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.8,51,101000,1099,1356,407,762,710,187,81600,72700,22600,6960,190,5.7,7,2,16.1,77777,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101100,907,1356,412,562,518,216,60400,53600,24500,5670,210,4.1,8,3,16.1,77777,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,101100,662,1356,408,369,455,147,39500,45500,17200,3030,200,3.6,8,4,19.3,77777,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,101100,380,1356,412,186,316,99,19500,27200,11800,1860,180,3.6,8,5,24.1,7620,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,101100,92,1096,398,36,56,30,3800,2900,3600,620,190,3.6,7,3,24.1,77777,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,18.9,69,101200,0,0,406,0,0,0,0,0,0,0,220,2.6,8,7,24.1,760,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101300,0,0,394,0,0,0,0,0,0,0,340,2.1,7,6,24.1,760,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101400,0,0,399,0,0,0,0,0,0,0,340,2.1,9,8,16.1,460,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101400,0,0,390,0,0,0,0,0,0,0,10,3.6,8,7,12.9,580,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101300,0,0,416,0,0,0,0,0,0,0,50,3.1,10,10,11.3,210,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101500,0,0,403,0,0,0,0,0,0,0,60,4.6,10,10,11.3,310,9,999999999,259,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101500,0,0,399,0,0,0,0,0,0,0,60,4.1,10,10,11.3,310,9,999999999,250,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101500,0,0,389,0,0,0,0,0,0,0,60,4.1,10,10,11.3,310,9,999999999,229,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101600,0,0,385,0,0,0,0,0,0,0,60,4.1,10,10,11.3,310,9,999999999,229,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101600,0,0,384,0,0,0,0,0,0,0,70,4.1,10,10,12.9,270,9,999999999,220,0.1070,0,88,999.000,999.0,99.0
+1990,4,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.3,81,101600,2,169,380,1,0,1,0,0,0,0,80,5.7,10,10,12.9,430,9,999999999,209,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.8,81,101700,177,1355,376,29,2,29,3400,0,3400,1070,80,4.6,10,10,12.9,430,9,999999999,200,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,11.7,73,101800,470,1355,350,210,276,114,22600,26200,13500,2250,60,5.7,7,6,16.1,580,9,999999999,189,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,12.2,75,101800,742,1355,379,171,2,170,19900,200,19900,7430,60,6.2,10,10,19.3,550,9,999999999,189,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,11.7,70,101800,973,1355,370,321,66,274,35500,6700,30600,10170,50,5.2,9,9,19.3,490,9,999999999,189,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,13.3,68,101800,1146,1355,384,371,84,300,41500,9000,33900,12010,60,6.2,9,9,19.3,580,9,999999999,209,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.9,66,101800,1250,1355,366,784,507,316,85100,53100,36000,19430,90,4.6,9,4,19.3,77777,9,999999999,209,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.9,64,101700,1277,1355,375,802,583,253,85600,59400,29500,17450,100,4.6,9,6,16.1,760,9,999999999,209,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.1,62,101700,1226,1355,412,434,125,321,48700,13400,36500,15600,120,5.7,10,9,16.1,760,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.6,64,101600,1100,1355,416,249,10,241,29900,800,29200,11600,100,5.2,10,10,16.1,760,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,16.1,64,101600,908,1355,400,325,107,253,36000,11300,28300,7370,120,5.2,10,8,16.1,760,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.1,66,101500,664,1355,386,341,315,186,36600,32600,20600,4110,130,6.7,7,6,11.3,1680,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.1,71,101500,383,1355,391,155,68,136,17000,6200,15200,3350,120,6.2,10,8,11.3,1680,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,101500,94,1118,375,28,30,25,3100,1600,2900,520,140,3.6,8,6,11.3,7620,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101600,0,0,391,0,0,0,0,0,0,0,130,3.1,9,9,16.1,520,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101700,0,0,369,0,0,0,0,0,0,0,110,3.1,7,6,16.1,460,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101700,0,0,387,0,0,0,0,0,0,0,120,3.1,9,9,16.1,610,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101700,0,0,387,0,0,0,0,0,0,0,110,2.6,9,9,16.1,640,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,101700,0,0,401,0,0,0,0,0,0,0,130,2.6,10,10,16.1,640,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101700,0,0,385,0,0,0,0,0,0,0,110,2.6,9,9,16.1,7620,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101700,0,0,385,0,0,0,0,0,0,0,90,1.5,10,9,16.1,640,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101600,0,0,386,0,0,0,0,0,0,0,50,2.1,10,10,9.7,640,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101600,0,0,386,0,0,0,0,0,0,0,70,2.6,10,10,9.7,640,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101500,0,0,358,0,0,0,0,0,0,0,50,2.6,9,6,6.4,7620,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1990,4,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,101500,2,192,380,0,0,0,0,0,0,0,90,3.6,10,9,3.2,120,9,999999999,259,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,101600,182,1355,398,33,11,32,3700,800,3600,830,120,3.6,10,10,3.2,180,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101700,475,1355,400,140,2,139,15700,100,15600,5050,90,3.1,10,10,4.8,240,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101700,746,1355,410,171,1,170,19900,100,19900,7450,110,4.6,10,10,6.4,270,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,13.3,57,101800,976,1355,410,284,6,280,33100,500,32700,12390,110,3.6,10,10,9.7,400,9,999999999,209,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.3,74,101800,1149,1355,423,360,1,359,42200,100,42100,15780,130,3.6,10,10,11.3,610,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,101800,1252,1355,426,420,6,415,49400,600,48900,17880,140,4.6,10,10,14.5,760,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.3,67,101700,1279,1355,412,536,183,364,60000,19600,41400,21430,130,6.2,10,8,14.5,760,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,101600,1228,1355,436,309,8,302,37100,700,36500,14180,140,5.7,10,10,12.9,760,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101600,1102,1355,429,414,47,376,45700,4800,41800,15270,130,5.7,10,10,12.9,1160,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101600,910,1355,418,337,155,233,37500,16500,26400,6800,130,7.2,10,9,12.9,2440,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,101500,666,1355,412,203,62,173,22400,6100,19400,5340,130,7.2,10,9,12.9,2440,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.9,79,101600,385,1355,409,95,32,86,10400,2900,9600,2360,120,6.2,9,9,12.9,460,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,101600,97,1118,417,17,1,17,2000,0,2000,630,120,3.1,10,10,12.9,460,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,101700,0,0,417,0,0,0,0,0,0,0,150,3.6,10,10,11.3,460,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101700,0,0,395,0,0,0,0,0,0,0,120,3.1,8,8,9.7,340,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101700,0,0,395,0,0,0,0,0,0,0,130,4.1,8,8,11.3,340,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101700,0,0,395,0,0,0,0,0,0,0,130,2.6,8,8,11.3,340,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101700,0,0,392,0,0,0,0,0,0,0,120,2.6,8,8,11.3,310,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101700,0,0,412,0,0,0,0,0,0,0,130,2.6,10,10,11.3,340,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101700,0,0,412,0,0,0,0,0,0,0,130,2.6,10,10,11.3,270,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101600,0,0,400,0,0,0,0,0,0,0,130,3.1,9,9,9.7,270,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101600,0,0,379,0,0,0,0,0,0,0,130,2.6,6,6,8.0,7620,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101600,0,0,392,0,0,0,0,0,0,0,130,2.1,8,8,8.0,270,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1990,4,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,19.4,87,101600,3,214,395,0,0,0,0,0,0,0,120,3.1,8,8,8.0,270,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,101600,186,1354,404,33,10,32,3700,700,3600,830,130,4.1,9,9,8.0,270,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101700,479,1354,413,152,58,131,16600,5500,14700,3620,150,7.2,9,9,11.3,340,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,101700,750,1354,416,198,54,168,21800,5400,18900,5570,170,4.1,9,9,12.9,430,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.3,67,101700,979,1354,421,377,124,288,41800,13200,32200,9020,130,6.7,9,9,16.1,520,9,999999999,279,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,101800,1151,1354,419,509,248,298,56600,27000,33600,11920,140,5.7,8,8,19.3,700,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,101800,1254,1354,427,604,312,315,67800,34000,36200,17550,170,6.2,8,8,19.3,640,9,999999999,270,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,101700,1281,1354,427,658,275,398,72800,29900,44400,25500,140,6.7,8,8,24.1,700,9,999999999,270,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101700,1229,1354,426,600,310,319,67100,33800,36400,16160,130,4.1,8,8,24.1,700,9,999999999,309,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.6,67,101600,1103,1354,420,675,409,342,71300,42600,36500,13150,130,5.2,7,7,16.1,700,9,999999999,309,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,101600,912,1354,419,372,188,246,41400,20000,27900,7200,130,3.6,8,8,16.1,760,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,101600,668,1354,413,259,140,190,28400,14400,21300,4710,130,6.2,8,7,12.9,700,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.0,76,101600,388,1354,390,199,411,83,21300,35800,11000,1520,120,4.1,3,3,12.9,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101600,99,1140,384,39,52,33,4100,2700,3900,690,120,4.1,3,3,12.9,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101700,0,0,370,0,0,0,0,0,0,0,130,2.6,1,1,11.3,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101700,0,0,379,0,0,0,0,0,0,0,130,2.6,3,3,11.3,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101700,0,0,376,0,0,0,0,0,0,0,130,2.6,3,3,11.3,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101700,0,0,379,0,0,0,0,0,0,0,130,2.6,5,5,11.3,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101700,0,0,379,0,0,0,0,0,0,0,130,2.6,5,5,11.3,77777,9,999999999,300,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101700,0,0,381,0,0,0,0,0,0,0,130,2.6,6,6,11.3,700,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101700,0,0,375,0,0,0,0,0,0,0,140,2.1,5,5,9.7,77777,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101700,0,0,379,0,0,0,0,0,0,0,120,2.1,6,6,9.7,700,9,999999999,290,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,372,0,0,0,0,0,0,0,60,2.1,5,5,9.7,77777,9,999999999,279,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101700,0,0,369,0,0,0,0,0,0,0,0,0.0,8,6,8.0,7620,9,999999999,279,0.1540,0,88,999.000,999.0,99.0
+1990,4,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.8,97,101700,4,237,369,0,0,0,0,0,0,0,60,2.1,8,7,4.8,700,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.9,97,101700,191,1353,363,58,68,49,6400,4500,5800,1030,60,2.6,7,3,4.8,77777,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101800,483,1353,368,248,415,100,26500,38800,12600,1880,110,2.6,2,1,6.4,77777,9,999999999,309,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.0,76,101800,754,1353,419,285,74,244,31400,7500,27200,7600,130,3.1,9,9,12.9,270,9,999999999,300,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,101800,982,1353,416,517,313,290,56500,33800,31900,8620,150,2.6,9,8,16.1,520,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.8,56,101800,1154,1353,423,562,183,406,61800,19500,45100,16580,120,3.6,9,8,19.3,640,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,101800,1256,1353,427,695,362,359,74600,37800,39400,23090,140,3.6,9,8,24.1,640,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101700,1282,1353,430,633,279,369,70500,30400,41600,23820,120,3.6,8,8,19.3,640,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101600,1231,1353,430,559,135,436,61500,14400,48400,21650,120,4.1,8,8,19.3,760,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101500,1105,1353,427,379,107,292,42400,11500,33000,10880,140,4.6,7,7,19.3,850,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,101500,914,1353,412,585,567,202,63400,58800,23600,5330,120,4.1,5,5,19.3,77777,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.8,56,101400,670,1353,405,344,383,155,36700,38300,17700,3230,130,4.6,4,4,19.3,77777,9,999999999,259,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,101400,390,1353,396,187,389,76,20100,34000,10300,1380,130,3.1,2,2,19.3,77777,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,101400,101,1161,373,42,106,29,4100,4800,3700,520,140,4.1,0,0,19.3,77777,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101400,0,0,365,0,0,0,0,0,0,0,130,2.1,0,0,16.1,77777,9,999999999,300,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101500,0,0,362,0,0,0,0,0,0,0,160,2.6,0,0,16.1,77777,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101500,0,0,360,0,0,0,0,0,0,0,160,2.1,0,0,16.1,77777,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101500,0,0,369,0,0,0,0,0,0,0,180,2.1,2,2,11.3,77777,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101400,0,0,415,0,0,0,0,0,0,0,170,2.1,10,10,11.3,270,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101400,0,0,415,0,0,0,0,0,0,0,170,2.1,10,10,16.1,310,9,999999999,290,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101400,0,0,414,0,0,0,0,0,0,0,170,2.1,10,10,19.3,400,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101400,0,0,381,0,0,0,0,0,0,0,180,2.1,6,6,16.1,430,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101400,0,0,371,0,0,0,0,0,0,0,70,2.1,5,5,16.1,77777,9,999999999,270,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101400,0,0,386,0,0,0,0,0,0,0,80,2.1,8,8,12.9,760,9,999999999,279,0.1410,0,88,999.000,999.0,99.0
+1990,4,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.9,97,101400,5,259,376,1,1,1,0,0,0,0,80,2.6,7,7,4.8,180,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,19.4,93,101500,196,1352,383,60,51,53,6600,3400,6100,1120,80,2.1,10,7,6.4,150,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.6,87,101500,487,1352,392,191,202,119,20700,19400,13600,2370,130,3.1,7,6,11.3,1010,9,999999999,309,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,101500,757,1352,403,343,176,244,37400,18300,27200,6360,160,3.1,7,7,11.3,370,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,101500,985,1352,411,528,348,275,58000,37600,30500,8140,160,4.1,7,7,19.3,430,9,999999999,270,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,101500,1156,1352,427,520,61,468,57300,6300,51900,19770,140,4.6,8,8,24.1,430,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.2,51,101400,1258,1352,429,536,205,345,59700,22300,38900,19800,170,3.6,8,8,24.1,700,9,999999999,259,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.2,49,101300,1284,1352,425,824,567,285,87100,57400,32500,20690,150,4.1,8,7,24.1,760,9,999999999,259,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101200,1232,1352,430,402,49,357,44500,5000,39900,18070,130,4.1,9,8,24.1,640,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101100,1107,1352,448,295,1,294,34900,100,34800,13550,110,4.1,10,10,24.1,850,9,999999999,300,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,101000,915,1352,427,324,121,242,36000,12900,27300,7110,120,4.6,9,8,24.1,700,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101000,672,1352,417,287,180,198,31500,18500,22300,4920,160,4.6,9,7,24.1,850,9,999999999,270,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,101000,393,1352,403,137,53,122,15000,4800,13600,3130,160,4.1,8,5,24.1,7620,9,999999999,270,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101000,104,1161,394,28,9,27,3100,600,3000,660,180,3.1,9,5,19.3,7620,9,999999999,270,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.9,76,101100,0,0,383,0,0,0,0,0,0,0,180,2.6,4,3,16.1,77777,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101100,0,0,377,0,0,0,0,0,0,0,170,2.6,2,2,16.1,77777,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,101200,0,0,388,0,0,0,0,0,0,0,170,2.6,5,5,16.1,77777,9,999999999,300,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101100,0,0,399,0,0,0,0,0,0,0,160,2.6,8,8,16.1,310,9,999999999,300,0.1000,0,88,999.000,999.0,99.0
+1990,4,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101100,0,0,396,0,0,0,0,0,0,0,160,2.1,8,8,12.9,310,9,999999999,300,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101100,0,0,395,0,0,0,0,0,0,0,180,2.6,8,8,12.9,310,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101000,0,0,373,0,0,0,0,0,0,0,200,2.1,4,4,16.1,77777,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101000,0,0,386,0,0,0,0,0,0,0,190,2.6,7,7,16.1,270,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101000,0,0,378,0,0,0,0,0,0,0,190,2.6,6,6,16.1,400,9,999999999,279,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101000,0,0,379,0,0,0,0,0,0,0,170,2.6,6,6,16.1,400,9,999999999,290,0.1000,0,88,999.000,999.0,99.0
+1990,4,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,101000,6,282,378,3,4,3,0,0,0,0,150,2.6,7,6,9.7,430,9,999999999,279,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,19.4,87,101100,200,1352,384,64,31,60,7100,2300,6700,1410,180,2.6,10,6,9.7,370,9,999999999,290,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,101100,491,1352,385,235,387,95,25400,36400,12100,1780,160,2.6,8,4,12.9,77777,9,999999999,300,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101200,760,1352,397,306,199,194,33400,21000,21500,4490,170,3.1,7,6,16.1,760,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101200,988,1352,408,440,259,250,48500,28000,28000,7330,190,3.1,7,7,19.3,850,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,101200,1158,1352,415,721,610,198,77300,62500,23600,8730,150,4.1,7,7,19.3,850,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.2,54,101200,1260,1352,411,431,180,264,49100,19700,30700,15060,150,3.6,6,6,24.1,850,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,101100,1286,1352,421,585,337,265,65000,35400,31300,19990,120,4.6,8,8,24.1,850,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.9,59,101000,1234,1352,422,618,316,330,69000,34400,37500,17170,110,5.2,7,7,24.1,1010,9,999999999,290,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.2,56,101000,1108,1352,408,504,251,298,55800,27300,33400,10880,110,5.7,7,6,24.1,1160,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,100900,917,1352,406,492,301,289,53400,32300,31400,8010,140,5.7,7,5,24.1,7620,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.8,60,100900,674,1352,399,380,510,127,39800,50000,14800,2660,130,5.7,6,4,24.1,7620,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,100900,395,1352,390,162,219,99,17400,19600,11700,1920,150,5.2,5,4,24.1,77777,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,100900,106,1183,384,34,51,28,3600,2700,3400,580,130,4.6,5,4,24.1,77777,9,999999999,259,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,17.8,76,100900,0,0,372,0,0,0,0,0,0,0,140,3.1,3,2,24.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,17.8,76,101000,0,0,372,0,0,0,0,0,0,0,150,3.1,5,2,16.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,101100,0,0,365,0,0,0,0,0,0,0,160,3.6,3,1,16.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101100,0,0,362,0,0,0,0,0,0,0,150,3.1,2,1,16.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101100,0,0,374,0,0,0,0,0,0,0,140,2.6,5,4,16.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101000,0,0,353,0,0,0,0,0,0,0,130,3.1,3,0,16.1,77777,9,999999999,270,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100900,0,0,366,0,0,0,0,0,0,0,120,2.6,2,2,16.1,77777,9,999999999,279,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,100800,0,0,378,0,0,0,0,0,0,0,140,3.6,7,5,12.9,7620,9,999999999,290,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,100800,0,0,381,0,0,0,0,0,0,0,140,2.6,7,6,11.3,400,9,999999999,290,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,100700,0,0,384,0,0,0,0,0,0,0,120,3.6,7,6,11.3,370,9,999999999,290,0.0610,0,88,999.000,999.0,99.0
+1990,4,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,100800,6,304,418,0,0,0,0,0,0,0,150,2.6,10,10,11.3,340,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,100800,205,1351,418,36,1,36,4100,0,4100,1330,150,3.6,10,10,12.9,400,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,100900,495,1351,425,96,1,96,11200,100,11200,3950,150,4.1,10,10,16.1,400,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,101000,764,1351,428,218,1,217,25000,100,24900,9040,160,4.6,10,10,16.1,430,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,101000,991,1351,440,293,9,286,34100,800,33500,12690,170,3.6,10,10,16.1,520,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101000,1161,1351,429,384,3,381,44800,300,44600,16490,140,5.7,10,10,16.1,1010,9,999999999,309,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100900,1262,1351,413,561,294,286,61600,30800,32700,18980,130,7.2,9,7,16.1,1010,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,100900,1287,1351,419,691,345,362,77000,37600,41100,24240,130,7.2,8,8,19.3,910,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,100800,1235,1351,427,465,92,381,51500,9400,42800,19300,140,7.7,9,9,19.3,760,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,100700,1109,1351,411,583,389,264,63400,40700,29900,10190,140,7.7,9,7,19.3,760,9,999999999,270,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,100700,919,1351,437,245,6,240,28500,500,28200,10760,120,5.7,10,10,19.3,760,9,999999999,279,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,100800,676,1351,410,260,207,156,28400,21500,17600,3360,110,6.2,10,8,24.1,1220,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,100800,397,1351,407,141,68,121,15400,6200,13600,3130,130,7.2,10,8,24.1,1370,9,999999999,290,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,100900,108,1182,405,36,10,35,3900,600,3900,820,120,5.2,10,8,24.1,1160,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100900,0,0,413,0,0,0,0,0,0,0,110,4.6,10,9,19.3,1400,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100900,0,0,422,0,0,0,0,0,0,0,110,5.2,10,10,16.1,1370,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101000,0,0,405,0,0,0,0,0,0,0,140,4.1,10,8,16.1,490,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101000,0,0,405,0,0,0,0,0,0,0,120,4.6,10,8,16.1,490,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100900,0,0,425,0,0,0,0,0,0,0,120,6.2,10,10,16.1,490,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100800,0,0,422,0,0,0,0,0,0,0,140,5.7,10,10,16.1,430,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100800,0,0,422,0,0,0,0,0,0,0,150,3.6,10,10,16.1,430,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100900,0,0,422,0,0,0,0,0,0,0,130,4.1,10,10,16.1,580,9,999999999,300,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100800,0,0,423,0,0,0,0,0,0,0,150,3.6,10,10,16.1,640,9,999999999,309,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,100900,0,0,408,0,0,0,0,0,0,0,170,3.1,9,9,16.1,460,9,999999999,309,0.1070,0,88,999.000,999.0,99.0
+1990,4,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,100900,7,326,422,0,0,0,0,0,0,0,150,4.1,10,10,12.9,700,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,100900,209,1350,422,37,3,37,4300,0,4300,1360,130,4.6,10,10,16.1,550,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101000,499,1350,425,105,7,102,12100,400,11900,4160,140,4.6,10,10,16.1,700,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,101000,767,1350,407,377,317,197,41100,33500,22000,4590,140,7.2,7,7,19.3,700,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,101000,994,1350,438,374,108,295,41400,11500,32900,9420,140,5.7,10,10,16.1,760,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.6,79,101000,1163,1350,432,187,0,187,23100,0,23100,9510,140,5.7,10,10,16.1,520,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,101000,1264,1350,441,348,3,345,41500,300,41300,15790,140,5.7,10,10,16.1,520,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,101000,1289,1350,439,362,6,356,43200,500,42700,16240,130,6.2,10,10,16.1,520,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,100900,1237,1350,433,370,48,326,41000,4900,36500,16890,130,5.7,9,9,19.3,760,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.6,72,100900,1111,1350,409,658,498,248,71900,52100,28900,9590,130,7.7,6,6,19.3,610,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100800,920,1350,409,480,352,240,52700,37900,26800,6480,120,7.7,6,6,19.3,640,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100800,677,1350,413,305,227,192,32900,23600,21100,4290,120,7.2,7,7,19.3,700,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.6,79,100800,400,1350,411,96,33,86,10500,3000,9600,2390,130,6.2,8,8,16.1,1220,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,100900,111,1204,417,24,4,24,2800,0,2800,850,140,4.1,10,9,16.1,700,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100900,0,0,417,0,0,0,0,0,0,0,130,4.1,10,9,16.1,610,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100800,0,0,402,0,0,0,0,0,0,0,120,5.7,8,7,16.1,640,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100900,0,0,409,0,0,0,0,0,0,0,130,5.2,9,8,14.5,580,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100900,0,0,417,0,0,0,0,0,0,0,130,4.1,9,9,14.5,700,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100900,0,0,417,0,0,0,0,0,0,0,150,5.2,10,9,14.5,1220,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100900,0,0,417,0,0,0,0,0,0,0,130,4.6,9,9,14.5,1310,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100700,0,0,413,0,0,0,0,0,0,0,130,3.6,10,9,14.5,1010,9,999999999,300,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,19.4,79,100700,0,0,413,0,0,0,0,0,0,0,140,4.6,10,9,14.5,610,9,999999999,290,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,19.4,79,100700,0,0,397,0,0,0,0,0,0,0,140,4.6,9,7,14.5,760,9,999999999,290,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,19.4,79,100500,0,0,404,0,0,0,0,0,0,0,130,4.6,9,8,14.5,640,9,999999999,290,0.1280,0,88,999.000,999.0,99.0
+1990,4,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,100600,8,349,413,1,0,1,0,0,0,0,120,7.2,9,9,11.3,700,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,100600,213,1349,412,41,18,38,4500,1300,4300,990,140,5.7,10,9,12.9,760,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,100700,503,1349,431,94,2,93,10900,100,10900,3880,130,7.7,10,10,16.1,850,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,100700,770,1349,425,292,69,253,32100,7000,28200,7950,130,6.7,9,9,19.3,850,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,100700,996,1349,419,481,223,317,53100,23700,35500,10160,170,6.7,9,8,19.3,850,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,100700,1165,1349,419,693,364,379,75900,39500,41700,16260,150,5.2,9,8,19.3,910,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,100600,1265,1349,438,287,31,258,31900,3100,29000,14640,150,5.7,10,10,16.1,910,9,999999999,300,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100500,1290,1349,434,283,4,279,34500,300,34100,13490,120,6.2,10,10,16.1,1010,9,999999999,329,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,100600,1238,1349,387,181,6,175,22600,400,22200,9050,360,6.2,10,10,0.8,210,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.6,90,100500,1112,1349,386,194,11,186,23900,800,23200,9400,20,3.6,10,10,12.9,1680,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,100500,922,1349,386,171,10,164,20600,800,20100,7980,10,2.6,10,10,11.3,2590,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,16.1,97,100500,679,1349,384,128,7,124,15100,500,14800,5560,70,3.1,10,10,11.3,3350,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,100600,402,1349,376,99,53,84,11000,4800,9600,2350,70,4.1,10,9,9.7,3050,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,100300,113,1226,358,40,22,38,4400,1400,4200,880,90,7.7,9,6,12.9,3050,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,100400,0,0,376,0,0,0,0,0,0,0,90,4.1,9,9,24.1,4570,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,100400,0,0,376,0,0,0,0,0,0,0,100,3.1,9,9,24.1,4570,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,100400,0,0,379,0,0,0,0,0,0,0,100,2.1,10,9,24.1,4570,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100400,0,0,373,0,0,0,0,0,0,0,290,2.1,10,9,24.1,4570,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100400,0,0,355,0,0,0,0,0,0,0,290,3.1,7,6,24.1,7620,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,100400,0,0,365,0,0,0,0,0,0,0,90,2.1,8,8,24.1,610,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,100400,0,0,368,0,0,0,0,0,0,0,90,2.6,9,8,19.3,490,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100300,0,0,379,0,0,0,0,0,0,0,100,3.1,10,9,16.1,460,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,100300,0,0,366,0,0,0,0,0,0,0,100,3.6,10,7,12.9,7620,9,999999999,259,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,100300,0,0,379,0,0,0,0,0,0,0,100,2.6,10,9,12.9,4570,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1990,4,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.8,97,100200,10,371,394,1,0,1,0,0,0,0,110,2.6,10,10,11.3,6100,9,999999999,259,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,100200,218,1349,398,47,2,47,5300,0,5300,1660,0,0.0,10,10,11.3,520,9,999999999,259,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,100300,507,1349,408,103,1,103,12000,100,11900,4220,140,2.6,10,10,11.3,370,9,999999999,270,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,19.4,87,100300,773,1349,415,196,8,192,22800,600,22500,8340,190,4.1,10,10,12.9,430,9,999999999,290,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,100300,999,1349,424,278,5,274,32500,400,32200,12370,200,4.1,10,10,12.9,460,9,999999999,290,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.0,76,100300,1167,1349,411,471,235,267,52900,25600,30700,11140,230,6.2,8,8,12.9,880,9,999999999,300,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,100300,1267,1349,408,831,559,305,90800,58600,35600,21050,200,4.6,6,6,19.3,980,9,999999999,290,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,100200,1291,1349,413,675,292,395,74800,31800,44200,27600,190,4.1,6,6,19.3,1100,9,999999999,270,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.8,51,100100,1239,1349,414,688,381,337,74100,39900,37400,20380,220,3.6,4,4,19.3,77777,9,999999999,259,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.2,51,100000,1114,1349,410,716,480,320,76300,50000,34900,12680,200,3.6,4,4,24.1,77777,9,999999999,250,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,100000,923,1349,419,501,377,243,53400,39000,26600,6620,220,3.6,6,6,24.1,1370,9,999999999,270,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,100000,681,1349,416,279,155,201,30600,15900,22600,5020,200,4.6,6,6,19.3,7620,9,999999999,270,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,100000,404,1349,410,142,177,89,15400,16000,10500,1690,210,4.1,7,5,24.1,7620,9,999999999,290,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,100000,116,1225,405,32,11,30,3400,700,3300,730,200,4.1,7,6,24.1,1220,9,999999999,290,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100100,0,0,426,0,0,0,0,0,0,0,220,5.2,10,10,11.3,910,9,999999999,320,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,100300,0,0,391,0,0,0,0,0,0,0,300,3.6,10,9,16.1,2130,9,999999999,250,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100400,0,0,368,0,0,0,0,0,0,0,310,3.1,6,6,24.1,3050,9,999999999,259,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,100600,0,0,355,0,0,0,0,0,0,0,360,3.1,4,3,24.1,77777,9,999999999,250,0.2120,0,88,999.000,999.0,99.0
+1990,4,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,100700,0,0,332,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,209,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.8,87,100600,0,0,321,0,0,0,0,0,0,0,40,2.1,0,0,24.1,77777,9,999999999,200,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,100600,0,0,318,0,0,0,0,0,0,0,260,1.5,0,0,24.1,77777,9,999999999,189,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,100500,0,0,313,0,0,0,0,0,0,0,280,2.1,0,0,24.1,77777,9,999999999,189,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,97,100600,0,0,311,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,189,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,100700,0,0,324,0,0,0,0,0,0,0,290,1.5,3,3,24.1,77777,9,999999999,189,0.2120,0,88,999.000,999.0,99.0
+1990,4,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.7,93,100700,11,393,324,7,12,5,0,0,0,0,330,2.6,4,3,32.2,77777,9,999999999,189,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,12.8,90,100800,222,1348,329,93,279,48,9900,19000,6700,860,250,2.6,2,2,32.2,77777,9,999999999,200,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.3,81,100800,510,1348,340,293,575,76,31000,54300,10400,1520,260,2.6,2,2,32.2,77777,9,999999999,209,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,11.7,59,100800,776,1348,354,527,716,115,56300,72200,14600,2710,160,2.6,2,2,32.2,77777,9,999999999,189,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,10.6,48,100800,1001,1348,367,685,678,182,72800,69000,21400,5590,170,2.6,4,3,24.1,77777,9,999999999,170,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,10.0,40,100800,1169,1348,374,837,779,161,88600,78600,20200,6880,130,2.6,5,2,24.1,77777,9,999999999,170,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,10.6,38,100700,1268,1348,383,917,756,205,95700,75800,24200,12960,110,4.1,6,2,24.1,77777,9,999999999,170,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,8.9,32,100600,1293,1348,387,949,814,168,101500,82500,22200,12770,150,4.6,4,2,24.1,77777,9,999999999,160,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,8.9,30,100500,1240,1348,392,915,822,158,97900,83300,21000,9000,150,6.2,4,2,32.2,77777,9,999999999,160,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,10.0,32,100500,1115,1348,398,761,713,171,82100,73300,21300,6790,150,6.2,6,3,32.2,77777,9,999999999,170,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.3,41,100400,925,1348,390,572,670,112,60800,67500,14400,2990,160,4.6,3,1,32.2,77777,9,999999999,200,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.0,47,100300,683,1348,398,421,573,131,43900,56300,15300,2760,170,5.2,7,3,32.2,77777,9,999999999,220,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.7,54,100300,407,1348,394,189,319,94,20000,28300,11500,1750,160,4.6,8,2,24.1,77777,9,999999999,250,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,100300,118,1247,389,44,116,31,4500,5600,4000,560,160,5.2,7,2,24.1,77777,9,999999999,290,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100300,0,0,387,0,0,0,0,0,0,0,170,4.1,6,4,19.3,7620,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100300,0,0,425,0,0,0,0,0,0,0,160,4.6,10,10,16.1,700,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100400,0,0,426,0,0,0,0,0,0,0,190,3.6,10,10,16.1,520,9,999999999,309,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100300,0,0,426,0,0,0,0,0,0,0,170,2.6,10,10,16.1,520,9,999999999,309,0.0860,0,88,999.000,999.0,99.0
+1990,4,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100300,0,0,426,0,0,0,0,0,0,0,180,4.1,10,10,16.1,460,9,999999999,309,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100300,0,0,426,0,0,0,0,0,0,0,160,2.6,10,10,16.1,460,9,999999999,309,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100200,0,0,410,0,0,0,0,0,0,0,180,4.1,9,9,16.1,490,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100200,0,0,399,0,0,0,0,0,0,0,180,2.6,8,8,16.1,490,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100200,0,0,388,0,0,0,0,0,0,0,160,2.1,6,6,16.1,490,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100200,0,0,385,0,0,0,0,0,0,0,160,2.1,6,6,16.1,460,9,999999999,300,0.0860,0,88,999.000,999.0,99.0
+1990,4,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,100200,12,415,408,2,0,2,0,0,0,0,160,2.6,10,9,11.3,460,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,100300,226,1347,410,50,20,46,5400,1500,5200,1190,180,4.1,9,9,11.3,460,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,100300,514,1347,402,211,182,142,23200,17800,16400,3290,170,3.6,7,7,16.1,460,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,100300,779,1347,381,528,714,115,56400,72100,14600,2720,170,3.6,0,0,19.3,77777,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.0,61,100400,1003,1347,394,731,796,137,76900,80100,17100,3970,180,4.1,0,0,19.3,77777,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100400,1171,1347,400,864,818,152,91900,82800,19800,6630,180,6.2,0,0,19.3,77777,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.0,52,100300,1270,1347,409,969,857,160,103800,86900,21700,10630,190,4.6,0,0,19.3,77777,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.0,50,100300,1294,1347,412,987,858,162,105900,87100,22100,12530,200,6.7,0,0,19.3,77777,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.1,55,100200,1242,1347,410,942,851,158,100900,86300,21200,9080,170,4.6,0,0,24.1,77777,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,21.1,57,100200,1116,1347,407,826,818,148,87600,82600,19000,5490,150,4.6,0,0,24.1,77777,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.6,57,100200,926,1347,411,572,627,142,61400,64000,17300,3950,170,5.2,3,1,24.1,77777,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100200,685,1347,418,379,421,165,40300,42300,18700,3490,180,6.2,6,3,24.1,77777,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,100300,409,1347,409,164,220,98,17700,20000,11600,1890,160,4.1,4,3,24.1,77777,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100300,121,1269,407,34,60,27,3600,2900,3300,470,170,4.6,5,5,24.1,77777,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,100400,0,0,404,0,0,0,0,0,0,0,160,2.6,5,5,24.1,77777,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,100500,0,0,428,0,0,0,0,0,0,0,180,2.6,9,9,16.1,730,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100500,0,0,409,0,0,0,0,0,0,0,170,3.1,7,7,16.1,730,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100500,0,0,412,0,0,0,0,0,0,0,170,2.6,8,8,16.1,700,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.0,76,100500,0,0,431,0,0,0,0,0,0,0,180,3.6,10,10,16.1,700,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.0,76,100500,0,0,411,0,0,0,0,0,0,0,170,2.6,8,8,16.1,730,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100500,0,0,397,0,0,0,0,0,0,0,190,2.1,6,6,16.1,700,9,999999999,300,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100500,0,0,415,0,0,0,0,0,0,0,160,2.1,9,9,16.1,520,9,999999999,320,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100500,0,0,429,0,0,0,0,0,0,0,190,2.1,10,10,16.1,850,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100500,0,0,391,0,0,0,0,0,0,0,160,2.1,5,5,16.1,77777,9,999999999,309,0.1460,0,88,999.000,999.0,99.0
+1990,4,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,100500,13,438,383,5,0,5,0,0,0,0,160,2.6,7,3,11.3,77777,9,999999999,320,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,100600,230,1347,391,65,18,62,7100,1400,6900,1520,130,3.1,9,4,11.3,77777,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,517,1347,436,127,5,125,14500,300,14400,4940,170,3.6,10,10,12.9,580,9,999999999,320,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,100700,782,1347,418,355,136,276,38600,14200,30400,7330,140,4.1,10,7,19.3,760,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,100800,1006,1347,415,650,475,295,68700,49300,31800,9290,160,4.1,9,5,19.3,7620,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.0,61,100800,1173,1347,421,747,523,291,81000,54700,33200,13660,170,3.6,7,6,19.3,1010,9,999999999,300,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,19.4,57,100800,1271,1347,413,922,656,302,97000,66200,34400,20930,180,4.6,3,3,19.3,77777,9,999999999,290,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.6,57,100800,1295,1347,431,745,444,318,81400,46500,36500,26530,160,3.1,6,6,19.3,1220,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.6,55,100700,1243,1347,431,786,556,273,83200,56300,31000,16420,160,3.1,5,5,19.3,77777,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.2,65,100700,1117,1347,430,611,374,301,65600,39000,33100,12050,120,4.6,6,6,19.3,1370,9,999999999,340,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.8,70,100700,928,1347,433,440,237,277,47900,25500,30300,7730,120,6.2,7,7,19.3,1370,9,999999999,359,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,22.8,74,100700,687,1347,422,319,153,241,34600,15700,26600,6050,130,5.2,6,6,19.3,1370,9,999999999,350,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,22.8,79,100700,411,1347,427,142,38,130,15500,3500,14400,3360,130,4.1,9,8,16.1,520,9,999999999,350,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,23.3,85,100700,123,1268,418,37,8,36,4100,0,4100,1160,130,4.1,8,7,16.1,610,9,999999999,370,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,100800,0,0,431,0,0,0,0,0,0,0,120,2.6,9,9,12.9,610,9,999999999,370,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,100800,0,0,422,0,0,0,0,0,0,0,130,2.1,9,8,12.9,340,9,999999999,370,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.6,22.4,91,100900,0,0,436,0,0,0,0,0,0,0,110,2.5,10,10,12.9,400,9,999999999,370,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.7,21.4,85,100900,0,0,417,0,0,0,0,0,0,0,130,3.0,9,9,12.9,430,9,999999999,359,0.2000,0,88,999.000,999.0,99.0
+1990,4,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.7,20.5,85,100900,0,0,411,0,0,0,0,0,0,0,140,3.4,9,9,12.9,430,9,999999999,359,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.8,19.5,85,101200,0,0,416,0,0,0,0,0,0,0,250,3.9,10,10,16.1,460,9,999999999,309,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.8,18.6,90,101200,0,0,409,0,0,0,0,0,0,0,90,4.3,10,10,19.3,850,9,999999999,259,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.9,17.6,87,101100,0,0,403,0,0,0,0,0,0,0,260,4.8,10,10,9.7,850,9,999999999,259,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101000,0,0,396,0,0,0,0,0,0,0,60,5.2,10,10,11.3,850,9,999999999,250,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101000,0,0,362,0,0,0,0,0,0,0,110,3.6,7,4,24.1,7620,9,999999999,259,0.2000,0,88,999.000,999.0,99.0
+1986,5,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,101100,14,437,372,6,4,5,0,0,0,0,120,3.6,7,7,24.1,2440,9,999999999,259,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101100,233,1346,389,76,93,60,8300,6800,7100,1280,110,3.1,10,9,16.1,1070,9,999999999,259,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101200,520,1346,404,101,3,100,11800,200,11700,4180,360,4.1,10,10,19.3,1370,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101200,785,1346,404,230,10,224,26400,900,25900,9400,70,3.1,10,10,16.1,610,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,1008,1346,410,246,9,239,29100,700,28600,11220,70,4.6,10,10,16.1,610,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,101200,1174,1346,414,195,0,195,24000,0,24000,9870,30,3.1,10,10,8.0,460,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101300,1273,1346,400,222,9,213,27500,700,26800,10770,320,3.1,10,10,3.2,460,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101200,1296,1346,400,271,0,271,33100,0,33100,13190,100,3.6,10,10,8.0,550,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101200,1244,1346,400,409,2,408,48200,200,48000,17680,10,3.1,10,10,12.9,150,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101200,1118,1346,396,391,82,323,43300,8400,36300,13860,90,2.1,10,9,24.1,240,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,101100,929,1346,414,213,5,210,25300,400,25000,9790,120,2.1,10,10,24.1,460,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,101200,688,1346,414,183,11,178,21100,900,20700,7420,150,3.6,10,10,19.3,520,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.8,79,101200,413,1346,413,116,2,116,13100,100,13000,4170,0,0.0,10,10,19.3,580,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,126,1290,399,25,16,23,2700,1000,2600,590,70,3.1,10,9,19.3,700,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101200,0,0,396,0,0,0,0,0,0,0,80,2.6,9,9,19.3,700,9,999999999,279,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101300,0,0,379,0,0,0,0,0,0,0,0,0.0,8,7,16.1,2440,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101400,0,0,390,0,0,0,0,0,0,0,0,0.0,9,9,16.1,1070,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101400,0,0,404,0,0,0,0,0,0,0,350,2.1,10,10,16.1,1070,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101400,0,0,404,0,0,0,0,0,0,0,10,2.1,10,10,16.1,610,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101300,0,0,404,0,0,0,0,0,0,0,20,1.5,10,10,16.1,700,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101300,0,0,401,0,0,0,0,0,0,0,30,1.5,10,10,16.1,3050,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101300,0,0,401,0,0,0,0,0,0,0,0,0.0,10,10,16.1,1220,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101300,0,0,401,0,0,0,0,0,0,0,30,2.1,10,10,16.1,1220,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101300,0,0,401,0,0,0,0,0,0,0,10,3.1,10,10,1.2,30,9,999999999,270,0.0830,0,88,999.000,999.0,99.0
+1986,5,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,101400,16,460,401,0,0,0,0,0,0,0,20,3.6,10,10,3.2,60,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101500,237,1345,404,37,4,36,4300,100,4300,1390,60,3.6,10,10,3.2,60,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,101500,523,1345,408,107,8,104,12400,500,12200,4320,60,3.6,10,10,3.2,120,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,101600,787,1345,411,216,8,211,24900,700,24500,9030,70,3.1,10,10,8.0,120,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,101600,1010,1345,418,324,1,323,37500,100,37500,13970,70,4.1,10,10,8.0,270,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,101600,1176,1345,417,247,1,246,29900,100,29900,11980,110,5.2,10,10,11.3,460,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,101700,1274,1345,417,361,1,361,43200,100,43100,16370,100,5.2,10,10,16.1,370,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,101700,1297,1345,414,236,4,232,29200,300,28900,11610,70,4.6,10,10,12.9,490,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101700,1245,1345,410,426,2,425,50100,200,49900,18170,50,4.1,10,10,16.1,520,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.8,84,101700,1120,1345,407,404,1,403,46700,100,46700,16900,30,6.7,10,10,9.7,700,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101700,930,1345,408,196,1,196,23400,100,23400,9280,40,5.2,10,10,9.7,210,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.8,84,101700,690,1345,407,137,1,136,16100,100,16000,6050,50,4.6,10,10,11.3,270,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101700,416,1345,404,110,1,110,12400,100,12400,4040,50,5.7,10,10,11.3,240,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,101800,128,1312,402,33,0,33,3700,0,3700,1100,40,5.7,10,10,11.3,1010,9,999999999,250,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101800,0,0,402,0,0,0,0,0,0,0,40,4.1,10,10,16.1,1010,9,999999999,250,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101900,0,0,403,0,0,0,0,0,0,0,60,3.1,10,10,16.1,1010,9,999999999,259,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101900,0,0,400,0,0,0,0,0,0,0,60,3.1,10,10,11.3,310,9,999999999,259,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101900,0,0,385,0,0,0,0,0,0,0,50,3.6,9,9,12.9,1370,9,999999999,240,0.1210,0,88,999.000,999.0,99.0
+1986,5,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,14.4,78,101900,0,0,379,0,0,0,0,0,0,0,40,3.1,9,9,19.3,2290,9,999999999,220,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101900,0,0,359,0,0,0,0,0,0,0,50,3.6,7,7,19.3,2290,9,999999999,209,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,101900,0,0,361,0,0,0,0,0,0,0,30,3.6,8,8,19.3,2290,9,999999999,200,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,12.8,81,101900,0,0,349,0,0,0,0,0,0,0,50,2.6,6,6,19.3,2290,9,999999999,200,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,12.2,78,101900,0,0,352,0,0,0,0,0,0,0,50,2.6,7,7,19.3,2290,9,999999999,189,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.2,81,101900,0,0,346,0,0,0,0,0,0,0,20,3.1,7,6,19.3,2290,9,999999999,189,0.1210,0,88,999.000,999.0,99.0
+1986,5,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,11.7,81,101900,17,482,337,10,7,9,0,0,0,0,40,3.6,5,4,24.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,11.1,70,101900,241,1344,327,110,374,44,11400,27400,6500,800,60,4.6,0,0,24.1,77777,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,10.6,63,102000,526,1344,338,321,643,70,34200,61400,10100,1430,60,5.2,1,1,24.1,77777,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,10.0,53,102000,790,1344,348,437,545,117,46700,55100,14200,2790,90,7.7,1,1,24.1,77777,9,999999999,170,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,11.7,53,102000,1012,1344,358,709,760,136,74800,76500,17000,4030,70,6.2,1,1,24.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,11.1,45,102000,1177,1344,373,874,834,143,93800,84700,19500,6510,100,4.6,3,2,24.1,77777,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,11.7,45,102000,1275,1344,383,892,692,235,95600,70800,28300,17080,50,6.7,7,4,24.1,7620,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,11.7,42,102000,1298,1344,382,912,731,205,95500,73400,24400,16250,60,5.7,3,2,24.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,11.7,41,101900,1246,1344,380,877,753,178,92600,75900,22100,10370,70,5.2,6,1,24.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,11.7,39,101800,1121,1344,383,789,798,123,81300,79900,14600,3900,100,5.7,3,1,24.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,10.6,37,101700,932,1344,381,647,782,105,69400,79100,14500,2900,110,5.2,1,1,24.1,77777,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,11.1,38,101700,692,1344,391,363,447,133,39500,45100,16200,2780,90,4.6,3,3,24.1,77777,9,999999999,179,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,12.2,42,101700,418,1344,380,227,541,60,24000,48700,8900,1170,90,5.2,1,1,19.3,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.3,54,101700,131,1311,361,52,194,30,5300,10200,4200,530,50,2.6,0,0,24.1,77777,9,999999999,209,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,13.9,61,101700,0,0,353,0,0,0,0,0,0,0,90,3.1,0,0,24.1,77777,9,999999999,209,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,13.9,64,101700,0,0,351,0,0,0,0,0,0,0,120,2.6,0,0,24.1,77777,9,999999999,209,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,14.4,76,101700,0,0,341,0,0,0,0,0,0,0,80,2.1,0,0,24.1,77777,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,14.4,78,101700,0,0,338,0,0,0,0,0,0,0,80,2.6,0,0,19.3,77777,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1986,5,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101700,0,0,333,0,0,0,0,0,0,0,50,2.1,0,0,16.1,77777,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101700,0,0,328,0,0,0,0,0,0,0,330,1.5,0,0,16.1,77777,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,101600,0,0,327,0,0,0,0,0,0,0,50,1.5,0,0,16.1,77777,9,999999999,209,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101600,0,0,328,0,0,0,0,0,0,0,30,2.1,0,0,16.1,77777,9,999999999,220,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101600,0,0,322,0,0,0,0,0,0,0,30,2.1,0,0,16.1,77777,9,999999999,209,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101600,0,0,318,0,0,0,0,0,0,0,60,2.6,0,0,16.1,77777,9,999999999,189,0.1120,0,88,999.000,999.0,99.0
+1986,5,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.7,84,101700,18,504,317,9,0,9,0,0,0,0,50,2.6,0,0,19.3,77777,9,999999999,189,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,11.7,75,101700,244,1344,331,79,125,56,8400,8900,6800,1030,70,2.6,1,1,24.1,77777,9,999999999,189,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,12.2,65,101700,529,1344,350,267,331,136,28700,32600,15800,2770,90,4.1,3,2,24.1,77777,9,999999999,189,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.3,61,101700,792,1344,362,466,425,215,49100,43400,23500,5040,100,4.1,6,2,24.1,77777,9,999999999,209,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,13.9,54,101700,1014,1344,380,669,592,223,70100,59700,25000,6890,120,4.1,4,3,24.1,77777,9,999999999,209,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.6,54,101600,1179,1344,382,823,642,260,86800,65000,29700,12240,130,4.6,3,1,24.1,77777,9,999999999,240,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,14.4,47,101600,1276,1344,391,914,680,268,97200,69100,31400,19560,130,4.1,2,2,24.1,77777,9,999999999,220,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.7,54,101500,1299,1344,394,936,677,281,99400,68700,32800,24000,100,4.1,2,2,24.1,77777,9,999999999,250,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.1,49,101400,1247,1344,399,889,663,274,94100,67200,31600,17000,100,5.7,2,2,24.1,77777,9,999999999,240,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,16.1,51,101300,1122,1344,400,751,534,305,80600,55800,33900,12440,110,6.7,3,3,24.1,77777,9,999999999,240,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.2,56,101200,933,1344,395,604,524,240,64600,54300,26700,6650,140,5.7,2,2,24.1,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101200,694,1344,392,407,450,175,43100,45300,19700,3750,100,6.2,2,2,24.1,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,101200,420,1344,381,187,289,97,19700,25900,11600,1810,120,4.6,1,1,24.1,77777,9,999999999,270,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,101100,134,1333,381,38,9,37,4200,0,4200,1200,120,5.2,10,3,19.3,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,17.2,73,101200,0,0,372,0,0,0,0,0,0,0,120,4.1,9,2,19.3,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,101200,0,0,365,0,0,0,0,0,0,0,130,4.1,6,1,19.3,77777,9,999999999,270,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101200,0,0,355,0,0,0,0,0,0,0,130,3.6,4,0,19.3,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101100,0,0,355,0,0,0,0,0,0,0,140,3.6,0,0,12.9,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101100,0,0,355,0,0,0,0,0,0,0,140,4.6,0,0,12.9,77777,9,999999999,259,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.3,81,101000,0,0,377,0,0,0,0,0,0,0,150,4.1,4,4,16.1,77777,9,999999999,270,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.3,79,101000,0,0,416,0,0,0,0,0,0,0,130,3.6,10,10,16.1,1010,9,999999999,279,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,101000,0,0,377,0,0,0,0,0,0,0,150,3.6,3,3,16.1,77777,9,999999999,279,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,101000,0,0,391,0,0,0,0,0,0,0,150,3.6,7,7,12.9,370,9,999999999,279,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101000,0,0,375,0,0,0,0,0,0,0,160,3.1,3,3,11.3,77777,9,999999999,279,0.2990,0,88,999.000,999.0,99.0
+1986,5,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.0,87,101000,20,526,407,9,1,9,0,0,0,0,180,3.6,9,9,8.0,370,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,101000,248,1343,392,90,170,59,9600,12200,7400,1090,170,3.1,7,7,8.0,460,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101000,532,1343,428,181,3,179,20100,200,20000,6370,160,5.2,10,10,8.0,370,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,101000,794,1343,403,344,139,261,37500,14500,28900,7000,160,5.7,8,6,11.3,550,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101000,1015,1343,407,660,634,181,70300,64600,21300,5760,160,5.7,7,4,12.9,3050,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101000,1180,1343,419,537,314,261,59000,32900,30000,12640,160,7.7,9,6,16.1,3050,9,999999999,279,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101000,1277,1343,418,855,617,267,90800,62700,31000,19700,160,8.2,8,5,19.3,3050,9,999999999,270,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,100900,1300,1343,418,927,740,210,100500,76200,26600,18380,180,7.7,5,5,19.3,77777,9,999999999,270,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.9,55,100900,1248,1343,423,942,729,265,100000,74000,31100,16600,150,6.2,8,6,16.1,3050,9,999999999,279,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,100900,1123,1343,440,330,98,248,37300,10500,28500,9680,150,7.2,10,9,16.1,3050,9,999999999,279,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,100800,935,1343,435,362,64,318,39900,6500,35400,11160,140,7.2,10,9,16.1,3050,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.9,63,100800,696,1343,431,259,77,219,28500,7700,24500,6650,150,6.2,10,9,16.1,3050,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,100800,422,1343,437,102,7,100,11600,400,11500,3810,140,5.7,10,10,16.1,3050,9,999999999,279,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,100800,136,1332,434,25,1,25,2900,0,2900,900,150,5.2,10,10,16.1,3050,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,19.4,74,100900,0,0,419,0,0,0,0,0,0,0,160,4.1,9,9,16.1,3050,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100900,0,0,428,0,0,0,0,0,0,0,180,4.1,10,10,16.1,610,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,19.4,79,101000,0,0,424,0,0,0,0,0,0,0,120,3.1,10,10,16.1,610,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101000,0,0,413,0,0,0,0,0,0,0,140,3.6,9,9,12.9,490,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100900,0,0,402,0,0,0,0,0,0,0,140,3.1,8,8,12.9,460,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100900,0,0,388,0,0,0,0,0,0,0,140,3.1,6,6,11.3,460,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100900,0,0,407,0,0,0,0,0,0,0,170,3.1,9,9,11.3,340,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,100800,0,0,408,0,0,0,0,0,0,0,110,3.1,9,9,11.3,340,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,100800,0,0,379,0,0,0,0,0,0,0,110,4.1,3,3,6.4,77777,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100800,0,0,367,0,0,0,0,0,0,0,120,3.1,1,1,4.8,77777,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1986,5,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,100900,21,548,385,8,8,7,0,0,0,0,130,3.6,8,6,3.2,7620,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,100900,251,1342,385,105,224,63,11100,16200,8100,1180,110,3.1,8,5,3.2,7620,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,101000,535,1342,389,273,340,137,29300,33600,15900,2800,120,3.1,7,4,4.8,4880,9,999999999,320,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.6,72,101000,797,1342,421,386,220,256,42300,23000,28600,6880,180,5.7,9,8,6.4,430,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101000,1017,1342,415,647,562,221,67800,56700,24800,6900,170,6.7,7,6,11.3,760,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.6,63,101000,1182,1342,433,716,465,306,77400,48600,34400,15020,170,5.2,8,8,11.3,850,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,101000,1278,1342,433,866,619,276,91800,62800,31900,20540,180,5.2,7,7,11.3,850,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.0,57,100900,1301,1342,427,877,639,257,93700,65200,30400,22590,140,7.7,7,6,11.3,1010,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.0,55,100900,1249,1342,427,658,402,284,72300,42200,33000,18330,120,6.2,5,5,12.9,77777,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.6,57,100900,1124,1342,436,581,448,206,62000,45700,23600,8370,140,7.7,7,7,12.9,1010,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,20.6,61,100800,936,1342,446,330,79,276,36500,8000,30900,9960,130,4.6,9,9,12.9,1070,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,100800,697,1342,432,255,90,208,28000,9000,23300,6400,120,3.6,9,8,12.9,1070,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.0,63,100800,425,1342,418,170,145,124,18500,13400,14200,2790,140,4.1,7,6,12.9,1070,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100800,139,1342,399,56,202,33,5600,10600,4500,590,150,4.1,5,3,12.9,77777,9,999999999,300,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.6,76,100700,0,11,385,0,0,0,0,0,0,0,140,3.6,3,1,12.9,77777,9,999999999,309,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100900,0,0,392,0,0,0,0,0,0,0,130,3.1,4,3,11.3,77777,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,101000,0,0,422,0,0,0,0,0,0,0,130,3.1,9,9,9.7,460,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100900,0,0,392,0,0,0,0,0,0,0,120,3.1,5,4,9.7,77777,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100900,0,0,404,0,0,0,0,0,0,0,140,3.1,8,7,9.7,460,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100900,0,0,419,0,0,0,0,0,0,0,130,3.1,10,9,9.7,610,9,999999999,329,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100800,0,0,433,0,0,0,0,0,0,0,150,2.6,10,10,9.7,610,9,999999999,320,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100800,0,0,436,0,0,0,0,0,0,0,140,3.1,10,10,9.7,700,9,999999999,320,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100800,0,0,436,0,0,0,0,0,0,0,150,3.1,10,10,11.3,700,9,999999999,320,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100800,0,0,436,0,0,0,0,0,0,0,160,5.2,10,10,11.3,700,9,999999999,320,0.0700,0,88,999.000,999.0,99.0
+1986,5,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100900,22,548,436,6,0,6,700,0,700,230,160,4.6,10,10,11.3,760,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,100900,254,1342,436,40,4,40,4700,100,4700,1540,160,5.7,10,10,9.7,460,9,999999999,309,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,101000,538,1342,415,263,293,146,28200,29000,16600,3020,180,4.6,8,7,9.7,460,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,101000,799,1342,403,420,375,197,44800,38400,21900,4610,170,5.2,7,3,12.9,77777,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.6,63,101000,1019,1342,422,602,431,274,64300,44900,30100,8840,170,5.2,7,6,16.1,760,9,999999999,309,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.6,63,101000,1183,1342,422,844,708,219,90100,72300,26200,10670,170,5.2,7,6,16.1,760,9,999999999,309,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.6,57,100900,1279,1342,424,887,628,288,93800,63600,33100,21600,150,4.6,6,4,19.3,7620,9,999999999,309,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,18.9,51,100900,1302,1342,434,561,89,474,61900,9200,53000,29550,170,9.3,10,7,19.3,7620,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,18.9,50,100800,1249,1342,454,472,204,282,53400,22300,32600,16050,150,8.2,10,9,19.3,7620,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,19.4,55,100800,1125,1342,448,452,69,395,50000,7100,44000,16650,140,5.7,10,9,24.1,7620,9,999999999,290,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,100700,937,1342,420,420,224,263,45900,24200,29000,7370,120,5.2,8,6,19.3,7620,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,100700,699,1342,416,272,62,240,29900,6200,26700,7170,110,4.1,9,6,19.3,7620,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100700,427,1342,431,138,88,110,15200,8200,12500,2480,120,5.2,10,9,12.9,610,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.7,79,100700,142,1342,419,36,24,33,3900,1600,3700,800,130,5.2,9,8,11.3,610,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100700,0,34,436,0,0,0,0,0,0,0,140,5.2,10,10,11.3,610,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100800,0,0,424,0,0,0,0,0,0,0,130,4.1,9,9,11.3,460,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100800,0,0,437,0,0,0,0,0,0,0,120,3.6,10,10,11.3,370,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100700,0,0,416,0,0,0,0,0,0,0,150,3.1,8,8,11.3,370,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100700,0,0,425,0,0,0,0,0,0,0,140,3.6,9,9,11.3,370,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.2,88,100600,0,0,434,0,0,0,0,0,0,0,120,3.6,10,10,9.7,400,9,999999999,340,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100500,0,0,434,0,0,0,0,0,0,0,140,3.1,10,10,11.3,400,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100600,0,0,437,0,0,0,0,0,0,0,150,3.1,10,10,12.9,760,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100500,0,0,437,0,0,0,0,0,0,0,130,3.6,10,10,12.9,760,9,999999999,329,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100600,0,0,436,0,0,0,0,0,0,0,150,3.6,10,10,16.1,760,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,24,570,436,9,0,9,1100,0,1100,330,160,3.6,10,10,11.3,460,9,999999999,320,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,257,1341,436,45,1,45,5200,0,5200,1700,180,3.6,10,10,11.3,460,9,999999999,320,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.7,77,100800,540,1341,444,117,1,117,13600,100,13500,4810,180,4.1,10,10,11.3,760,9,999999999,329,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,100800,801,1341,428,355,187,244,39100,19600,27300,6580,170,5.2,9,8,12.9,1370,9,999999999,320,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.0,61,100800,1020,1341,433,585,360,310,63800,39000,34100,9900,170,6.7,9,8,12.9,1370,9,999999999,300,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,20.0,59,100800,1184,1341,424,745,522,283,81100,54700,32700,14020,130,6.2,8,6,19.3,7620,9,999999999,300,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100700,1280,1341,428,649,370,295,71300,38800,34100,22970,150,7.2,10,6,19.3,910,9,999999999,309,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.9,55,100600,1303,1341,428,565,176,394,63000,18900,44700,28350,160,6.2,10,7,19.3,910,9,999999999,279,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,19.4,57,100600,1250,1341,428,602,255,364,66800,27800,40900,21210,130,5.7,10,7,19.3,7620,9,999999999,290,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,19.4,55,100500,1126,1341,448,372,86,300,41600,9200,33900,11820,140,4.6,10,9,19.3,7620,9,999999999,290,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,19.4,57,100500,938,1341,435,433,189,301,47600,20000,33600,9120,150,5.7,9,8,19.3,3050,9,999999999,290,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,100500,701,1341,424,252,138,180,27900,14300,20400,4550,140,5.2,10,7,19.3,3050,9,999999999,309,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,22.2,77,100500,429,1341,448,72,3,71,8400,200,8400,2940,120,6.2,10,10,8.0,610,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.2,79,100500,144,1341,416,27,17,25,2900,1100,2800,640,120,4.1,7,7,16.1,3050,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,100600,0,34,401,0,0,0,0,0,0,0,120,4.6,7,4,16.1,7620,9,999999999,320,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.6,74,100600,0,0,400,0,0,0,0,0,0,0,130,4.1,7,4,12.9,7620,9,999999999,309,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100700,0,0,401,0,0,0,0,0,0,0,120,3.6,8,5,11.3,7620,9,999999999,329,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.2,85,100700,0,0,438,0,0,0,0,0,0,0,120,3.6,10,10,11.3,460,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100700,0,0,434,0,0,0,0,0,0,0,140,3.1,10,10,11.3,370,9,999999999,329,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100700,0,0,422,0,0,0,0,0,0,0,110,2.6,9,9,11.3,370,9,999999999,329,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.2,88,100600,0,0,413,0,0,0,0,0,0,0,70,2.6,9,8,11.3,3050,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100700,0,0,431,0,0,0,0,0,0,0,30,3.6,10,10,11.3,310,9,999999999,329,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,100700,0,0,431,0,0,0,0,0,0,0,40,3.6,10,10,11.3,310,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,100700,0,0,431,0,0,0,0,0,0,0,80,3.6,10,10,9.7,210,9,999999999,340,0.1400,0,88,999.000,999.0,99.0
+1986,5,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.2,90,100800,25,592,431,5,0,5,600,0,600,200,80,4.1,10,10,6.4,210,9,999999999,340,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,21.1,85,100800,260,1341,430,61,0,61,6900,0,6900,2160,100,7.2,10,10,6.4,240,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.6,85,100900,543,1341,426,155,0,155,17500,0,17500,5900,90,4.1,10,10,8.0,150,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.2,85,100900,803,1341,405,414,269,253,44600,28600,27400,6310,120,3.6,6,6,12.9,7620,9,999999999,340,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,100900,1022,1341,424,518,290,297,56800,31400,32800,9460,120,6.2,9,7,19.3,7620,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100800,1185,1341,421,811,649,236,86100,66100,27500,11570,120,5.2,5,4,19.3,77777,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,19.4,53,100800,1281,1341,415,868,669,228,93400,68600,27700,17640,140,6.2,3,2,19.3,77777,9,999999999,290,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.0,52,100700,1304,1341,422,942,785,179,100300,79400,23000,15560,120,5.7,2,2,24.1,77777,9,999999999,300,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,17.2,43,100700,1251,1341,418,886,773,165,94600,78300,21400,10190,120,5.2,2,2,24.1,77777,9,999999999,250,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,20.6,57,100600,1127,1341,417,705,584,214,75000,59500,24900,8780,110,7.7,6,2,24.1,77777,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.6,63,100600,940,1341,427,537,434,233,57700,45000,26000,6520,120,6.7,10,7,24.1,7620,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.6,67,100600,702,1341,427,275,119,213,30200,12300,23700,5400,120,6.2,10,8,19.3,7620,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100600,431,1341,431,109,41,95,11900,3800,10700,2680,110,4.6,10,9,19.3,3050,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,100600,147,1341,439,21,2,21,2500,0,2500,790,130,4.6,10,10,16.1,3050,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.6,74,100700,0,56,439,0,0,0,0,0,0,0,130,4.1,10,10,16.1,910,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.6,76,100800,0,0,424,0,0,0,0,0,0,0,140,3.6,9,9,16.1,3050,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,100900,0,0,436,0,0,0,0,0,0,0,140,3.6,10,10,12.9,3050,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100900,0,0,433,0,0,0,0,0,0,0,150,3.6,10,10,12.9,3050,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1986,5,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100900,0,0,434,0,0,0,0,0,0,0,80,3.1,10,10,11.3,910,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100900,0,0,431,0,0,0,0,0,0,0,50,3.1,10,10,11.3,2130,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100800,0,0,427,0,0,0,0,0,0,0,90,3.6,10,10,11.3,460,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100700,0,0,427,0,0,0,0,0,0,0,120,4.1,10,10,11.3,460,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100600,0,0,427,0,0,0,0,0,0,0,120,3.6,10,10,9.7,460,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100700,0,0,431,0,0,0,0,0,0,0,150,3.6,10,10,11.3,460,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1986,5,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,21.7,87,100700,27,614,431,9,0,9,1100,0,1100,330,140,4.1,10,10,9.7,1520,9,999999999,329,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,22.2,88,100700,263,1340,434,46,3,45,5300,100,5300,1720,160,3.1,10,10,9.7,1520,9,999999999,340,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,100700,545,1340,420,195,75,164,21400,7300,18400,4630,160,3.6,10,8,11.3,3660,9,999999999,340,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,100700,805,1340,447,292,10,286,33100,900,32500,11230,170,4.6,10,10,11.3,370,9,999999999,329,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,100900,1023,1340,446,282,9,275,33200,800,32600,12570,210,3.1,10,10,12.9,1070,9,999999999,320,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.7,82,101000,1186,1340,437,182,7,176,22700,500,22200,9050,230,3.1,10,10,9.7,1070,9,999999999,329,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,101100,1282,1340,415,227,11,217,28200,800,27400,10960,320,6.7,10,10,8.0,270,9,999999999,259,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101100,1304,1340,400,295,6,290,36000,500,35600,13960,350,4.1,10,10,6.4,760,9,999999999,259,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.3,93,101000,1252,1340,401,281,2,278,34000,200,33800,13380,40,2.6,10,10,9.7,910,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101000,1128,1340,408,322,3,319,38000,300,37700,14490,80,4.6,10,10,12.9,910,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.8,84,100900,941,1340,396,442,195,305,48600,20700,34000,9270,100,4.6,10,9,19.3,1070,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,100700,704,1340,396,268,154,188,29700,16000,21300,4770,70,3.6,9,9,19.3,1070,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,100700,434,1340,399,111,37,99,12200,3400,11100,2780,80,4.1,9,9,19.3,3050,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.3,81,100700,150,1340,383,36,18,34,3900,1200,3800,830,120,4.1,8,6,24.1,3660,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,100700,0,78,362,0,0,0,0,0,0,0,90,2.1,2,2,19.3,77777,9,999999999,270,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100700,0,0,354,0,0,0,0,0,0,0,40,2.1,1,1,19.3,77777,9,999999999,259,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,100900,0,0,341,0,0,0,0,0,0,0,360,2.1,0,0,19.3,77777,9,999999999,259,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101000,0,0,341,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,259,0.1840,0,88,999.000,999.0,99.0
+1986,5,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101000,0,0,338,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,240,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,100900,0,0,334,0,0,0,0,0,0,0,110,2.1,0,0,12.9,77777,9,999999999,229,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,100900,0,0,340,0,0,0,0,0,0,0,240,1.5,0,0,12.9,77777,9,999999999,250,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,100900,0,0,340,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,250,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,100900,0,0,334,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,229,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,100900,0,0,332,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,229,0.1840,0,88,999.000,999.0,99.0
+1986,5,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,14.4,93,100900,28,614,332,11,20,9,1100,800,1100,180,300,1.5,1,1,4.8,77777,9,999999999,220,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.7,93,101000,266,1339,390,52,5,51,6000,100,5900,1900,10,2.1,10,10,4.0,180,9,999999999,250,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.8,97,101100,547,1339,394,182,5,179,20200,400,20100,6500,340,1.5,10,10,6.4,240,9,999999999,270,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,101100,806,1339,408,248,9,242,28400,800,27900,10110,290,1.5,10,10,9.7,270,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.3,74,101100,1025,1339,411,473,178,336,52000,18900,37500,11270,210,3.1,9,9,19.3,550,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,101100,1187,1339,402,769,543,287,83700,56900,33200,14470,180,3.6,7,5,24.1,7620,9,999999999,290,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,19.4,65,101100,1283,1339,408,595,344,264,66000,36100,31300,21080,50,2.6,5,5,24.1,77777,9,999999999,300,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.0,63,101000,1305,1339,404,926,781,164,99400,79300,22000,14730,170,2.6,3,2,24.1,77777,9,999999999,300,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.9,55,100900,1253,1339,403,848,744,151,91300,75600,20400,9570,40,1.5,1,1,24.1,77777,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,19.4,55,100900,1129,1339,412,788,715,185,84700,73400,22700,7740,210,3.6,2,2,24.1,77777,9,999999999,290,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,18.9,51,100800,942,1339,409,655,767,115,69700,77400,15200,3170,180,2.6,1,1,24.1,77777,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,18.9,50,100700,706,1339,405,470,704,100,50300,70500,13100,2240,140,3.6,0,0,24.1,77777,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,18.9,50,100700,436,1339,412,236,516,70,24900,46800,9600,1350,180,3.6,1,1,24.1,77777,9,999999999,279,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,100700,152,1339,400,50,185,30,5400,10300,4200,530,130,4.6,1,1,16.1,77777,9,999999999,320,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,100800,0,78,388,0,0,0,0,0,0,0,130,3.6,1,1,16.1,77777,9,999999999,320,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.6,79,100800,0,0,382,0,0,0,0,0,0,0,140,3.1,1,1,16.1,77777,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.6,79,100900,0,0,374,0,0,0,0,0,0,0,170,2.6,0,0,16.1,77777,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100900,0,0,369,0,0,0,0,0,0,0,150,2.6,0,0,16.1,77777,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100900,0,0,366,0,0,0,0,0,0,0,200,2.6,0,0,16.1,77777,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100900,0,0,360,0,0,0,0,0,0,0,210,2.6,0,0,8.0,77777,9,999999999,300,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100800,0,0,412,0,0,0,0,0,0,0,210,3.6,9,9,6.4,120,9,999999999,320,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100800,0,0,392,0,0,0,0,0,0,0,210,2.6,6,6,9.7,210,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100800,0,0,411,0,0,0,0,0,0,0,220,3.6,9,9,9.7,210,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100800,0,0,423,0,0,0,0,0,0,0,220,2.6,10,10,8.0,310,9,999999999,309,0.1310,0,88,999.000,999.0,99.0
+1986,5,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,100900,29,636,422,8,0,8,1000,0,1000,300,220,3.1,10,10,11.3,340,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,100900,269,1339,390,120,271,66,12500,20300,8400,1200,210,2.1,5,5,16.1,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,100900,550,1339,403,267,375,113,28700,36300,13700,2180,270,3.6,7,6,16.1,7620,9,999999999,309,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,101000,808,1339,410,583,713,152,61200,71500,17900,3590,240,3.6,5,5,19.3,77777,9,999999999,320,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,101000,1026,1339,417,517,372,232,56300,38800,26500,7540,260,4.1,5,5,19.3,77777,9,999999999,329,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.6,63,101000,1188,1339,415,827,735,174,87000,74000,21200,8070,230,3.1,4,4,19.3,77777,9,999999999,309,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.0,57,100900,1283,1339,417,797,580,240,85400,59300,28400,19030,210,1.5,3,3,19.3,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.0,53,100900,1306,1339,414,952,853,118,98000,85700,14200,9280,80,1.5,1,1,19.3,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.3,47,100800,1253,1339,420,891,787,153,95800,80000,20800,9740,240,2.6,2,2,19.3,77777,9,999999999,279,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,17.8,44,100700,1130,1339,423,742,629,211,79100,64200,24800,8770,240,3.6,2,2,19.3,77777,9,999999999,270,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,14.4,33,100600,944,1339,424,649,678,171,68800,68800,20100,4830,110,2.1,2,2,19.3,77777,9,999999999,220,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,16.1,38,100600,707,1339,417,454,707,81,48400,70100,11200,1850,220,1.5,1,1,19.3,77777,9,999999999,240,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.6,53,100600,438,1339,423,244,503,80,25300,45400,10500,1510,120,5.7,2,2,19.3,77777,9,999999999,309,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.1,63,100600,155,1339,411,57,195,35,6000,10900,4800,620,120,4.6,2,2,19.3,77777,9,999999999,320,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,100700,1,100,397,0,1,0,0,0,0,0,140,3.6,1,1,24.1,77777,9,999999999,320,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,20.0,69,100700,0,0,382,0,0,0,0,0,0,0,170,3.1,1,0,24.1,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.6,76,100800,0,0,385,0,0,0,0,0,0,0,180,3.1,1,1,19.3,77777,9,999999999,309,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100800,0,0,371,0,0,0,0,0,0,0,210,2.6,1,0,19.3,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100800,0,0,369,0,0,0,0,0,0,0,230,2.1,1,0,19.3,77777,9,999999999,309,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100700,0,0,363,0,0,0,0,0,0,0,220,2.1,0,0,16.1,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,360,0,0,0,0,0,0,0,0,0.0,2,0,9.7,77777,9,999999999,300,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,100700,0,0,357,0,0,0,0,0,0,0,260,1.5,0,0,8.0,77777,9,999999999,290,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100700,0,0,361,0,0,0,0,0,0,0,0,0.0,1,1,3.2,77777,9,999999999,279,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100700,0,0,359,0,0,0,0,0,0,0,0,0.0,3,3,2.4,77777,9,999999999,259,0.1030,0,88,999.000,999.0,99.0
+1986,5,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,100800,31,658,358,16,14,14,1600,700,1600,340,0,0.0,4,4,0.4,77777,9,999999999,250,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,19.4,97,100800,271,1338,370,105,174,70,11200,13100,8500,1320,10,2.1,5,4,2.4,77777,9,999999999,290,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100900,552,1338,391,331,584,90,34700,55900,11600,1810,150,2.1,3,3,8.0,77777,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100900,810,1338,407,447,459,169,48500,47200,19900,3950,170,3.1,5,5,16.1,77777,9,999999999,320,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,100900,1027,1338,405,593,468,233,64500,48900,26900,7590,180,2.6,4,3,19.3,77777,9,999999999,300,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,19.4,57,100900,1189,1338,413,778,619,227,82900,63200,26600,11400,140,3.1,3,3,19.3,77777,9,999999999,290,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,18.3,50,100800,1284,1338,418,917,708,236,98300,72500,28600,18880,180,3.1,3,3,19.3,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.3,47,100700,1306,1338,427,890,649,256,95200,66200,30400,24400,140,6.2,5,4,19.3,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.3,47,100700,1254,1338,427,805,594,248,85900,60600,29000,16500,150,3.6,6,4,19.3,7620,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,19.4,50,100600,1131,1338,436,657,504,232,69600,51200,26300,9610,140,4.6,7,6,24.1,7620,9,999999999,290,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,16.1,39,100600,945,1338,420,631,624,191,66400,63000,21800,5330,180,3.1,3,2,24.1,77777,9,999999999,240,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,14.4,38,100600,709,1338,419,381,411,164,40800,41600,18800,3530,140,3.6,7,4,24.1,7620,9,999999999,220,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,17.2,48,100600,440,1338,416,203,276,113,21800,25800,13300,2230,140,4.1,9,4,24.1,77777,9,999999999,259,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.8,56,100600,158,1338,408,47,20,44,5100,1400,4900,1040,120,4.1,9,5,24.1,7620,9,999999999,259,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,100700,1,123,398,1,0,1,0,0,0,0,140,3.1,9,4,24.1,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.9,71,100700,0,0,385,0,0,0,0,0,0,0,170,3.1,5,2,24.1,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.9,71,100700,0,0,372,0,0,0,0,0,0,0,180,3.1,2,0,19.3,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.9,76,100700,0,0,367,0,0,0,0,0,0,0,190,2.6,2,0,19.3,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.9,76,100700,0,0,374,0,0,0,0,0,0,0,170,2.6,2,1,19.3,77777,9,999999999,279,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,100700,0,0,356,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,270,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,100700,0,0,356,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,270,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100700,0,0,347,0,0,0,0,0,0,0,0,0.0,2,0,16.1,77777,9,999999999,259,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,100600,0,0,350,0,0,0,0,0,0,0,110,2.1,3,0,16.1,77777,9,999999999,259,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,100600,0,0,365,0,0,0,0,0,0,0,150,2.6,6,2,12.9,77777,9,999999999,270,0.1260,0,88,999.000,999.0,99.0
+1986,5,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,100700,32,658,372,16,7,15,1700,400,1700,370,120,3.1,9,3,6.4,77777,9,999999999,279,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,100700,274,1337,390,84,67,70,9200,5300,8100,1510,130,3.6,10,6,8.0,7620,9,999999999,290,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.6,79,100800,554,1337,400,263,246,161,28100,24500,17900,3400,150,3.1,9,6,9.7,7620,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.6,67,100800,811,1337,427,370,224,234,40100,23900,25600,5790,160,5.2,9,8,12.9,610,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.0,63,100700,1028,1337,430,482,228,307,52800,24700,33800,9950,130,4.1,10,8,16.1,7620,9,999999999,300,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,19.4,59,100700,1190,1337,441,660,327,369,72700,35600,41000,17420,170,4.6,10,9,19.3,7620,9,999999999,290,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,18.9,53,100700,1285,1337,431,827,480,365,89000,50200,40700,30140,130,6.7,8,7,19.3,7620,9,999999999,279,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,18.9,51,100600,1307,1337,441,668,308,367,74700,33600,41800,30840,140,5.7,10,8,19.3,7620,9,999999999,279,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.8,53,100800,1255,1337,451,381,5,376,45200,500,44800,16810,180,3.6,10,10,19.3,2440,9,999999999,270,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.1,65,100600,1131,1337,434,362,213,181,40900,22400,21900,7520,140,4.1,9,8,19.3,3050,9,999999999,320,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,18.9,53,100500,946,1337,431,612,532,237,65800,55200,26700,6730,160,5.7,8,7,24.1,3050,9,999999999,279,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,17.2,48,100500,711,1337,416,428,512,157,46100,51800,18500,3370,170,6.7,6,4,24.1,7620,9,999999999,259,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.8,53,100400,442,1337,418,159,166,104,17100,15500,12000,2020,160,7.2,8,6,24.1,3050,9,999999999,259,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,100300,160,1337,400,48,101,36,5100,5500,4500,650,160,7.2,4,3,24.1,77777,9,999999999,270,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,100300,1,123,411,0,0,0,0,0,0,0,160,6.2,8,7,19.3,610,9,999999999,300,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.6,74,100500,0,0,427,0,0,0,0,0,0,0,150,5.7,9,9,19.3,520,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.6,74,100600,0,0,439,0,0,0,0,0,0,0,160,4.6,10,10,19.3,460,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.0,72,100800,0,0,438,0,0,0,0,0,0,0,200,3.6,10,10,16.1,610,9,999999999,300,0.1190,0,88,999.000,999.0,99.0
+1986,5,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,101000,0,0,436,0,0,0,0,0,0,0,210,4.6,10,10,16.1,1370,9,999999999,320,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,101000,0,0,431,0,0,0,0,0,0,0,260,2.1,10,10,11.3,1370,9,999999999,340,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,100800,0,0,422,0,0,0,0,0,0,0,340,4.1,10,10,9.7,1370,9,999999999,300,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100600,0,0,407,0,0,0,0,0,0,0,120,3.6,9,9,16.1,1370,9,999999999,300,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,100600,0,0,405,0,0,0,0,0,0,0,60,3.6,9,9,12.9,3050,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100600,0,0,411,0,0,0,0,0,0,0,90,4.6,9,9,8.0,3050,9,999999999,309,0.1190,0,88,999.000,999.0,99.0
+1986,5,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.6,87,100600,33,680,423,7,0,7,800,0,800,270,110,4.1,10,10,8.0,910,9,999999999,309,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100900,276,1337,434,56,0,56,6400,0,6400,2070,300,5.2,10,10,8.0,370,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.2,94,101000,556,1337,428,63,5,61,7700,300,7600,2820,360,3.1,10,10,3.2,910,9,999999999,340,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,101100,813,1337,426,160,3,158,19000,200,18900,7370,340,4.1,10,10,6.4,400,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,101000,1029,1337,407,474,180,335,52200,19200,37400,11330,60,7.2,10,8,16.1,3050,9,999999999,290,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101000,1190,1337,430,160,1,159,20100,100,20000,8290,110,3.6,10,10,16.1,1070,9,999999999,279,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.0,76,101000,1285,1337,431,417,2,415,49300,200,49100,18120,60,3.6,10,10,19.3,2440,9,999999999,300,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.1,77,101000,1307,1337,440,379,2,377,45300,200,45100,17040,110,4.1,10,10,19.3,3050,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,100900,1255,1337,446,457,10,447,53500,1000,52500,18860,130,5.7,10,10,19.3,2440,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,100900,1132,1337,446,311,3,308,36800,300,36600,14150,120,5.2,10,10,19.3,2290,9,999999999,309,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,100900,947,1337,435,353,91,288,38900,9300,32300,10470,150,7.2,10,9,19.3,2290,9,999999999,300,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.6,67,100800,712,1337,436,138,5,135,16300,400,16100,6110,140,7.2,10,9,16.1,2290,9,999999999,309,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,100800,444,1337,434,143,82,116,15700,7700,13200,2630,180,6.2,9,9,11.3,2290,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100800,163,1337,407,31,37,26,3400,2300,3200,540,140,5.7,7,5,12.9,2290,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.1,77,100900,1,145,404,0,0,0,0,0,0,0,160,4.1,7,5,11.3,7620,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,100900,0,0,407,0,0,0,0,0,0,0,140,3.6,7,6,11.3,2290,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.1,77,101000,0,0,428,0,0,0,0,0,0,0,130,3.6,9,9,11.3,910,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.7,79,101000,0,0,441,0,0,0,0,0,0,0,150,3.1,10,10,12.9,910,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,101000,0,0,425,0,0,0,0,0,0,0,140,3.1,9,9,12.9,1370,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.1,79,101000,0,0,424,0,0,0,0,0,0,0,140,4.1,9,9,16.1,610,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100900,0,0,425,0,0,0,0,0,0,0,120,2.6,9,9,16.1,610,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100900,0,0,416,0,0,0,0,0,0,0,130,3.1,8,8,16.1,1070,9,999999999,329,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,101000,0,0,406,0,0,0,0,0,0,0,150,3.6,7,7,16.1,1680,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100900,0,0,412,0,0,0,0,0,0,0,130,3.6,8,8,16.1,1220,9,999999999,320,0.1610,0,88,999.000,999.0,99.0
+1986,5,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,101000,35,702,412,10,0,10,1200,0,1200,370,130,3.1,9,8,12.9,1680,9,999999999,320,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,101000,279,1336,406,72,32,66,8000,2600,7400,1700,120,3.1,7,7,11.3,2290,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.7,79,101000,557,1336,419,159,40,142,17500,3900,15800,4170,130,4.1,10,8,12.9,2290,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,101000,814,1336,447,180,3,179,21300,200,21200,8150,140,3.1,10,10,16.1,2290,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,101000,1030,1336,454,359,5,356,41600,500,41200,15090,110,5.2,10,10,19.3,700,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,101000,1191,1336,453,340,5,336,40400,400,40000,15290,120,5.7,10,10,19.3,700,9,999999999,320,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,22.2,72,101000,1286,1336,454,388,2,386,46200,200,46000,17250,120,3.6,10,10,19.3,1070,9,999999999,340,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.7,72,101000,1308,1336,450,385,3,382,46000,300,45700,17210,150,6.7,10,10,16.1,1070,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,22.2,74,100900,1256,1336,451,401,7,394,47400,700,46800,17370,100,7.2,10,10,16.1,520,9,999999999,340,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.7,72,100900,1133,1336,450,395,1,394,45900,100,45800,16770,100,4.1,10,10,16.1,850,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,100800,948,1336,440,333,72,282,36700,7300,31500,10310,140,7.2,10,9,16.1,850,9,999999999,320,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,100800,714,1336,447,194,1,193,22300,100,22200,8050,130,5.2,10,10,16.1,850,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,100800,446,1336,447,84,4,83,9800,200,9700,3390,120,5.7,10,10,16.1,550,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.2,79,100900,165,1336,444,28,1,28,3200,0,3200,1020,130,4.6,10,10,16.1,460,9,999999999,340,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,100900,2,167,441,0,0,0,0,0,0,0,110,4.1,10,10,11.3,460,9,999999999,340,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101000,0,0,439,0,0,0,0,0,0,0,140,3.6,10,10,11.3,850,9,999999999,359,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101000,0,0,439,0,0,0,0,0,0,0,130,3.6,10,10,11.3,1070,9,999999999,359,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.2,85,101000,0,0,438,0,0,0,0,0,0,0,130,3.1,10,10,11.3,1070,9,999999999,340,0.2850,0,88,999.000,999.0,99.0
+1986,5,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100800,0,0,437,0,0,0,0,0,0,0,140,4.6,10,10,11.3,1070,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100800,0,0,416,0,0,0,0,0,0,0,150,3.6,8,8,11.3,910,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.7,79,100600,0,0,441,0,0,0,0,0,0,0,160,4.1,10,10,11.3,520,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.7,79,100600,0,0,441,0,0,0,0,0,0,0,150,3.6,10,10,11.3,520,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,21.7,82,100500,0,0,416,0,0,0,0,0,0,0,110,2.6,9,8,12.9,610,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,100600,0,0,413,0,0,0,0,0,0,0,120,2.6,9,8,12.9,760,9,999999999,329,0.2850,0,88,999.000,999.0,99.0
+1986,5,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100600,36,701,395,15,22,13,1600,900,1600,270,120,3.1,5,4,12.9,77777,9,999999999,329,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.2,85,100600,281,1336,387,127,322,59,13400,24700,8200,1060,110,3.6,3,1,16.1,77777,9,999999999,340,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,22.2,77,100600,559,1336,408,281,302,155,30200,30200,17500,3250,120,3.1,5,4,19.3,77777,9,999999999,340,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,100500,815,1336,415,527,578,174,54900,57600,19600,4070,130,7.2,6,5,19.3,7620,9,999999999,309,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.7,65,100600,1031,1336,423,578,431,244,62500,45000,27700,8070,130,7.2,5,5,24.1,77777,9,999999999,329,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,21.7,59,100600,1192,1336,436,584,292,323,65000,31800,36500,15220,160,7.7,7,6,24.1,910,9,999999999,329,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.6,55,100600,1286,1336,447,656,270,395,72600,29400,44300,28840,170,5.7,9,8,24.1,910,9,999999999,309,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,21.1,59,100500,1308,1336,444,570,152,421,63400,16300,47400,32850,160,5.2,9,8,24.1,850,9,999999999,320,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100600,1256,1336,462,347,4,344,41600,400,41200,15780,160,3.6,10,10,24.1,760,9,999999999,309,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,100800,1134,1336,392,162,7,156,20200,500,19800,8100,30,9.3,10,10,12.9,850,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,100700,950,1336,392,262,3,259,30500,300,30400,11640,70,8.8,10,10,24.1,340,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.1,84,100900,716,1336,395,102,3,101,12400,200,12300,4800,40,6.2,10,10,19.3,1370,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.1,90,100900,449,1336,390,71,5,69,8300,300,8200,2920,40,5.7,10,10,12.9,610,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.0,84,100600,168,1336,388,21,1,20,2400,0,2400,780,100,9.8,10,10,12.9,1370,9,999999999,229,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.1,90,100700,2,167,390,0,0,0,0,0,0,0,60,5.2,10,10,19.3,1680,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,100800,0,0,367,0,0,0,0,0,0,0,90,3.1,7,7,24.1,1680,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,100900,0,0,373,0,0,0,0,0,0,0,90,3.1,8,8,24.1,1680,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101000,0,0,390,0,0,0,0,0,0,0,310,4.1,10,10,24.1,340,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101000,0,0,390,0,0,0,0,0,0,0,320,4.6,10,10,19.3,460,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101000,0,0,390,0,0,0,0,0,0,0,300,3.1,10,10,16.1,640,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101000,0,0,358,0,0,0,0,0,0,0,320,2.1,5,5,24.1,77777,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101000,0,0,382,0,0,0,0,0,0,0,270,2.1,9,9,19.3,910,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101000,0,0,390,0,0,0,0,0,0,0,250,3.1,10,10,19.3,910,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,100900,0,0,393,0,0,0,0,0,0,0,300,4.6,10,10,19.3,240,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1986,5,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,101000,37,723,392,12,1,11,1300,0,1300,400,320,6.2,10,10,19.3,240,9,999999999,240,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,101100,283,1335,392,86,1,86,9500,0,9500,2820,310,4.6,10,10,24.1,910,9,999999999,240,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.0,81,101000,561,1335,391,195,1,195,21800,100,21700,6960,320,5.2,10,10,24.1,1220,9,999999999,229,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,14.4,78,101100,816,1335,390,291,1,291,33100,100,33000,11490,310,5.2,10,10,24.1,460,9,999999999,220,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,14.4,76,101100,1032,1335,393,359,2,357,41400,200,41300,15140,310,4.6,10,10,24.1,460,9,999999999,220,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.0,66,101100,1192,1335,384,565,265,328,62800,28900,37000,15530,330,3.6,7,7,24.1,610,9,999999999,229,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.0,66,101100,1287,1335,379,778,497,298,85500,52100,35100,25210,300,5.2,7,6,24.1,2440,9,999999999,229,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,14.4,58,101000,1309,1335,387,758,396,369,81700,41400,41000,38080,280,5.7,7,6,24.1,850,9,999999999,220,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.3,54,101000,1257,1335,385,876,703,213,94400,72200,26300,14720,310,6.7,6,6,24.1,1010,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.3,55,101000,1135,1335,387,675,538,218,71900,54800,25100,9250,300,7.2,7,7,24.1,1070,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,12.8,53,101000,951,1335,376,619,636,167,65900,64700,19700,4810,300,6.2,4,4,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,12.8,57,100900,717,1335,370,433,600,111,46000,60000,13700,2490,300,5.7,4,4,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.3,61,100900,451,1335,371,240,447,91,25900,41100,12000,1690,300,7.2,5,5,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.3,63,101000,170,1335,365,61,163,41,6400,9600,5200,740,310,5.7,4,4,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,13.9,73,101100,2,189,347,2,6,1,0,0,0,0,310,4.1,1,1,24.1,77777,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,13.3,75,101100,0,0,335,0,0,0,0,0,0,0,310,3.1,0,0,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101200,0,0,330,0,0,0,0,0,0,0,310,2.6,0,0,24.1,77777,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.3,84,101200,0,0,327,0,0,0,0,0,0,0,300,3.1,0,0,24.1,77777,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,101200,0,0,325,0,0,0,0,0,0,0,310,3.1,0,0,24.1,77777,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101200,0,0,322,0,0,0,0,0,0,0,320,2.1,0,0,24.1,77777,9,999999999,209,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101200,0,0,319,0,0,0,0,0,0,0,300,2.6,0,0,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101200,0,0,316,0,0,0,0,0,0,0,300,3.1,0,0,24.1,77777,9,999999999,200,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101200,0,0,316,0,0,0,0,0,0,0,280,2.6,0,0,19.3,77777,9,999999999,189,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101200,0,0,313,0,0,0,0,0,0,0,290,2.1,0,0,19.3,77777,9,999999999,189,0.0670,0,88,999.000,999.0,99.0
+1986,5,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.2,93,101300,38,723,319,21,76,13,1900,2800,1700,220,310,3.1,1,1,19.3,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,101300,285,1335,325,150,522,39,15500,42400,6400,770,320,3.6,0,0,19.3,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.9,78,101300,562,1335,335,371,736,61,39500,71000,9500,1340,340,3.6,0,0,19.3,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,14.4,68,101300,817,1335,349,593,835,80,61800,82700,11100,1900,360,5.2,0,0,24.1,77777,9,999999999,220,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.0,66,101400,1032,1335,376,608,445,263,65400,46400,29400,8780,360,3.6,5,5,24.1,77777,9,999999999,229,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.0,62,101400,1193,1335,385,688,333,390,75500,36200,43100,18830,10,4.1,6,6,24.1,850,9,999999999,229,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101400,1287,1335,399,767,477,307,84100,50000,35800,26160,360,5.2,7,7,24.1,1010,9,999999999,229,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,13.9,50,101300,1309,1335,392,808,544,274,86100,55300,31700,27710,10,5.7,5,5,24.1,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,13.9,50,101200,1257,1335,389,948,871,127,97600,87400,15000,7130,330,5.2,4,4,24.1,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,11.7,42,101200,1136,1335,377,821,858,91,85500,86100,12000,3510,330,7.2,1,1,24.1,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,12.2,42,101100,952,1335,373,707,868,89,73800,86600,11900,2380,350,5.7,0,0,24.1,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,11.7,42,101100,719,1335,370,502,800,73,52800,78500,10400,1650,360,5.2,0,0,24.1,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,12.2,45,101100,453,1335,368,277,670,52,29400,62000,8400,1110,350,4.6,0,0,24.1,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,12.8,53,101200,173,1335,358,74,355,29,7700,22700,4800,530,360,2.6,0,0,24.1,77777,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,13.9,73,101300,3,189,340,3,7,2,0,0,0,0,350,2.1,0,0,24.1,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,13.3,75,101400,0,0,335,0,0,0,0,0,0,0,360,2.6,0,0,24.1,77777,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101400,0,0,330,0,0,0,0,0,0,0,310,2.6,0,0,24.1,77777,9,999999999,209,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,101400,0,0,329,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1986,5,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101300,0,0,324,0,0,0,0,0,0,0,310,2.1,0,0,24.1,77777,9,999999999,200,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101300,0,0,318,0,0,0,0,0,0,0,270,2.1,0,0,19.3,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.2,87,101300,0,0,318,0,0,0,0,0,0,0,310,1.5,0,0,19.3,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101300,0,0,313,0,0,0,0,0,0,0,270,2.1,0,0,19.3,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.7,87,101300,0,0,315,0,0,0,0,0,0,0,260,2.1,0,0,19.3,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101300,0,0,313,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,189,0.0740,0,88,999.000,999.0,99.0
+1986,5,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,11.7,87,101400,39,745,315,25,91,15,2200,3400,2000,260,350,2.6,0,0,24.1,77777,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.3,81,101400,287,1334,329,153,535,39,15800,43500,6500,780,360,2.1,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,13.3,68,101500,564,1334,342,373,741,60,39800,71600,9500,1330,30,4.1,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.3,55,101500,818,1334,358,596,841,78,62100,83300,10900,1890,20,3.6,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,13.3,50,101500,1033,1334,366,786,894,92,81600,89500,12200,2790,60,2.1,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,12.8,44,101500,1193,1334,374,929,924,101,96200,92800,13000,4520,50,2.1,0,0,24.1,77777,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,13.3,47,101400,1287,1334,379,949,887,91,98500,89200,12200,6660,80,2.1,1,1,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,13.9,45,101300,1309,1334,378,1020,929,107,105400,93400,13500,9280,270,2.1,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,12.2,39,101300,1258,1334,379,982,930,104,101600,93400,13300,6170,40,3.1,0,0,24.1,77777,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,12.2,38,101200,1136,1334,382,870,906,98,90300,90900,12700,3690,120,2.6,0,0,24.1,77777,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,12.8,40,101000,953,1334,382,708,869,87,73800,86700,11700,2360,30,2.6,0,0,24.1,77777,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,13.9,41,101100,720,1334,386,505,804,71,52900,78900,10300,1640,70,1.5,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.9,43,101100,455,1334,384,279,676,51,29700,62600,8400,1090,40,3.1,0,0,24.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,16.1,58,101100,175,1334,372,76,368,29,8000,23700,4900,530,30,2.1,0,0,24.1,77777,9,999999999,240,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.0,62,101100,3,211,360,3,10,2,0,0,0,0,70,2.1,0,0,24.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,15.0,71,101100,0,0,349,0,0,0,0,0,0,0,360,1.5,0,0,24.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,13.3,57,101200,0,0,355,0,0,0,0,0,0,0,170,3.1,0,0,24.1,77777,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,15.0,66,101200,0,0,355,0,0,0,0,0,0,0,180,3.1,0,0,16.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1986,5,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,15.0,73,101200,0,0,347,0,0,0,0,0,0,0,200,2.1,0,0,16.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.0,81,101100,0,0,339,0,0,0,0,0,0,0,230,2.1,0,0,16.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,101100,0,0,333,0,0,0,0,0,0,0,320,1.5,0,0,16.1,77777,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101200,0,0,331,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101200,0,0,328,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101200,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1986,5,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,101200,41,745,325,20,43,15,1900,1400,1800,250,0,0.0,0,0,6.4,77777,9,999999999,209,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.6,87,101300,288,1334,337,143,427,50,14700,33800,7400,920,70,2.6,0,0,6.4,77777,9,999999999,229,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101300,565,1334,357,359,658,80,38100,63700,11000,1650,100,3.1,0,0,16.1,77777,9,999999999,250,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.7,62,101300,819,1334,370,581,772,106,61200,77100,13700,2510,140,3.6,0,0,19.3,77777,9,999999999,250,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.1,52,101300,1034,1334,388,719,772,120,77200,78300,16400,3920,180,5.2,1,1,19.3,77777,9,999999999,240,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.6,49,101200,1193,1334,395,862,776,167,91200,78300,21000,8130,190,5.2,2,2,19.3,77777,9,999999999,229,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,16.1,48,101200,1287,1334,406,960,878,111,99100,88200,13700,7890,160,6.2,3,3,24.1,77777,9,999999999,240,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,17.2,48,101100,1310,1334,413,906,684,233,97600,70100,28500,24140,170,4.6,3,3,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.2,49,101100,1258,1334,410,898,723,215,96800,74200,26600,15100,140,5.7,3,3,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.2,49,101000,1137,1334,401,818,813,125,84300,81400,14800,4260,120,5.7,1,1,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,16.7,46,101000,954,1334,395,693,804,117,73800,81200,15600,3300,170,6.7,0,0,24.1,77777,9,999999999,250,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,15.0,44,100900,722,1334,388,485,721,96,50900,71200,12300,2090,140,7.2,0,0,24.1,77777,9,999999999,220,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,15.0,46,100900,457,1334,385,266,580,68,28100,53500,9700,1340,180,6.2,0,0,24.1,77777,9,999999999,229,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,100900,178,1334,377,70,257,36,7400,15600,5400,640,140,5.2,0,0,24.1,77777,9,999999999,229,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.7,62,100900,3,233,370,2,2,2,0,0,0,0,150,4.1,0,0,24.1,77777,9,999999999,250,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,17.2,69,100900,0,0,365,0,0,0,0,0,0,0,170,4.6,0,0,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,17.2,71,100900,0,0,363,0,0,0,0,0,0,0,170,3.6,0,0,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.2,76,100900,0,0,357,0,0,0,0,0,0,0,170,3.6,0,0,24.1,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,100900,0,0,358,0,0,0,0,0,0,0,170,3.6,0,0,19.3,77777,9,999999999,270,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100700,0,0,355,0,0,0,0,0,0,0,180,3.1,0,0,19.3,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100700,0,0,355,0,0,0,0,0,0,0,180,3.6,0,0,19.3,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100700,0,0,362,0,0,0,0,0,0,0,150,3.6,1,1,19.3,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100700,0,0,362,0,0,0,0,0,0,0,180,3.1,1,1,19.3,77777,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,100700,0,0,379,0,0,0,0,0,0,0,160,3.1,6,6,19.3,760,9,999999999,259,0.1200,0,88,999.000,999.0,99.0
+1986,5,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,17.8,81,100700,42,766,367,21,54,15,2000,1700,1900,250,150,3.6,2,2,16.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.8,74,100800,290,1333,370,139,454,40,14600,36400,6700,760,180,3.1,1,1,16.1,77777,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,100800,566,1333,387,348,622,83,36800,60200,11200,1710,170,6.2,2,2,19.3,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,100800,820,1333,421,314,156,218,34800,16500,24700,5980,160,4.6,8,8,24.1,760,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,100800,1034,1333,421,524,314,280,57800,34100,31300,9100,190,5.7,7,7,24.1,760,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.9,59,100800,1194,1333,422,683,366,354,75500,39800,39700,17070,170,5.7,7,7,24.1,850,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,100700,1288,1333,427,831,486,361,89700,50900,40400,31450,140,5.7,7,7,24.1,910,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,100700,1310,1333,434,655,137,520,71800,14600,57500,42210,140,5.7,8,8,24.1,910,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,18.3,50,100700,1259,1333,428,737,484,280,81300,50800,33300,19990,150,5.2,6,6,24.1,1070,9,999999999,279,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,17.8,46,100700,1138,1333,421,788,733,162,83100,73900,19900,6500,170,7.2,3,3,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,17.2,46,100700,955,1333,416,571,581,154,61000,59400,18400,4520,160,5.2,3,3,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,17.2,48,100600,724,1333,404,456,702,75,49100,70000,11000,1790,160,5.2,1,1,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.2,51,100600,459,1333,390,238,530,56,25500,49300,8500,1130,130,5.7,0,0,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.8,58,100600,180,1333,383,76,337,32,8000,21900,5000,580,140,5.7,0,0,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,100600,4,233,377,4,8,2,0,0,0,0,140,4.6,0,0,24.1,77777,9,999999999,259,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.3,69,100600,0,0,391,0,0,0,0,0,0,0,140,5.2,4,4,24.1,77777,9,999999999,270,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,19.4,76,100600,0,0,383,0,0,0,0,0,0,0,160,4.6,2,2,24.1,77777,9,999999999,290,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100600,0,0,378,0,0,0,0,0,0,0,180,4.1,1,1,19.3,77777,9,999999999,300,0.0850,0,88,999.000,999.0,99.0
+1986,5,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,100600,0,0,368,0,0,0,0,0,0,0,180,3.6,0,0,19.3,77777,9,999999999,300,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100600,0,0,381,0,0,0,0,0,0,0,180,3.6,2,2,19.3,77777,9,999999999,309,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100600,0,0,394,0,0,0,0,0,0,0,180,3.6,7,6,16.1,340,9,999999999,309,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100600,0,0,391,0,0,0,0,0,0,0,170,3.1,8,5,12.9,610,9,999999999,320,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100500,0,0,385,0,0,0,0,0,0,0,170,3.6,4,3,12.9,77777,9,999999999,320,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100600,0,0,395,0,0,0,0,0,0,0,170,3.1,7,6,9.7,400,9,999999999,320,0.0850,0,88,999.000,999.0,99.0
+1986,5,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,100600,43,766,392,18,9,17,1900,500,1900,410,150,3.1,8,5,8.0,400,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.7,82,100700,292,1332,401,101,77,84,11000,6200,9600,1820,170,4.1,5,5,8.0,77777,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,100700,567,1332,419,258,197,174,28100,19700,19800,4140,170,6.7,7,7,12.9,460,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.2,70,100800,821,1332,424,405,315,211,44400,33600,23600,5180,210,6.7,6,6,24.1,640,9,999999999,340,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,100800,1035,1332,428,437,152,319,48300,16200,35700,10920,200,5.7,6,6,24.1,1070,9,999999999,309,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.0,53,100800,1194,1332,430,689,451,284,75200,47300,32800,15010,210,7.7,5,5,24.1,77777,9,999999999,300,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.6,52,100700,1288,1332,434,883,608,294,93300,61500,33700,24910,200,6.2,4,4,24.1,77777,9,999999999,309,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,19.4,45,100700,1310,1332,442,921,669,262,98400,68200,31100,27530,200,6.7,6,5,24.1,7620,9,999999999,290,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.0,47,100700,1259,1332,443,749,474,300,82000,49700,34900,21580,200,6.2,7,5,24.1,1220,9,999999999,300,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,100600,1138,1332,447,697,536,239,73700,54400,27100,10250,160,4.6,6,6,24.1,1220,9,999999999,309,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,100600,956,1332,440,583,559,182,61600,56700,20900,5250,180,5.7,5,5,24.1,77777,9,999999999,309,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,21.1,54,100600,725,1332,431,410,430,177,43800,43600,20000,3890,140,6.7,3,3,24.1,77777,9,999999999,320,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,21.7,55,100600,461,1332,432,203,265,112,21900,25200,13200,2200,140,6.2,3,3,24.1,77777,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.1,63,100600,183,1332,406,62,131,44,6600,7800,5500,800,140,6.2,1,1,24.1,77777,9,999999999,320,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.7,72,100700,4,255,407,2,1,1,0,0,0,0,130,4.1,3,3,24.1,77777,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.2,79,100800,0,0,392,0,0,0,0,0,0,0,120,4.1,1,1,24.1,77777,9,999999999,340,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.2,82,100900,0,0,399,0,0,0,0,0,0,0,150,3.6,3,3,19.3,77777,9,999999999,340,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,100900,0,0,403,0,0,0,0,0,0,0,140,3.6,4,4,19.3,77777,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,101000,0,0,406,0,0,0,0,0,0,0,170,3.1,7,5,19.3,370,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,100900,0,0,403,0,0,0,0,0,0,0,180,2.1,7,4,19.3,370,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,101000,0,0,421,0,0,0,0,0,0,0,180,3.1,9,8,19.3,370,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.2,85,101000,0,0,405,0,0,0,0,0,0,0,150,2.6,8,6,19.3,370,9,999999999,340,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,414,0,0,0,0,0,0,0,130,3.1,10,8,19.3,910,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,399,0,0,0,0,0,0,0,120,2.6,9,5,19.3,7620,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1986,5,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.8,88,101000,44,788,417,21,1,21,2300,0,2300,680,130,2.6,9,8,16.1,370,9,999999999,359,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,23.3,82,101000,293,1332,428,70,29,64,7700,2400,7200,1690,160,4.6,9,8,16.1,370,9,999999999,370,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,22.8,77,101100,568,1332,439,129,44,110,14200,4200,12400,3400,180,3.1,9,9,19.3,460,9,999999999,359,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,101100,821,1332,436,316,175,208,35200,18500,23700,5710,150,4.1,8,8,24.1,610,9,999999999,350,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.2,65,101100,1035,1332,435,483,320,234,52600,33400,26600,7830,180,4.1,7,7,24.1,760,9,999999999,340,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,21.7,59,101100,1194,1332,448,503,163,357,56000,17500,40300,16810,160,5.2,8,8,24.1,760,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,21.7,55,101100,1288,1332,455,424,105,322,47800,11300,36900,22250,160,5.2,8,8,24.1,1070,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.7,52,101100,1310,1332,449,853,610,252,91400,62300,29900,26740,190,5.2,7,6,24.1,1070,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,101000,1260,1332,444,952,698,292,100500,70600,33600,20510,140,5.7,7,6,24.1,1070,9,999999999,309,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,101000,1139,1332,447,712,478,302,76600,50000,33800,13300,150,4.1,7,6,24.1,7620,9,999999999,309,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,100900,957,1332,447,583,462,251,62400,48000,27800,7330,170,5.2,6,6,24.1,7620,9,999999999,309,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,100800,727,1332,440,334,259,193,36300,27300,21400,4410,140,7.2,5,5,24.1,77777,9,999999999,309,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.7,57,100800,463,1332,428,197,271,103,21400,25800,12400,2000,150,5.2,3,3,24.1,77777,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,21.7,63,100900,185,1332,415,61,99,48,6500,6000,5700,890,180,5.7,7,2,24.1,77777,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.7,67,101000,5,255,428,1,0,1,0,0,0,0,190,3.1,9,7,24.1,1070,9,999999999,329,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,22.2,77,101200,0,0,448,0,0,0,0,0,0,0,100,4.1,10,10,19.3,760,9,999999999,350,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,17.8,74,101400,0,0,419,0,0,0,0,0,0,0,60,6.2,10,10,24.1,760,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.2,76,101300,0,0,412,0,0,0,0,0,0,0,70,8.2,10,10,24.1,3050,9,999999999,259,0.1810,0,88,999.000,999.0,99.0
+1986,5,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,17.8,76,101100,0,0,416,0,0,0,0,0,0,0,60,2.1,10,10,24.1,2440,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,17.8,74,101000,0,0,419,0,0,0,0,0,0,0,190,4.1,10,10,24.1,2440,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.3,81,101100,0,0,414,0,0,0,0,0,0,0,320,4.1,10,10,24.1,2440,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101100,0,0,408,0,0,0,0,0,0,0,330,1.5,10,10,24.1,2440,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,101100,0,0,381,0,0,0,0,0,0,0,60,2.6,9,7,24.1,7620,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101100,0,0,396,0,0,0,0,0,0,0,20,2.1,10,9,24.1,2440,9,999999999,270,0.1810,0,88,999.000,999.0,99.0
+1986,5,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101100,45,788,410,4,1,4,500,0,500,160,70,2.1,10,10,19.3,460,9,999999999,270,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,294,1331,410,79,2,79,8900,100,8900,2730,20,1.5,10,10,24.1,760,9,999999999,270,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101200,569,1331,421,158,7,155,18000,500,17700,6090,310,3.1,10,10,24.1,760,9,999999999,300,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101200,822,1331,402,411,282,236,44500,30100,25900,5910,40,2.1,8,6,24.1,2440,9,999999999,290,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,101200,1035,1331,425,492,252,296,54100,27300,32800,9730,270,3.6,9,7,24.1,2440,9,999999999,329,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.2,67,101000,1194,1331,432,725,471,302,78700,49300,34400,16080,170,3.6,8,7,24.1,2440,9,999999999,340,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,21.7,61,101000,1288,1331,454,524,129,398,58300,13800,44900,27620,190,5.2,10,9,24.1,850,9,999999999,329,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.7,57,101000,1311,1331,451,479,45,435,53000,4600,48500,30480,170,4.6,9,8,19.3,850,9,999999999,329,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,100900,1260,1331,425,428,174,263,48800,19000,30700,16460,150,4.1,10,9,24.1,1010,9,999999999,290,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,100900,1140,1331,425,301,159,164,34900,17400,20000,6390,30,4.6,10,10,24.1,1370,9,999999999,300,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101000,958,1331,424,187,6,183,22500,500,22200,8920,290,1.5,10,10,19.3,2440,9,999999999,320,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.6,85,100900,728,1331,426,124,6,120,14800,400,14500,5610,170,3.1,10,10,19.3,2440,9,999999999,309,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101000,465,1331,424,127,7,124,14300,500,14100,4670,0,0.0,10,10,24.1,2440,9,999999999,320,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.6,87,100900,187,1331,411,53,27,49,5800,2000,5500,1190,0,0.0,10,9,24.1,3660,9,999999999,309,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.6,87,100900,5,277,423,1,0,1,0,0,0,0,360,2.6,10,10,24.1,3660,9,999999999,309,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,101000,0,0,419,0,0,0,0,0,0,0,350,3.1,10,10,24.1,7620,9,999999999,309,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101000,0,0,419,0,0,0,0,0,0,0,310,2.1,10,10,24.1,7620,9,999999999,300,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,101000,0,0,419,0,0,0,0,0,0,0,340,3.1,10,10,24.1,3660,9,999999999,309,0.0870,0,88,999.000,999.0,99.0
+1986,5,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101000,0,0,416,0,0,0,0,0,0,0,230,2.1,10,10,24.1,7620,9,999999999,300,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101000,0,0,412,0,0,0,0,0,0,0,0,0.0,10,10,24.1,7620,9,999999999,300,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101000,0,0,370,0,0,0,0,0,0,0,320,2.6,8,3,19.3,77777,9,999999999,290,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100900,0,0,366,0,0,0,0,0,0,0,260,2.1,9,2,19.3,77777,9,999999999,279,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,100900,0,0,363,0,0,0,0,0,0,0,330,2.1,5,2,16.1,77777,9,999999999,279,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,100800,0,0,366,0,0,0,0,0,0,0,0,0.0,4,3,16.1,77777,9,999999999,279,0.0870,0,88,999.000,999.0,99.0
+1986,5,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,100900,46,788,362,22,49,16,2100,1600,2000,270,340,2.6,3,2,16.1,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,100900,296,1331,383,93,76,77,10300,6200,8900,1670,10,3.1,9,7,16.1,3660,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,100900,570,1331,390,227,190,146,24500,19100,16300,3030,350,2.6,8,7,16.1,1370,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101000,823,1331,409,325,126,247,35800,13300,27600,6790,50,2.1,10,8,16.1,1680,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,100900,1036,1331,424,495,138,387,54000,14600,42600,13300,360,3.6,10,9,19.3,1370,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100900,1194,1331,429,612,349,299,66600,36500,33700,15950,90,3.1,10,9,24.1,3660,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,100900,1288,1331,426,450,54,397,49800,5500,44400,24840,60,1.5,10,8,24.1,3660,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,19.4,61,100800,1311,1331,438,556,152,405,61900,16300,45800,33810,360,2.1,10,9,24.1,7620,9,999999999,290,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,100800,1260,1331,435,552,193,369,61400,21000,41400,23670,340,3.1,10,9,24.1,1370,9,999999999,290,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,19.4,65,100700,1141,1331,444,335,6,330,39600,500,39100,14920,350,3.1,10,10,24.1,3660,9,999999999,290,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,100700,960,1331,445,274,9,267,32000,800,31400,11980,20,3.1,10,10,24.1,3660,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,100600,730,1331,440,208,16,199,23900,1300,23200,8350,20,3.1,10,10,24.1,3660,9,999999999,290,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100700,467,1331,429,138,58,118,15200,5400,13300,3320,80,2.6,9,9,24.1,3660,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,190,1331,436,21,2,20,2400,0,2400,800,30,2.1,10,10,24.1,1370,9,999999999,320,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,100700,6,299,429,4,0,4,0,0,0,0,40,2.1,10,10,19.3,2440,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100700,0,0,399,0,0,0,0,0,0,0,80,2.6,8,7,16.1,3660,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100800,0,0,382,0,0,0,0,0,0,0,10,1.5,5,3,16.1,77777,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,379,0,0,0,0,0,0,0,20,1.5,9,4,19.3,77777,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,100700,0,0,393,0,0,0,0,0,0,0,60,1.5,9,7,19.3,7620,9,999999999,309,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100700,0,0,419,0,0,0,0,0,0,0,70,2.1,10,10,16.1,7620,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,416,0,0,0,0,0,0,0,10,1.5,10,10,16.1,1520,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,416,0,0,0,0,0,0,0,50,2.1,10,10,16.1,1520,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,416,0,0,0,0,0,0,0,50,2.6,10,10,16.1,1520,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100700,0,0,396,0,0,0,0,0,0,0,30,2.1,9,8,12.9,1520,9,999999999,300,0.0930,0,88,999.000,999.0,99.0
+1986,5,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,100700,46,809,416,9,1,9,1100,0,1100,340,0,0.0,10,10,8.0,1520,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,100800,297,1331,404,75,20,70,8200,1700,7800,1830,350,2.1,10,9,11.3,1830,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,100900,571,1331,419,92,9,88,10900,600,10700,3920,260,5.7,10,10,1.6,700,9,999999999,309,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,100800,823,1331,408,231,146,141,26100,15700,16400,3290,50,2.1,10,9,19.3,3050,9,999999999,309,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100800,1036,1331,406,589,403,274,63000,42000,30300,9290,80,2.1,9,7,19.3,3050,9,999999999,320,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.2,79,100900,1194,1331,444,388,15,375,45800,1400,44500,16550,140,2.1,10,10,24.1,610,9,999999999,340,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100800,1288,1331,433,231,11,220,28700,800,27800,11110,130,3.1,10,10,16.1,610,9,999999999,320,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.2,85,100800,1311,1331,438,228,2,227,28500,200,28300,11440,260,3.1,10,10,19.3,760,9,999999999,340,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100800,1261,1331,434,372,4,368,44300,400,43900,16600,110,5.2,10,10,24.1,610,9,999999999,329,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,22.2,88,100700,1141,1331,434,339,9,331,40000,800,39300,14960,290,2.6,10,10,24.1,520,9,999999999,340,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100700,961,1331,422,318,89,253,35400,9500,28500,7900,310,4.1,9,9,24.1,760,9,999999999,329,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,731,1331,415,306,191,201,33800,19900,22800,5190,350,2.6,8,8,19.3,1680,9,999999999,320,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,100700,469,1331,397,188,263,96,20200,24500,11600,1800,360,2.6,4,4,24.1,77777,9,999999999,309,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,21.1,85,100800,192,1331,389,74,223,42,7800,14200,5800,750,330,2.6,3,3,19.3,77777,9,999999999,320,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,100800,6,299,396,1,2,1,0,0,0,0,20,2.6,7,7,16.1,610,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100900,0,0,399,0,0,0,0,0,0,0,310,2.1,8,8,16.1,3050,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100900,0,0,407,0,0,0,0,0,0,0,320,2.1,9,9,16.1,1520,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,100900,0,0,407,0,0,0,0,0,0,0,10,2.1,9,9,12.9,1520,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100900,0,0,404,0,0,0,0,0,0,0,0,0.0,9,9,12.9,1520,9,999999999,300,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101000,0,0,381,0,0,0,0,0,0,0,300,2.6,6,6,12.9,1520,9,999999999,290,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100900,0,0,361,0,0,0,0,0,0,0,310,2.1,1,1,11.3,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100900,0,0,366,0,0,0,0,0,0,0,310,2.6,6,2,9.7,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101000,0,0,366,0,0,0,0,0,0,0,0,0.0,3,2,9.7,77777,9,999999999,279,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101000,0,0,359,0,0,0,0,0,0,0,0,0.0,2,2,9.7,77777,9,999999999,270,0.0780,0,88,999.000,999.0,99.0
+1986,5,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101000,47,809,374,11,10,10,1200,500,1100,260,340,3.6,7,6,9.7,1520,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101100,298,1330,362,145,448,45,15200,36200,7100,850,350,3.1,1,1,19.3,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101100,571,1330,371,349,641,74,37300,62400,10500,1550,350,3.1,2,1,19.3,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,101100,823,1330,387,546,625,158,57200,62800,18300,3810,360,4.1,3,2,24.1,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101100,1036,1330,386,722,801,96,74800,80200,12300,2890,40,3.1,2,1,24.1,77777,9,999999999,259,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.8,56,101100,1195,1330,398,848,767,158,90300,77600,20400,7900,350,3.6,3,2,24.1,77777,9,999999999,259,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,101100,1288,1330,416,684,419,278,75800,44000,33100,24740,330,2.1,7,6,24.1,7620,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,17.8,53,101100,1311,1330,423,951,662,296,100600,67100,34300,32250,20,2.1,8,7,24.1,1070,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101000,1261,1330,419,699,437,284,77000,45900,33400,20910,20,3.1,7,6,24.1,1070,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101000,1142,1330,427,574,342,280,62300,35800,31500,12450,330,2.1,8,7,24.1,1220,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.8,51,100900,962,1330,421,670,691,171,71300,70300,20300,5030,360,3.1,8,6,24.1,7620,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,100900,733,1330,430,314,129,243,34300,13400,26900,6290,10,2.6,9,8,24.1,7620,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.9,57,100900,470,1330,419,143,106,106,15900,10200,12300,2420,360,2.6,9,6,24.1,4270,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101000,194,1330,413,68,81,56,7400,5400,6600,1180,350,2.1,9,6,24.1,7620,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101000,7,321,395,3,4,3,0,0,0,0,360,2.6,6,5,24.1,7620,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.3,74,101000,0,0,388,0,0,0,0,0,0,0,20,2.6,6,5,24.1,7620,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,18.9,79,101100,0,0,386,0,0,0,0,0,0,0,100,1.5,6,5,24.1,7620,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101200,0,0,366,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,279,0.0930,0,88,999.000,999.0,99.0
+1986,5,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101100,0,0,356,0,0,0,0,0,0,0,360,2.1,2,0,24.1,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101100,0,0,356,0,0,0,0,0,0,0,10,2.6,3,0,24.1,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,101100,0,0,359,0,0,0,0,0,0,0,360,2.1,3,1,24.1,77777,9,999999999,270,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,101100,0,0,349,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,259,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101100,0,0,355,0,0,0,0,0,0,0,60,1.5,1,1,24.1,77777,9,999999999,250,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,101100,0,0,352,0,0,0,0,0,0,0,360,1.5,1,1,24.1,77777,9,999999999,250,0.0930,0,88,999.000,999.0,99.0
+1986,5,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,16.7,87,101200,48,809,343,21,22,19,2300,900,2200,390,0,0.0,1,0,24.1,77777,9,999999999,250,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.8,79,101200,299,1330,358,136,323,63,14400,25600,8600,1130,50,1.5,0,0,24.1,77777,9,999999999,270,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101300,572,1330,370,346,565,103,36100,54300,12700,2060,100,3.1,0,0,24.1,77777,9,999999999,290,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.9,60,101300,824,1330,387,569,695,137,60200,70300,16600,3370,50,3.6,0,0,24.1,77777,9,999999999,279,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.9,57,101300,1036,1330,392,754,760,161,78500,76100,19000,4900,70,3.6,0,0,24.1,77777,9,999999999,290,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.0,57,101300,1195,1330,413,750,598,211,80400,61300,25200,11200,110,3.1,3,2,24.1,77777,9,999999999,300,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.6,55,101200,1288,1330,435,842,524,333,91600,54900,38200,29860,360,3.1,7,6,19.3,7620,9,999999999,309,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,19.4,52,101200,1311,1330,445,631,302,332,71000,33000,38400,31480,10,3.1,8,8,19.3,1070,9,999999999,300,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.0,52,101100,1262,1330,437,839,554,313,91600,58100,36400,23210,50,3.1,8,6,19.3,3660,9,999999999,300,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.9,48,101100,1143,1330,440,685,442,305,73800,46200,34000,13670,70,2.6,9,7,19.3,7620,9,999999999,279,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,19.4,48,101100,963,1330,432,686,662,207,71900,66700,23500,5960,50,2.6,5,4,19.3,77777,9,999999999,290,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.0,52,101000,734,1330,433,460,475,198,48500,48200,21900,4430,20,3.1,5,5,19.3,77777,9,999999999,300,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,19.4,52,101000,472,1330,426,160,112,121,17700,10800,13900,2770,30,3.1,4,4,16.1,77777,9,999999999,300,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.6,59,101000,197,1330,440,53,16,51,5800,1200,5700,1250,110,4.1,9,8,12.9,4270,9,999999999,309,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.7,67,101100,7,321,423,3,0,3,0,0,0,0,140,2.6,8,6,12.9,7620,9,999999999,329,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,21.7,69,101100,0,0,410,0,0,0,0,0,0,0,130,4.1,7,3,16.1,77777,9,999999999,329,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,21.1,72,101200,0,0,394,0,0,0,0,0,0,0,180,2.1,4,1,19.3,77777,9,999999999,329,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,21.7,77,101200,0,0,392,0,0,0,0,0,0,0,230,2.1,3,1,19.3,77777,9,999999999,329,0.1820,0,88,999.000,999.0,99.0
+1986,5,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,101100,0,0,382,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101100,0,0,379,0,0,0,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101100,0,0,383,0,0,0,0,0,0,0,0,0.0,4,3,19.3,77777,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101000,0,0,392,0,0,0,0,0,0,0,0,0.0,10,6,19.3,7620,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101000,0,0,392,0,0,0,0,0,0,0,50,2.1,10,6,16.1,3660,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101100,0,0,412,0,0,0,0,0,0,0,0,0.0,10,9,11.3,7620,9,999999999,320,0.1820,0,88,999.000,999.0,99.0
+1986,5,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101100,49,831,403,10,2,10,1200,0,1200,380,0,0.0,10,8,4.8,3660,9,999999999,320,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,101100,300,1329,400,95,46,84,10300,3900,9500,2120,30,2.6,10,7,8.0,4880,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.8,88,101100,573,1329,411,227,133,169,24800,13300,19000,4030,10,2.6,10,7,11.3,4880,9,999999999,359,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,23.3,82,101200,824,1329,437,312,57,277,34400,5800,30800,9070,60,3.6,10,9,11.3,3660,9,999999999,370,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.3,74,101100,1036,1329,430,461,153,341,50700,16300,38000,11750,50,2.1,9,7,12.9,3660,9,999999999,359,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.8,70,101100,1194,1329,449,409,57,358,45300,5800,40000,17490,60,2.6,10,9,16.1,1070,9,999999999,359,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.8,70,101100,1288,1329,462,518,14,504,60400,1400,59000,20520,60,4.1,10,10,16.1,1070,9,999999999,359,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,21.7,63,101000,1311,1329,422,925,638,294,98000,64700,34000,32510,100,4.1,6,4,24.1,7620,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,21.7,59,100900,1262,1329,429,755,513,267,80200,52100,30500,19400,90,3.6,7,4,24.1,3660,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.2,79,100900,1143,1329,432,356,90,279,40100,9700,31800,11630,340,4.6,9,9,24.1,1070,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.2,94,100900,964,1329,407,348,254,164,38900,26500,19600,4720,350,3.1,10,8,16.1,850,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.2,94,101000,735,1329,428,100,0,100,12200,0,12200,4810,330,2.6,10,10,3.2,850,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.2,94,101000,474,1329,428,61,7,59,7400,400,7300,2600,360,2.6,10,10,9.7,850,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.2,94,101000,199,1329,428,22,3,22,2700,0,2700,870,350,1.5,10,10,16.1,2290,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,101000,8,343,427,1,0,1,0,0,0,0,340,2.1,10,10,19.3,2290,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101000,0,0,428,0,0,0,0,0,0,0,30,2.1,10,10,16.1,2290,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,101000,0,0,427,0,0,0,0,0,0,0,40,2.1,10,10,16.1,2290,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,101000,0,0,427,0,0,0,0,0,0,0,50,2.6,10,10,16.1,2290,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,101000,0,0,424,0,0,0,0,0,0,0,70,3.1,10,10,12.9,120,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,100900,0,0,428,0,0,0,0,0,0,0,80,3.1,10,10,6.4,120,9,999999999,340,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100900,0,0,427,0,0,0,0,0,0,0,40,2.6,10,10,6.4,120,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100900,0,0,427,0,0,0,0,0,0,0,20,1.5,10,10,6.4,120,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,100900,0,0,424,0,0,0,0,0,0,0,30,2.6,10,10,6.4,120,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,100900,0,0,424,0,0,0,0,0,0,0,60,2.1,10,10,4.8,60,9,999999999,329,0.1580,0,88,999.000,999.0,99.0
+1986,5,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.7,94,100900,49,830,424,15,0,15,1700,0,1700,530,30,3.1,10,10,4.8,90,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,100900,300,1329,427,71,3,71,8100,100,8100,2560,80,3.6,10,10,3.2,90,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,100900,573,1329,427,157,3,156,17900,200,17800,6140,60,4.1,10,10,3.2,90,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,22.2,88,100900,824,1329,434,250,3,248,28800,300,28600,10460,70,2.6,10,10,3.2,150,9,999999999,340,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,23.3,82,100900,1036,1329,449,335,1,335,39000,100,39000,14590,90,3.1,10,10,8.0,340,9,999999999,370,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,22.8,74,100900,1194,1329,455,410,0,410,48000,0,48000,17570,90,3.1,10,10,9.7,910,9,999999999,350,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,100900,1288,1329,452,468,0,468,54900,0,54900,19640,90,4.1,10,10,9.7,2290,9,999999999,359,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,100800,1311,1329,458,497,0,497,58200,0,58200,20510,90,4.1,10,10,16.1,2290,9,999999999,350,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.1,65,100800,1262,1329,456,257,0,257,31500,0,31500,12600,140,3.6,10,10,16.1,2290,9,999999999,320,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.7,67,100700,1144,1329,457,378,0,378,44200,0,44200,16410,140,4.1,10,10,19.3,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,100700,965,1329,454,204,2,203,24400,200,24300,9740,130,3.1,10,10,16.1,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,22.2,74,100600,737,1329,451,224,0,224,25600,0,25600,9120,120,4.6,10,10,19.3,2440,9,999999999,340,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,100600,476,1329,441,143,34,131,15700,3200,14600,3640,120,3.1,10,9,19.3,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,100600,201,1329,449,25,10,23,2700,700,2600,630,120,3.6,10,10,19.3,2440,9,999999999,320,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100700,8,343,431,3,0,3,0,0,0,0,120,3.1,10,9,19.3,2440,9,999999999,320,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.7,79,100700,0,0,441,0,0,0,0,0,0,0,110,2.6,10,10,16.1,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.9,21.5,82,100700,0,0,415,0,0,0,0,0,0,0,90,2.2,9,8,16.1,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.2,21.2,87,100800,0,0,432,0,0,0,0,0,0,0,20,1.9,10,10,12.9,700,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+1986,5,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.5,21.0,87,100700,0,0,427,0,0,0,0,0,0,0,70,1.5,10,10,12.9,2440,9,999999999,329,0.1590,0,88,999.000,999.0,99.0
+2000,6,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.7,20.7,90,101300,0,0,366,0,0,0,0,0,0,0,0,1.1,0,0,16.0,77777,9,999999999,279,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.0,20.5,93,101200,0,0,362,0,0,0,0,0,0,0,0,0.7,0,0,12.8,77777,9,999999999,300,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.3,20.2,97,101300,0,0,374,0,0,0,0,0,0,0,0,0.4,3,3,16.0,77777,9,999999999,320,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101300,0,0,370,0,0,0,0,0,0,0,0,0.0,3,3,14.4,77777,9,999999999,329,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,20.6,97,101300,0,0,377,0,0,0,0,0,0,0,0,0.0,4,4,16.0,77777,9,999999999,350,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.1,90,101300,50,830,386,4,52,2,600,3100,400,80,0,0.0,4,4,16.0,77777,9,999999999,359,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,301,1328,403,143,207,96,14900,16500,11200,1910,50,1.5,5,5,9.6,77777,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101500,573,1328,415,326,426,142,34400,41600,16400,2830,150,4.1,4,4,16.0,77777,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101500,824,1328,423,548,636,152,57600,64000,17800,3700,140,4.1,5,5,16.0,77777,9,999999999,409,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101500,1036,1328,426,623,412,301,66100,42900,32600,10320,140,4.1,5,5,16.0,77777,9,999999999,430,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.1,57,101500,1194,1328,428,838,670,235,89300,68300,27700,12430,160,3.6,4,4,16.0,77777,9,999999999,440,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.1,54,101500,1288,1328,434,896,692,224,96600,71000,27600,19900,140,4.1,4,4,16.0,77777,9,999999999,459,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101500,1311,1328,441,893,612,288,94800,62100,33400,32430,140,4.1,5,5,16.0,7620,9,999999999,450,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101400,1263,1328,439,825,568,284,87200,57500,32400,20810,150,6.2,6,5,16.0,7620,9,999999999,440,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101400,1145,1328,433,706,477,293,76200,49900,33100,13250,120,6.7,5,4,16.0,7620,9,999999999,440,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101400,966,1328,438,446,184,312,49100,19500,34800,9830,140,6.7,7,6,16.0,7620,9,999999999,430,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101300,739,1328,423,440,446,191,46500,45300,21300,4280,140,4.6,5,4,16.0,7620,9,999999999,419,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101300,479,1328,423,261,423,108,27600,39600,13300,2050,120,5.2,5,4,16.0,7620,9,999999999,409,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,21.1,67,101300,204,1328,416,46,10,44,5100,100,5100,1550,160,3.6,5,5,16.0,77777,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,20.6,72,101400,9,365,383,0,0,0,0,0,0,0,160,2.6,0,0,16.0,77777,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,20.6,74,101400,0,0,381,0,0,0,0,0,0,0,190,1.5,0,0,16.0,77777,9,999999999,390,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.1,82,101500,0,0,375,0,0,0,0,0,0,0,150,1.5,0,0,16.0,77777,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,371,0,0,0,0,0,0,0,160,1.5,0,0,16.0,77777,9,999999999,359,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.1,96,101500,0,0,362,0,0,0,0,0,0,0,0,0.0,0,0,11.2,77777,9,999999999,359,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.1,96,101500,0,0,377,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,21.1,100,101500,0,0,359,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,20.6,97,101600,0,0,358,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101600,0,0,370,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101600,50,852,370,4,47,3,700,2300,500,60,10,1.5,3,3,16.1,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101700,302,1328,387,143,186,101,14900,14800,11500,2030,20,1.5,3,3,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101700,574,1328,406,340,483,132,36200,47200,15800,2610,0,0.0,4,4,16.0,77777,9,999999999,370,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101700,824,1328,420,508,490,204,54300,50400,23000,4950,140,1.5,5,5,16.0,77777,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.1,61,101700,1036,1328,422,655,540,233,71400,56400,27300,7860,150,2.6,4,4,16.0,77777,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.0,53,101700,1194,1328,427,851,712,209,91300,73000,25500,11150,120,3.1,4,4,16.0,77777,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.6,55,101600,1288,1328,428,951,722,249,101700,73700,30000,22070,150,4.6,4,4,16.0,7620,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.0,49,101600,1311,1328,455,504,114,391,56300,12200,44200,34140,180,3.1,8,8,16.0,1676,9,999999999,379,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101500,1263,1328,451,484,66,421,53500,6800,47000,24040,110,2.6,8,8,16.0,1829,9,999999999,390,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101500,1145,1328,465,428,48,387,47300,4900,43000,17200,110,5.2,8,8,16.0,1524,9,999999999,390,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101400,967,1328,442,356,47,321,39200,4800,35600,11760,90,3.6,4,4,16.0,77777,9,999999999,390,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101400,740,1328,433,266,47,240,29300,4700,26600,7500,130,5.7,5,5,16.0,77777,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101300,481,1328,428,156,34,143,17000,3200,15900,3920,140,6.2,4,4,16.0,77777,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101400,206,1328,446,50,10,48,5600,200,5500,1660,160,3.6,10,9,16.0,7620,9,999999999,400,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,10,387,416,0,0,0,0,0,0,0,160,3.1,5,4,16.0,3658,9,999999999,409,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101500,0,0,440,0,0,0,0,0,0,0,160,2.6,9,9,16.0,3353,9,999999999,409,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101600,0,0,453,0,0,0,0,0,0,0,170,2.6,10,10,16.0,3048,9,999999999,409,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101600,0,0,450,0,0,0,0,0,0,0,160,3.6,10,10,16.0,3353,9,999999999,419,0.1800,0,88,0.170,0.0,1.0
+2000,6,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101600,0,0,450,0,0,0,0,0,0,0,180,1.5,10,10,16.0,3353,9,999999999,419,0.1800,0,88,0.170,0.0,1.0
+2000,6,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,0,0,447,0,0,0,0,0,0,0,0,0.0,10,10,16.0,3353,9,999999999,430,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,0,0,434,0,0,0,0,0,0,0,170,1.5,9,9,16.0,3353,9,999999999,440,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101500,0,0,422,0,0,0,0,0,0,0,0,0.0,8,8,16.0,3353,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101500,0,0,404,0,0,0,0,0,0,0,0,0.0,7,6,16.0,77777,9,999999999,459,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101500,0,0,424,0,0,0,0,0,0,0,190,1.5,9,9,16.0,3353,9,999999999,469,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101500,51,852,415,2,0,2,300,0,300,80,0,0.0,9,8,16.0,3353,9,999999999,480,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101600,302,1327,410,89,0,89,9900,0,9900,2990,210,2.1,6,4,16.0,3658,9,999999999,500,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.0,23.0,79,101600,574,1327,429,199,31,185,21800,3000,20500,5250,240,1.5,9,8,16.1,630,9,999999999,509,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.8,70,101600,824,1327,440,303,37,281,33400,3800,31100,9180,240,1.5,8,8,16.0,701,9,999999999,519,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101600,1035,1327,435,388,42,355,42800,4300,39400,13780,240,1.5,8,8,16.0,1097,9,999999999,530,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101600,1194,1327,449,453,48,410,50100,4900,45600,19700,240,2.6,8,8,16.0,1097,9,999999999,540,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101500,1288,1327,441,494,66,429,54600,6800,48000,27010,130,1.5,5,5,16.0,77777,9,999999999,550,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101400,1311,1327,435,504,66,438,55700,6800,49000,31940,240,1.5,5,5,16.0,77777,9,999999999,540,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.0,47,101300,1263,1327,443,484,66,421,53500,6800,47000,24090,210,1.5,5,5,16.0,77777,9,999999999,530,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.0,66,101200,1146,1327,446,428,48,387,47300,4900,43000,17220,170,5.7,8,8,14.5,1290,9,999999999,519,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101200,968,1327,440,356,47,321,39200,4800,35600,11770,150,6.2,8,8,9.6,1524,9,999999999,509,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101100,742,1327,436,266,47,240,29300,4700,26600,7510,110,3.6,7,6,16.0,7620,9,999999999,500,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101100,482,1327,417,156,34,143,17000,3200,15900,3930,300,3.6,7,6,16.0,77777,9,999999999,480,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,208,1327,447,50,10,48,5600,200,5500,1670,140,3.1,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101200,11,387,413,0,0,0,0,0,0,0,150,3.1,6,5,16.0,7620,9,999999999,459,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101300,0,0,406,0,0,0,0,0,0,0,160,3.1,3,3,16.0,77777,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,0,0,400,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,440,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,0,0,383,0,0,0,0,0,0,0,180,2.1,0,0,16.0,7620,9,999999999,430,0.1810,0,88,0.170,0.0,1.0
+2000,6,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,387,0,0,0,0,0,0,0,180,2.1,1,1,16.0,77777,9,999999999,419,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,0,0,384,0,0,0,0,0,0,0,150,3.1,2,1,16.0,7620,9,999999999,430,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,388,0,0,0,0,0,0,0,160,2.1,4,3,16.0,7620,9,999999999,430,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,0,0,400,0,0,0,0,0,0,0,160,1.5,7,6,16.0,7620,9,999999999,440,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101000,0,0,397,0,0,0,0,0,0,0,160,1.5,7,4,14.4,7620,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101000,0,0,439,0,0,0,0,0,0,0,170,2.6,10,10,16.0,3353,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101000,51,851,439,3,0,3,400,0,400,120,180,2.1,10,10,16.0,3048,9,999999999,459,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101100,302,1327,443,89,0,89,9900,0,9900,2990,190,3.1,10,10,14.4,3048,9,999999999,469,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101200,574,1327,450,198,31,185,21800,3000,20500,5250,200,3.1,10,10,16.0,3048,9,999999999,480,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101200,824,1327,453,303,37,281,33400,3800,31100,9180,200,2.1,10,10,16.0,3048,9,999999999,480,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.0,24.0,84,101200,1035,1327,452,388,42,355,42800,4300,39400,13780,220,2.6,10,10,16.1,720,9,999999999,490,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101200,1193,1327,438,453,48,410,50100,4900,45600,19700,270,2.1,10,9,16.0,2743,9,999999999,500,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101100,1288,1327,441,494,66,429,54600,6800,48000,27030,280,2.1,9,9,11.2,2743,9,999999999,500,0.1810,0,88,0.170,2.0,1.0
+2000,6,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.0,23.0,74,101100,1311,1327,457,504,66,438,55700,6800,49000,32050,140,5.1,10,10,16.1,2400,9,999999999,500,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.8,70,101000,1263,1327,462,484,66,421,53500,6800,47000,24140,180,1.5,10,10,16.0,3048,9,999999999,490,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101000,1147,1327,454,434,48,393,48000,4900,43700,17470,150,2.6,9,9,16.0,3048,9,999999999,480,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,100900,969,1327,467,356,47,321,39200,4800,35600,11790,110,3.1,10,10,16.0,3048,9,999999999,469,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,100900,743,1327,452,266,47,240,29300,4700,26600,7520,0,0.0,10,10,16.0,1250,9,999999999,459,0.1810,0,88,0.170,1.0,1.0
+2000,6,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,100800,484,1327,424,161,34,148,17600,3200,16400,4040,0,0.0,9,7,16.0,3962,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,100800,210,1327,447,50,5,49,5600,100,5600,1700,50,2.1,10,10,16.0,3962,9,999999999,450,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,100900,11,409,420,0,0,0,0,0,0,0,180,2.1,9,7,16.0,7620,9,999999999,440,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,100900,0,0,411,0,0,0,0,0,0,0,180,2.1,10,6,16.0,7620,9,999999999,430,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101000,0,0,411,0,0,0,0,0,0,0,190,2.1,9,6,16.0,7620,9,999999999,419,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,100900,0,0,414,0,0,0,0,0,0,0,210,2.6,8,7,16.0,7620,9,999999999,409,0.1810,0,88,0.170,0.0,1.0
+2000,6,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101000,0,0,430,0,0,0,0,0,0,0,220,1.5,9,9,16.0,3353,9,999999999,400,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101000,0,0,418,0,0,0,0,0,0,0,160,2.1,9,8,16.0,7620,9,999999999,400,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,429,0,0,0,0,0,0,0,0,0.0,10,10,12.8,1067,9,999999999,400,0.1810,0,88,0.170,1.0,1.0
+2000,6,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,428,0,0,0,0,0,0,0,200,2.6,10,10,16.0,3353,9,999999999,390,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101200,0,0,424,0,0,0,0,0,0,0,190,4.1,10,10,9.6,1036,9,999999999,390,0.1810,0,88,0.170,4.0,1.0
+2000,6,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.1,96,101100,0,0,406,0,0,0,0,0,0,0,170,1.5,10,9,16.0,2134,9,999999999,390,0.1810,0,88,0.170,2.0,1.0
+2000,6,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.1,96,101100,52,851,406,3,12,3,500,400,400,40,0,0.0,10,9,16.0,3048,9,999999999,379,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,303,1326,398,107,48,96,11700,4100,10800,2360,230,1.5,9,7,16.0,7620,9,999999999,379,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101200,574,1326,422,340,414,161,35400,40300,18000,3260,270,4.1,10,9,16.0,3353,9,999999999,379,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101200,824,1326,438,449,312,254,48400,33300,27700,6460,280,2.6,10,10,16.0,457,9,999999999,370,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101300,1035,1326,426,197,12,188,24000,900,23300,9370,300,3.1,10,9,16.0,1158,9,999999999,370,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,1193,1326,422,323,18,307,38700,1600,37300,14330,330,3.6,10,9,16.0,1006,9,999999999,370,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101300,1287,1326,426,250,6,244,30800,500,30400,12120,320,1.5,10,9,16.0,732,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.7,74,101300,1311,1326,419,360,30,330,39900,3100,36900,24790,330,3.1,9,7,16.0,7620,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.7,74,101300,1264,1326,447,195,6,189,24400,400,24000,9720,330,3.1,10,10,16.0,1372,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101200,1147,1326,420,284,12,273,34000,1000,33100,12980,340,2.6,9,7,16.0,3658,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101200,970,1326,415,243,12,234,28700,1000,28000,10920,350,3.1,8,6,16.0,3962,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101200,744,1326,416,207,12,200,23900,1000,23300,8490,360,2.6,9,6,16.0,3962,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101100,486,1326,411,151,17,145,17000,1200,16500,5320,360,1.5,9,5,16.0,3962,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101200,212,1326,432,50,5,50,5700,100,5700,1730,0,0.0,9,9,16.0,3962,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,12,409,387,0,0,0,0,0,0,0,0,0.0,4,2,16.0,7620,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101300,0,0,370,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,359,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.1,96,101300,0,0,362,0,0,0,0,0,0,0,340,1.5,0,0,16.0,77777,9,999999999,350,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,20.6,91,101400,0,0,379,0,0,0,0,0,0,0,350,1.5,3,3,16.0,77777,9,999999999,350,0.1810,0,88,0.170,0.0,1.0
+2000,6,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,20.6,97,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,350,0.1810,0,88,0.170,0.0,1.0
+2000,6,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101400,0,0,370,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,350,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,20.0,100,101400,0,0,367,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,340,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,20.0,100,101400,0,0,352,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,340,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,20.0,100,101500,0,0,367,0,0,0,0,0,0,0,20,1.5,3,3,16.0,77777,9,999999999,340,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,20.0,100,101500,0,0,367,0,0,0,0,0,0,0,360,2.1,3,3,9.6,77777,9,999999999,329,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,19.4,93,101500,52,851,389,3,7,3,400,200,400,40,20,3.1,8,8,8.0,579,9,999999999,329,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,20.0,90,101600,303,1326,396,98,28,92,10800,2400,10200,2290,40,4.1,8,8,12.8,792,9,999999999,320,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,19.4,79,101700,574,1326,387,312,332,168,33300,33400,18800,3590,70,4.6,4,4,16.0,77777,9,999999999,320,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,18.9,69,101700,823,1326,398,534,575,176,55600,57400,19800,4190,80,5.2,5,5,16.0,77777,9,999999999,309,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,18.9,67,101700,1034,1326,398,712,709,158,76700,72900,19700,5440,70,3.1,4,4,16.0,77777,9,999999999,309,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,19.4,67,101700,1193,1326,401,845,718,197,91000,73800,24400,10550,60,3.1,4,4,16.0,77777,9,999999999,309,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,19.4,62,101600,1287,1326,425,878,619,275,93200,62900,32000,24420,50,4.1,8,8,16.0,975,9,999999999,300,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,19.4,59,101600,1311,1326,432,893,636,263,95400,64900,31100,30560,40,3.1,8,8,16.0,1341,9,999999999,290,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,18.9,58,101500,1264,1326,410,891,646,273,94400,65600,31700,20450,30,3.1,4,4,16.0,77777,9,999999999,279,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,19.4,55,101500,1148,1326,419,764,608,236,80800,61800,27200,10620,20,4.1,4,4,16.0,77777,9,999999999,270,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,17.8,50,101500,971,1326,417,661,724,130,69800,72900,16300,3700,40,4.1,4,4,16.0,77777,9,999999999,259,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,17.8,51,101500,746,1326,414,484,658,113,51400,66200,14200,2610,50,3.1,4,4,16.0,77777,9,999999999,250,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,17.8,55,101400,487,1326,408,262,464,91,27100,43100,11300,1750,60,4.6,4,4,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,17.8,60,101500,214,1326,392,86,242,47,9000,16300,6400,840,40,3.1,2,2,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,17.8,71,101500,12,431,382,0,0,0,0,0,0,0,40,2.6,3,3,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,17.2,76,101500,0,0,373,0,0,0,0,0,0,0,40,1.5,3,3,16.0,77777,9,999999999,220,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,17.2,81,101600,0,0,352,0,0,0,0,0,0,0,30,2.1,0,0,16.0,77777,9,999999999,209,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,16.1,78,101600,0,0,348,0,0,0,0,0,0,0,40,2.6,0,0,16.0,77777,9,999999999,200,0.1820,0,88,0.170,0.0,1.0
+2000,6,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,19.4,15.6,79,101600,0,0,344,0,0,0,0,0,0,0,30,2.6,0,0,16.0,77777,9,999999999,189,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.3,15.6,84,101600,0,0,339,0,0,0,0,0,0,0,40,1.5,0,0,16.0,77777,9,999999999,189,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.2,15.6,90,101600,0,0,334,0,0,0,0,0,0,0,50,1.5,0,0,16.0,77777,9,999999999,200,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,17.2,15.0,87,101700,0,0,334,0,0,0,0,0,0,0,50,2.6,0,0,16.0,77777,9,999999999,200,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.7,15.0,90,101700,0,0,331,0,0,0,0,0,0,0,70,1.5,0,0,16.0,77777,9,999999999,209,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.1,15.0,93,101700,0,0,329,0,0,0,0,0,0,0,30,3.1,0,0,16.0,77777,9,999999999,209,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,16.7,14.4,86,101700,52,851,345,4,65,3,900,3700,600,80,60,3.6,3,3,14.4,77777,9,999999999,209,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,18.3,15.0,81,101700,303,1326,339,151,248,95,15900,19800,11300,1880,50,3.1,0,0,16.0,77777,9,999999999,220,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,15.0,70,101700,573,1326,349,340,495,126,36400,48400,15400,2480,60,3.6,0,0,16.0,77777,9,999999999,220,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,15.6,62,101700,823,1326,363,541,630,149,57000,63500,17500,3640,20,3.1,0,0,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,16.7,58,101700,1034,1326,376,725,727,156,75600,72900,18600,4810,30,2.6,0,0,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,15.0,50,101600,1192,1326,376,838,700,208,90100,71800,25400,11100,330,2.6,0,0,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,13.9,44,101600,1287,1326,381,957,806,173,102100,81600,22700,14760,20,2.1,0,0,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,14.4,43,101500,1311,1326,387,983,834,157,100400,83600,17500,14590,70,3.1,0,0,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,15.0,43,101500,1264,1326,391,938,826,149,95900,82800,16800,8770,130,3.6,0,0,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,17.2,48,101400,1148,1326,413,822,770,154,87300,77900,19700,6610,90,3.6,3,3,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,17.8,50,101400,972,1326,414,661,665,173,70200,67700,20500,5210,110,3.1,3,3,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,18.9,57,101400,747,1326,413,375,259,229,40400,27300,24900,5460,120,2.6,4,4,16.0,3962,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,18.9,58,101300,489,1326,428,262,441,99,28100,41600,12700,1870,100,4.1,8,8,16.0,1676,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,19.4,67,101400,216,1326,428,86,237,47,9000,16100,6400,840,80,2.6,9,9,16.0,3658,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,19.4,74,101400,13,431,389,0,0,0,0,0,0,0,70,3.1,3,3,16.0,77777,9,999999999,240,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,20.0,76,101400,0,0,390,0,0,0,0,0,0,0,110,4.1,3,3,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,20.6,85,101400,0,0,385,0,0,0,0,0,0,0,80,3.1,3,3,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.1,87,101400,0,0,389,0,0,0,0,0,0,0,90,2.1,4,4,12.8,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101300,0,0,386,0,0,0,0,0,0,0,50,2.6,5,5,16.0,77777,9,999999999,229,0.1820,0,88,0.170,0.0,1.0
+2000,6,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,20.6,97,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,240,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,20.6,97,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,3,3,14.4,77777,9,999999999,259,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.6,100,101300,0,0,371,0,0,0,0,0,0,0,20,3.1,3,3,12.8,7620,9,999999999,270,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101300,0,0,373,0,0,0,0,0,0,0,50,2.6,4,4,12.8,7620,9,999999999,279,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.0,20.0,100,101300,0,0,367,0,0,0,0,0,0,0,40,2.1,3,3,11.2,7620,9,999999999,290,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.0,96,101300,52,850,370,4,52,3,800,3000,600,80,40,2.1,3,3,4.8,7620,9,999999999,300,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,19.4,87,101400,303,1325,360,142,200,97,14900,16000,11300,1930,50,2.6,0,0,8.0,7620,9,999999999,309,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,18.9,79,101400,573,1325,386,326,420,144,34300,41000,16600,2880,70,4.1,5,5,11.2,3658,9,999999999,320,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,20.0,74,101400,823,1325,399,442,281,267,47500,30000,28900,6850,80,3.6,6,5,12.8,7620,9,999999999,329,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.0,20.0,70,101400,1034,1325,405,693,649,186,73700,66200,22000,6300,70,5.7,6,5,12.9,3900,9,999999999,340,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,20.0,65,101400,1192,1325,408,814,597,275,85600,60400,31200,14390,50,4.6,5,4,16.0,7620,9,999999999,350,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,20.6,59,101300,1287,1325,428,433,72,363,48000,7400,40800,23310,100,5.2,6,6,16.0,3962,9,999999999,370,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,19.4,57,101300,1311,1325,435,372,30,342,41200,3100,38200,25840,100,5.7,9,8,16.0,2286,9,999999999,379,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,18.3,53,101200,1264,1325,427,195,6,189,24400,400,24000,9730,110,7.2,9,7,16.0,3658,9,999999999,400,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,18.3,55,101200,1149,1325,419,255,6,250,30900,500,30400,12110,120,5.2,9,6,16.0,7620,9,999999999,409,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,18.9,58,101200,973,1325,413,209,0,209,25000,0,25000,10010,120,5.2,9,5,16.0,7620,9,999999999,430,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,20.6,65,101100,748,1325,415,136,0,136,16200,0,16200,6310,120,5.7,9,5,16.0,3962,9,999999999,440,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,490,1325,414,61,0,61,7300,0,7300,2710,120,5.2,8,5,16.0,3962,9,999999999,459,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101100,218,1325,416,31,0,31,3600,0,3600,1200,120,4.1,8,6,16.0,3962,9,999999999,469,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101100,14,453,413,0,0,0,0,0,0,0,120,4.6,7,6,16.0,3962,9,999999999,480,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101100,0,0,433,0,0,0,0,0,0,0,100,4.6,9,9,16.0,2286,9,999999999,500,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101200,0,0,410,0,0,0,0,0,0,0,110,4.1,8,6,16.0,3962,9,999999999,509,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,412,0,0,0,0,0,0,0,120,3.6,9,7,16.0,3962,9,999999999,530,0.1830,0,88,0.170,0.0,1.0
+2000,6,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,409,0,0,0,0,0,0,0,120,2.1,9,7,16.0,3962,9,999999999,540,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101100,0,0,412,0,0,0,0,0,0,0,110,2.1,9,8,16.0,853,9,999999999,540,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.0,24.0,100,101100,0,0,402,0,0,0,0,0,0,0,80,2.6,9,6,16.1,1500,9,999999999,540,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,401,0,0,0,0,0,0,0,90,1.5,9,5,16.0,3962,9,999999999,540,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,409,0,0,0,0,0,0,0,130,3.1,9,7,16.0,77777,9,999999999,530,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,409,0,0,0,0,0,0,0,70,2.1,9,7,16.0,7620,9,999999999,530,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,52,850,411,5,65,3,900,3700,600,80,130,3.6,9,8,16.0,1372,9,999999999,530,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,303,1325,403,151,248,95,15900,19800,11300,1880,120,4.1,7,6,16.0,7620,9,999999999,530,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,573,1325,418,333,413,154,34800,40300,17400,3100,140,3.6,6,6,16.0,7620,9,999999999,519,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,822,1325,436,323,86,270,35600,8700,30200,8890,140,5.2,9,8,16.0,732,9,999999999,519,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101200,1033,1325,424,611,364,326,66600,39400,35800,10900,130,5.7,8,6,16.0,7620,9,999999999,519,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.0,89,101200,1192,1325,403,155,0,155,19500,0,19500,8110,120,5.7,7,5,16.1,3600,9,999999999,519,0.1830,0,88,0.170,8.0,1.0
+2000,6,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,1286,1325,418,311,24,288,34600,2400,32200,18840,120,4.6,8,6,16.0,3658,9,999999999,509,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101200,1311,1325,432,162,0,162,20700,0,20700,8520,120,5.2,9,8,12.8,1097,9,999999999,500,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101100,1265,1325,425,324,24,302,36100,2400,33700,18070,130,7.2,9,7,16.0,7620,9,999999999,490,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,1149,1325,431,313,12,302,37200,1000,36300,14030,130,6.2,9,7,16.0,7620,9,999999999,480,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101100,974,1325,428,192,0,192,23100,0,23100,9350,130,6.7,9,7,16.0,7620,9,999999999,469,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101000,749,1325,419,114,0,114,13800,0,13800,5440,140,6.7,8,5,16.0,7620,9,999999999,459,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,492,1325,420,76,0,76,9000,0,9000,3280,170,1.5,10,9,9.6,1067,9,999999999,450,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,219,1325,435,31,0,31,3600,0,3600,1200,110,3.1,10,10,12.8,914,9,999999999,440,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101200,14,453,421,0,0,0,0,0,0,0,200,3.6,10,10,2.4,7864,9,999999999,430,0.1830,0,88,0.170,6.0,1.0
+2000,6,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.0,22.0,94,101200,0,0,426,0,0,0,0,0,0,0,110,4.1,10,10,9.7,870,9,999999999,430,0.1830,0,88,0.170,2.0,1.0
+2000,6,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101300,0,0,404,0,0,0,0,0,0,0,50,4.1,9,8,16.0,3048,9,999999999,419,0.1830,0,88,0.170,1.0,1.0
+2000,6,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101200,0,0,398,0,0,0,0,0,0,0,90,4.1,9,7,16.0,3658,9,999999999,409,0.1830,0,88,0.170,0.0,1.0
+2000,6,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101100,0,0,387,0,0,0,0,0,0,0,110,2.6,9,4,14.4,7620,9,999999999,400,0.1830,0,88,0.170,0.0,1.0
+2000,6,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,391,0,0,0,0,0,0,0,110,3.6,8,4,14.4,7620,9,999999999,400,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,417,0,0,0,0,0,0,0,120,2.6,10,9,14.4,823,9,999999999,400,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,402,0,0,0,0,0,0,0,70,1.5,9,7,11.2,7620,9,999999999,409,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101100,0,0,421,0,0,0,0,0,0,0,90,2.6,9,9,11.2,732,9,999999999,409,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.0,22.0,94,101100,0,0,426,0,0,0,0,0,0,0,140,1.5,10,10,12.9,1800,9,999999999,409,0.1840,0,88,0.170,3.0,1.0
+2000,6,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,52,850,393,2,0,2,300,0,300,80,130,1.5,8,5,12.8,3658,9,999999999,419,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,303,1325,409,80,0,80,9000,0,9000,2800,80,1.5,9,7,9.6,3658,9,999999999,419,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101200,572,1325,447,198,38,182,21800,3700,20200,5180,120,3.1,10,10,12.8,3658,9,999999999,419,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101300,822,1325,457,198,6,194,23200,500,22900,8750,140,4.6,10,10,16.0,3353,9,999999999,430,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101300,1033,1325,461,528,242,338,57400,26200,36900,11360,120,5.2,10,10,16.0,3353,9,999999999,430,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.0,24.0,74,101200,1191,1325,464,758,495,312,82000,51800,35300,16820,120,6.2,10,10,16.1,840,9,999999999,430,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101200,1286,1325,454,555,138,420,61500,14800,47200,30010,130,6.2,10,9,16.0,3658,9,999999999,440,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101200,1311,1325,444,414,42,372,45900,4300,41600,28080,110,6.7,9,8,16.0,3658,9,999999999,440,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101100,1265,1325,450,608,215,401,67100,23400,44700,27380,130,7.7,8,8,16.0,3658,9,999999999,440,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101100,1150,1325,465,237,6,232,28800,500,28400,11400,130,9.8,10,10,16.0,1829,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101100,974,1325,466,198,0,198,23800,0,23800,9590,140,7.7,10,10,16.0,3048,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101100,750,1325,448,191,12,184,22200,1000,21700,8020,140,7.7,9,9,16.0,3048,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101100,493,1325,432,187,109,146,20400,10600,16400,3370,110,5.2,8,7,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101200,221,1325,453,32,0,32,3700,0,3700,1240,130,4.1,10,10,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,15,453,422,0,0,0,0,0,0,0,140,4.1,9,7,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101200,0,0,407,0,0,0,0,0,0,0,120,3.1,9,4,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,404,0,0,0,0,0,0,0,120,3.1,8,3,16.0,3962,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,404,0,0,0,0,0,0,0,130,2.6,8,4,16.0,7620,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,401,0,0,0,0,0,0,0,110,2.1,9,4,16.0,7620,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,0,0,398,0,0,0,0,0,0,0,120,1.5,9,4,14.4,3962,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,401,0,0,0,0,0,0,0,110,2.6,9,4,16.0,77777,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101200,0,0,413,0,0,0,0,0,0,0,120,2.6,9,7,14.4,3962,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,0,0,409,0,0,0,0,0,0,0,130,1.5,10,7,14.4,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,0,0,409,0,0,0,0,0,0,0,140,2.1,10,7,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,52,850,408,5,65,3,900,3700,600,80,140,1.5,9,7,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,302,1325,407,151,248,95,15900,19800,11300,1880,120,2.6,6,5,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101400,572,1325,447,283,219,189,30800,21900,21400,4510,150,5.2,9,9,16.0,3962,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101400,821,1325,430,277,49,247,30600,5000,27500,8270,140,8.2,5,5,16.0,3962,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101400,1032,1325,427,566,273,353,61400,29500,38300,11940,170,5.2,6,5,16.0,3962,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.0,23.0,74,101500,1191,1325,435,472,54,423,52100,5600,47100,20210,110,7.2,8,8,16.1,3000,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,1286,1325,423,506,84,424,56000,8600,47500,26820,130,4.6,7,6,16.0,630,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101500,1311,1325,397,156,6,150,20000,400,19600,7950,360,1.5,8,6,16.0,3962,9,999999999,450,0.1840,0,88,0.170,11.0,1.0
+2000,6,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101400,1265,1325,427,395,42,355,43800,4300,39700,21010,110,5.2,7,6,16.0,7620,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101400,1150,1325,429,376,30,350,41600,3100,38900,15980,120,7.2,8,6,16.0,7620,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101400,975,1325,422,311,30,289,34300,3100,32100,10900,130,5.2,8,5,16.0,7620,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101400,752,1325,422,234,18,224,26800,1500,26000,9250,120,6.7,9,5,16.0,7620,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101400,495,1325,423,137,11,132,15400,800,15100,5060,110,4.1,9,6,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101400,223,1325,443,48,0,48,5400,0,5400,1710,120,5.2,9,9,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101500,15,475,409,0,0,0,0,0,0,0,140,3.6,5,4,16.0,7620,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,0,0,403,0,0,0,0,0,0,0,130,2.6,5,4,16.0,3962,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101600,0,0,397,0,0,0,0,0,0,0,170,1.5,4,3,16.0,77777,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101600,0,0,394,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101500,0,0,375,0,0,0,0,0,0,0,130,2.6,0,0,16.0,77777,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.8,100,101500,0,0,376,0,0,0,0,0,0,0,0,0.0,1,1,16.0,3962,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.8,100,101500,0,0,388,0,0,0,0,0,0,0,0,0.0,6,4,16.0,3962,9,999999999,480,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101500,0,0,390,0,0,0,0,0,0,0,0,0.0,8,5,16.0,3962,9,999999999,480,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101500,0,0,394,0,0,0,0,0,0,0,0,0.0,8,6,16.0,3962,9,999999999,480,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101500,0,0,397,0,0,0,0,0,0,0,0,0.0,7,6,12.8,3962,9,999999999,490,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101500,52,850,408,5,80,3,900,4800,600,120,100,1.5,8,8,11.2,3962,9,999999999,490,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101600,302,1324,408,169,303,100,17600,24200,12100,2010,70,1.5,6,6,11.2,3962,9,999999999,490,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101700,572,1324,416,354,545,119,36600,52000,14100,2330,110,3.1,6,5,16.0,7620,9,999999999,500,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101700,821,1324,421,548,667,133,58100,67500,16200,3290,120,3.6,5,5,16.0,7620,9,999999999,500,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101700,1032,1324,427,725,734,152,75900,73700,18300,4710,120,3.1,5,5,16.0,7620,9,999999999,500,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101700,1190,1324,434,851,652,264,89800,66100,30300,13820,120,3.6,5,5,16.0,77777,9,999999999,509,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101600,1286,1324,436,463,90,376,51800,9700,42400,26850,80,3.1,5,5,16.0,7620,9,999999999,509,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,101600,1311,1324,432,594,144,451,65800,15400,50500,40960,140,4.1,3,3,16.0,77777,9,999999999,500,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101500,1265,1324,439,755,401,371,81000,41900,40900,29250,110,4.6,5,5,16.0,77777,9,999999999,480,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101500,1151,1324,453,782,644,221,83200,65700,26000,10160,160,4.1,8,8,16.0,2134,9,999999999,469,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101400,976,1324,436,673,653,190,71000,66300,22000,5720,130,4.1,5,5,16.0,77777,9,999999999,459,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101400,753,1324,436,261,118,195,29100,12400,22000,5120,100,4.6,5,5,16.0,77777,9,999999999,450,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101300,496,1324,430,273,436,110,29100,41200,13600,2100,130,4.6,5,5,16.0,77777,9,999999999,430,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101400,224,1324,419,91,249,49,9600,17200,6700,880,110,4.6,5,5,16.0,77777,9,999999999,419,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101400,16,475,412,0,0,0,0,0,0,0,140,4.6,5,5,16.0,77777,9,999999999,409,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101400,0,0,403,0,0,0,0,0,0,0,150,3.1,4,4,16.0,77777,9,999999999,400,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,391,0,0,0,0,0,0,0,140,2.1,3,3,16.0,77777,9,999999999,379,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101400,0,0,388,0,0,0,0,0,0,0,140,2.1,3,3,16.0,77777,9,999999999,370,0.1840,0,88,0.170,0.0,1.0
+2000,6,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,368,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.170,0.0,1.0
+2000,6,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.7,100,101400,0,0,362,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,370,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.7,21.7,100,101400,0,0,362,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,379,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,21.1,100,101300,0,0,359,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,390,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,20.6,20.6,100,101300,0,0,356,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,400,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,21.1,100,101300,0,0,359,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,409,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,21.1,21.1,100,101300,52,850,374,5,72,3,800,4300,600,120,0,0.0,3,3,12.8,77777,9,999999999,419,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,301,1324,394,160,275,98,16800,22000,11800,1960,0,0.0,3,3,16.0,77777,9,999999999,430,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101400,571,1324,409,340,476,135,36100,46500,16000,2680,210,2.1,3,3,16.0,77777,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101400,820,1324,418,534,612,155,56200,61500,18000,3750,150,3.6,4,4,16.0,77777,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101400,1031,1324,439,623,437,283,66600,45500,31100,9630,190,3.6,8,8,16.0,1311,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101300,1190,1324,441,820,664,222,87600,67900,26500,11760,170,1.5,8,8,16.0,1829,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,101200,1285,1324,456,927,650,295,98000,65800,34000,26150,150,2.6,8,8,16.0,1829,9,999999999,480,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101300,1311,1324,418,240,24,216,26700,2400,24300,16930,170,5.2,5,5,16.0,3658,9,999999999,480,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101200,1265,1324,442,419,66,356,46500,6800,40000,21130,140,5.2,8,8,16.0,3048,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.6,52,101100,1151,1324,441,823,674,235,87200,68600,27400,10780,190,4.1,6,6,16.0,77777,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,19.4,50,101100,977,1324,436,673,718,142,70400,72000,17100,3980,170,4.1,6,6,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.6,54,101000,754,1324,434,430,382,213,46700,40400,23600,5030,180,2.6,5,5,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,20.0,55,101000,497,1324,427,289,534,88,30100,50000,11300,1710,160,4.6,5,5,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.4,22.2,69,101000,226,1324,458,92,270,46,9700,18800,6600,820,160,5.7,10,10,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101000,16,496,411,0,0,0,0,0,0,0,160,5.7,5,4,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101100,0,0,405,0,0,0,0,0,0,0,160,4.6,7,4,16.0,7620,9,999999999,469,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101100,0,0,409,0,0,0,0,0,0,0,160,3.6,7,6,16.0,7620,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101100,0,0,409,0,0,0,0,0,0,0,160,2.6,7,6,16.0,7620,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,403,0,0,0,0,0,0,0,160,2.6,6,5,16.0,7620,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,400,0,0,0,0,0,0,0,160,3.1,5,5,16.0,7620,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101000,0,0,393,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,374,0,0,0,0,0,0,0,160,3.1,0,0,16.0,77777,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,382,0,0,0,0,0,0,0,160,2.1,1,1,16.0,77777,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,391,0,0,0,0,0,0,0,160,3.1,3,3,16.0,77777,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101000,52,849,396,4,59,3,800,3400,600,80,160,2.6,3,3,16.0,7620,9,999999999,459,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101100,301,1324,388,152,227,100,15800,18100,11700,2010,170,3.1,0,0,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101100,570,1324,411,326,445,134,34600,43400,15800,2660,180,4.6,4,3,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101200,819,1324,423,495,416,237,52000,42700,25600,5820,180,4.6,6,5,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101200,1030,1324,422,471,158,348,51800,16800,38700,11960,200,4.6,5,4,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.1,59,101200,1189,1324,428,770,543,281,84100,56900,32900,15030,180,4.6,6,5,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101100,1285,1324,439,842,559,297,88800,56600,33800,26300,150,7.2,6,6,16.0,7620,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.6,54,101100,1311,1324,450,972,738,239,104500,75600,29500,28700,180,5.2,8,8,16.0,1829,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101100,1266,1324,439,696,365,346,75200,38200,38600,27380,180,2.6,8,6,16.0,3658,9,999999999,450,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101000,1152,1324,439,423,42,386,46700,4300,42900,17440,190,3.6,8,6,16.0,7620,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.1,57,100900,978,1324,432,351,42,320,38700,4300,35500,11890,190,3.1,7,5,16.0,7620,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,20.6,57,100900,755,1324,427,463,500,178,49600,51000,20500,4010,180,3.1,6,5,16.0,7620,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,100900,498,1324,426,279,488,95,28900,45500,11700,1830,160,3.6,7,6,16.0,7620,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,21.1,67,101000,227,1324,440,96,281,48,10200,19600,6800,860,160,3.6,9,9,16.0,7620,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101000,17,496,405,0,0,0,0,0,0,0,160,4.6,3,3,16.0,3658,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101000,0,0,405,0,0,0,0,0,0,0,160,4.1,3,3,16.0,77777,9,999999999,440,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101100,0,0,402,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,430,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101100,0,0,382,0,0,0,0,0,0,0,160,2.6,0,0,16.0,77777,9,999999999,430,0.1850,0,88,0.170,0.0,1.0
+2000,6,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101000,0,0,376,0,0,0,0,0,0,0,170,1.5,0,0,16.0,77777,9,999999999,430,0.1850,0,88,0.170,0.0,1.0
+2000,6,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101000,0,0,376,0,0,0,0,0,0,0,180,1.5,0,0,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101000,0,0,374,0,0,0,0,0,0,0,150,2.6,0,0,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,100900,0,0,390,0,0,0,0,0,0,0,160,1.5,3,3,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,100900,0,0,374,0,0,0,0,0,0,0,190,2.1,0,0,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,100900,0,0,384,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101000,51,849,393,5,73,3,800,4300,600,120,0,0.0,5,5,14.4,77777,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101000,300,1324,410,161,282,96,16700,22500,11600,1910,150,1.5,6,6,16.0,77777,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101000,570,1324,415,333,451,139,35200,44000,16300,2770,210,3.1,5,5,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101000,819,1324,418,515,508,200,55100,52200,22700,4830,200,2.6,5,5,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,100900,1030,1324,430,649,534,233,70700,55800,27200,7810,190,3.1,5,5,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.1,55,100800,1189,1324,431,851,724,199,91600,74400,24600,10580,200,4.1,5,4,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.1,57,100700,1285,1324,432,957,812,168,102500,82300,22400,14360,210,3.1,5,5,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.1,55,100700,1311,1324,450,942,678,269,100500,69100,31900,32270,220,3.6,8,8,16.0,1829,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.0,47,100600,1266,1324,443,932,778,187,98400,78400,23200,13650,200,4.6,5,5,16.0,7620,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,100500,1152,1324,446,794,668,211,84800,68300,25200,9800,210,3.6,5,5,16.0,7620,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,19.4,48,100500,978,1324,435,628,606,179,66600,61700,20900,5450,180,5.7,6,5,16.0,7620,9,999999999,409,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.0,52,100400,756,1324,433,316,129,242,34600,13500,26900,6370,170,4.6,7,5,16.0,7620,9,999999999,400,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,100400,500,1324,433,112,0,112,12900,0,12900,4510,160,4.6,9,6,16.0,7620,9,999999999,390,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,100500,228,1324,445,72,94,56,7900,6900,6700,1190,170,5.2,10,9,16.0,7620,9,999999999,379,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,21.7,72,100500,17,496,410,0,0,0,0,0,0,0,170,4.1,5,4,16.0,7620,9,999999999,379,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,100500,0,0,392,0,0,0,0,0,0,0,160,4.6,1,1,16.0,77777,9,999999999,370,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,100600,0,0,385,0,0,0,0,0,0,0,160,4.1,0,0,16.0,77777,9,999999999,359,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,100600,0,0,400,0,0,0,0,0,0,0,170,2.6,3,3,16.0,77777,9,999999999,350,0.1860,0,88,0.170,0.0,1.0
+2000,6,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,100600,0,0,403,0,0,0,0,0,0,0,170,3.1,4,4,16.0,77777,9,999999999,340,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,100500,0,0,400,0,0,0,0,0,0,0,160,3.1,4,4,16.0,77777,9,999999999,350,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,100500,0,0,396,0,0,0,0,0,0,0,160,2.1,4,4,16.0,77777,9,999999999,370,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,100500,0,0,393,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,379,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,100500,0,0,393,0,0,0,0,0,0,0,160,2.1,3,3,16.0,77777,9,999999999,390,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100500,0,0,388,0,0,0,0,0,0,0,170,1.5,3,3,16.0,77777,9,999999999,400,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,100500,51,849,391,4,52,3,800,3000,600,80,160,1.5,3,3,16.0,77777,9,999999999,409,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100600,300,1323,403,152,200,107,15800,15900,12200,2190,160,2.1,3,3,16.0,77777,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,100600,569,1323,412,220,88,182,24100,8600,20400,5170,170,5.2,4,4,16.0,610,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,100600,818,1323,428,495,422,233,52000,43300,25200,5710,170,4.6,5,5,16.0,77777,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,100600,1029,1323,444,554,291,327,60400,31500,35800,10900,180,3.6,8,8,16.0,853,9,999999999,450,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,100600,1188,1323,455,354,66,294,39200,6700,33100,14660,180,3.1,10,9,16.0,1067,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,100500,1284,1323,458,921,632,307,97200,63800,35100,27080,170,7.2,8,8,16.0,1250,9,999999999,480,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,100600,1311,1323,455,906,630,280,96300,64000,32700,33610,150,7.2,8,8,16.0,1372,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,100500,1266,1323,459,578,174,412,64300,18600,46400,26290,150,7.2,8,8,16.0,1372,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,100500,1153,1323,436,742,519,288,80400,54300,33000,13530,160,6.7,4,4,16.0,77777,9,999999999,459,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,100500,979,1323,439,503,273,301,54900,29500,33000,9210,150,6.2,4,4,16.0,77777,9,999999999,459,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.7,59,100500,757,1323,432,463,494,180,49500,50400,20600,4070,160,5.7,5,5,16.0,77777,9,999999999,450,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,100500,501,1323,435,238,241,147,25400,23500,16500,3050,150,6.2,5,5,16.0,7620,9,999999999,450,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,100600,230,1323,450,68,63,57,7400,4600,6600,1220,130,5.7,10,9,16.0,7620,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,100700,18,518,418,0,0,0,0,0,0,0,150,5.7,5,5,16.0,77777,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,100800,0,0,416,0,0,0,0,0,0,0,140,4.6,5,5,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,100800,0,0,410,0,0,0,0,0,0,0,160,4.1,4,4,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,100900,0,0,409,0,0,0,0,0,0,0,160,5.2,4,4,16.0,77777,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100900,0,0,403,0,0,0,0,0,0,0,160,4.1,3,3,16.0,77777,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100900,0,0,403,0,0,0,0,0,0,0,150,3.6,3,3,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100800,0,0,403,0,0,0,0,0,0,0,150,3.1,3,3,16.0,77777,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100900,0,0,403,0,0,0,0,0,0,0,160,2.1,3,3,16.0,77777,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,100900,0,0,396,0,0,0,0,0,0,0,140,3.1,3,3,16.0,77777,9,999999999,450,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,100900,0,0,396,0,0,0,0,0,0,0,170,2.6,3,3,12.8,77777,9,999999999,459,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,100900,50,849,403,4,25,3,500,1200,500,60,150,2.1,5,5,14.4,7620,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101000,299,1323,413,134,97,112,14300,7900,12500,2430,150,3.1,4,4,12.8,7620,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101000,568,1323,460,277,169,204,29900,16800,22700,4860,160,5.2,10,10,14.4,671,9,999999999,480,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101100,817,1323,444,370,147,279,40400,15400,30800,7670,140,5.7,9,8,16.0,732,9,999999999,490,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101100,1028,1323,429,662,546,237,72000,57000,27600,7940,160,3.6,7,6,16.0,7620,9,999999999,500,0.1860,0,88,0.170,1.0,1.0
+2000,6,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.9,63,101100,1188,1323,445,764,585,238,81200,59600,27600,12480,150,5.7,7,6,16.0,7620,9,999999999,509,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,1284,1323,438,854,529,339,92700,55400,38800,30890,90,7.2,9,8,16.0,1067,9,999999999,509,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,20.0,87,101100,1311,1323,419,390,48,342,43200,4900,38400,26270,210,7.7,10,10,1.6,396,9,999999999,509,0.1860,0,88,0.170,18.0,1.0
+2000,6,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101100,1266,1323,405,148,0,148,18900,0,18900,7830,340,1.5,9,8,16.0,3048,9,999999999,500,0.1860,0,88,0.170,8.0,1.0
+2000,6,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,1153,1323,436,133,0,133,16900,0,16900,7050,30,2.1,10,10,16.0,2438,9,999999999,490,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,980,1323,444,107,0,107,13500,0,13500,5630,350,1.5,10,10,16.0,2438,9,999999999,480,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101000,758,1323,422,136,0,136,16200,0,16200,6340,120,4.1,9,7,16.0,3962,9,999999999,469,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101100,502,1323,422,107,0,107,12400,0,12400,4370,140,3.6,9,7,16.0,3962,9,999999999,459,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,231,1323,442,52,5,51,5900,100,5800,1810,120,4.1,10,10,16.0,3962,9,999999999,450,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,18,518,400,0,0,0,0,0,0,0,120,3.1,10,4,16.0,3962,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,400,0,0,0,0,0,0,0,150,4.1,9,4,16.0,3962,9,999999999,440,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,0,0,393,0,0,0,0,0,0,0,130,1.5,7,3,16.0,3962,9,999999999,430,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101300,0,0,392,0,0,0,0,0,0,0,0,0.0,5,3,16.0,3962,9,999999999,419,0.1860,0,88,0.170,0.0,1.0
+2000,6,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,383,0,0,0,0,0,0,0,0,0.0,4,2,16.0,7620,9,999999999,409,0.1860,0,88,0.170,0.0,1.0
+2000,6,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,380,0,0,0,0,0,0,0,0,0.0,3,2,16.0,7620,9,999999999,419,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,384,0,0,0,0,0,0,0,80,1.5,3,3,16.0,3962,9,999999999,419,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,390,0,0,0,0,0,0,0,0,0.0,7,5,16.0,3962,9,999999999,430,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101300,0,0,393,0,0,0,0,0,0,0,60,1.5,9,6,16.0,3962,9,999999999,430,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101400,0,0,413,0,0,0,0,0,0,0,20,1.5,10,9,16.0,3353,9,999999999,440,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101500,50,849,425,1,0,1,100,0,100,40,30,1.5,10,10,16.0,3353,9,999999999,440,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101500,298,1323,432,36,0,36,4300,0,4300,1480,0,0.0,10,10,16.0,3353,9,999999999,450,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101600,567,1323,436,163,13,158,18600,1000,18200,6180,0,0.0,10,10,16.0,3353,9,999999999,459,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101600,816,1323,407,290,24,275,33100,2200,31700,11160,0,0.0,7,5,16.0,3658,9,999999999,459,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,101600,1028,1323,431,293,12,283,34400,1000,33600,12930,130,6.2,10,10,16.0,18288,9,999999999,469,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101700,1187,1323,410,404,30,377,44700,3100,41900,18230,150,2.6,8,7,16.0,3658,9,999999999,469,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101600,1284,1323,418,610,205,411,67900,21900,46500,29220,160,2.6,8,6,16.0,3658,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101500,1311,1323,435,984,780,209,103100,78300,25300,23920,160,5.7,6,5,16.0,77777,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101500,1266,1323,440,933,778,186,98400,78400,23200,13690,170,4.1,6,6,16.0,3658,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,25.0,68,101400,1154,1323,452,777,621,234,82400,63200,27100,10850,100,4.1,7,7,16.0,3658,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101400,980,1323,432,639,689,128,67700,69500,16100,3750,120,6.7,6,5,16.0,3658,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101400,758,1323,448,496,635,132,52400,63600,15800,3040,120,5.2,9,8,16.0,3048,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.2,23.9,73,101300,503,1323,443,183,86,150,20000,8200,16900,4170,140,5.7,9,8,16.0,853,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101400,232,1323,460,97,230,57,10100,16200,7300,1030,110,5.2,10,10,16.0,3048,9,999999999,519,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101500,19,518,420,0,0,0,0,0,0,0,120,4.1,9,6,16.0,3658,9,999999999,530,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101500,0,0,432,0,0,0,0,0,0,0,110,4.6,9,8,16.0,2134,9,999999999,530,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101600,0,0,429,0,0,0,0,0,0,0,100,3.6,9,8,16.0,701,9,999999999,540,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,25.0,94,101600,0,0,427,0,0,0,0,0,0,0,130,4.1,9,8,16.0,732,9,999999999,540,0.1870,0,88,0.170,0.0,1.0
+2000,6,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,25.0,94,101500,0,0,427,0,0,0,0,0,0,0,130,2.1,9,8,12.8,549,9,999999999,550,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101500,0,0,424,0,0,0,0,0,0,0,110,2.6,9,8,14.4,671,9,999999999,550,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101500,0,0,408,0,0,0,0,0,0,0,140,2.6,8,6,11.2,3962,9,999999999,540,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,101500,0,0,391,0,0,0,0,0,0,0,0,0.0,5,2,6.4,77777,9,999999999,540,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,392,0,0,0,0,0,0,0,180,1.5,4,3,12.8,7620,9,999999999,540,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101500,0,0,398,0,0,0,0,0,0,0,160,1.5,3,3,14.4,77777,9,999999999,530,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101500,50,849,405,4,57,2,600,3400,400,80,0,0.0,5,5,9.6,7620,9,999999999,530,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101500,297,1323,408,143,228,92,15000,18100,10900,1820,130,2.1,3,3,14.4,7620,9,999999999,530,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101600,566,1323,420,327,439,138,34500,42800,16100,2740,150,4.1,5,5,16.0,7620,9,999999999,519,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101600,815,1323,429,535,624,149,56300,62800,17500,3610,160,5.2,4,4,16.0,7620,9,999999999,519,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101600,1027,1323,434,649,479,277,69500,49900,30700,9350,170,2.6,5,5,16.0,77777,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,24.4,68,101600,1186,1323,439,385,48,342,42600,4900,38200,16730,160,4.1,5,5,16.0,7620,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101500,1283,1323,431,366,24,343,40600,2500,38200,22050,140,3.6,5,5,14.4,7620,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101500,1311,1323,418,294,6,288,35900,500,35400,13930,0,0.0,7,6,16.0,7620,9,999999999,509,0.1870,0,88,0.170,5.0,1.0
+2000,6,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101400,1266,1323,433,413,48,367,45800,4900,41000,21890,160,4.6,7,6,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101400,1154,1323,439,452,54,405,49900,5600,45100,18250,160,5.2,8,6,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101300,981,1323,441,526,327,284,57700,35400,31400,8640,160,6.2,8,6,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101300,759,1323,443,387,253,242,41600,26700,26200,5880,160,5.2,9,8,16.0,2134,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101300,504,1323,431,274,454,101,29500,43200,13000,1910,160,4.1,8,6,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101300,233,1323,446,97,261,51,10200,18400,7000,910,150,3.6,9,9,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101300,19,518,413,0,0,0,0,0,0,0,170,3.1,5,4,16.0,77777,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101400,0,0,416,0,0,0,0,0,0,0,170,4.6,6,5,16.0,77777,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101400,0,0,407,0,0,0,0,0,0,0,160,5.2,4,3,16.0,77777,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101400,0,0,407,0,0,0,0,0,0,0,160,4.6,3,3,16.0,77777,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101400,0,0,404,0,0,0,0,0,0,0,160,2.6,3,3,16.0,7620,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,384,0,0,0,0,0,0,0,170,3.1,1,0,16.0,77777,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,401,0,0,0,0,0,0,0,160,2.6,3,3,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,401,0,0,0,0,0,0,0,170,3.6,3,3,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,401,0,0,0,0,0,0,0,160,3.1,3,3,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,407,0,0,0,0,0,0,0,180,2.1,5,5,16.0,77777,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,49,827,398,4,58,2,600,3400,400,80,150,2.1,3,3,12.8,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101400,296,1322,408,144,235,91,15100,18600,10900,1790,150,3.1,3,3,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101400,565,1322,436,334,470,132,35400,45800,15800,2610,200,3.6,8,8,16.0,610,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.0,23.0,70,101400,814,1322,441,462,318,266,49700,33900,28800,6800,200,3.6,8,8,16.1,1020,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101400,1026,1322,443,490,176,353,53800,18700,39200,12080,210,4.1,8,8,16.0,1158,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.9,63,101400,1186,1322,442,447,48,404,49400,4900,45000,19320,180,2.6,5,5,16.0,7620,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101300,1283,1322,440,348,42,307,38600,4300,34500,19890,180,4.6,4,4,16.0,7620,9,999999999,519,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.3,57,101300,1310,1322,464,852,498,358,92400,52200,40600,44530,200,2.6,8,8,16.0,1676,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101200,1267,1322,449,779,461,337,84500,48300,38200,27030,210,4.1,5,5,16.0,7620,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101200,1155,1322,439,626,298,365,68800,32400,40400,16130,180,4.6,5,5,16.0,7620,9,999999999,509,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101100,982,1322,434,572,428,254,61400,44500,28200,7820,230,2.6,5,5,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101100,760,1322,435,491,647,119,52200,65200,14700,2780,170,6.2,4,3,16.0,7620,9,999999999,500,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101100,505,1322,426,290,506,96,30000,47400,11900,1850,170,5.2,3,3,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101100,234,1322,448,93,251,49,9900,17800,6700,870,170,4.1,9,9,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101100,19,540,412,0,0,0,0,0,0,0,160,4.6,3,3,16.0,7620,9,999999999,490,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101200,0,0,408,0,0,0,0,0,0,0,170,4.6,3,3,16.0,77777,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101200,0,0,406,0,0,0,0,0,0,0,170,3.1,3,3,16.0,77777,9,999999999,480,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101200,0,0,386,0,0,0,0,0,0,0,160,2.6,0,0,16.0,77777,9,999999999,469,0.1870,0,88,0.170,0.0,1.0
+2000,6,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,384,0,0,0,0,0,0,0,160,3.1,0,0,16.0,77777,9,999999999,469,0.1870,0,88,0.170,0.0,1.0
+2000,6,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,401,0,0,0,0,0,0,0,180,2.6,3,3,16.0,77777,9,999999999,469,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,392,0,0,0,0,0,0,0,160,3.1,1,1,16.0,77777,9,999999999,459,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,384,0,0,0,0,0,0,0,170,3.6,0,0,16.0,77777,9,999999999,459,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101200,0,0,384,0,0,0,0,0,0,0,170,2.6,0,0,16.0,77777,9,999999999,450,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101200,0,0,381,0,0,0,0,0,0,0,180,1.5,0,0,16.0,77777,9,999999999,450,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,48,826,397,4,48,2,600,2800,400,80,180,2.6,3,3,12.8,77777,9,999999999,440,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101300,295,1322,390,144,194,101,15000,15300,11600,2040,190,2.6,0,0,14.4,77777,9,999999999,440,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101300,564,1322,418,313,395,144,32900,38400,16500,2870,180,4.1,4,4,16.0,77777,9,999999999,430,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101300,813,1322,420,528,600,159,55400,60200,18300,3810,180,4.1,3,3,16.0,77777,9,999999999,430,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101400,1025,1322,437,668,570,226,70100,57600,25400,7390,190,3.6,5,5,16.0,7620,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101400,1185,1322,441,553,175,396,61200,18700,44400,18630,190,3.6,5,5,16.0,77777,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101300,1282,1322,441,939,692,267,100000,70400,31600,23520,170,5.2,5,5,16.0,7620,9,999999999,409,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101300,1310,1322,446,798,432,369,86200,45200,41300,45950,200,4.1,5,5,16.0,7620,9,999999999,409,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101200,1267,1322,445,915,688,254,97500,70200,30200,19920,190,3.6,6,5,16.0,7620,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.7,51,101200,1155,1322,448,806,704,189,86700,72400,23400,8950,190,2.6,5,5,16.0,7620,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101100,982,1322,441,657,683,148,70600,70100,18400,4640,180,3.1,5,5,16.0,7620,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.1,52,101100,761,1322,441,366,212,244,40100,22100,27300,6450,190,3.1,5,5,16.0,7620,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101000,506,1322,433,264,391,115,28100,37100,13900,2210,180,3.1,5,5,16.0,7620,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101100,235,1322,426,97,283,47,10300,20100,6800,830,170,2.6,5,5,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101200,20,540,413,0,0,0,0,0,0,0,180,2.6,3,3,16.0,77777,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101200,0,0,391,0,0,0,0,0,0,0,170,3.1,0,0,16.0,77777,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101300,0,0,386,0,0,0,0,0,0,0,170,1.5,0,0,16.0,77777,9,999999999,359,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101400,0,0,384,0,0,0,0,0,0,0,170,1.5,0,0,16.0,77777,9,999999999,350,0.1880,0,88,0.170,0.0,1.0
+2000,6,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101400,0,0,381,0,0,0,0,0,0,0,170,2.1,0,0,16.0,77777,9,999999999,350,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,381,0,0,0,0,0,0,0,170,1.5,0,0,16.0,77777,9,999999999,359,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,359,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,378,0,0,0,0,0,0,0,170,1.5,0,0,16.0,77777,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,381,0,0,0,0,0,0,0,180,2.1,0,0,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,0,0,374,0,0,0,0,0,0,0,180,1.5,0,0,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,48,826,377,3,59,2,600,3500,400,80,170,2.6,0,0,14.4,77777,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101400,294,1322,386,144,242,90,15100,19100,10800,1770,180,1.5,0,0,14.4,77777,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101500,563,1322,412,327,464,129,34800,45200,15500,2540,190,3.6,3,3,16.0,77777,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101500,812,1322,420,522,569,171,54300,56900,19300,4040,180,4.1,3,3,16.0,77777,9,999999999,409,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.1,59,101500,1024,1322,422,707,691,170,75600,70800,20600,5730,200,3.1,3,3,16.0,77777,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.6,52,101500,1185,1322,430,845,742,179,88700,74700,21700,8640,160,4.1,3,3,16.0,77777,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.0,49,101500,1282,1322,439,940,770,191,99100,77600,23700,15910,250,4.1,5,5,16.0,77777,9,999999999,430,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101400,1310,1322,440,942,660,287,100100,67000,33500,34620,210,4.1,4,4,16.0,77777,9,999999999,430,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101400,1267,1322,451,797,509,309,87300,53400,36000,24820,210,3.6,6,6,16.0,77777,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.6,50,101300,1155,1322,456,736,537,266,80600,56300,31300,12590,180,2.1,8,8,16.0,1829,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,983,1322,447,634,665,139,68500,68400,17600,4380,150,2.6,5,5,16.0,7620,9,999999999,419,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101200,762,1322,463,480,600,134,50600,60100,15900,3090,140,2.1,8,8,16.0,1829,9,999999999,409,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101200,507,1322,442,280,489,92,29100,45900,11400,1790,120,5.7,6,6,16.0,7620,9,999999999,409,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101200,236,1322,427,97,283,47,10400,20100,6800,830,160,6.2,4,4,16.0,7620,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,20,540,415,0,0,0,0,0,0,0,160,5.2,3,3,16.0,77777,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101300,0,0,392,0,0,0,0,0,0,0,160,3.6,0,0,16.0,77777,9,999999999,400,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101400,0,0,389,0,0,0,0,0,0,0,170,2.6,0,0,16.0,77777,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101400,0,0,386,0,0,0,0,0,0,0,170,3.1,0,0,16.0,77777,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,0,0,383,0,0,0,0,0,0,0,180,2.6,0,0,16.0,77777,9,999999999,390,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,0,0,390,0,0,0,0,0,0,0,200,2.1,1,1,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,393,0,0,0,0,0,0,0,190,1.5,4,2,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,393,0,0,0,0,0,0,0,0,0.0,4,2,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,393,0,0,0,0,0,0,0,200,2.1,4,2,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,390,0,0,0,0,0,0,0,180,2.1,3,2,16.0,77777,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101300,47,826,391,2,0,2,300,0,300,80,150,1.5,4,3,8.0,7620,9,999999999,379,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101400,293,1322,404,72,0,72,8100,0,8100,2560,0,0.0,6,4,11.2,7620,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,562,1322,404,327,383,164,34900,38400,18600,3480,0,0.0,4,3,14.4,7620,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101500,811,1322,441,482,416,226,50800,42700,24600,5490,220,2.6,8,8,16.0,823,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101500,1024,1322,430,675,619,195,71500,63000,22700,6470,200,2.6,5,5,16.0,7620,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101500,1184,1322,436,814,658,224,86900,67200,26600,11670,180,3.6,5,4,16.0,7620,9,999999999,370,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101400,1282,1322,436,946,776,192,99700,78200,23800,15950,200,3.6,3,3,16.0,7620,9,999999999,359,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101400,1310,1322,445,960,762,204,101000,76600,24800,23460,140,5.7,5,5,16.0,7620,9,999999999,359,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.0,46,101300,1267,1322,439,898,652,271,95300,66300,31600,21260,150,1.5,3,3,16.0,7620,9,999999999,350,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,18.3,40,101200,1156,1322,440,788,644,224,83900,65700,26300,10520,170,3.1,4,3,16.0,7620,9,999999999,350,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,101200,983,1322,448,623,600,176,66200,61100,20600,5440,180,3.1,5,4,16.0,7620,9,999999999,340,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,18.9,43,101100,762,1322,433,415,312,235,44700,33000,25600,5690,170,3.1,4,2,16.0,7620,9,999999999,340,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.0,49,101100,507,1322,428,198,109,156,21500,10600,17500,3620,160,3.1,4,2,16.0,7620,9,999999999,329,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,20.0,55,101200,237,1322,452,98,220,58,10100,15600,7300,1050,160,3.6,9,9,16.0,7620,9,999999999,329,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,18.9,58,101200,20,540,390,0,0,0,0,0,0,0,150,2.6,0,0,16.0,77777,9,999999999,320,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,20.6,72,101200,0,0,383,0,0,0,0,0,0,0,160,2.1,0,0,16.0,7620,9,999999999,320,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101300,0,0,382,0,0,0,0,0,0,0,170,2.6,0,0,16.0,7620,9,999999999,309,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,380,0,0,0,0,0,0,0,170,2.6,0,0,16.0,7620,9,999999999,309,0.1880,0,88,0.170,0.0,1.0
+2000,6,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,380,0,0,0,0,0,0,0,180,1.5,0,0,16.0,77777,9,999999999,300,0.1880,0,88,0.170,0.0,1.0
+2000,6,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,374,0,0,0,0,0,0,0,170,2.1,0,0,16.0,77777,9,999999999,309,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,374,0,0,0,0,0,0,0,180,2.1,0,0,16.0,77777,9,999999999,309,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,390,0,0,0,0,0,0,0,170,1.5,3,3,16.0,77777,9,999999999,309,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,390,0,0,0,0,0,0,0,170,1.5,3,3,16.0,77777,9,999999999,309,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101200,0,0,386,0,0,0,0,0,0,0,170,2.1,3,3,16.0,77777,9,999999999,320,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,46,804,396,3,54,2,600,3200,400,80,170,1.5,5,5,16.0,7620,9,999999999,320,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,292,1322,400,145,229,94,15100,18000,11100,1870,190,1.5,3,3,16.0,77777,9,999999999,320,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101300,561,1322,408,320,439,134,33900,42700,15800,2650,210,3.1,3,3,16.0,77777,9,999999999,329,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101400,810,1322,436,522,576,169,54500,57600,19100,3990,230,2.6,8,8,16.0,732,9,999999999,329,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,101300,1023,1322,429,707,697,166,75700,71400,20300,5580,200,3.6,5,5,16.0,77777,9,999999999,329,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.1,55,101300,1183,1322,428,852,766,164,90200,77400,20700,8020,170,5.7,3,3,16.0,77777,9,999999999,329,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.1,52,101200,1281,1322,434,952,818,157,102500,83200,21700,13300,190,3.6,3,3,16.0,77777,9,999999999,340,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.0,47,101200,1310,1322,436,978,828,156,99800,83000,17400,15060,170,3.6,3,3,16.0,77777,9,999999999,340,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101100,1267,1322,440,927,754,203,97000,75700,24300,14930,220,4.1,3,3,16.0,7620,9,999999999,340,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.0,46,101100,1156,1322,439,800,662,220,85300,67600,26000,10360,160,4.1,3,3,16.0,7620,9,999999999,340,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101000,984,1322,440,679,724,139,71300,72800,17000,4000,160,3.6,3,3,16.0,7620,9,999999999,340,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101000,763,1322,441,464,500,175,49800,51100,20300,3970,160,4.6,4,4,16.0,7620,9,999999999,350,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101000,508,1322,436,265,402,110,28200,38300,13500,2100,150,7.2,4,4,16.0,7620,9,999999999,350,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101000,237,1322,451,98,273,49,10400,19500,6900,870,160,4.6,9,9,16.0,7620,9,999999999,350,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,21.7,69,101100,21,540,410,0,0,0,0,0,0,0,170,4.1,3,3,16.0,77777,9,999999999,350,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,21.7,72,101200,0,0,390,0,0,0,0,0,0,0,160,4.1,0,0,16.0,77777,9,999999999,359,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101200,0,0,402,0,0,0,0,0,0,0,160,3.1,3,3,16.0,77777,9,999999999,359,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,0,0,400,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,359,0.1890,0,88,0.170,0.0,1.0
+2000,6,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,396,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,359,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,403,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,370,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,0,0,393,0,0,0,0,0,0,0,170,1.5,3,3,16.0,77777,9,999999999,370,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101200,0,0,403,0,0,0,0,0,0,0,160,2.6,5,5,16.0,77777,9,999999999,370,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,0,0,397,0,0,0,0,0,0,0,0,0.0,4,4,16.0,3962,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,0,0,394,0,0,0,0,0,0,0,0,0.0,4,4,16.0,3658,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101200,46,804,390,3,47,2,600,2700,400,60,0,0.0,4,4,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,291,1322,404,136,201,92,14200,15800,10800,1820,170,1.5,3,3,16.0,77777,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101300,560,1322,434,320,433,137,33900,42100,16000,2710,210,3.6,8,8,16.0,518,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101300,809,1322,436,522,588,162,54700,58900,18500,3850,200,3.6,8,8,16.0,701,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.7,59,101300,1022,1322,429,707,697,167,75700,71400,20400,5610,210,4.6,4,4,16.0,77777,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101300,1183,1322,438,839,670,239,89200,68200,28000,12340,160,5.2,4,4,16.0,77777,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101200,1281,1322,446,738,349,400,81900,38000,45000,30900,200,3.1,5,5,16.0,77777,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.7,51,101200,1310,1322,445,942,630,317,99400,63600,36200,38040,230,2.6,4,4,16.0,77777,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101200,1267,1322,455,638,257,390,70600,28000,43700,27410,130,6.7,8,8,16.0,1524,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101100,1156,1322,440,788,627,239,83500,63800,27600,11190,140,5.7,6,6,16.0,77777,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101100,984,1322,446,628,612,172,66900,62400,20300,5340,110,6.2,5,5,16.0,77777,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101000,763,1322,446,421,347,220,45500,36800,24300,5260,160,5.2,6,5,16.0,7620,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,100900,509,1322,439,280,466,100,30100,44400,13000,1890,140,5.7,6,5,16.0,77777,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101000,238,1322,426,98,273,49,10400,19500,6900,870,160,4.6,5,5,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101000,21,540,405,0,0,0,0,0,0,0,160,3.6,1,1,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101100,0,0,415,0,0,0,0,0,0,0,160,3.1,5,5,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101200,0,0,412,0,0,0,0,0,0,0,160,2.6,5,5,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101200,0,0,394,0,0,0,0,0,0,0,160,2.1,1,1,16.0,77777,9,999999999,370,0.1890,0,88,0.170,0.0,1.0
+2000,6,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,377,0,0,0,0,0,0,0,140,1.5,1,0,16.0,77777,9,999999999,370,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101200,0,0,381,0,0,0,0,0,0,0,170,2.1,0,0,16.0,77777,9,999999999,379,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,390,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,381,0,0,0,0,0,0,0,180,2.1,0,0,16.0,77777,9,999999999,400,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101100,0,0,380,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,409,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,396,0,0,0,0,0,0,0,0,0.0,4,4,16.0,77777,9,999999999,419,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,45,804,396,3,54,2,600,3200,400,80,0,0.0,3,3,16.0,77777,9,999999999,430,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101300,289,1322,389,146,236,94,15200,18500,11200,1870,190,2.1,0,0,16.0,77777,9,999999999,440,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101300,558,1322,421,328,483,123,34900,47000,15100,2410,210,2.1,5,5,16.0,77777,9,999999999,450,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101300,808,1322,426,529,545,195,56600,56000,22300,4650,220,3.1,5,5,16.0,77777,9,999999999,459,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101300,1021,1322,455,516,224,342,56700,23800,38200,11620,240,2.1,9,9,16.0,7620,9,999999999,469,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,1182,1322,439,616,211,426,67700,22500,47500,19890,260,2.6,5,5,16.0,7620,9,999999999,480,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.1,52,101300,1280,1322,441,659,241,425,72700,26200,47200,32880,280,2.1,5,5,16.0,7620,9,999999999,490,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101200,1309,1322,446,822,504,322,90100,52900,37600,39880,320,1.5,5,5,16.0,7620,9,999999999,490,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101100,1267,1322,451,856,545,333,93000,57100,38200,26950,0,0.0,6,5,16.0,7620,9,999999999,500,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101100,1156,1322,439,307,24,286,34000,2400,31900,13560,160,7.2,8,8,16.0,1676,9,999999999,500,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,20.6,61,101100,985,1322,421,125,0,125,15600,0,15600,6490,210,4.6,6,5,16.0,7620,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101100,764,1322,422,388,282,224,41900,29900,24600,5380,230,4.1,4,4,16.0,7620,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101000,509,1322,418,275,437,106,29400,41600,13300,2020,180,2.1,5,4,16.0,7620,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,238,1322,438,98,247,53,10300,17600,7100,950,150,3.1,9,9,16.0,7620,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101200,21,562,402,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101200,0,0,382,0,0,0,0,0,0,0,150,1.5,1,0,16.0,77777,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101300,0,0,389,0,0,0,0,0,0,0,150,1.5,1,1,16.0,77777,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101300,0,0,379,0,0,0,0,0,0,0,150,1.5,1,0,16.0,77777,9,999999999,540,0.1890,0,88,0.170,0.0,1.0
+2000,6,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,540,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,540,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,378,0,0,0,0,0,0,0,0,0.0,1,1,12.8,77777,9,999999999,540,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,0,0,379,0,0,0,0,0,0,0,0,0.0,2,1,12.8,77777,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,383,0,0,0,0,0,0,0,0,0.0,3,2,14.4,77777,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101400,44,782,389,3,48,2,500,2800,400,80,320,2.1,2,2,14.4,7620,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101400,288,1322,394,146,216,99,15200,16800,11500,2000,0,0.0,1,1,16.0,7620,9,999999999,530,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101500,557,1322,431,321,396,154,33500,38400,17300,3090,0,0.0,8,8,16.0,518,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101500,807,1322,436,370,153,277,40400,16000,30600,7560,210,2.6,8,8,16.0,792,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101500,1020,1322,423,643,503,254,69300,52500,28800,8420,220,1.5,4,4,16.0,7620,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101500,1181,1322,432,827,682,216,88500,69800,25900,11180,270,2.1,4,4,16.0,77777,9,999999999,519,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.6,50,101400,1280,1322,440,897,638,278,95200,64800,32300,24090,310,2.1,5,5,16.0,77777,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.0,44,101300,1309,1322,446,919,690,233,98900,70800,28700,28160,0,0.0,4,4,16.0,77777,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101200,1267,1322,447,868,652,241,92900,66700,28800,19100,50,2.1,4,4,16.0,77777,9,999999999,509,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,101200,1157,1322,448,794,686,192,85400,70500,23600,9160,110,1.5,5,4,16.0,7620,9,999999999,500,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101100,985,1322,442,651,671,150,70000,68800,18600,4720,160,4.1,5,5,16.0,7620,9,999999999,500,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.1,55,101100,764,1322,434,470,471,197,49900,48100,22000,4530,190,4.1,5,5,16.0,7620,9,999999999,490,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101100,510,1322,430,137,17,131,15700,1200,15200,5120,190,2.6,5,4,16.0,7620,9,999999999,490,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101200,239,1322,451,41,0,41,4700,0,4700,1550,190,1.5,9,9,16.0,3962,9,999999999,480,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101200,21,562,426,0,0,0,0,0,0,0,0,0.0,8,6,16.0,3962,9,999999999,480,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101200,0,0,433,0,0,0,0,0,0,0,170,2.6,10,8,14.4,1676,9,999999999,480,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101300,0,0,431,0,0,0,0,0,0,0,0,0.0,9,8,16.0,1463,9,999999999,469,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101300,0,0,418,0,0,0,0,0,0,0,0,0.0,8,6,16.0,3962,9,999999999,469,0.1890,0,88,0.170,0.0,1.0
+2000,6,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101300,0,0,413,0,0,0,0,0,0,0,170,2.1,9,5,16.0,7620,9,999999999,459,0.1890,0,88,0.170,0.0,1.0
+2000,6,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101300,0,0,409,0,0,0,0,0,0,0,170,1.5,9,5,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101300,0,0,390,0,0,0,0,0,0,0,200,1.5,2,1,16.0,7620,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,0,0,384,0,0,0,0,0,0,0,0,0.0,2,1,16.0,77777,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,4,3,16.0,77777,9,999999999,490,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101400,0,0,414,0,0,0,0,0,0,0,0,0.0,8,8,16.0,7620,9,999999999,500,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,43,782,411,2,44,2,600,2500,400,60,0,0.0,8,8,12.8,7620,9,999999999,500,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101400,286,1322,406,137,202,93,14300,15700,10900,1850,240,1.5,5,4,12.8,77777,9,999999999,509,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101400,556,1322,412,307,377,148,32100,36500,16700,2950,230,3.1,5,4,14.4,77777,9,999999999,519,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101400,806,1322,428,423,227,285,46100,23800,31600,7780,220,3.6,5,5,16.0,7620,9,999999999,519,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101400,1019,1322,430,637,485,262,68400,50600,29400,8680,220,2.1,5,5,16.0,7620,9,999999999,530,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101400,1181,1322,436,696,386,351,74400,40300,38300,18470,220,3.1,5,5,16.0,7620,9,999999999,540,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.1,54,101300,1279,1322,438,830,547,299,87600,55300,33900,25740,220,3.6,6,5,16.0,7620,9,999999999,540,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101300,1309,1322,447,943,666,281,100200,67700,33000,33700,210,3.1,7,6,16.0,7620,9,999999999,540,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,1267,1322,451,839,569,292,88600,57600,33300,22940,270,1.5,7,6,16.0,7620,9,999999999,530,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,101100,1157,1322,449,818,692,210,87400,70800,25200,9970,320,1.5,7,6,16.0,7620,9,999999999,519,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101000,986,1322,439,606,493,238,65500,51400,27100,7350,20,3.6,6,5,16.0,7620,9,999999999,519,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101000,765,1322,444,235,35,214,25800,3500,23800,7010,0,0.0,6,5,16.0,7620,9,999999999,509,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101000,510,1322,445,117,0,117,13400,0,13400,4710,120,4.1,8,8,16.0,2134,9,999999999,500,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101100,239,1322,446,74,84,58,8000,6300,6900,1240,160,3.6,9,9,16.0,7620,9,999999999,500,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101100,21,562,418,0,0,0,0,0,0,0,160,2.6,5,5,16.0,7620,9,999999999,490,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,20.6,67,101100,0,0,412,0,0,0,0,0,0,0,170,1.5,5,5,16.0,7620,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,20.6,69,101200,0,0,403,0,0,0,0,0,0,0,0,0.0,3,3,16.0,7620,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,20.6,69,101200,0,0,403,0,0,0,0,0,0,0,360,1.5,3,3,16.0,7620,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,20.6,72,101300,0,0,400,0,0,0,0,0,0,0,0,0.0,4,3,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.1,79,101300,0,0,401,0,0,0,0,0,0,0,190,1.5,6,5,16.0,7620,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101300,0,0,392,0,0,0,0,0,0,0,220,1.5,4,3,16.0,7620,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,101200,0,0,386,0,0,0,0,0,0,0,0,0.0,3,1,16.0,7620,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101200,0,0,388,0,0,0,0,0,0,0,340,1.5,3,2,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101200,0,0,389,0,0,0,0,0,0,0,310,1.5,4,2,16.0,7620,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,42,782,413,2,43,1,400,2500,300,40,290,2.6,8,8,14.4,610,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,285,1321,417,138,202,94,14300,15700,10900,1880,290,1.5,8,8,12.8,1981,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101400,554,1321,445,314,433,132,33200,42000,15600,2600,300,2.6,10,10,16.0,457,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101400,805,1321,433,490,441,221,51800,45200,24200,5320,300,2.6,8,8,16.0,610,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101400,1018,1321,426,631,503,242,68300,52500,27800,7960,310,3.1,5,5,16.0,7620,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.1,59,101400,1180,1321,428,784,603,244,83100,61300,28200,12460,280,3.1,5,5,16.0,7620,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.6,54,101300,1279,1321,434,916,680,256,97700,69300,30500,22130,270,3.1,5,5,16.0,7620,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.0,50,101300,1309,1321,452,937,666,275,99700,67800,32400,32930,270,2.6,8,8,16.0,3048,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101200,1267,1321,443,833,563,292,88000,57000,33200,22960,260,2.6,5,5,16.0,77777,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.0,47,101100,1157,1321,439,783,627,233,83100,63800,27100,10980,250,1.5,4,4,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,101100,986,1321,441,663,707,134,69900,71200,16600,3920,250,2.1,4,4,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,101000,765,1321,438,481,600,132,50700,60200,15700,3070,240,2.6,3,3,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,19.4,45,101000,510,1321,435,280,477,95,29000,44800,11700,1840,200,2.1,3,3,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.7,59,101000,239,1321,458,102,273,53,10800,19500,7200,950,10,5.2,9,9,16.0,7620,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101100,21,562,457,0,0,0,0,0,0,0,50,4.6,10,10,16.0,1981,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,0,0,429,0,0,0,0,0,0,0,140,4.1,8,8,16.0,2743,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101200,0,0,409,0,0,0,0,0,0,0,100,3.6,5,5,16.0,7620,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,0,0,400,0,0,0,0,0,0,0,130,2.6,3,3,16.0,7620,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,396,0,0,0,0,0,0,0,160,2.1,3,3,16.0,77777,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,0,0,400,0,0,0,0,0,0,0,170,2.1,3,3,16.0,77777,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,396,0,0,0,0,0,0,0,190,1.5,3,3,16.0,77777,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,377,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101100,0,0,380,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,42,760,394,2,16,1,200,800,200,20,0,0.0,3,3,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101200,283,1321,425,120,77,103,13000,6500,11700,2410,0,0.0,8,8,16.0,518,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101300,553,1321,431,293,333,153,31400,33300,17400,3200,230,3.1,8,8,16.0,457,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101300,804,1321,437,404,196,284,43900,20500,31400,7740,240,2.1,8,8,16.0,640,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101300,1017,1321,433,688,637,197,72800,64800,22900,6440,230,2.1,5,5,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.6,54,101300,1179,1321,434,759,555,262,80000,56200,29700,13270,210,2.6,5,5,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.0,50,101300,1279,1321,436,940,740,222,101300,76000,27600,19240,200,2.6,5,5,16.0,77777,9,999999999,450,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,19.4,45,101200,1309,1321,442,919,618,305,97100,62500,35000,36300,190,1.5,5,5,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,101100,1267,1321,445,898,652,271,95300,66300,31600,21400,170,2.1,5,5,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,20.6,45,101100,1157,1321,453,754,573,251,79600,58100,28600,11770,160,3.6,5,5,16.0,77777,9,999999999,459,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,101000,986,1321,451,674,630,203,70900,63800,23200,6210,90,2.1,5,5,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,101000,766,1321,440,186,18,175,21700,1400,20900,7810,150,5.7,5,5,16.0,77777,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,100900,511,1321,436,199,115,154,21600,11200,17300,3580,140,6.2,4,4,16.0,7620,9,999999999,469,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101000,240,1321,451,102,226,61,10600,16100,7600,1110,160,4.1,10,9,16.0,7620,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101100,21,562,443,0,0,0,0,0,0,0,170,3.1,8,8,16.0,2438,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101100,0,0,436,0,0,0,0,0,0,0,0,0.0,8,8,16.0,2896,9,999999999,480,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.7,22.9,74,101200,0,0,414,0,0,0,0,0,0,0,0,0.0,4,4,16.0,77777,9,999999999,490,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.9,79,101200,0,0,412,0,0,0,0,0,0,0,0,0.0,4,4,16.0,77777,9,999999999,490,0.1900,0,88,0.170,0.0,1.0
+2000,6,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.6,23.0,82,101200,0,0,405,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,490,0.1900,0,88,0.170,0.0,1.0
+1991,7,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.1,90,100900,0,0,386,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.5,23.2,94,101000,0,0,383,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.2,94,101000,0,0,380,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101000,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101000,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,11.2,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,41,760,374,10,25,9,1200,800,1100,140,0,0.0,0,0,8.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,283,1321,384,130,335,58,13800,26000,8200,1040,0,0.0,0,0,6.4,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101100,553,1321,396,335,570,97,35100,54600,12200,1940,10,1.5,0,0,11.2,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101100,803,1321,407,551,693,129,58600,70100,15900,3140,60,2.6,0,0,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101100,1017,1321,412,740,762,153,77300,76400,18400,4590,60,2.1,0,0,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101100,1179,1321,433,856,718,215,91700,73500,26000,11040,130,3.1,2,2,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.9,60,101100,1279,1321,448,912,644,288,96600,65300,33300,24670,120,4.1,5,5,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.3,57,101100,1309,1321,447,796,499,301,87800,52400,35800,36910,140,4.6,5,5,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,101000,1267,1321,446,811,594,241,86900,60700,28600,19130,130,3.1,3,3,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.2,49,101000,1157,1321,452,744,534,276,81200,55900,32100,13210,140,3.6,4,4,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,100900,986,1321,450,633,600,185,67100,61000,21500,5720,80,3.1,4,4,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.7,48,100900,766,1321,443,511,543,196,54300,55400,22100,4500,210,3.1,2,2,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,100900,511,1321,434,207,143,151,22500,14000,17100,3510,250,5.2,4,4,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,100900,240,1321,455,61,72,48,6800,5400,5800,1030,200,6.7,9,9,16.0,1433,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,21,562,440,2,0,2,0,0,0,0,70,4.6,10,10,9.6,1341,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,428,0,0,0,0,0,0,0,70,3.6,10,10,12.8,2743,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101200,0,0,421,0,0,0,0,0,0,0,40,3.1,10,10,12.8,2134,9,999999999,419,0.1900,0,88,0.160,1.0,1.0
+1991,7,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101000,0,0,424,0,0,0,0,0,0,0,110,3.1,10,10,16.0,2438,9,999999999,419,0.1900,0,88,0.160,1.0,1.0
+1991,7,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,0,0,393,0,0,0,0,0,0,0,80,5.7,8,6,16.0,7620,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101000,0,0,404,0,0,0,0,0,0,0,0,0.0,8,8,19.2,3048,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101000,0,0,413,0,0,0,0,0,0,0,300,2.1,10,9,19.2,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101000,0,0,425,0,0,0,0,0,0,0,310,2.1,10,10,19.2,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101000,0,0,394,0,0,0,0,0,0,0,0,0.0,10,7,9.6,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101100,0,0,405,0,0,0,0,0,0,0,0,0.0,9,8,11.2,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,41,760,393,9,3,9,1000,200,1000,230,20,1.5,7,6,11.2,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,282,1321,393,99,169,63,10600,13100,7800,1160,350,1.5,3,3,12.8,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101200,552,1321,402,315,369,161,33700,36900,18300,3400,20,1.5,7,2,16.0,77777,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,802,1321,437,389,252,236,42200,26800,25800,5850,0,0.0,8,8,16.0,3658,9,999999999,419,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,24.4,70,101200,1016,1321,436,670,594,213,70500,60100,24200,6890,30,2.1,7,5,16.0,7620,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101200,1178,1321,461,628,133,509,68300,14100,55700,23560,360,2.6,8,8,16.0,3658,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101100,1278,1321,428,913,732,205,95700,73500,24500,16480,200,1.5,1,1,16.0,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101100,1308,1321,440,718,356,365,77700,37300,40700,44780,240,1.5,5,4,16.0,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101000,1267,1321,454,721,364,372,77500,38100,40900,30290,0,0.0,7,7,16.0,3658,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,100900,1157,1321,450,638,321,357,70400,34900,39700,15910,120,3.1,5,5,16.0,77777,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.8,70,100900,986,1321,428,714,550,303,75300,57100,32600,9550,210,5.7,6,6,16.0,7620,9,999999999,430,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,100900,766,1321,422,310,119,241,34000,12400,26800,6390,300,6.2,8,6,16.0,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,100900,511,1321,412,153,59,130,16800,5600,14600,3750,320,3.1,7,6,19.2,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101000,240,1321,424,61,26,57,6800,2000,6400,1450,260,1.5,9,8,19.2,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101100,21,562,417,4,0,4,0,0,0,0,40,3.1,9,7,16.0,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,101100,0,0,416,0,0,0,0,0,0,0,60,3.6,8,8,19.2,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101000,0,0,410,0,0,0,0,0,0,0,260,1.5,7,7,19.2,7620,9,999999999,440,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101000,0,0,422,0,0,0,0,0,0,0,320,2.1,9,9,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101000,0,0,404,0,0,0,0,0,0,0,0,0.0,7,7,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101000,0,0,431,0,0,0,0,0,0,0,20,1.5,10,10,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,420,0,0,0,0,0,0,0,50,2.1,10,9,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,420,0,0,0,0,0,0,0,90,2.6,10,9,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101000,0,0,414,0,0,0,0,0,0,0,180,2.6,10,8,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,0,0,405,0,0,0,0,0,0,0,0,0.0,9,7,24.0,3658,9,999999999,450,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,40,760,400,9,2,9,1100,0,1100,340,0,0.0,8,6,16.0,3658,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101000,280,1321,396,133,371,55,13700,28900,7600,990,200,1.5,2,2,16.0,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101100,550,1321,403,328,592,81,34700,57100,10900,1660,240,1.5,1,1,16.0,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101100,801,1321,417,458,591,100,49600,60300,13000,2490,310,3.6,2,2,16.0,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101100,1015,1321,434,757,714,208,79800,72400,24100,6730,270,3.1,6,5,19.2,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101100,1178,1321,432,565,451,163,61700,46700,20000,8460,300,1.5,7,2,19.2,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101100,1278,1321,446,706,399,319,77100,41800,36500,27940,0,0.0,8,5,19.2,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101000,1308,1321,449,941,802,147,96400,80400,16600,14090,0,0.0,5,5,19.2,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.8,51,100900,1267,1321,460,564,333,244,63200,35000,29500,19650,250,2.1,6,6,19.2,1372,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,100800,1157,1321,450,676,496,241,71600,50400,27400,11350,230,3.1,6,6,19.2,1372,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,100700,987,1321,426,473,240,293,51700,26000,32300,9030,250,3.6,8,8,12.8,1372,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,100700,766,1321,417,359,368,145,39300,37700,17400,3250,350,4.1,7,7,16.0,1524,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,100700,511,1321,430,171,15,165,19100,1200,18700,5970,50,2.6,9,8,16.0,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,100800,240,1321,421,58,79,43,6400,6000,5300,920,170,3.1,7,5,16.0,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,100800,21,562,414,4,2,4,0,0,0,0,20,2.1,9,5,11.2,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,100800,0,0,400,0,0,0,0,0,0,0,10,2.6,7,2,16.0,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,100900,0,0,429,0,0,0,0,0,0,0,340,1.5,9,8,16.0,1219,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,100800,0,0,408,0,0,0,0,0,0,0,0,0.0,7,4,16.0,7620,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,100900,0,0,401,0,0,0,0,0,0,0,0,0.0,4,3,16.0,77777,9,999999999,459,0.1900,0,88,0.160,0.0,1.0
+1991,7,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,100800,0,0,393,0,0,0,0,0,0,0,0,0.0,3,1,16.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,100900,0,0,404,0,0,0,0,0,0,0,230,3.1,6,4,19.2,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,381,0,0,0,0,0,0,0,230,2.6,0,0,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,100900,0,0,397,0,0,0,0,0,0,0,0,0.0,5,4,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,39,738,401,9,3,9,1000,200,1000,230,0,0.0,7,4,19.2,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101000,278,1321,434,101,13,98,11000,600,10900,3010,310,2.6,10,9,12.8,1158,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101000,549,1321,433,217,81,183,23800,7900,20500,5090,300,3.6,10,9,16.0,1219,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101000,800,1321,440,285,113,217,31600,11900,24400,5890,230,3.1,9,9,16.0,2896,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101000,1014,1321,428,689,538,276,73700,56000,30600,9090,260,3.1,9,7,16.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101000,1177,1321,444,683,258,453,74100,28000,49100,21970,250,5.7,8,8,19.2,2896,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101000,1277,1321,441,788,338,461,86400,36700,50800,35130,270,3.1,9,7,19.2,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,100900,1308,1321,457,663,169,495,73000,18000,55100,44740,140,1.5,9,8,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,100800,1267,1321,450,706,392,329,76700,41100,37200,26680,270,2.6,9,6,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,100800,1158,1321,442,675,466,266,73900,48800,31000,12730,240,5.2,8,6,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,100700,987,1321,430,671,627,203,70700,63500,23200,6210,230,4.6,2,2,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,100700,766,1321,437,491,560,166,53100,57300,19800,3760,270,4.6,4,4,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,100700,511,1321,437,243,237,151,25800,23200,16900,3150,260,3.1,5,5,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,100700,240,1321,451,51,0,51,5800,0,5800,1840,170,3.6,9,9,24.0,975,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.1,74,100800,21,562,415,3,0,3,0,0,0,0,70,3.6,7,7,24.0,7620,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,100900,0,0,411,0,0,0,0,0,0,0,110,6.2,8,6,24.0,2134,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,100900,0,0,410,0,0,0,0,0,0,0,80,4.6,7,7,19.2,2134,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101000,0,0,402,0,0,0,0,0,0,0,170,1.5,6,5,19.2,7620,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,100900,0,0,401,0,0,0,0,0,0,0,130,2.6,7,5,24.0,7620,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,100800,0,0,406,0,0,0,0,0,0,0,130,2.6,9,7,19.2,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,100900,0,0,411,0,0,0,0,0,0,0,350,2.6,9,8,19.2,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,100900,0,0,419,0,0,0,0,0,0,0,30,2.6,10,9,16.0,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,100800,0,0,407,0,0,0,0,0,0,0,0,0.0,10,8,16.0,7620,9,999999999,500,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,100800,0,0,390,0,0,0,0,0,0,0,0,0.0,7,4,19.2,77777,9,999999999,500,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,100900,38,738,393,8,10,7,900,400,900,140,0,0.0,5,5,16.0,77777,9,999999999,500,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101000,277,1321,390,123,255,69,12700,19500,8600,1260,0,0.0,2,2,19.2,77777,9,999999999,500,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101000,547,1321,407,306,345,163,32600,34400,18400,3450,0,0.0,3,3,19.2,77777,9,999999999,500,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101000,798,1321,414,425,474,138,44900,47800,16000,3310,0,0.0,4,2,24.0,77777,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101000,1013,1321,423,628,516,232,68300,53900,26900,7540,0,0.0,5,3,24.0,77777,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,101000,1176,1321,428,771,636,205,82900,65200,24700,10450,0,0.0,5,2,24.0,77777,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.1,52,100900,1277,1321,434,855,580,295,90500,58700,33700,24880,0,0.0,5,3,24.0,77777,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,100900,1308,1321,450,836,495,346,91000,51900,39600,41930,0,0.0,5,5,24.0,77777,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,100900,1267,1321,451,875,599,300,92300,60500,34100,23550,160,2.6,5,5,19.2,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,100900,1158,1321,440,620,326,334,68700,35500,37500,14800,170,5.2,7,5,19.2,7620,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.3,57,100800,987,1321,444,572,321,331,61900,34700,35900,10400,130,4.6,8,4,19.2,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,100800,766,1321,439,361,395,131,39900,40500,16300,2910,120,4.1,7,4,19.2,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,100800,511,1321,433,256,345,123,27100,32800,14400,2380,120,4.6,5,4,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,100900,239,1321,427,101,181,68,10600,12800,8300,1300,130,3.6,7,4,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,100900,21,540,422,4,2,4,0,0,0,0,140,3.6,8,4,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101000,0,0,412,0,0,0,0,0,0,0,120,3.6,5,2,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101000,0,0,414,0,0,0,0,0,0,0,130,2.6,3,3,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101000,0,0,393,0,0,0,0,0,0,0,130,3.1,0,0,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101000,0,0,384,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,100900,0,0,401,0,0,0,0,0,0,0,0,0.0,4,3,24.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,389,0,0,0,0,0,0,0,0,0.0,1,1,24.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,24.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,394,0,0,0,0,0,0,0,0,0.0,2,2,24.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,100900,0,0,385,0,0,0,0,0,0,0,0,0.0,1,1,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,100900,37,716,385,8,6,7,800,300,800,180,0,0.0,1,1,19.2,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101000,275,1321,395,108,208,65,11600,15900,8300,1210,0,0.0,1,1,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101000,545,1321,412,248,312,119,26500,30200,14000,2310,0,0.0,2,2,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101000,797,1321,451,336,136,254,36800,14300,28200,6880,180,2.1,8,8,24.0,1006,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101000,1012,1321,450,682,497,301,72200,51700,32600,9940,180,2.1,7,7,24.0,701,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101000,1175,1321,459,656,251,432,71300,27200,47100,20740,350,2.6,8,8,24.0,975,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,100900,1276,1321,456,981,639,364,105900,66900,41100,31630,10,2.1,7,7,24.0,1067,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,100900,1307,1321,470,629,204,426,69800,21800,48200,38230,80,3.1,8,8,24.0,1219,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,100900,1267,1321,469,665,105,563,73200,10900,62700,32030,130,6.7,9,9,24.0,1372,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,100900,1158,1321,447,488,253,266,55000,27600,30700,11550,140,5.7,10,9,24.0,3353,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,100900,987,1321,454,461,76,404,50700,7900,44800,14490,150,6.2,9,9,24.0,3353,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,100900,766,1321,442,339,100,280,37100,10100,31200,8690,120,4.1,8,8,24.0,3353,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,100900,511,1321,434,223,186,151,24400,18200,17300,3510,130,4.6,7,7,24.0,3353,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101000,239,1321,435,60,26,55,6500,2000,6200,1410,130,3.1,8,8,24.0,7620,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101000,21,540,422,3,0,3,0,0,0,0,130,3.6,9,7,24.0,7620,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101000,0,0,406,0,0,0,0,0,0,0,90,2.6,8,3,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101100,0,0,416,0,0,0,0,0,0,0,150,2.6,7,6,24.0,3658,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,0,0,404,0,0,0,0,0,0,0,120,2.1,4,3,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,0,0,394,0,0,0,0,0,0,0,0,0.0,4,2,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,0,0,392,0,0,0,0,0,0,0,0,0.0,2,1,24.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101100,0,0,395,0,0,0,0,0,0,0,0,0.0,1,1,19.2,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101100,0,0,395,0,0,0,0,0,0,0,180,2.6,1,1,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101100,0,0,392,0,0,0,0,0,0,0,0,0.0,1,1,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,385,0,0,0,0,0,0,0,0,0.0,1,1,19.2,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,36,716,385,9,25,7,1000,800,900,110,0,0.0,3,1,16.0,77777,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101200,273,1321,416,96,149,65,10200,11400,7900,1210,0,0.0,7,7,16.0,1981,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101300,544,1321,426,192,122,142,21200,12100,16200,3350,120,3.1,8,8,24.0,3353,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,796,1321,412,436,339,232,47300,36100,25500,5710,80,5.7,7,7,19.2,3353,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101300,1011,1321,431,465,119,374,50800,12600,41200,12550,90,4.6,8,8,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101300,1175,1321,435,460,288,204,51900,30300,24900,10280,130,6.2,7,5,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101200,1276,1321,430,698,383,328,76100,40100,37200,28310,130,6.2,8,6,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101200,1307,1321,442,868,383,488,95000,41600,53700,49760,130,6.2,9,7,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101200,1267,1321,439,810,554,279,86000,56200,32000,21950,140,5.7,8,5,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101200,1158,1321,448,797,602,269,83800,60800,30400,12550,130,5.7,9,7,24.0,3048,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101200,987,1321,451,499,250,312,54300,27000,34100,9710,170,6.2,9,8,24.0,3048,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101200,766,1321,442,378,122,307,41500,12400,34200,9310,170,5.7,10,7,24.0,3048,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101200,511,1321,441,134,41,118,14700,3900,13200,3460,190,6.2,9,8,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101200,239,1321,432,88,89,72,9500,6600,8300,1540,220,3.1,10,7,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101200,21,540,433,6,0,6,0,0,0,0,140,4.1,9,8,24.0,7620,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101200,0,0,402,0,0,0,0,0,0,0,110,4.1,6,2,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,404,0,0,0,0,0,0,0,120,3.1,8,3,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,407,0,0,0,0,0,0,0,140,3.1,7,4,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,404,0,0,0,0,0,0,0,140,3.6,8,4,19.2,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,401,0,0,0,0,0,0,0,140,3.1,5,3,16.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,0,0,394,0,0,0,0,0,0,0,60,1.5,5,2,16.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,0,0,398,0,0,0,0,0,0,0,0,0.0,5,3,16.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,416,0,0,0,0,0,0,0,0,0.0,7,7,16.0,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101300,0,0,433,0,0,0,0,0,0,0,190,4.6,9,9,24.0,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.1,76,101400,35,694,412,9,0,9,1100,0,1100,340,180,3.1,9,7,24.0,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,101500,271,1321,416,121,4,120,12900,200,12900,3210,130,3.6,9,8,24.0,3658,9,999999999,490,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101500,542,1321,432,194,29,182,21700,2300,20700,6580,160,3.6,9,9,24.0,3658,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,21.7,69,101500,794,1321,432,270,169,168,29900,18000,19100,3930,150,4.6,8,8,24.0,3658,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101500,1010,1321,429,591,353,320,64300,38200,35100,10340,190,4.6,7,6,24.0,3658,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101500,1174,1321,428,785,468,369,83400,48800,39900,19000,200,4.6,6,3,24.0,77777,9,999999999,480,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.1,54,101400,1275,1321,427,890,592,318,93600,59600,35900,26400,90,2.6,5,2,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,19.4,45,101400,1307,1321,438,927,528,404,99200,55200,44500,48440,190,4.6,5,4,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,18.9,44,101300,1267,1321,438,786,500,307,86200,52400,35800,24770,180,5.7,5,4,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,17.8,40,101300,1158,1321,439,802,497,366,85000,51800,39500,17790,200,4.6,5,4,24.0,77777,9,999999999,469,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101300,987,1321,450,620,433,296,65500,45000,31800,9320,120,4.1,7,6,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,766,1321,423,271,60,236,29800,6000,26300,7600,300,5.2,9,9,19.2,1372,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101200,510,1321,413,153,40,138,16900,3800,15400,3930,80,2.6,9,7,24.0,7620,9,999999999,459,0.1910,0,88,0.160,1.0,1.0
+1991,7,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,238,1321,422,63,12,61,7100,300,7000,2090,300,1.5,9,8,24.0,7620,9,999999999,459,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,20,540,415,3,0,3,0,0,0,0,0,0.0,9,7,24.0,7620,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101300,0,0,407,0,0,0,0,0,0,0,160,2.6,3,3,19.2,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,0,0,404,0,0,0,0,0,0,0,160,3.1,2,2,19.2,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101300,0,0,408,0,0,0,0,0,0,0,170,3.1,3,3,16.0,77777,9,999999999,450,0.1910,0,88,0.160,0.0,1.0
+1991,7,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101300,0,0,392,0,0,0,0,0,0,0,90,1.5,2,1,16.0,77777,9,999999999,440,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,0,0,404,0,0,0,0,0,0,0,200,2.6,7,2,16.0,77777,9,999999999,440,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101300,0,0,411,0,0,0,0,0,0,0,0,0.0,8,6,16.0,7620,9,999999999,440,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,411,0,0,0,0,0,0,0,210,2.1,7,6,16.0,7620,9,999999999,440,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,425,0,0,0,0,0,0,0,180,2.6,9,8,16.0,7620,9,999999999,430,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,416,0,0,0,0,0,0,0,0,0.0,9,7,16.0,3658,9,999999999,430,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,34,694,419,7,0,7,800,0,800,270,0,0.0,9,8,19.2,3658,9,999999999,430,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,269,1321,414,81,49,71,8900,4000,8100,1790,70,2.1,7,5,16.0,7620,9,999999999,430,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101400,541,1321,436,146,55,124,16100,5300,14000,3700,140,2.1,9,8,12.8,3658,9,999999999,430,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101400,793,1321,416,440,331,242,47600,35200,26400,5990,180,2.6,6,2,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101300,1009,1321,429,632,439,297,67000,45600,32100,9740,190,6.2,3,3,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101400,1173,1321,425,824,651,245,87300,66200,28400,12190,200,5.7,2,1,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.7,51,101300,1275,1321,441,911,603,328,95500,60600,36900,27060,190,6.2,4,3,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.2,51,101300,1307,1321,452,834,380,458,91800,41300,50900,46100,200,6.2,5,5,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101200,1267,1321,443,898,583,339,97400,61100,38800,27390,200,6.2,5,3,16.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,101200,1157,1321,440,804,613,267,84600,62000,30200,12460,190,5.7,2,2,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,19.4,43,101100,987,1321,441,643,508,264,68800,52800,29300,8230,200,5.2,3,3,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,101100,766,1321,420,492,545,176,52900,55700,20500,4010,210,5.7,0,0,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,18.9,44,101000,510,1321,416,275,391,123,28900,37200,14500,2380,160,5.2,0,0,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.0,52,101000,238,1321,409,90,132,66,9500,9300,7800,1250,160,4.1,2,0,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,20.6,59,101000,20,540,400,3,0,3,0,0,0,0,180,4.1,1,0,16.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101100,0,0,396,0,0,0,0,0,0,0,170,4.6,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101200,0,0,391,0,0,0,0,0,0,0,180,3.6,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101200,0,0,388,0,0,0,0,0,0,0,180,3.1,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101200,0,0,393,0,0,0,0,0,0,0,170,2.6,1,1,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101200,0,0,393,0,0,0,0,0,0,0,160,3.1,3,1,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,377,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,377,0,0,0,0,0,0,0,0,0.0,1,0,16.0,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,0,0,377,0,0,0,0,0,0,0,200,1.5,0,0,16.0,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,0,0,374,0,0,0,0,0,0,0,200,2.1,0,0,16.0,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101100,33,672,389,6,1,6,700,0,700,230,200,3.1,2,2,11.2,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101200,267,1322,390,104,167,70,11000,12600,8500,1320,190,3.1,0,0,12.8,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101200,539,1322,416,260,308,134,28100,30700,15500,2730,170,2.6,2,2,19.2,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101200,792,1322,431,396,244,250,42700,25900,27100,6220,160,4.6,6,6,19.2,823,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,101300,1008,1322,444,735,580,292,78000,60300,31900,9540,170,4.6,6,6,19.2,975,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101200,1172,1322,438,761,517,302,82500,54100,34400,15310,190,5.7,4,4,19.2,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.1,52,101200,1274,1322,437,823,532,309,90100,55800,36200,26300,200,5.2,4,4,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,1306,1322,447,851,504,352,92400,52800,40100,41620,180,4.6,5,5,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101100,1266,1322,450,939,637,328,98400,64000,37000,25460,150,5.2,4,4,24.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,101100,1157,1322,453,733,514,283,79900,53800,32600,13560,120,4.1,4,4,24.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.7,48,101000,987,1322,443,674,546,266,72000,56800,29500,8300,170,5.7,4,2,24.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101000,766,1322,440,433,374,216,46900,39600,23900,5160,140,6.7,4,3,24.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101000,510,1322,434,268,314,146,28500,30700,16600,3020,170,6.7,2,2,24.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101000,237,1322,431,84,94,67,9100,7000,7900,1430,140,6.2,3,3,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101000,20,540,420,3,0,3,0,0,0,0,160,4.6,2,2,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101000,0,0,402,0,0,0,0,0,0,0,160,4.6,1,0,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,0,0,406,0,0,0,0,0,0,0,180,3.6,1,1,19.2,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101100,0,0,404,0,0,0,0,0,0,0,170,3.6,1,1,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101100,0,0,404,0,0,0,0,0,0,0,170,3.6,1,1,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101100,0,0,393,0,0,0,0,0,0,0,170,3.1,0,0,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101100,0,0,395,0,0,0,0,0,0,0,170,2.1,1,1,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101100,0,0,391,0,0,0,0,0,0,0,170,2.1,0,0,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101200,0,0,398,0,0,0,0,0,0,0,160,2.6,1,1,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101200,0,0,394,0,0,0,0,0,0,0,140,3.1,1,1,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101200,32,672,394,6,5,6,700,300,700,160,200,2.6,1,1,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,265,1322,396,109,226,64,11400,17000,8000,1160,190,2.6,0,0,19.2,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101300,537,1322,426,269,321,138,29000,31900,16000,2830,190,3.6,4,4,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101300,790,1322,438,378,254,226,41000,27000,24800,5520,200,4.1,6,6,24.0,914,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101300,1007,1322,443,657,442,320,69100,45900,34100,10510,190,6.2,5,5,24.0,77777,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,1172,1322,443,655,328,364,72200,35700,40500,16950,200,5.7,6,6,24.0,1189,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,101300,1274,1322,450,925,583,363,99800,61000,40800,30890,190,5.2,8,4,24.0,7620,9,999999999,419,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101200,1306,1322,454,421,170,252,48300,18600,29900,24500,200,6.2,9,7,24.0,7620,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101200,1266,1322,434,774,303,483,84400,32900,52800,34350,70,5.2,8,8,24.0,7620,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.9,60,101200,1157,1322,448,621,341,321,68900,37100,36300,14140,110,6.2,7,5,24.0,7620,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,986,1322,444,676,598,229,70500,60100,25500,6890,170,6.2,4,4,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101200,765,1322,432,455,412,217,47900,42000,23500,5040,150,5.7,6,2,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.0,49,101100,509,1322,422,270,386,121,28500,36700,14300,2340,150,6.2,5,1,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.6,55,101200,236,1322,414,85,128,62,9000,9000,7400,1160,150,4.6,4,1,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101200,19,518,399,3,2,3,0,0,0,0,170,4.6,1,0,19.2,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101300,0,0,396,0,0,0,0,0,0,0,170,4.6,0,0,24.0,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101300,0,0,406,0,0,0,0,0,0,0,190,3.1,3,3,19.2,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101400,0,0,402,0,0,0,0,0,0,0,180,4.6,2,2,19.2,77777,9,999999999,409,0.1910,0,88,0.160,0.0,1.0
+1991,7,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101400,0,0,402,0,0,0,0,0,0,0,180,4.1,3,3,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,0,0,400,0,0,0,0,0,0,0,0,0.0,4,4,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,0,0,400,0,0,0,0,0,0,0,180,1.5,4,4,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101400,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,368,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101400,31,650,371,7,18,6,800,500,800,90,0,0.0,0,0,11.2,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101500,263,1322,381,119,323,54,12600,24200,7700,960,40,1.5,0,0,16.0,77777,9,999999999,400,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,535,1322,399,323,571,92,33800,54400,11800,1830,140,2.6,0,0,16.0,77777,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101500,789,1322,432,529,550,200,56300,56300,22600,4700,190,3.6,6,6,19.2,610,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101500,1006,1322,438,624,427,298,66000,44400,32200,9710,190,4.1,6,6,19.2,853,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101500,1171,1322,450,736,366,412,80400,39700,45100,19380,180,4.1,6,6,19.2,1006,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101500,1273,1322,455,780,480,317,85200,50300,36600,26750,210,3.6,6,6,19.2,1128,9,999999999,390,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101400,1306,1322,455,893,555,345,97200,58100,39700,40290,150,4.6,6,6,24.0,1372,9,999999999,379,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,20.6,42,101400,1266,1322,460,687,382,320,74800,40000,36400,25670,170,4.6,6,5,24.0,7620,9,999999999,379,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.8,51,101300,1157,1322,456,770,511,323,82800,53400,35900,15550,140,6.2,5,5,24.0,77777,9,999999999,379,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.2,51,101300,986,1322,456,540,433,217,58900,45200,25200,6670,130,6.7,6,6,24.0,1433,9,999999999,379,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101200,765,1322,449,481,466,211,50700,47500,23100,4880,140,6.7,5,5,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101200,509,1322,435,293,445,122,31000,42300,14700,2360,170,6.7,2,2,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,235,1322,415,102,287,50,10700,20400,7000,890,170,6.2,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101300,19,518,403,3,10,3,0,0,0,0,150,3.6,0,0,19.2,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101400,0,0,397,0,0,0,0,0,0,0,180,4.1,0,0,19.2,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101400,0,0,392,0,0,0,0,0,0,0,200,2.1,0,0,19.2,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101400,0,0,389,0,0,0,0,0,0,0,230,1.5,0,0,19.2,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101400,0,0,397,0,0,0,0,0,0,0,190,2.6,2,1,16.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101400,0,0,384,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101400,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101400,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101400,29,650,368,6,6,6,700,300,700,160,0,0.0,0,0,12.8,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,261,1322,387,109,233,62,11300,17400,7900,1120,0,0.0,0,0,24.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,534,1322,416,305,207,221,32600,20200,24400,5190,250,3.1,3,3,24.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101500,787,1322,437,428,285,259,46000,30200,28000,6480,240,3.1,7,7,24.0,610,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.2,59,101500,1005,1322,436,502,316,261,55500,34300,29400,8130,190,4.1,5,5,24.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101500,1170,1322,434,828,674,231,88200,68700,27200,11400,200,4.6,2,2,24.0,77777,9,999999999,350,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101400,1273,1322,440,939,677,287,99500,68600,33300,23420,180,2.6,3,3,24.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101400,1305,1322,454,894,563,338,97500,59000,39100,39190,270,4.1,6,6,24.0,1433,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101300,1266,1322,463,782,319,477,85500,34700,52200,33750,290,2.6,8,8,24.0,1524,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101300,1157,1322,450,616,454,218,65700,46400,25000,10310,290,2.6,5,5,24.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.0,42,101200,986,1322,452,609,508,230,66100,52900,26500,7090,240,2.1,4,4,24.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.0,42,101200,764,1322,444,501,546,185,53500,55800,21200,4220,0,0.0,2,2,24.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101100,508,1322,443,224,287,113,24300,28100,13500,2230,120,4.6,3,3,24.0,77777,9,999999999,359,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101100,234,1322,421,91,192,57,9700,13500,7300,1050,120,5.2,1,1,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101200,19,518,411,3,2,3,0,0,0,0,130,5.2,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101300,0,0,402,0,0,0,0,0,0,0,120,3.6,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101400,0,0,401,0,0,0,0,0,0,0,150,3.1,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101400,0,0,395,0,0,0,0,0,0,0,190,3.1,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101400,0,0,391,0,0,0,0,0,0,0,180,3.1,0,0,24.0,77777,9,999999999,370,0.1910,0,88,0.160,0.0,1.0
+1991,7,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,0,0,380,0,0,0,0,0,0,0,250,1.5,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,380,0,0,0,0,0,0,0,280,2.1,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,377,0,0,0,0,0,0,0,280,2.1,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,381,0,0,0,0,0,0,0,240,3.6,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,378,0,0,0,0,0,0,0,290,3.1,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,28,628,374,7,32,5,800,1100,700,80,270,2.6,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101400,259,1322,386,123,383,48,12600,29100,6900,870,360,1.5,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,532,1322,396,330,625,78,34900,59900,10700,1580,280,3.6,0,0,24.0,77777,9,999999999,379,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101500,786,1322,421,503,605,143,53000,60700,16800,3360,240,4.6,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101500,1003,1322,426,722,722,174,77100,73700,21000,5600,280,4.1,2,2,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101500,1169,1322,435,790,712,160,83900,72000,20100,7440,310,4.1,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101500,1272,1322,436,947,839,138,97000,84100,15900,9040,150,2.1,2,2,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101400,1305,1322,447,916,564,358,99200,59100,40800,41280,320,2.6,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,20.6,45,101300,1265,1322,449,680,394,303,74600,41300,35000,24150,240,2.6,4,4,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,19.4,39,101300,1156,1322,451,833,708,213,89100,72400,25600,10070,240,2.6,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,20.0,39,101200,985,1322,451,679,701,156,72800,71800,19200,4900,320,3.1,2,2,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,18.9,39,101200,764,1322,447,409,443,152,44500,45400,18200,3410,30,3.6,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101200,507,1322,439,287,493,98,29700,46200,12000,1890,70,4.1,2,2,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101200,233,1322,437,101,256,55,10500,18100,7300,990,160,4.6,3,3,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101200,18,518,424,3,16,3,0,0,0,0,170,4.6,2,2,19.2,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101300,0,0,415,0,0,0,0,0,0,0,180,3.6,1,1,19.2,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101300,0,0,409,0,0,0,0,0,0,0,200,3.6,1,1,19.2,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101300,0,0,403,0,0,0,0,0,0,0,210,2.1,1,1,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101300,0,0,393,0,0,0,0,0,0,0,210,2.1,1,1,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,380,0,0,0,0,0,0,0,270,1.5,1,0,24.0,77777,9,999999999,390,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,377,0,0,0,0,0,0,0,260,2.1,1,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,377,0,0,0,0,0,0,0,0,0.0,1,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,371,0,0,0,0,0,0,0,0,0.0,1,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101400,0,0,371,0,0,0,0,0,0,0,270,1.5,0,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,27,628,374,7,42,5,800,1400,800,80,0,0.0,1,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,257,1322,384,125,423,43,13000,32200,6700,790,280,1.5,0,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,530,1322,399,334,657,70,34800,62400,9700,1430,290,3.6,0,0,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101600,785,1322,420,513,691,103,54000,68800,13100,2380,270,4.1,2,2,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,101600,1002,1322,423,710,794,108,73500,79300,13300,2880,340,3.1,1,1,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101600,1168,1322,430,671,521,211,72000,53300,24700,10410,270,1.5,2,2,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.7,49,101500,1271,1322,448,859,663,221,92700,68100,27100,18070,250,3.1,5,4,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101500,1304,1322,450,864,607,264,92300,61900,31100,29380,250,2.1,5,4,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101400,1265,1322,454,991,824,202,103800,82700,24500,14670,360,2.6,5,5,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,101300,1156,1322,445,791,654,219,84400,66800,25900,10320,220,2.6,7,2,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,19.4,40,101200,985,1322,451,640,498,269,68300,51800,29700,8370,270,3.1,9,4,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,101100,763,1322,440,423,476,148,46200,48800,18000,3310,280,3.6,9,2,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,20.6,45,101100,506,1322,446,254,376,110,27100,35800,13400,2100,310,2.6,8,3,24.0,77777,9,999999999,400,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101200,232,1322,434,79,177,47,8300,12500,6100,830,280,2.1,7,2,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101200,18,496,418,4,11,3,0,0,0,0,0,0.0,8,3,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101300,0,0,414,0,0,0,0,0,0,0,90,2.1,6,2,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101300,0,0,412,0,0,0,0,0,0,0,100,3.1,4,1,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101400,0,0,410,0,0,0,0,0,0,0,100,5.2,4,2,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101400,0,0,411,0,0,0,0,0,0,0,100,4.6,4,3,24.0,77777,9,999999999,409,0.1900,0,88,0.160,0.0,1.0
+1991,7,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101400,0,0,411,0,0,0,0,0,0,0,120,4.1,9,4,24.0,77777,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101400,0,0,415,0,0,0,0,0,0,0,220,1.5,9,6,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101400,0,0,403,0,0,0,0,0,0,0,0,0.0,8,4,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101400,0,0,403,0,0,0,0,0,0,0,270,1.5,7,6,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101400,0,0,407,0,0,0,0,0,0,0,0,0.0,8,6,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,26,606,418,5,0,5,600,0,600,200,230,3.1,9,7,24.0,3658,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101500,255,1322,429,67,11,65,7500,400,7400,2250,260,3.1,9,8,24.0,1981,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,528,1322,423,214,217,127,23200,21500,14500,2560,320,4.1,7,6,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101500,783,1322,431,374,263,218,40600,28000,24000,5270,320,5.7,8,5,24.0,7620,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101500,1001,1322,446,588,230,414,63800,24300,45400,13700,360,3.1,9,7,19.2,3048,9,999999999,409,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101500,1168,1322,457,712,118,608,78300,12400,67400,25930,300,3.1,9,8,19.2,3048,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101500,1271,1322,459,881,462,437,93200,48200,46800,36530,60,3.6,9,7,19.2,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101500,1304,1322,463,292,0,292,35600,0,35600,14070,200,6.7,10,10,19.2,1829,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101400,1265,1322,444,312,71,244,35800,7700,28400,15560,230,4.6,10,9,19.2,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101300,1156,1322,445,477,80,407,52700,8200,45400,18400,240,4.1,10,9,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101300,984,1322,442,377,64,329,41500,6600,36600,12270,260,4.6,10,9,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101300,763,1322,434,234,106,173,26200,11100,19800,4570,250,3.1,10,8,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101300,505,1322,425,230,104,190,25100,10000,21300,4990,260,2.6,10,7,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101300,231,1322,427,64,15,61,7100,400,7000,2060,240,2.1,10,8,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,17,496,411,3,0,3,0,0,0,0,290,2.1,9,7,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101300,0,0,417,0,0,0,0,0,0,0,320,1.5,9,8,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,0,0,402,0,0,0,0,0,0,0,0,0.0,7,6,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101300,0,0,389,0,0,0,0,0,0,0,290,2.1,6,4,24.0,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,7,6,19.2,7620,9,999999999,419,0.1920,0,88,0.160,0.0,1.0
+1991,7,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101300,0,0,380,0,0,0,0,0,0,0,280,1.5,6,2,19.2,77777,9,999999999,419,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101200,0,0,380,0,0,0,0,0,0,0,330,1.5,4,3,19.2,77777,9,999999999,430,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101200,0,0,376,0,0,0,0,0,0,0,0,0.0,4,2,19.2,77777,9,999999999,430,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101200,0,0,380,0,0,0,0,0,0,0,0,0.0,8,3,19.2,77777,9,999999999,430,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101200,0,0,380,0,0,0,0,0,0,0,0,0.0,5,2,19.2,77777,9,999999999,430,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101300,25,606,380,5,11,5,700,400,600,100,0,0.0,6,3,16.0,77777,9,999999999,430,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,101300,253,1322,395,108,99,89,11600,7500,10100,1910,30,2.6,5,5,11.2,77777,9,999999999,419,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101300,527,1322,392,310,549,91,32400,52100,11600,1800,0,0.0,3,1,12.8,77777,9,999999999,419,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,101300,782,1322,402,541,734,107,56700,73000,13400,2420,350,2.1,0,0,12.8,77777,9,999999999,409,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.0,53,101300,1000,1322,406,733,801,127,78000,80900,16700,3880,300,3.1,0,0,16.0,77777,9,999999999,409,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,18.3,42,101300,1167,1322,440,671,364,349,74100,39600,39100,15920,20,5.2,5,5,16.0,77777,9,999999999,400,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,17.8,40,101300,1270,1322,442,797,553,265,84800,56300,30600,21280,310,2.1,5,5,16.0,77777,9,999999999,400,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,18.3,40,101200,1304,1322,443,918,706,221,99300,72600,27600,24360,350,3.6,4,4,16.0,77777,9,999999999,390,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,17.8,42,101200,1264,1322,433,927,673,283,98200,68200,32800,21740,90,1.5,4,4,16.0,77777,9,999999999,379,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,18.3,39,101100,1155,1322,446,888,757,226,94500,77200,26900,10590,340,2.6,4,4,16.0,77777,9,999999999,379,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,18.3,39,101000,984,1322,443,620,511,239,66900,53200,27200,7350,350,2.6,3,3,16.0,77777,9,999999999,370,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,16.7,37,101000,762,1322,430,477,619,121,50800,62300,14800,2830,290,3.1,2,2,16.0,77777,9,999999999,370,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,18.3,42,101000,504,1322,416,307,603,77,32300,57000,10600,1540,20,2.6,0,0,16.0,77777,9,999999999,359,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.0,53,101000,230,1322,406,102,325,46,10400,23400,6400,820,30,2.6,1,0,12.8,77777,9,999999999,359,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,19.4,60,101000,17,496,390,3,15,2,0,0,0,0,80,2.1,1,0,12.8,77777,9,999999999,350,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,18.9,58,101000,0,0,390,0,0,0,0,0,0,0,120,2.1,1,0,12.8,77777,9,999999999,350,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,19.4,62,101100,0,0,387,0,0,0,0,0,0,0,160,2.6,1,0,12.8,77777,9,999999999,340,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,20.6,74,101100,0,0,381,0,0,0,0,0,0,0,230,1.5,1,0,12.8,77777,9,999999999,329,0.1930,0,88,0.160,0.0,1.0
+1991,7,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,20.6,82,101100,0,0,379,0,0,0,0,0,0,0,270,1.5,4,1,16.0,77777,9,999999999,329,0.1930,0,88,0.160,0.0,1.0
+1991,7,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.1,84,101100,0,0,380,0,0,0,0,0,0,0,0,0.0,4,1,16.0,77777,9,999999999,320,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.1,90,101000,0,0,374,0,0,0,0,0,0,0,270,2.1,2,1,16.0,77777,9,999999999,320,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101000,0,0,377,0,0,0,0,0,0,0,0,0.0,3,1,19.2,77777,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101000,0,0,375,0,0,0,0,0,0,0,0,0.0,2,1,19.2,77777,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,0,0,375,0,0,0,0,0,0,0,0,0.0,3,1,19.2,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,24,584,368,6,46,4,700,2000,600,80,0,0.0,0,0,9.6,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101100,251,1322,383,124,440,40,12800,33300,6500,740,0,0.0,0,0,9.6,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101200,525,1322,413,316,524,108,32600,49300,13000,2070,210,2.6,4,4,16.0,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101200,780,1322,426,411,383,185,44100,39200,20900,4280,290,3.1,6,6,16.0,518,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101200,999,1322,431,606,585,163,64800,59900,19500,5230,240,2.1,4,4,16.0,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101200,1166,1322,438,811,611,272,85300,61700,30800,13020,230,4.1,4,4,19.2,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,18.3,40,101100,1270,1322,447,845,568,299,89200,57400,33900,23740,260,2.6,5,5,19.2,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,18.3,40,101000,1303,1322,447,680,430,256,76200,45200,31500,28460,240,3.6,5,5,19.2,77777,9,999999999,300,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,17.8,40,101000,1264,1322,442,824,588,262,87800,59800,30500,20130,200,2.6,5,5,19.2,77777,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,18.3,39,100900,1155,1322,454,804,609,272,84500,61500,30700,12520,240,3.6,8,6,19.2,1981,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,20.6,50,100900,983,1322,440,729,723,191,77100,73400,22400,5840,130,4.6,7,5,11.2,7620,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.6,52,100900,761,1322,434,488,616,133,51400,61800,15800,3070,120,5.7,6,4,11.2,7620,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,100900,503,1322,438,158,153,100,17400,15000,11700,1930,150,6.2,7,7,16.0,3353,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.1,65,100900,228,1322,434,47,61,36,5200,4500,4500,770,140,4.6,9,8,19.2,2743,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.1,65,100900,16,474,408,3,21,2,0,0,0,0,130,4.1,4,2,16.0,77777,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101000,0,0,396,0,0,0,0,0,0,0,180,3.1,0,0,16.0,77777,9,999999999,309,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101000,0,0,395,0,0,0,0,0,0,0,160,3.6,0,0,16.0,77777,9,999999999,320,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101000,0,0,391,0,0,0,0,0,0,0,200,2.6,0,0,16.0,77777,9,999999999,320,0.1940,0,88,0.160,0.0,1.0
+1991,7,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101000,0,0,388,0,0,0,0,0,0,0,200,2.6,1,0,16.0,77777,9,999999999,320,0.1940,0,88,0.160,0.0,1.0
+1991,7,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101000,0,0,382,0,0,0,0,0,0,0,200,2.6,0,0,16.0,77777,9,999999999,320,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101000,0,0,399,0,0,0,0,0,0,0,200,2.1,4,3,19.2,77777,9,999999999,320,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101000,0,0,376,0,0,0,0,0,0,0,0,0.0,1,0,24.0,77777,9,999999999,320,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,101000,0,0,373,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,320,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101100,0,0,370,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,320,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101100,23,584,400,4,1,4,500,0,500,160,0,0.0,9,6,24.0,7620,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101200,248,1323,399,91,119,69,9900,9000,8200,1480,0,0.0,6,2,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,523,1323,415,226,173,157,24600,17000,17900,3670,190,3.1,8,3,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101200,779,1323,420,456,415,211,48100,42400,23100,4940,200,5.7,6,2,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101200,998,1323,435,629,490,259,67500,51000,28900,8220,230,4.1,8,3,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101200,1165,1323,446,517,200,340,57200,21800,37900,15380,200,5.2,6,5,24.0,7620,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.0,44,101100,1269,1323,446,916,597,343,99300,62500,39200,28000,170,5.2,4,4,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,19.4,40,101100,1303,1323,451,980,716,274,104400,72800,32500,29510,190,4.1,5,4,24.0,77777,9,999999999,329,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.0,44,101000,1264,1323,446,847,601,273,90000,61000,31600,20850,160,5.7,5,4,24.0,77777,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101000,1154,1323,449,644,385,307,69400,40300,34200,14570,150,7.2,6,5,24.0,7620,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.6,47,101000,983,1323,446,608,456,269,64900,47400,29600,8330,170,5.2,6,5,24.0,7620,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,19.4,44,100900,760,1323,445,489,480,213,51500,48900,23300,4910,190,6.2,6,5,24.0,7620,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101000,502,1323,443,194,255,98,21000,24200,11800,1850,180,6.2,5,5,24.0,77777,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101000,226,1323,432,77,135,54,8200,9300,6600,990,170,4.6,5,4,24.0,77777,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101000,15,474,426,2,1,2,0,0,0,0,190,5.2,4,4,24.0,77777,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.8,70,101100,0,0,408,0,0,0,0,0,0,0,180,4.1,2,1,24.0,77777,9,999999999,340,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,0,0,405,0,0,0,0,0,0,0,130,2.6,3,1,24.0,77777,9,999999999,350,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101200,0,0,403,0,0,0,0,0,0,0,140,3.1,2,1,24.0,77777,9,999999999,350,0.1950,0,88,0.160,0.0,1.0
+1991,7,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101300,0,0,390,0,0,0,0,0,0,0,150,3.1,0,0,24.0,77777,9,999999999,350,0.1950,0,88,0.160,0.0,1.0
+1991,7,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101300,0,0,398,0,0,0,0,0,0,0,150,2.6,3,1,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101300,0,0,397,0,0,0,0,0,0,0,180,2.6,2,1,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101300,0,0,394,0,0,0,0,0,0,0,150,2.6,3,1,16.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101300,0,0,394,0,0,0,0,0,0,0,150,2.6,2,1,16.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,0,0,391,0,0,0,0,0,0,0,160,2.1,3,1,16.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101400,22,562,396,5,5,5,600,200,600,130,150,2.1,7,2,11.2,77777,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101400,246,1323,406,98,179,64,10300,12900,7900,1200,160,3.1,4,3,19.2,77777,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.8,70,101400,521,1323,433,237,340,103,25500,32600,12700,1960,180,4.1,7,7,19.2,7620,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101500,777,1323,450,360,214,234,39600,22400,26400,6250,170,5.2,8,8,19.2,7620,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101500,997,1323,456,578,350,315,63100,37900,34500,9950,160,4.6,7,7,19.2,975,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101500,1164,1323,458,716,234,510,77800,24800,55900,22670,190,5.7,8,8,19.2,1128,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.2,49,101400,1268,1323,464,810,239,580,88000,25300,63600,37640,180,4.1,7,7,24.0,1250,9,999999999,359,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,20.0,43,101400,1302,1323,456,586,284,305,66300,31000,35700,28030,160,5.7,8,6,24.0,7620,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,18.9,39,101400,1263,1323,458,777,255,533,84800,27100,58900,33600,150,6.2,6,6,24.0,7620,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,16.7,34,101400,1154,1323,447,676,432,299,73100,45200,33600,14140,180,6.2,4,4,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,17.2,35,101300,982,1323,440,689,722,153,74000,74000,19000,4770,150,6.2,2,2,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,19.4,43,101300,759,1323,441,435,444,180,46600,45300,20500,4080,160,5.7,3,3,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,19.4,45,101300,500,1323,431,288,425,127,30200,40200,15000,2460,130,5.7,2,2,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,20.6,54,101300,225,1323,427,76,84,62,8300,6100,7300,1320,120,4.6,3,3,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101300,15,452,411,2,4,2,0,0,0,0,110,5.2,1,1,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101400,0,0,422,0,0,0,0,0,0,0,120,4.1,8,5,24.0,7620,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,0,0,419,0,0,0,0,0,0,0,130,3.1,7,5,24.0,7620,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,0,0,413,0,0,0,0,0,0,0,130,3.1,4,3,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101500,0,0,406,0,0,0,0,0,0,0,140,3.6,5,2,24.0,77777,9,999999999,350,0.1960,0,88,0.160,0.0,1.0
+1991,7,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101500,0,0,410,0,0,0,0,0,0,0,140,3.1,4,2,24.0,77777,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101400,0,0,410,0,0,0,0,0,0,0,130,3.1,5,3,24.0,77777,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101500,0,0,413,0,0,0,0,0,0,0,110,3.1,5,4,24.0,77777,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,0,0,410,0,0,0,0,0,0,0,100,1.5,6,5,24.0,7620,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101500,0,0,408,0,0,0,0,0,0,0,0,0.0,7,6,24.0,7620,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101500,21,540,404,4,0,4,0,0,0,0,40,2.1,8,6,24.0,7620,9,999999999,350,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101600,244,1323,435,66,6,65,7400,200,7300,2200,360,1.5,9,9,16.0,2591,9,999999999,359,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101600,519,1323,442,183,65,158,20100,6200,17700,4410,100,2.1,9,8,16.0,7620,9,999999999,359,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101600,776,1323,441,375,251,227,40500,26600,24900,5500,110,2.6,9,7,19.2,7620,9,999999999,370,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101600,996,1323,453,308,65,259,34000,6600,29100,10150,210,5.7,9,9,24.0,914,9,999999999,379,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101600,1163,1323,431,362,91,281,40700,9800,32100,12450,140,3.1,9,7,24.0,7620,9,999999999,379,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,101600,1268,1323,467,532,179,360,59600,19200,41100,23240,90,4.6,9,8,24.0,7620,9,999999999,390,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101600,1302,1323,473,455,77,379,50400,7900,42600,26760,140,3.6,9,9,24.0,3353,9,999999999,390,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101600,1263,1323,451,641,100,545,70700,10400,60700,30460,220,4.6,9,9,19.2,3353,9,999999999,400,0.1980,0,88,0.160,15.0,1.0
+1991,7,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101500,1153,1323,436,380,131,266,43000,14100,30700,11490,20,1.5,7,7,24.0,7620,9,999999999,400,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101500,981,1323,457,393,102,317,43300,10400,35600,11850,110,4.1,8,8,24.0,7620,9,999999999,409,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101500,758,1323,437,344,176,243,37600,18400,27100,6410,230,4.6,7,7,24.0,7620,9,999999999,419,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.1,63,101500,499,1323,415,218,201,142,23200,19600,15900,2920,190,4.6,6,3,24.0,77777,9,999999999,419,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,21.1,67,101500,223,1323,405,68,39,62,7500,3000,7000,1510,130,2.6,2,2,24.0,77777,9,999999999,430,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,14,452,387,2,0,2,0,0,0,0,340,1.5,3,1,24.0,77777,9,999999999,430,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101500,0,0,399,0,0,0,0,0,0,0,50,1.5,7,2,24.0,77777,9,999999999,440,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101500,0,0,393,0,0,0,0,0,0,0,310,2.1,3,3,24.0,77777,9,999999999,440,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101600,0,0,389,0,0,0,0,0,0,0,300,1.5,2,2,24.0,77777,9,999999999,450,0.1980,0,88,0.160,0.0,1.0
+1991,7,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101600,0,0,390,0,0,0,0,0,0,0,0,0.0,3,3,24.0,77777,9,999999999,459,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101600,0,0,378,0,0,0,0,0,0,0,0,0.0,3,1,19.2,77777,9,999999999,459,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101600,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,19.2,77777,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,387,0,0,0,0,0,0,0,70,2.1,3,3,19.2,77777,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101600,20,540,399,3,0,3,0,0,0,0,40,2.1,6,5,19.2,7620,9,999999999,490,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101600,242,1323,418,67,8,65,7400,200,7400,2190,40,3.6,8,8,16.0,7620,9,999999999,490,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101700,517,1323,411,211,60,187,23000,5800,20800,5000,80,4.1,7,6,24.0,7620,9,999999999,490,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101700,774,1323,420,427,288,258,45700,30500,27800,6400,70,4.6,8,4,24.0,7620,9,999999999,490,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101700,995,1323,454,455,75,398,50000,7700,44200,14430,60,5.2,10,9,24.0,518,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101700,1163,1323,444,583,273,343,64500,29700,38300,15390,80,6.2,9,8,24.0,7620,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101600,1267,1323,446,863,436,445,91000,45400,47400,36020,90,5.7,9,7,24.0,7620,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101600,1301,1323,428,625,103,523,69000,10700,58400,35550,10,3.6,9,8,24.0,3353,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101500,1262,1323,447,819,361,475,89500,39200,52000,32620,50,2.6,9,7,24.0,3353,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101500,1153,1323,450,457,164,314,51100,17600,35800,13540,140,6.7,9,8,24.0,7620,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101500,980,1323,447,411,156,295,45400,16600,33100,9490,150,5.7,9,7,24.0,3353,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,21.7,59,101500,757,1323,448,358,71,316,39100,7200,35000,9400,160,7.2,9,8,24.0,3353,9,999999999,480,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101500,498,1323,413,206,56,185,22600,5400,20500,4850,230,2.6,7,5,24.0,7620,9,999999999,480,0.1980,0,88,0.160,2.0,1.0
+1991,7,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101500,221,1323,418,64,4,63,7000,100,7000,2060,140,3.1,8,6,24.0,7620,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101500,13,430,402,2,0,2,0,0,0,0,130,3.6,6,2,24.0,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101500,0,0,406,0,0,0,0,0,0,0,130,4.1,8,3,24.0,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,0,0,396,0,0,0,0,0,0,0,90,3.6,7,2,24.0,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,0,0,400,0,0,0,0,0,0,0,90,3.1,8,3,24.0,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,0,0,396,0,0,0,0,0,0,0,160,3.1,7,2,24.0,77777,9,999999999,469,0.1980,0,88,0.160,0.0,1.0
+1991,7,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101500,0,0,396,0,0,0,0,0,0,0,200,2.6,7,2,24.0,77777,9,999999999,469,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101500,0,0,394,0,0,0,0,0,0,0,340,1.5,8,4,24.0,77777,9,999999999,469,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101500,0,0,379,0,0,0,0,0,0,0,0,0.0,5,1,24.0,77777,9,999999999,469,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101500,0,0,387,0,0,0,0,0,0,0,0,0.0,5,3,24.0,77777,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101500,0,0,380,0,0,0,0,0,0,0,0,0.0,4,2,24.0,77777,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101600,19,518,394,3,3,3,0,0,0,0,70,2.1,8,5,19.2,7620,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101600,240,1323,400,77,106,58,8500,7900,7000,1240,30,2.1,9,4,19.2,77777,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101700,516,1323,416,228,318,104,24500,30400,12600,1980,40,2.1,9,4,19.2,77777,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101700,773,1323,437,402,219,274,43700,22800,30400,7300,40,2.1,9,7,24.0,3353,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.8,68,101700,993,1323,452,510,184,372,55700,19500,41000,12170,240,1.5,9,9,24.0,914,9,999999999,459,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101600,1162,1323,442,512,215,323,56900,23400,36300,14360,160,1.5,7,7,24.0,2134,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101600,1267,1323,451,499,11,488,58200,1100,57100,20040,90,4.6,9,9,24.0,1067,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101500,1301,1323,438,493,91,403,54600,9300,45300,28000,10,2.6,10,9,19.2,2438,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101500,1261,1323,451,282,0,282,34300,0,34300,13590,200,2.6,10,10,24.0,914,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101400,1152,1323,418,657,424,287,71300,44400,32600,13430,270,2.6,10,7,24.0,7620,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101400,979,1323,422,354,104,277,39300,11100,31100,8900,360,1.5,10,8,24.0,2438,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,755,1323,416,363,282,202,39500,29900,22400,4740,220,3.1,10,7,19.2,7620,9,999999999,450,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,496,1323,422,234,124,188,25200,11900,20700,4350,0,0.0,10,8,19.2,7620,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,219,1323,422,67,38,61,7400,2900,6900,1480,180,3.1,10,7,24.0,7620,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101200,13,430,427,4,0,4,0,0,0,0,230,1.5,10,8,24.0,7620,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,0,0,403,0,0,0,0,0,0,0,150,2.6,7,4,24.0,77777,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,396,0,0,0,0,0,0,0,190,3.1,8,3,24.0,77777,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,0,0,393,0,0,0,0,0,0,0,180,3.6,6,2,24.0,77777,9,999999999,440,0.2000,0,88,0.160,0.0,1.0
+1991,7,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101400,0,0,396,0,0,0,0,0,0,0,150,1.5,5,3,24.0,77777,9,999999999,430,0.2000,0,88,0.160,0.0,1.0
+1991,7,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101400,0,0,390,0,0,0,0,0,0,0,0,0.0,5,3,24.0,77777,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,7,6,19.2,7620,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,8,6,19.2,7620,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,9,6,19.2,7620,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,9,6,19.2,7620,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,19,518,405,4,2,4,0,0,0,0,350,2.1,10,7,24.0,3658,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,237,1324,436,43,0,43,4900,0,4900,1610,60,1.5,10,10,24.0,3658,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101400,514,1324,444,119,0,119,13700,0,13700,4780,130,1.5,10,10,24.0,3658,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101400,771,1324,432,368,143,285,40000,14900,31300,7580,0,0.0,9,8,24.0,3658,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101400,992,1324,438,578,429,256,62000,44700,28500,8020,220,5.2,7,7,24.0,701,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101300,1161,1324,454,624,215,434,68300,22900,48200,19090,190,4.6,9,8,24.0,914,9,999999999,430,0.2010,0,88,0.160,2.0,1.0
+1991,7,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101300,1266,1324,431,782,365,433,86100,39700,48000,30110,260,2.1,9,7,24.0,3048,9,999999999,430,0.2010,0,88,0.160,1.0,1.0
+1991,7,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101200,1300,1324,470,365,0,365,43800,0,43800,16670,270,5.7,10,10,24.0,3048,9,999999999,430,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,25.0,72,101200,1261,1324,476,353,0,353,42200,0,42200,16130,280,3.1,10,10,24.0,3048,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101200,1151,1324,450,483,270,248,53200,28300,28500,11500,190,4.1,9,8,24.0,3353,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101100,978,1324,429,468,381,187,51800,39800,22400,5600,110,5.2,9,7,24.0,7620,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101100,754,1324,440,368,164,274,39900,17000,30200,7210,130,4.1,9,8,24.0,7620,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101000,494,1324,423,284,343,156,30100,33200,17600,3280,140,4.1,9,5,19.2,7620,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101000,217,1324,423,81,61,71,8800,4700,8100,1660,130,2.6,10,5,19.2,77777,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101000,12,408,408,2,6,2,0,0,0,0,210,4.6,6,2,19.2,77777,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101100,0,0,406,0,0,0,0,0,0,0,200,2.6,6,3,19.2,77777,9,999999999,440,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101200,0,0,402,0,0,0,0,0,0,0,170,2.6,7,2,24.0,77777,9,999999999,450,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101200,0,0,403,0,0,0,0,0,0,0,170,2.6,8,4,24.0,77777,9,999999999,450,0.2010,0,88,0.160,0.0,1.0
+1991,7,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101200,0,0,403,0,0,0,0,0,0,0,130,2.1,7,4,24.0,77777,9,999999999,450,0.2010,0,88,0.160,0.0,1.0
+1991,7,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101200,0,0,393,0,0,0,0,0,0,0,130,3.1,7,2,24.0,77777,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,400,0,0,0,0,0,0,0,170,2.6,8,4,24.0,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,397,0,0,0,0,0,0,0,190,2.6,7,4,24.0,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,0,0,394,0,0,0,0,0,0,0,0,0.0,8,4,24.0,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,390,0,0,0,0,0,0,0,0,0.0,7,4,24.0,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,18,496,394,5,3,4,0,0,0,0,0,0.0,8,5,16.0,7620,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,235,1324,424,62,15,59,6800,1200,6500,1480,0,0.0,10,9,16.0,3658,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,512,1324,429,168,102,128,18500,10000,14600,2980,190,2.6,10,8,16.0,3658,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101300,770,1324,432,351,169,253,38400,17600,28100,6720,260,4.1,10,7,24.0,518,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101300,991,1324,445,450,206,296,49900,22000,33400,9650,230,4.6,9,8,19.2,762,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101300,1160,1324,459,395,165,250,44700,18000,28800,10810,260,2.6,10,9,19.2,884,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101300,1265,1324,469,313,89,227,35900,9600,26700,14370,250,3.6,10,9,19.2,3658,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101300,1299,1324,451,768,417,358,83100,43700,40200,37580,210,2.6,9,7,19.2,7620,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,1260,1324,464,727,259,481,79400,28100,52500,32590,180,3.1,10,8,19.2,7620,9,999999999,459,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101100,1150,1324,453,568,334,277,61800,35000,31400,12860,160,2.1,10,7,19.2,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.6,52,101100,977,1324,453,417,202,267,45800,21900,29600,8000,190,3.1,9,8,19.2,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.6,49,101100,753,1324,453,306,169,210,33800,17700,23700,5510,120,2.6,7,7,19.2,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.0,53,101100,492,1324,446,176,95,140,19200,9200,15800,3230,150,4.6,9,8,19.2,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,20.6,57,101100,215,1324,436,60,58,51,6600,4100,6000,1080,170,4.6,7,7,24.0,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101100,11,408,446,1,1,1,0,0,0,0,170,4.1,9,9,19.2,7620,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101200,0,0,412,0,0,0,0,0,0,0,170,4.1,6,2,19.2,77777,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101300,0,0,414,0,0,0,0,0,0,0,180,3.1,6,3,19.2,77777,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101300,0,0,406,0,0,0,0,0,0,0,180,2.6,4,2,24.0,77777,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,404,0,0,0,0,0,0,0,0,0.0,6,3,24.0,77777,9,999999999,450,0.2020,0,88,0.160,0.0,1.0
+1991,7,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,404,0,0,0,0,0,0,0,0,0.0,6,3,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,390,0,0,0,0,0,0,0,0,0.0,6,2,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,0,0,394,0,0,0,0,0,0,0,0,0.0,6,3,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,0,0,404,0,0,0,0,0,0,0,0,0.0,7,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,0,0,415,0,0,0,0,0,0,0,0,0.0,10,8,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,17,497,421,2,0,2,0,0,0,0,0,0.0,10,9,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101500,233,1324,419,80,19,77,8800,700,8700,2380,0,0.0,10,8,19.2,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,510,1324,432,228,198,152,24900,19300,17500,3530,210,1.5,7,7,19.2,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101500,768,1324,431,477,411,239,51400,43500,26100,5820,180,2.6,6,5,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,101600,990,1324,428,657,598,210,69100,60400,23800,6420,190,4.6,7,2,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101600,1159,1324,438,865,676,273,90900,68200,31000,12680,180,3.6,8,4,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101500,1264,1324,441,839,560,304,92000,58700,35800,23720,200,3.6,7,4,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101400,1299,1324,447,793,489,313,87000,51300,36600,32440,230,3.6,8,5,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101400,1259,1324,453,740,428,333,80300,44800,37600,25220,140,4.6,7,6,24.0,3048,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101400,1149,1324,448,722,450,331,77200,47000,36400,15450,130,5.2,8,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101300,976,1324,454,568,390,280,60200,40500,30300,8580,160,6.2,7,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101300,751,1324,438,390,380,174,41800,38800,19800,3900,130,5.2,8,5,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101300,490,1324,438,119,46,102,13100,4300,11500,3000,120,3.6,7,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101300,212,1324,436,78,94,63,8500,6600,7400,1340,120,4.1,9,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101400,11,386,430,1,0,1,0,0,0,0,140,3.6,7,6,24.0,7620,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101400,0,0,416,0,0,0,0,0,0,0,130,3.6,8,3,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101500,0,0,411,0,0,0,0,0,0,0,160,3.1,7,2,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101500,0,0,412,0,0,0,0,0,0,0,180,2.1,5,3,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101500,0,0,403,0,0,0,0,0,0,0,170,2.1,2,1,24.0,77777,9,999999999,450,0.2030,0,88,0.160,0.0,1.0
+1991,7,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101500,0,0,389,0,0,0,0,0,0,0,150,1.5,0,0,24.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101500,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101500,0,0,377,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101500,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101500,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,24.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101500,16,475,415,2,0,2,0,0,0,0,0,0.0,8,8,19.2,610,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101500,230,1324,401,82,158,54,8700,11000,6800,990,30,2.1,4,4,16.0,77777,9,999999999,450,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,25.0,82,101600,508,1324,417,244,280,136,26100,27400,15600,2770,140,1.5,3,3,19.2,77777,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101600,767,1324,432,426,379,207,45100,38700,22600,4780,210,2.1,7,5,24.0,7620,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.8,59,101500,989,1324,440,578,407,274,61600,42300,29900,8570,200,2.1,8,5,24.0,7620,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101500,1158,1324,446,657,351,350,72500,38200,39100,15490,190,3.6,7,5,24.0,7620,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101500,1264,1324,453,821,427,413,87200,44600,44600,32330,150,3.6,9,6,24.0,7620,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101400,1298,1324,436,492,94,399,54800,10100,44900,31320,40,3.6,9,9,19.2,1372,9,999999999,459,0.2040,0,88,0.160,3.0,1.0
+1991,7,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101400,1259,1324,452,477,129,354,53400,13900,40200,21640,20,3.6,9,9,24.0,3658,9,999999999,459,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101400,1148,1324,444,468,41,432,51600,4200,47900,19030,110,6.7,10,9,24.0,3048,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,21.7,72,101400,975,1324,438,387,80,328,42600,8200,36600,12090,90,5.2,10,9,24.0,3048,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101300,750,1324,420,185,38,163,20400,3800,18200,5490,130,3.6,10,7,24.0,7620,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101300,488,1324,440,107,27,97,11800,2500,10800,2870,90,2.6,10,9,24.0,7620,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101300,210,1324,443,51,12,49,5700,200,5700,1700,130,3.1,9,9,24.0,7620,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101300,10,364,431,2,0,2,0,0,0,0,130,3.1,9,8,24.0,7620,9,999999999,469,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101400,0,0,413,0,0,0,0,0,0,0,40,1.5,7,5,19.2,7620,9,999999999,480,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101400,0,0,401,0,0,0,0,0,0,0,20,1.5,8,4,19.2,77777,9,999999999,480,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101400,0,0,394,0,0,0,0,0,0,0,0,0.0,2,2,19.2,77777,9,999999999,480,0.2040,0,88,0.160,0.0,1.0
+1991,7,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101300,0,0,404,0,0,0,0,0,0,0,0,0.0,3,3,19.2,77777,9,999999999,480,0.2040,0,88,0.160,0.0,1.0
+1991,7,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101300,0,0,401,0,0,0,0,0,0,0,150,2.6,3,3,19.2,77777,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,0,0,396,0,0,0,0,0,0,0,170,3.1,4,2,19.2,77777,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,394,0,0,0,0,0,0,0,0,0.0,5,3,19.2,77777,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,384,0,0,0,0,0,0,0,210,2.1,2,1,19.2,77777,9,999999999,490,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,377,0,0,0,0,0,0,0,210,2.1,0,0,19.2,77777,9,999999999,490,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,15,453,394,2,1,2,0,0,0,0,0,0.0,6,4,19.2,7620,9,999999999,490,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101400,228,1325,403,92,103,74,9900,7500,8600,1580,0,0.0,8,4,19.2,77777,9,999999999,490,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101400,506,1325,410,257,301,142,27500,29400,16200,2920,0,0.0,7,2,24.0,77777,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101400,765,1325,443,202,131,125,22700,13900,14600,2760,290,3.6,9,8,24.0,579,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101400,988,1325,435,512,255,321,55500,27600,35000,10020,240,4.6,7,5,24.0,7620,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101400,1157,1325,444,717,507,273,78200,53100,31700,12940,250,4.1,6,5,24.0,7620,9,999999999,480,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101400,1263,1325,446,794,469,347,85900,49100,39000,26820,250,3.6,6,5,24.0,7620,9,999999999,469,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,101300,1297,1325,450,869,552,328,94900,57900,38100,33320,240,4.1,8,5,24.0,7620,9,999999999,469,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.2,49,101200,1258,1325,455,747,498,273,82600,52300,32800,20290,280,3.6,5,5,24.0,77777,9,999999999,469,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101200,1147,1325,457,827,720,202,88600,73800,24500,9230,200,3.6,5,5,24.0,77777,9,999999999,469,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101100,973,1325,466,567,174,438,61000,18300,47500,13980,280,3.1,7,7,24.0,7620,9,999999999,459,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.0,42,101100,748,1325,460,440,344,246,47100,36300,26600,5960,190,2.6,8,6,24.0,7620,9,999999999,459,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101100,486,1325,463,107,58,86,12100,5700,10000,1980,120,5.7,9,9,24.0,7620,9,999999999,459,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101100,207,1325,447,50,17,47,5400,1300,5200,1190,140,3.1,9,8,24.0,7620,9,999999999,459,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101100,9,364,453,1,0,1,0,0,0,0,160,3.6,9,9,24.0,7620,9,999999999,450,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101200,0,0,423,0,0,0,0,0,0,0,180,3.6,8,5,24.0,7620,9,999999999,450,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101300,0,0,418,0,0,0,0,0,0,0,220,3.1,6,5,24.0,7620,9,999999999,450,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101300,0,0,409,0,0,0,0,0,0,0,230,1.5,5,3,24.0,77777,9,999999999,440,0.2050,0,88,0.160,0.0,1.0
+1991,7,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101200,0,0,399,0,0,0,0,0,0,0,0,0.0,4,2,24.0,77777,9,999999999,440,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,384,0,0,0,0,0,0,0,300,1.5,0,0,19.2,77777,9,999999999,440,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,384,0,0,0,0,0,0,0,270,1.5,0,0,19.2,77777,9,999999999,440,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101200,0,0,400,0,0,0,0,0,0,0,230,3.1,5,2,19.2,77777,9,999999999,430,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,381,0,0,0,0,0,0,0,260,2.1,0,0,16.0,77777,9,999999999,430,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,394,0,0,0,0,0,0,0,230,2.6,2,2,16.0,77777,9,999999999,430,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,14,453,398,2,0,2,0,0,0,0,260,2.1,5,3,12.8,77777,9,999999999,430,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101300,226,1325,433,56,25,52,6200,1900,5800,1320,290,4.1,9,9,11.2,244,9,999999999,430,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101300,504,1325,433,248,218,164,26800,21200,18700,3800,270,4.6,8,8,12.8,366,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101300,764,1325,415,466,484,187,49700,49400,21200,4270,270,4.6,6,2,16.0,77777,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101400,986,1325,457,218,74,162,24900,8000,19000,5240,250,3.6,9,9,19.2,2591,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101300,1156,1325,461,376,10,367,44200,900,43300,16160,60,2.6,9,9,19.2,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.9,63,101300,1262,1325,458,563,166,404,62500,17800,45500,25070,360,2.1,9,8,19.2,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101200,1296,1325,453,624,268,361,69800,29200,41100,30790,210,2.1,9,7,19.2,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.9,63,101200,1257,1325,458,531,45,488,58600,4700,54200,27010,40,3.6,9,8,19.2,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101200,1146,1325,453,405,178,251,45800,19400,28900,10410,310,1.5,9,7,19.2,2743,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,20.6,67,101100,972,1325,427,252,29,231,27900,2900,25700,8960,290,1.5,9,8,19.2,3353,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,746,1325,438,197,38,175,21700,3800,19500,5820,180,4.6,10,9,24.0,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,101000,484,1325,435,129,38,115,14200,3600,12900,3300,230,1.5,10,9,24.0,7620,9,999999999,419,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101100,205,1325,445,48,0,48,5400,0,5400,1660,300,2.1,10,10,24.0,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101100,8,342,437,1,0,1,0,0,0,0,0,0.0,10,9,24.0,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101100,0,0,433,0,0,0,0,0,0,0,240,4.1,10,9,24.0,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101100,0,0,422,0,0,0,0,0,0,0,0,0.0,10,9,24.0,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,21.7,85,101100,0,0,406,0,0,0,0,0,0,0,330,2.1,10,7,19.2,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,101200,0,0,410,0,0,0,0,0,0,0,0,0.0,9,8,19.2,7620,9,999999999,409,0.2050,0,88,0.160,0.0,1.0
+1991,7,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101200,0,0,407,0,0,0,0,0,0,0,0,0.0,10,8,19.2,7620,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101100,0,0,382,0,0,0,0,0,0,0,0,0.0,7,2,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101200,0,0,384,0,0,0,0,0,0,0,0,0.0,5,3,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101200,0,0,372,0,0,0,0,0,0,0,0,0.0,5,1,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101200,0,0,371,0,0,0,0,0,0,0,0,0.0,3,1,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101200,13,431,377,2,0,2,0,0,0,0,240,2.1,4,2,24.0,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,223,1325,381,79,46,71,8600,3600,8000,1670,230,2.6,6,1,24.0,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101200,502,1325,393,249,228,163,26300,22200,17900,3460,270,3.6,7,1,24.0,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,22.2,67,101200,762,1325,407,450,402,218,47200,40900,23600,5040,250,3.6,3,1,24.0,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101200,985,1325,409,671,547,264,71700,56900,29300,8170,270,3.1,0,0,24.0,77777,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101200,1155,1325,417,829,607,299,89700,63500,34200,14120,280,2.6,0,0,24.0,77777,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,101200,1261,1325,436,881,565,343,95400,59100,38900,26140,170,1.5,1,1,24.0,77777,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.7,46,101100,1296,1325,451,963,625,352,104500,65400,40300,35040,330,1.5,3,3,24.0,77777,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,22.2,45,101000,1256,1325,454,856,547,337,92700,57300,38300,24850,300,2.6,2,2,24.0,77777,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.1,43,101000,1145,1325,457,688,383,356,75600,41600,39600,15200,40,2.1,4,4,24.0,77777,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,20.6,42,100900,971,1325,456,591,355,330,63800,38300,35700,10110,130,1.5,4,4,24.0,77777,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,100900,744,1325,453,264,67,226,29000,6700,25200,7190,10,7.2,8,6,24.0,7620,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,100900,482,1325,438,222,94,188,24300,9000,21000,4810,360,4.1,7,6,24.0,7620,9,999999999,370,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,100900,202,1325,422,65,21,62,7100,1600,6900,1460,0,0.0,8,4,19.2,77777,9,999999999,370,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,100900,8,342,425,1,0,1,0,0,0,0,170,3.6,7,4,24.0,77777,9,999999999,370,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101000,0,0,416,0,0,0,0,0,0,0,0,0.0,6,3,24.0,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101000,0,0,403,0,0,0,0,0,0,0,330,2.1,4,2,24.0,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101000,0,0,404,0,0,0,0,0,0,0,330,2.1,5,3,19.2,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,0,0,400,0,0,0,0,0,0,0,0,0.0,4,2,16.0,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,0,0,394,0,0,0,0,0,0,0,0,0.0,4,2,16.0,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,0,0,404,0,0,0,0,0,0,0,40,2.1,8,4,16.0,7620,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,393,0,0,0,0,0,0,0,0,0.0,5,2,16.0,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,394,0,0,0,0,0,0,0,0,0.0,5,3,16.0,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,388,0,0,0,0,0,0,0,0,0.0,2,1,16.0,77777,9,999999999,340,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,13,431,397,2,6,1,0,0,0,0,0,0.0,4,3,11.2,77777,9,999999999,340,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,221,1326,391,96,310,45,10200,21300,6700,800,0,0.0,0,0,11.2,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,25.0,82,101200,500,1326,400,301,589,79,31700,55500,10700,1570,320,2.1,0,0,11.2,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,25.0,72,101200,761,1326,426,518,675,130,54700,67700,15700,3000,300,1.5,4,2,16.0,77777,9,999999999,350,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,25.0,68,101200,984,1326,436,691,692,177,73400,70500,21000,5440,360,3.1,3,3,16.0,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,25.0,62,101200,1154,1326,441,829,716,205,88800,73300,24800,9550,290,3.6,2,2,16.0,77777,9,999999999,359,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,24.4,54,101200,1260,1326,466,787,529,283,83200,53600,32100,20760,360,2.6,6,6,19.2,1219,9,999999999,370,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.3,54,101100,1295,1326,463,621,309,319,68000,32400,36300,31330,360,3.1,7,7,19.2,1372,9,999999999,370,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,23.3,51,101000,1255,1326,464,702,321,398,77600,34900,44500,25630,70,4.6,6,6,19.2,1372,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.7,45,101000,1144,1326,471,790,466,387,83000,48500,41100,17850,340,1.5,7,7,19.2,1524,9,999999999,379,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,24.4,58,101000,969,1326,459,559,481,207,61100,50100,24300,6120,50,2.6,6,6,24.0,7620,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101000,742,1326,454,340,64,305,37400,6500,33700,9020,50,4.6,7,7,19.2,7620,9,999999999,390,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101000,479,1326,434,215,356,86,23300,33400,11200,1600,190,4.1,5,5,19.2,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,101000,199,1326,418,67,158,43,7200,10100,5600,770,170,2.1,4,2,19.2,77777,9,999999999,400,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101000,7,320,414,0,2,0,0,0,0,0,200,3.6,3,3,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,0,0,406,0,0,0,0,0,0,0,0,0.0,2,1,19.2,77777,9,999999999,409,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.5,23.8,87,101100,0,0,402,0,0,0,0,0,0,0,0,0.0,3,1,16.0,77777,9,999999999,419,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.8,23.6,88,101100,0,0,390,0,0,0,0,0,0,0,0,0.0,1,0,12.8,77777,9,999999999,419,0.2070,0,88,0.160,0.0,1.0
+1991,7,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.0,23.5,88,101200,0,0,403,0,0,0,0,0,0,0,0,0.0,3,3,11.2,77777,9,999999999,419,0.2070,0,88,0.160,0.0,1.0
+1998,8,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.3,23.4,88,101500,0,0,382,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.5,23.3,94,101500,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.8,23.1,100,101500,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.0,23.0,100,101500,0,0,386,0,0,0,0,0,0,0,0,0.0,3,3,16.1,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,22.2,100,101500,0,0,381,0,0,0,0,0,0,0,0,0.0,3,3,11.2,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,101600,12,409,437,0,0,0,0,0,0,0,250,2.1,10,10,8.0,122,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,25.0,100,101600,218,1326,441,91,61,81,9900,4700,9100,1820,280,2.1,10,10,8.0,152,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101700,498,1326,416,244,172,179,26300,16600,20000,4140,250,2.1,4,4,12.8,77777,9,999999999,340,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101700,759,1326,416,476,510,183,50700,52000,20900,4150,270,3.1,3,3,14.4,77777,9,999999999,350,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101700,982,1326,409,673,705,150,72300,72300,18600,4670,290,2.1,0,0,16.0,77777,9,999999999,350,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,19.4,43,101700,1153,1326,423,817,749,165,86200,75500,20400,7090,330,3.1,0,0,16.0,77777,9,999999999,350,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,16.7,33,101600,1259,1326,429,923,806,156,99200,81900,21300,10990,20,2.1,0,0,16.0,77777,9,999999999,350,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.8,13.3,23,101500,1294,1326,436,943,786,175,100600,79600,22800,15820,60,3.6,0,0,16.0,77777,9,999999999,350,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.3,14.4,24,101400,1254,1326,441,921,814,150,94200,81500,16900,8210,110,1.5,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,39.4,16.1,26,101300,1142,1326,449,817,752,168,85900,75700,20500,6920,150,4.1,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,39.4,16.1,26,101300,967,1326,449,661,712,140,69100,71400,16900,3860,120,4.6,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.3,16.1,27,101200,740,1326,443,472,628,121,49900,62900,14700,2760,140,2.1,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,18.9,34,101200,476,1326,441,265,497,86,27500,46000,10900,1650,160,4.6,0,0,16.0,77777,9,999999999,359,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,17.2,35,101200,195,1326,445,77,226,44,8100,14500,6000,790,170,3.6,6,3,16.0,77777,9,999999999,370,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101200,6,298,417,0,0,0,0,0,0,0,170,3.1,0,0,16.0,77777,9,999999999,370,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101300,0,0,410,0,0,0,0,0,0,0,160,2.6,0,0,16.0,77777,9,999999999,370,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.0,62,101400,0,0,405,0,0,0,0,0,0,0,180,1.5,0,0,16.0,77777,9,999999999,370,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101400,0,0,396,0,0,0,0,0,0,0,190,1.5,0,0,16.0,77777,9,999999999,370,0.1840,0,88,0.160,0.0,1.0
+1998,8,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101400,0,0,394,0,0,0,0,0,0,0,220,1.5,0,0,16.0,77777,9,999999999,379,0.1840,0,88,0.160,0.0,1.0
+1998,8,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101300,0,0,389,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,379,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101300,0,0,383,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,379,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,377,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,379,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,379,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101400,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,390,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,11,387,391,0,0,0,0,0,0,0,290,3.6,3,3,9.6,77777,9,999999999,390,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101400,215,1326,404,92,61,82,10000,4700,9300,1820,0,0.0,3,3,12.8,77777,9,999999999,390,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,496,1326,416,274,407,121,28800,38400,14400,2330,330,3.1,3,3,14.4,77777,9,999999999,400,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101400,757,1326,413,483,590,145,50500,58800,16800,3280,290,3.1,0,0,16.0,77777,9,999999999,400,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,101400,981,1326,417,667,680,162,71100,69500,19600,5000,290,2.1,0,0,16.0,77777,9,999999999,409,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101300,1152,1326,428,805,713,184,86800,73300,22900,8550,290,2.1,0,0,16.0,77777,9,999999999,409,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,21.1,42,101300,1258,1326,438,911,764,184,96100,77000,22800,12590,280,2.1,0,0,16.0,77777,9,999999999,419,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,101200,1293,1326,440,943,786,175,100500,79600,22700,15640,280,3.1,0,0,16.0,77777,9,999999999,419,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.3,19.4,33,101100,1253,1326,467,904,754,190,95000,75900,23200,12490,0,0.0,3,3,16.0,77777,9,999999999,430,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.9,18.9,31,101000,1141,1326,470,799,692,203,85500,70800,24400,9040,320,2.6,3,3,16.0,77777,9,999999999,430,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,39.4,18.9,31,101000,965,1326,473,644,682,146,69100,69900,18100,4420,150,4.1,3,3,16.0,77777,9,999999999,440,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.9,19.4,32,100900,738,1326,471,461,623,114,49000,62600,14100,2610,180,3.1,3,3,16.0,77777,9,999999999,440,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.3,18.9,32,100900,474,1326,466,259,457,96,27800,42700,12500,1800,200,2.6,3,3,16.0,77777,9,999999999,450,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,18.9,37,100900,192,1326,435,66,180,40,7000,11500,5300,710,170,2.6,0,0,16.0,77777,9,999999999,450,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.9,56,101000,5,276,429,0,0,0,0,0,0,0,170,3.6,0,0,16.0,77777,9,999999999,459,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,24.4,64,101000,0,0,420,0,0,0,0,0,0,0,190,2.6,0,0,16.0,77777,9,999999999,459,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101100,0,0,428,0,0,0,0,0,0,0,160,3.6,3,3,16.0,77777,9,999999999,469,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101100,0,0,422,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,469,0.1830,0,88,0.160,0.0,1.0
+1998,8,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101100,0,0,395,0,0,0,0,0,0,0,130,2.6,0,0,16.0,77777,9,999999999,480,0.1830,0,88,0.160,0.0,1.0
+1998,8,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101200,0,0,420,0,0,0,0,0,0,0,130,4.1,4,4,16.0,77777,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,0,0,420,0,0,0,0,0,0,0,170,1.5,5,5,16.0,77777,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,0,0,420,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,0,0,407,0,0,0,0,0,0,0,0,0.0,5,5,16.0,7620,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,0,0,394,0,0,0,0,0,0,0,0,0.0,1,1,16.0,7620,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,10,387,401,0,0,0,0,0,0,0,0,0.0,3,3,16.0,3962,9,999999999,509,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101200,213,1327,414,81,31,76,8800,2400,8500,1720,0,0.0,5,4,16.0,3962,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101200,494,1327,450,244,216,164,26500,20900,18700,3790,0,0.0,9,9,16.0,3962,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101200,756,1327,424,469,498,185,50000,50800,21000,4180,0,0.0,2,2,16.0,77777,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101200,980,1327,421,660,668,166,70400,68200,19900,5090,360,2.1,0,0,16.0,77777,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.8,51,101200,1151,1327,449,805,719,180,87000,74000,22600,8340,0,0.0,3,3,16.0,77777,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,22.2,46,101200,1257,1327,455,911,722,225,97900,74000,27600,16300,80,2.1,3,3,16.0,77777,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,22.2,42,101100,1292,1327,468,793,474,330,86300,49700,37900,31210,160,3.1,4,4,16.0,77777,9,999999999,500,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,21.7,41,101000,1251,1327,471,827,599,261,87900,60900,30300,18120,70,3.1,5,5,16.0,77777,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.8,21.7,40,100900,1139,1327,475,741,555,264,77800,56000,29600,11430,0,0.0,6,5,16.0,77777,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,100900,963,1327,438,384,89,319,42300,9100,35700,11660,100,9.8,9,8,11.2,2438,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101000,735,1327,424,195,12,189,22700,1000,22100,8090,0,0.0,7,6,16.0,7620,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,471,1327,460,45,0,45,5500,0,5500,2040,70,4.6,10,10,14.4,3962,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101000,189,1327,464,25,0,25,2900,0,2900,970,140,3.6,10,10,11.2,2286,9,999999999,490,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101100,5,254,467,0,0,0,0,0,0,0,130,4.1,10,10,12.8,3962,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101100,0,0,451,0,0,0,0,0,0,0,150,4.6,9,9,14.4,7620,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101200,0,0,451,0,0,0,0,0,0,0,160,3.1,9,9,14.4,7620,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101200,0,0,428,0,0,0,0,0,0,0,160,2.1,9,7,14.4,7620,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,0,0,414,0,0,0,0,0,0,0,0,0.0,8,5,11.2,7620,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101200,0,0,408,0,0,0,0,0,0,0,130,2.1,8,3,12.8,7620,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,401,0,0,0,0,0,0,0,0,0.0,7,3,12.8,77777,9,999999999,480,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,401,0,0,0,0,0,0,0,0,0.0,7,3,12.8,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101200,0,0,425,0,0,0,0,0,0,0,0,0.0,9,8,11.2,792,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,0,0,411,0,0,0,0,0,0,0,0,0.0,7,6,12.8,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101300,9,365,405,0,0,0,0,0,0,0,0,0.0,6,5,6.4,1067,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101300,211,1327,412,70,16,68,7700,400,7600,2100,40,2.1,5,4,8.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101300,492,1327,427,267,344,139,28400,33300,16100,2850,20,1.5,5,5,12.8,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,25.0,75,101400,754,1327,459,463,517,169,49800,52800,19800,3790,20,1.5,10,9,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,24.4,64,101400,979,1327,445,577,401,281,61200,41600,30400,8620,10,2.6,5,5,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,24.4,60,101400,1150,1327,452,599,260,374,65700,28200,41200,16200,310,3.1,5,5,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.8,51,101300,1256,1327,465,715,343,390,79200,37400,43700,25090,60,2.6,8,7,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,21.1,42,101300,1291,1327,491,865,606,274,91900,61600,31900,24910,100,2.1,10,9,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,38.3,20.0,35,101200,1250,1327,472,856,652,240,91500,66600,28600,16590,130,5.7,4,4,16.0,7620,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,20.0,37,101100,1138,1327,461,747,579,250,78800,58600,28300,10820,140,2.1,3,3,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,22.8,44,101000,962,1327,469,609,570,196,64100,57600,22200,5700,140,7.2,5,4,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,23.3,48,101100,733,1327,467,461,646,103,49200,65100,13200,2380,130,6.7,5,5,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.3,54,101100,468,1327,447,249,411,104,26400,38200,12900,1960,140,6.7,3,3,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101100,186,1327,444,65,199,37,6900,12500,5100,650,130,6.2,5,5,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101200,4,254,429,0,0,0,0,0,0,0,120,5.7,3,3,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,25.0,77,101300,0,0,413,0,0,0,0,0,0,0,150,4.1,2,1,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101400,0,0,426,0,0,0,0,0,0,0,270,2.1,5,4,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101300,0,0,431,0,0,0,0,0,0,0,180,2.1,8,6,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101300,0,0,417,0,0,0,0,0,0,0,0,0.0,5,4,16.0,77777,9,999999999,469,0.1820,0,88,0.160,0.0,1.0
+1998,8,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101300,0,0,402,0,0,0,0,0,0,0,210,1.5,2,1,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101300,0,0,414,0,0,0,0,0,0,0,0,0.0,7,5,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101300,0,0,409,0,0,0,0,0,0,0,300,1.5,6,5,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101400,0,0,393,0,0,0,0,0,0,0,0,0.0,3,3,12.8,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,391,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101500,9,343,391,0,0,0,0,0,0,0,0,0.0,3,3,14.4,7620,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101500,208,1327,398,95,125,75,10100,8600,8800,1590,0,0.0,3,3,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101500,490,1327,423,275,427,117,29000,40200,14100,2240,340,2.1,5,5,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,24.4,70,101500,753,1327,436,456,517,163,49300,52800,19300,3630,320,2.1,5,5,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101500,977,1327,441,641,607,193,67600,61500,22100,5790,310,1.5,4,4,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.2,49,101500,1149,1327,455,774,688,177,83600,70900,22200,8140,290,2.6,5,5,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.7,49,101400,1255,1327,455,868,668,235,93000,68300,28200,16730,240,1.5,6,6,16.0,1524,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101400,1290,1327,466,811,528,297,89300,55400,35300,27340,180,2.6,7,7,16.0,1829,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,101200,1249,1327,473,697,347,369,77300,37800,41600,22730,130,2.1,8,8,16.0,2438,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,20.6,38,101100,1136,1327,474,735,549,264,80200,57500,30900,11600,60,2.1,6,6,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.7,49,101100,960,1327,478,570,380,295,62100,41000,32400,8740,340,2.6,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101100,731,1327,448,125,0,125,14900,0,14900,5820,220,3.6,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,5.0,1.0
+1998,8,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101000,465,1327,433,84,0,84,9800,0,9800,3490,310,1.5,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101200,183,1327,447,39,5,38,4400,0,4400,1340,200,2.1,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101200,4,232,448,0,0,0,0,0,0,0,280,1.5,9,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101400,0,0,442,0,0,0,0,0,0,0,360,2.1,9,9,16.0,2134,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.0,22.0,74,101400,0,0,449,0,0,0,0,0,0,0,60,3.6,10,10,16.1,1020,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101500,0,0,438,0,0,0,0,0,0,0,60,3.6,10,10,16.0,914,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,400,0,0,0,0,0,0,0,110,2.6,8,6,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,391,0,0,0,0,0,0,0,140,3.6,6,3,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,101300,0,0,392,0,0,0,0,0,0,0,120,4.1,6,4,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101300,0,0,377,0,0,0,0,0,0,0,0,0.0,2,1,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101200,0,0,380,0,0,0,0,0,0,0,0,0.0,3,2,16.0,77777,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,22.2,100,101200,0,0,372,0,0,0,0,0,0,0,240,1.5,2,1,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101200,8,343,375,0,0,0,0,0,0,0,0,0.0,1,1,14.4,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101200,206,1328,384,96,133,75,10200,9100,8800,1590,0,0.0,1,0,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101300,488,1328,443,260,364,127,27300,34200,14700,2460,250,2.1,10,9,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101300,751,1328,430,470,554,156,48900,55000,17700,3460,290,3.1,5,5,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,976,1328,439,565,371,292,61700,40100,32200,8820,320,4.1,5,5,16.0,7620,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,21.7,56,101300,1148,1328,478,643,302,381,70300,32800,41900,16420,290,3.1,10,10,16.0,1311,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,1254,1328,465,355,42,315,39300,4300,35300,18050,310,4.6,10,9,16.0,1829,9,999999999,469,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101200,1289,1328,468,625,228,403,69200,24800,45100,31630,320,4.1,10,9,16.0,1829,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101100,1248,1328,474,750,425,350,80800,44500,38900,24310,270,4.1,10,9,16.0,2286,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101100,1135,1328,470,614,292,363,67200,31700,40000,15040,290,3.6,10,9,16.0,3658,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101000,958,1328,477,620,581,200,65000,58700,22600,5750,340,4.1,10,9,16.0,2896,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101000,728,1328,477,379,293,218,40800,30800,23900,5110,360,2.6,10,9,16.0,7620,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101000,462,1328,466,208,222,131,22200,21100,14800,2660,100,5.2,10,10,16.0,1829,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101000,179,1328,463,21,0,21,2500,0,2500,820,70,4.1,10,10,16.0,7620,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101100,3,210,443,0,0,0,0,0,0,0,100,3.6,10,9,16.0,7620,9,999999999,480,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101100,0,0,440,0,0,0,0,0,0,0,80,3.6,10,9,16.0,7620,9,999999999,490,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101100,0,0,433,0,0,0,0,0,0,0,70,2.1,10,9,16.0,7620,9,999999999,490,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,0,0,410,0,0,0,0,0,0,0,100,3.6,5,5,16.0,77777,9,999999999,490,0.1810,0,88,0.160,0.0,1.0
+1998,8,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,0,0,447,0,0,0,0,0,0,0,110,3.1,10,10,16.0,3048,9,999999999,490,0.1810,0,88,0.160,0.0,1.0
+1998,8,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101100,0,0,443,0,0,0,0,0,0,0,70,2.6,10,10,16.0,3048,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101000,0,0,431,0,0,0,0,0,0,0,70,3.1,10,9,16.0,3353,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101000,0,0,443,0,0,0,0,0,0,0,90,2.1,10,10,16.0,2896,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101000,0,0,431,0,0,0,0,0,0,0,140,1.5,9,9,16.0,2896,9,999999999,500,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101000,0,0,440,0,0,0,0,0,0,0,0,0.0,10,10,16.0,2896,9,999999999,500,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,7,321,436,0,0,0,0,0,0,0,0,0.0,10,10,12.8,792,9,999999999,500,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.7,97,101200,203,1328,421,12,0,12,1500,0,1500,500,280,4.6,10,10,6.4,213,9,999999999,500,0.1800,0,88,0.160,9.0,1.0
+1998,8,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,486,1328,425,52,0,52,6300,0,6300,2350,290,3.1,10,10,9.6,2134,9,999999999,500,0.1800,0,88,0.160,3.0,1.0
+1998,8,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,749,1328,429,74,0,74,9200,0,9200,3700,300,3.1,10,10,14.4,3048,9,999999999,500,0.1800,0,88,0.160,1.0,1.0
+1998,8,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,975,1328,435,128,0,128,15900,0,15900,6600,180,1.5,10,10,14.4,2438,9,999999999,500,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,1147,1328,439,169,0,169,21000,0,21000,8710,0,0.0,10,10,14.4,2743,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,1253,1328,443,165,0,165,20800,0,20800,8620,60,2.1,10,10,14.4,2743,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101200,1287,1328,455,433,48,386,47900,4900,43100,24430,0,0.0,10,10,16.0,3048,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101200,1246,1328,458,484,60,428,53500,6200,47700,23140,50,2.1,10,10,16.0,3048,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101100,1133,1328,460,417,42,381,46000,4300,42300,16630,0,0.0,10,10,16.0,2743,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101100,955,1328,464,445,166,326,48800,17600,36200,10150,160,2.6,10,10,16.0,2743,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.1,61,101000,725,1328,450,243,23,231,27700,2000,26600,9220,180,2.1,9,9,16.0,7620,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,20.6,59,101000,459,1328,449,134,11,130,15100,700,14800,4800,200,3.1,9,9,16.0,7620,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,20.6,63,101000,175,1328,443,42,20,39,4600,1400,4400,970,190,1.5,9,9,16.0,7620,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,101100,3,188,401,0,0,0,0,0,0,0,170,2.1,4,3,16.0,77777,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101200,0,0,390,0,0,0,0,0,0,0,170,1.5,1,1,16.0,7620,9,999999999,490,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101200,0,0,399,0,0,0,0,0,0,0,0,0.0,5,3,16.0,3962,9,999999999,480,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,5,4,16.0,3962,9,999999999,480,0.1800,0,88,0.160,0.0,1.0
+1998,8,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,404,0,0,0,0,0,0,0,0,0.0,7,6,16.0,7620,9,999999999,480,0.1800,0,88,0.160,0.0,1.0
+1998,8,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,415,0,0,0,0,0,0,0,360,2.1,8,8,16.0,3353,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,418,0,0,0,0,0,0,0,0,0.0,8,8,16.0,1829,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,436,0,0,0,0,0,0,0,0,0.0,10,10,14.4,7620,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,101300,0,0,391,0,0,0,0,0,0,0,0,0.0,4,4,16.0,3658,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,101300,0,0,409,0,0,0,0,0,0,0,0,0.0,8,8,16.0,3353,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,101400,7,321,398,0,0,0,0,0,0,0,0,0.0,6,6,12.8,2134,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101500,201,1329,408,86,87,73,9200,5900,8300,1550,140,2.6,5,5,14.4,77777,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101500,484,1329,420,276,409,127,28800,38300,14900,2450,140,2.1,5,5,16.0,77777,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101500,748,1329,445,343,148,259,37300,15400,28600,6770,240,2.6,8,8,16.0,2134,9,999999999,480,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101600,974,1329,464,347,61,302,38200,6200,33700,11250,200,4.1,9,9,16.0,2286,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,24.4,64,101600,1146,1329,462,705,465,303,76000,48600,33900,13750,250,3.1,8,8,16.0,2286,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,101500,1252,1329,463,783,536,277,82900,54300,31500,19070,290,2.1,9,9,16.0,2743,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,24.4,70,101500,1286,1329,462,793,486,321,86500,50900,37100,28500,350,2.1,9,9,16.0,3658,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.3,54,101400,1245,1329,480,555,162,403,61600,17300,45300,22790,100,3.1,9,9,16.0,3658,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101300,1131,1329,484,781,620,252,82200,62700,28600,10630,100,3.1,9,9,16.0,7620,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,22.2,46,101300,953,1329,462,637,670,155,68000,68400,18800,4550,110,2.1,5,5,16.0,77777,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.8,51,101200,723,1329,452,427,505,152,46200,51300,18200,3290,110,4.1,4,4,16.0,77777,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,101200,456,1329,443,247,461,89,26600,42600,11900,1650,100,6.2,3,3,16.0,77777,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101200,172,1329,438,58,190,34,6200,11400,4700,600,110,5.7,5,5,16.0,77777,9,999999999,469,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101300,2,166,407,0,0,0,0,0,0,0,120,5.2,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.2,70,101400,0,0,396,0,0,0,0,0,0,0,160,2.6,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101500,0,0,395,0,0,0,0,0,0,0,170,3.1,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101500,0,0,393,0,0,0,0,0,0,0,160,2.1,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101600,0,0,393,0,0,0,0,0,0,0,180,2.6,0,0,16.0,4267,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101500,0,0,391,0,0,0,0,0,0,0,190,1.5,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101500,0,0,388,0,0,0,0,0,0,0,190,1.5,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101500,0,0,388,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101500,0,0,395,0,0,0,0,0,0,0,0,0.0,3,3,16.0,4267,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101600,0,0,395,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101600,6,299,392,0,0,0,0,0,0,0,0,0.0,3,3,16.0,4267,9,999999999,459,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101700,199,1329,408,87,64,78,9500,4800,8800,1700,0,0.0,3,3,16.0,77777,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,25.0,82,101700,482,1329,424,269,428,114,28400,40100,13900,2180,320,1.5,5,5,16.0,77777,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101700,746,1329,448,477,603,138,50000,60100,16200,3100,290,3.1,8,8,16.0,549,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,101700,972,1329,448,616,523,233,66500,54400,26600,6950,250,3.6,8,8,16.0,823,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101700,1145,1329,441,774,670,195,83000,68700,23600,8750,260,2.6,4,4,16.0,77777,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,101600,1251,1329,450,893,704,228,95700,72100,27700,15730,300,2.1,4,4,16.0,77777,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.7,46,101600,1285,1329,454,925,750,198,97100,75400,24000,15940,340,2.1,4,4,16.0,77777,9,999999999,450,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.1,43,101500,1243,1329,457,862,712,194,90300,71500,23200,11870,10,2.1,4,4,16.0,77777,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,20.6,41,101400,1130,1329,459,775,662,211,82500,67600,25000,8980,50,2.1,4,4,16.0,77777,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.0,38,101300,951,1329,462,586,451,263,62300,46800,28700,7650,0,0.0,4,4,16.0,77777,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101400,720,1329,465,103,0,103,12500,0,12500,4900,150,5.2,8,8,16.0,1981,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101300,452,1329,461,99,0,99,11400,0,11400,3920,160,4.6,9,8,16.0,7620,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101300,168,1329,467,51,116,36,5400,6600,4600,640,160,5.2,10,9,16.0,7620,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101400,2,144,429,0,0,0,0,0,0,0,160,3.6,4,4,16.0,77777,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101500,0,0,402,0,0,0,0,0,0,0,160,3.1,0,0,16.0,77777,9,999999999,440,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101500,0,0,396,0,0,0,0,0,0,0,170,2.1,0,0,16.0,77777,9,999999999,430,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101500,0,0,393,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1790,0,88,0.160,0.0,1.0
+1998,8,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101500,0,0,387,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1790,0,88,0.160,0.0,1.0
+1998,8,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,101400,0,0,391,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101400,0,0,384,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,375,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,375,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,375,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,6,277,375,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,419,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101500,196,1330,404,88,120,71,9500,8000,8300,1500,0,0.0,3,3,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.0,25.0,84,101500,480,1330,419,277,473,106,29400,44300,13400,2010,270,2.6,4,4,16.1,390,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101500,745,1330,426,430,425,192,45600,43200,21300,4320,240,2.6,4,4,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,101500,971,1330,435,648,632,186,68500,64100,21500,5520,280,3.6,4,4,16.0,77777,9,999999999,430,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.3,57,101400,1143,1330,440,812,755,161,85700,76200,20000,6660,310,3.1,3,3,16.0,77777,9,999999999,440,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,22.2,49,101400,1250,1330,448,905,764,185,95400,77000,22800,11820,330,3.1,3,3,16.0,77777,9,999999999,440,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,22.2,48,101300,1284,1330,455,937,792,170,100000,80200,22300,13750,0,0.0,4,4,16.0,77777,9,999999999,440,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,21.7,43,101200,1242,1330,461,891,724,213,95900,74300,26300,13990,280,2.1,4,4,16.0,77777,9,999999999,450,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,21.1,41,101100,1128,1330,467,764,590,262,80100,59500,29400,10860,200,3.6,5,5,16.0,77777,9,999999999,450,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.0,21.0,42,101100,949,1330,463,315,53,277,34700,5400,30900,10200,150,5.1,5,5,16.1,2100,9,999999999,450,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101100,717,1330,436,378,317,207,40800,33300,22800,4780,160,1.5,8,8,16.0,2743,9,999999999,450,0.1780,0,88,0.160,1.0,1.0
+1998,8,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,24.4,68,101100,449,1330,443,236,403,100,25000,37000,12500,1880,170,5.2,6,6,16.0,7620,9,999999999,459,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101100,164,1330,434,50,92,39,5400,5100,4700,710,170,3.1,5,5,16.0,77777,9,999999999,459,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101100,1,144,428,0,0,0,0,0,0,0,170,2.6,5,5,16.0,77777,9,999999999,459,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101200,0,0,426,0,0,0,0,0,0,0,180,2.1,5,5,16.0,77777,9,999999999,459,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,101200,0,0,416,0,0,0,0,0,0,0,190,1.5,4,3,16.0,77777,9,999999999,469,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,0,0,410,0,0,0,0,0,0,0,190,1.5,4,2,16.0,77777,9,999999999,469,0.1780,0,88,0.160,0.0,1.0
+1998,8,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101200,0,0,410,0,0,0,0,0,0,0,0,0.0,4,3,16.0,77777,9,999999999,469,0.1780,0,88,0.160,0.0,1.0
+1998,8,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101200,0,0,382,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101200,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,101200,0,0,379,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,490,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101200,5,277,388,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,490,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101300,194,1330,402,90,121,72,9600,8000,8400,1520,0,0.0,3,3,16.0,77777,9,999999999,490,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,25.6,88,101300,478,1330,446,270,435,113,28400,40600,13800,2150,220,1.5,9,9,16.0,457,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101300,743,1330,454,431,443,183,45900,45100,20600,4090,270,3.6,9,9,16.0,549,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101400,970,1330,435,617,516,239,66300,53700,27000,7110,200,3.1,5,5,16.0,77777,9,999999999,480,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,23.3,57,101300,1142,1330,447,787,707,178,84900,72800,22300,7960,250,2.1,5,5,16.0,77777,9,999999999,469,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.8,52,101300,1249,1330,453,905,752,197,94700,75500,23600,12350,300,4.1,5,5,16.0,77777,9,999999999,469,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.7,45,101200,1282,1330,461,919,732,211,99300,75300,26600,17730,350,3.1,5,5,16.0,77777,9,999999999,469,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101100,1240,1330,454,873,634,280,92100,64200,32100,17920,360,1.5,5,5,16.0,77777,9,999999999,469,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,20.0,40,101100,1126,1330,486,538,179,386,59200,19100,43000,15490,0,0.0,9,9,16.0,7620,9,999999999,459,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,101000,946,1330,467,445,160,331,48700,16900,36600,10190,140,4.6,5,5,16.0,77777,9,999999999,459,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,20.0,40,101000,714,1330,459,421,463,171,44800,46900,19500,3720,160,4.1,5,5,16.0,77777,9,999999999,459,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.9,56,100900,445,1330,454,236,403,100,24900,36900,12500,1870,140,6.7,5,5,16.0,77777,9,999999999,450,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101000,160,1330,444,53,172,32,5600,9900,4400,560,160,5.7,5,5,16.0,77777,9,999999999,450,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101100,1,122,424,0,0,0,0,0,0,0,160,3.6,2,2,16.0,77777,9,999999999,450,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101200,0,0,422,0,0,0,0,0,0,0,170,2.6,3,3,16.0,77777,9,999999999,450,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101200,0,0,414,0,0,0,0,0,0,0,180,1.5,2,2,16.0,77777,9,999999999,440,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,0,0,415,0,0,0,0,0,0,0,180,2.6,3,3,16.0,77777,9,999999999,440,0.1770,0,88,0.160,0.0,1.0
+1998,8,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101300,0,0,406,0,0,0,0,0,0,0,180,1.5,2,2,16.0,77777,9,999999999,440,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101200,0,0,393,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101200,0,0,390,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101300,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,0,0,371,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,0,0,381,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101300,5,255,395,0,0,0,0,0,0,0,0,0.0,3,3,12.8,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101400,191,1330,400,91,114,75,9700,7500,8600,1590,0,0.0,2,2,14.4,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.6,82,101400,476,1330,428,270,442,112,28500,41200,13700,2130,220,2.6,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101500,741,1330,458,417,382,204,45200,40300,22700,4750,240,2.1,9,9,16.0,792,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101500,968,1330,437,623,547,224,67500,56900,25900,6610,260,3.6,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101500,1141,1330,449,774,670,198,82900,68700,23900,8740,290,3.6,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.7,48,101400,1248,1330,454,850,680,211,91600,69900,26000,14230,280,4.1,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,20.6,42,101400,1281,1330,460,877,684,217,94700,70300,26800,17970,250,2.1,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,101200,1239,1330,467,862,724,186,90600,72900,22600,11090,220,3.1,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,101200,1124,1330,467,781,680,205,83300,69500,24400,8570,200,2.6,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,18.9,34,101100,944,1330,467,591,546,203,61800,55000,22700,5660,170,2.1,5,5,16.0,77777,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,21.7,43,101100,711,1330,492,399,416,176,42300,42100,19800,3830,140,4.6,9,9,16.0,7620,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101100,442,1330,489,230,408,94,24400,37300,12000,1750,180,4.1,10,10,16.0,7620,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,15.6,43,101200,156,1330,455,49,147,32,5200,8300,4200,560,330,1.5,10,10,16.0,7620,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,18.3,62,101200,1,100,427,0,0,0,0,0,0,0,0,0.0,9,9,16.0,7620,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.2,82,101300,0,0,441,0,0,0,0,0,0,0,0,0.0,10,10,16.0,7620,9,999999999,419,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101300,0,0,451,0,0,0,0,0,0,0,160,2.1,10,10,16.0,7620,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101300,0,0,439,0,0,0,0,0,0,0,160,2.1,9,9,16.0,7620,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101300,0,0,428,0,0,0,0,0,0,0,190,1.5,7,7,16.0,7620,9,999999999,430,0.1770,0,88,0.160,0.0,1.0
+1998,8,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101300,0,0,420,0,0,0,0,0,0,0,180,2.1,5,5,16.0,77777,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101300,0,0,417,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101300,0,0,415,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.0,25.0,89,101300,0,0,441,0,0,0,0,0,0,0,0,0.0,9,9,16.1,480,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101300,0,0,415,0,0,0,0,0,0,0,220,1.5,5,5,16.0,77777,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,25.0,94,101400,4,255,411,0,0,0,0,0,0,0,220,2.1,5,5,16.0,77777,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,25.0,85,101400,189,1331,446,79,41,73,8600,3000,8200,1590,0,0.0,9,9,16.0,7620,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,101400,474,1331,452,263,320,149,27800,30600,16900,3110,220,3.1,9,9,16.0,3962,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,25.0,77,101400,740,1331,455,222,18,212,25500,1500,24600,8800,240,2.6,9,9,16.0,3962,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,24.4,65,101400,967,1331,468,559,334,316,60600,36000,34400,9530,220,3.6,9,9,16.0,3658,9,999999999,430,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,101300,1140,1331,477,737,592,229,78100,60200,26400,9950,280,4.6,9,9,16.0,7620,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,22.8,49,101300,1246,1331,487,752,427,351,80900,44700,39000,23860,300,3.6,9,9,16.0,7620,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,101200,1280,1331,494,841,600,263,89600,61100,30700,21310,230,5.7,9,9,16.0,3962,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.7,49,101200,1237,1331,478,808,586,262,85700,59500,30200,16480,330,6.7,9,9,16.0,7620,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101200,1121,1331,446,636,310,374,69400,33600,41000,14980,320,6.7,9,9,16.0,7620,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,941,1331,438,141,0,141,17300,0,17300,7100,20,4.1,9,9,16.0,4572,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.1,71,101100,708,1331,434,70,0,70,8700,0,8700,3450,50,3.1,9,9,16.0,7620,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.1,71,101100,438,1331,446,44,0,44,5400,0,5400,1960,100,5.2,10,10,16.0,3658,9,999999999,440,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,101200,152,1331,444,22,0,22,2600,0,2600,820,130,3.6,10,10,16.0,3962,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101100,0,78,441,0,0,0,0,0,0,0,320,2.1,10,10,16.0,3962,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101200,0,0,422,0,0,0,0,0,0,0,340,2.1,9,9,16.0,7620,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,419,0,0,0,0,0,0,0,0,0.0,9,9,16.0,7620,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101100,0,0,393,0,0,0,0,0,0,0,0,0.0,8,4,16.0,7620,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,390,0,0,0,0,0,0,0,0,0.0,8,4,16.0,7620,9,999999999,450,0.1760,0,88,0.160,0.0,1.0
+1998,8,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,390,0,0,0,0,0,0,0,0,0.0,8,4,16.0,7620,9,999999999,450,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,387,0,0,0,0,0,0,0,0,0.0,5,3,16.0,7620,9,999999999,450,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,396,0,0,0,0,0,0,0,0,0.0,7,6,16.0,7620,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101100,0,0,404,0,0,0,0,0,0,0,160,1.5,8,7,16.0,7620,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,0,0,420,0,0,0,0,0,0,0,0,0.0,9,9,16.0,7620,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101000,4,233,435,0,0,0,0,0,0,0,360,1.5,10,10,16.0,3962,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101000,186,1331,426,67,16,65,7300,400,7200,1910,0,0.0,10,9,16.0,3962,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101000,472,1331,425,128,0,128,14500,0,14500,4810,280,1.5,7,7,16.0,3962,9,999999999,459,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101100,738,1331,454,128,0,128,15300,0,15300,5950,0,0.0,10,10,16.0,3962,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,25.6,88,101100,966,1331,437,129,0,129,16000,0,16000,6620,280,3.6,9,8,14.4,2286,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101100,1139,1331,469,625,562,143,68400,58300,18500,6380,300,4.1,10,10,16.0,3962,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101000,1245,1331,434,153,0,153,19400,0,19400,8050,340,5.7,10,10,16.0,1676,9,999999999,469,0.1750,0,88,0.160,2.0,1.0
+1998,8,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101100,1278,1331,434,162,0,162,20600,0,20600,8500,110,1.5,10,10,16.0,3962,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101000,1235,1331,435,142,0,142,18100,0,18100,7520,80,4.1,10,10,16.0,3962,9,999999999,480,0.1750,0,88,0.160,1.0,1.0
+1998,8,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,100900,1119,1331,445,185,0,185,22800,0,22800,9390,0,0.0,10,10,16.0,7620,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,100900,938,1331,449,163,0,163,19700,0,19700,8030,150,3.1,10,10,16.0,3962,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,100800,704,1331,449,156,0,156,18200,0,18200,6840,0,0.0,10,10,16.0,427,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,100800,434,1331,449,146,62,126,16000,5700,14200,3390,360,2.1,10,10,16.0,3048,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,100900,148,1331,433,28,0,28,3200,0,3200,1000,0,0.0,10,9,16.0,3962,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,100800,0,55,427,0,0,0,0,0,0,0,190,1.5,10,9,16.0,3962,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,100800,0,0,420,0,0,0,0,0,0,0,10,1.5,10,9,16.0,3962,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,100800,0,0,420,0,0,0,0,0,0,0,0,0.0,10,9,16.0,7620,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100800,0,0,417,0,0,0,0,0,0,0,340,1.5,10,9,14.4,7620,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,0,0,417,0,0,0,0,0,0,0,0,0.0,10,9,14.4,3962,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,100800,0,0,413,0,0,0,0,0,0,0,0,0.0,10,9,14.4,7620,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,100800,0,0,432,0,0,0,0,0,0,0,160,2.6,10,10,16.0,2134,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100800,0,0,429,0,0,0,0,0,0,0,330,1.5,10,10,11.2,3048,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100700,0,0,417,0,0,0,0,0,0,0,0,0.0,9,9,11.2,1097,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100800,0,0,397,0,0,0,0,0,0,0,0,0.0,7,6,11.2,3658,9,999999999,509,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100800,3,211,429,0,0,0,0,0,0,0,10,2.1,10,10,9.6,2591,9,999999999,509,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,100900,184,1332,432,27,0,27,3100,0,3100,1020,320,1.5,10,10,9.6,2743,9,999999999,509,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,100900,470,1332,431,91,0,91,10600,0,10600,3730,350,1.5,10,9,12.8,2896,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,101000,737,1332,421,445,425,209,46600,43100,22700,4710,20,3.1,5,5,16.0,7620,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,21.7,63,100900,964,1332,426,630,602,193,66300,60900,22000,5610,60,3.1,6,5,16.0,77777,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.1,59,100900,1137,1332,453,718,574,227,76200,58400,26100,9760,30,3.1,10,9,16.0,7620,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,20.6,52,100900,1244,1332,446,795,554,277,84100,56100,31500,17900,20,3.1,7,7,16.0,1311,9,999999999,500,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,18.9,44,100800,1277,1332,441,661,258,413,72900,28100,46000,29160,0,0.0,5,5,16.0,7620,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,100700,1233,1332,451,814,604,253,86400,61500,29400,15600,10,3.1,5,5,16.0,77777,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,100700,1117,1332,451,711,543,255,77700,56800,29900,10450,20,2.6,5,5,16.0,77777,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,19.4,41,100600,935,1332,455,613,605,187,64400,61100,21400,5190,60,2.1,6,6,16.0,77777,9,999999999,490,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,20.0,46,100700,701,1332,449,349,258,213,37500,27000,23200,4910,100,4.6,6,6,16.0,77777,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,100600,430,1332,445,238,447,94,25300,40500,12200,1750,150,4.6,6,6,16.0,77777,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,100700,144,1332,438,46,172,28,4900,9300,3900,490,130,4.1,6,6,16.0,7620,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,100700,0,33,431,0,0,0,0,0,0,0,140,3.6,6,6,16.0,7620,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,22.8,72,100800,0,0,410,0,0,0,0,0,0,0,190,2.1,4,2,16.0,7620,9,999999999,480,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.2,76,100900,0,0,396,0,0,0,0,0,0,0,210,1.5,1,1,16.0,7620,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,21.7,77,100900,0,0,392,0,0,0,0,0,0,0,0,0.0,2,1,16.0,7620,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,100900,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,469,0.1750,0,88,0.160,0.0,1.0
+1998,8,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.7,88,100900,0,0,386,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,100900,0,0,382,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,100900,0,0,380,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.2,21.1,93,101000,0,0,376,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101000,0,0,368,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101100,3,211,380,0,0,0,0,0,0,0,0,0.0,2,2,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,182,1332,397,83,100,70,8900,6400,8000,1480,0,0.0,3,3,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101200,468,1332,417,265,436,111,27900,40500,13600,2110,0,0.0,4,4,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,101200,735,1332,431,465,610,128,48900,60900,15300,2870,250,3.6,4,4,16.0,77777,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101200,963,1332,453,611,529,228,66000,55000,26100,6660,240,2.1,8,8,16.0,945,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101100,1136,1332,462,700,477,292,75500,49900,32900,12710,230,2.1,8,8,16.0,1676,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,101100,1242,1332,461,722,373,373,77100,39000,40700,24710,220,4.1,8,8,16.0,7620,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.7,51,101100,1275,1332,464,739,390,365,79500,40800,40400,29190,240,5.2,8,8,16.0,7620,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.0,42,101000,1231,1332,482,714,389,353,76500,40700,38900,22110,160,3.6,9,9,16.0,7620,9,999999999,459,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101000,1115,1332,474,636,364,331,70000,39600,36900,12830,210,3.1,9,9,16.0,3048,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,100900,933,1332,482,523,332,290,56800,35800,31700,8280,0,0.0,10,10,16.0,7620,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.1,50,100900,698,1332,484,258,47,233,28300,4700,25800,7030,230,2.6,10,10,16.0,3658,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,100900,426,1332,478,146,57,127,15900,5300,14200,3380,210,2.1,10,10,16.0,7620,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.2,61,101000,139,1332,472,36,69,29,3900,3400,3500,510,200,2.1,10,10,16.0,7620,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101000,0,11,464,0,0,0,0,0,0,0,0,0.0,10,10,16.0,3962,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,101100,0,0,408,0,0,0,0,0,0,0,160,2.1,7,3,16.0,7620,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.8,77,101100,0,0,391,0,0,0,0,0,0,0,170,2.6,0,0,16.0,7620,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101100,0,0,392,0,0,0,0,0,0,0,170,1.5,1,1,16.0,77777,9,999999999,469,0.1740,0,88,0.160,0.0,1.0
+1998,8,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101200,0,0,396,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,381,0,0,0,0,0,0,0,0,0.0,2,1,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101200,0,0,371,0,0,0,0,0,0,0,0,0.0,1,0,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,379,0,0,0,0,0,0,0,0,0.0,1,1,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,0,0,379,0,0,0,0,0,0,0,0,0.0,1,1,14.4,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,378,0,0,0,0,0,0,0,0,0.0,1,1,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,3,189,379,0,0,0,0,0,0,0,0,0.0,2,1,16.0,77777,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101400,179,1333,404,85,126,68,9000,8000,8000,1430,0,0.0,3,3,16.0,7620,9,999999999,480,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,25.0,77,101400,466,1333,427,235,231,154,24700,21900,17000,3240,0,0.0,5,4,16.0,7620,9,999999999,490,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101400,733,1333,462,466,591,140,48700,58700,16300,3090,240,3.1,10,9,16.0,7620,9,999999999,490,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,101400,961,1333,469,624,590,197,65500,59600,22400,5680,0,0.0,10,9,16.0,7620,9,999999999,490,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.7,48,101400,1135,1333,481,768,646,217,81700,65900,25500,9270,110,4.1,10,9,16.0,4572,9,999999999,490,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101300,1241,1333,498,709,319,412,78000,34700,45600,24100,120,2.1,10,10,16.0,2286,9,999999999,490,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101600,1273,1333,427,192,12,181,24200,900,23400,9370,120,9.3,10,10,2.4,366,9,999999999,500,0.1740,0,88,0.160,22.0,1.0
+1998,8,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101400,1229,1333,428,142,0,142,18100,0,18100,7520,260,1.5,10,10,12.8,1402,9,999999999,500,0.1740,0,88,0.160,6.0,1.0
+1998,8,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101500,1112,1333,433,127,0,127,16000,0,16000,6730,0,0.0,10,10,12.8,1402,9,999999999,500,0.1740,0,88,0.160,1.0,1.0
+1998,8,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101400,930,1333,436,129,0,129,15900,0,15900,6540,0,0.0,10,10,12.8,3962,9,999999999,500,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101400,694,1333,440,75,0,75,9200,0,9200,3650,0,0.0,10,10,12.8,3962,9,999999999,509,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101300,422,1333,440,44,0,44,5300,0,5300,1940,40,1.5,10,10,12.8,3962,9,999999999,509,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101300,135,1322,436,27,36,23,3000,2100,2800,480,50,2.1,10,10,12.8,7620,9,999999999,509,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101200,0,0,433,0,0,0,0,0,0,0,0,0.0,10,10,9.6,7620,9,999999999,509,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101200,0,0,433,0,0,0,0,0,0,0,0,0.0,10,10,9.6,7620,9,999999999,509,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,401,0,0,0,0,0,0,0,80,2.1,7,6,9.6,7620,9,999999999,519,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,421,0,0,0,0,0,0,0,10,1.5,9,9,9.6,579,9,999999999,519,0.1740,0,88,0.160,0.0,1.0
+1998,8,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,0,0.0,10,10,1.6,61,9,999999999,519,0.1740,0,88,0.160,0.0,1.0
+1998,8,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,0,0.0,10,10,0.4,30,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,0,0.0,10,10,0.4,30,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,20,1.5,10,10,3.2,61,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,0,0.0,10,10,3.2,61,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,0,0,434,0,0,0,0,0,0,0,30,1.5,10,10,0.8,30,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101400,2,189,434,0,0,0,0,0,0,0,0,0.0,10,10,0.4,30,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101500,177,1333,406,86,110,72,9200,6900,8300,1520,50,2.1,10,7,4.0,3962,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,101500,464,1333,416,258,411,115,27100,38000,13800,2190,80,1.5,10,8,6.4,3962,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,25.0,85,101500,732,1333,446,466,604,134,48900,60100,15800,2970,50,2.6,10,9,14.4,7620,9,999999999,530,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,25.6,77,101500,960,1333,460,617,547,223,66800,56900,25700,6470,10,2.1,10,9,16.0,3962,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,24.4,64,101500,1133,1333,471,631,320,358,69100,34800,39500,14590,20,2.6,10,9,16.0,1036,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101400,1239,1333,489,703,343,384,77700,37300,42900,22140,30,3.1,10,10,16.0,3962,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.0,24.0,89,101500,1272,1333,446,408,66,345,45200,6700,38800,20360,140,4.1,10,10,12.9,480,9,999999999,519,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.3,77,101400,1227,1333,456,254,6,248,31000,500,30500,12170,100,2.6,10,10,16.0,3962,9,999999999,519,0.1730,0,88,0.160,2.0,1.0
+1998,8,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,101400,1110,1333,463,416,83,346,45900,8500,38800,14730,140,3.6,10,10,16.0,6096,9,999999999,509,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101300,926,1333,456,500,302,289,54200,32500,31500,8190,130,4.6,10,9,16.0,3962,9,999999999,509,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,101200,691,1333,454,424,562,132,44200,55400,15400,2820,120,3.6,10,9,16.0,7620,9,999999999,509,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,21.7,61,101200,418,1333,454,227,479,76,23400,42800,10000,1430,100,3.1,10,9,16.0,7620,9,999999999,509,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,101200,130,1300,442,40,153,26,4500,8100,3600,450,140,2.1,10,9,16.0,7620,9,999999999,509,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101300,0,0,431,0,0,0,0,0,0,0,210,1.5,10,9,16.0,7620,9,999999999,500,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,427,0,0,0,0,0,0,0,0,0.0,10,9,16.0,7620,9,999999999,500,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101300,0,0,427,0,0,0,0,0,0,0,0,0.0,10,9,16.0,7620,9,999999999,500,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,424,0,0,0,0,0,0,0,0,0.0,10,9,16.0,7620,9,999999999,500,0.1730,0,88,0.160,0.0,1.0
+1998,8,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101300,0,0,397,0,0,0,0,0,0,0,0,0.0,5,5,16.0,7620,9,999999999,500,0.1730,0,88,0.160,0.0,1.0
+1998,8,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101200,0,0,382,0,0,0,0,0,0,0,0,0.0,1,1,12.8,77777,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,379,0,0,0,0,0,0,0,0,0.0,2,1,12.8,77777,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,384,0,0,0,0,0,0,0,0,0.0,2,2,14.4,7620,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,371,0,0,0,0,0,0,0,0,0.0,1,0,14.4,77777,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,0,0,384,0,0,0,0,0,0,0,20,1.5,2,2,14.4,77777,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101200,2,167,384,0,0,0,0,0,0,0,10,1.5,2,2,14.4,77777,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101300,174,1334,394,73,51,66,7900,3700,7400,1440,0,0.0,5,4,14.4,77777,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101300,462,1334,409,266,463,105,28100,42800,13200,1980,30,2.1,4,4,16.0,77777,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101300,730,1334,421,466,622,125,49100,62100,15000,2800,20,3.1,3,3,16.0,77777,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101300,958,1334,430,656,711,144,70400,72800,18000,4270,20,2.6,3,3,16.0,77777,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101300,1132,1334,442,787,683,207,84000,69800,24700,8780,10,2.6,4,4,16.0,77777,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101200,1238,1334,442,783,536,284,85900,56200,33600,18090,20,2.6,4,4,16.0,77777,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.2,54,101200,1270,1334,446,853,618,263,90700,62900,30700,19580,30,2.1,5,5,16.0,77777,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.2,52,101100,1225,1334,465,761,503,298,83000,52700,34500,17900,20,3.6,8,8,16.0,2286,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101000,1107,1334,454,745,638,214,79000,65000,25000,8430,130,2.1,5,5,16.0,7620,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101000,923,1334,457,623,699,138,66800,71500,17200,3880,110,2.6,6,5,16.0,7620,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101000,687,1334,450,423,527,151,45400,53100,18000,3190,110,2.6,5,5,16.0,77777,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,21.1,69,101100,414,1334,437,154,107,121,16800,9900,13700,2720,10,4.6,9,9,16.0,2743,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.1,71,101100,126,1278,434,37,107,27,4100,5300,3600,470,0,0.0,9,9,16.0,7620,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,22.8,79,101100,0,0,412,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,427,0,0,0,0,0,0,0,0,0.0,9,9,14.4,7620,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101100,0,0,374,0,0,0,0,0,0,0,20,1.5,0,0,12.8,7620,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,0,0,391,0,0,0,0,0,0,0,360,1.5,3,3,12.8,7620,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,399,0,0,0,0,0,0,0,0,0.0,5,5,12.8,2134,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.8,91,101200,0,0,414,0,0,0,0,0,0,0,0,0.0,8,8,12.8,1829,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101200,0,0,393,0,0,0,0,0,0,0,0,0.0,5,4,14.4,7620,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101100,0,0,387,0,0,0,0,0,0,0,0,0.0,3,3,12.8,77777,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101100,0,0,370,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,430,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.7,91,101200,0,0,370,0,0,0,0,0,0,0,360,1.5,0,0,14.4,77777,9,999999999,430,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,21.7,94,101300,2,167,384,0,0,0,0,0,0,0,360,3.1,3,3,9.6,7620,9,999999999,430,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,22.8,85,101200,172,1334,406,30,0,30,3400,0,3400,1100,0,0.0,6,5,9.6,7620,9,999999999,430,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101300,460,1334,437,244,341,126,26000,32300,14800,2540,10,1.5,9,9,11.2,7620,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101300,728,1334,402,419,425,186,44300,43100,20700,4110,10,3.1,0,0,9.6,77777,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101300,957,1334,429,643,644,180,67900,65300,20900,5200,50,3.1,3,3,11.2,77777,9,999999999,440,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101300,1130,1334,437,793,737,168,83200,74100,20300,6500,70,3.6,3,3,11.2,77777,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.7,46,101300,1236,1334,454,850,674,224,91100,69000,27000,13960,70,5.7,4,4,12.8,77777,9,999999999,450,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.1,47,101200,1268,1334,447,702,348,371,78100,37900,41900,24400,60,4.1,4,4,14.4,77777,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,101100,1223,1334,453,743,455,325,80300,47600,36500,19350,70,2.6,4,4,14.4,77777,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101000,1104,1334,450,658,429,302,70500,44800,33300,12010,70,5.7,4,4,12.8,77777,9,999999999,459,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,21.1,46,101000,920,1334,454,561,433,262,59300,44800,28400,7250,80,2.6,5,5,11.2,7620,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.0,22.0,89,101200,683,1334,432,70,0,70,8700,0,8700,3410,220,3.6,10,10,8.0,1800,9,999999999,469,0.1720,0,88,0.160,18.0,1.0
+1998,8,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101100,409,1334,431,38,0,38,4600,0,4600,1680,250,2.1,10,10,11.2,1829,9,999999999,469,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,121,1257,432,25,26,22,2800,1500,2600,460,0,0.0,10,10,8.0,3962,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.8,88,101300,0,0,426,0,0,0,0,0,0,0,20,1.5,9,9,12.8,7620,9,999999999,480,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,0,0,417,0,0,0,0,0,0,0,0,0.0,9,9,11.2,7620,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,421,0,0,0,0,0,0,0,40,2.6,9,9,14.4,7620,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101400,0,0,421,0,0,0,0,0,0,0,340,2.1,9,9,14.4,7620,9,999999999,490,0.1720,0,88,0.160,0.0,1.0
+1998,8,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101400,0,0,405,0,0,0,0,0,0,0,30,1.5,8,7,11.2,7620,9,999999999,500,0.1720,0,88,0.160,0.0,1.0
+1998,8,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,0,0,394,0,0,0,0,0,0,0,0,0.0,6,5,11.2,7620,9,999999999,500,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101300,0,0,413,0,0,0,0,0,0,0,50,1.5,9,9,14.4,4572,9,999999999,509,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,416,0,0,0,0,0,0,0,20,2.6,9,9,11.2,7620,9,999999999,509,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,378,0,0,0,0,0,0,0,120,1.5,1,1,12.8,77777,9,999999999,509,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101300,0,0,428,0,0,0,0,0,0,0,10,1.5,10,10,9.6,7620,9,999999999,519,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,1,145,384,0,0,0,0,0,0,0,10,4.1,4,2,6.4,7620,9,999999999,519,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101300,170,1335,388,76,43,71,8300,3100,7900,1490,10,2.6,7,3,6.4,7620,9,999999999,519,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101400,458,1335,397,53,0,53,6400,0,6400,2340,30,2.6,8,4,6.4,7620,9,999999999,530,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101400,726,1335,416,270,74,230,29700,7400,25700,7140,50,4.1,9,4,11.2,7620,9,999999999,530,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101400,955,1335,428,618,499,260,65700,51800,28600,7560,80,6.7,7,5,16.0,3658,9,999999999,530,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101400,1129,1335,440,669,381,346,73500,41400,38400,13850,60,4.1,6,6,16.0,3658,9,999999999,530,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101300,1235,1335,472,391,60,336,43400,6100,37700,17840,70,4.6,10,10,16.0,2896,9,999999999,530,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,22.8,63,101300,1266,1335,472,258,6,252,31600,500,31100,12400,80,6.2,10,10,16.0,2896,9,999999999,540,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101200,1221,1335,445,212,6,207,26300,500,25900,10460,60,6.2,10,8,16.0,2896,9,999999999,540,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101200,1102,1335,434,167,0,167,20700,0,20700,8570,60,3.6,9,6,16.0,7620,9,999999999,540,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,22.2,88,101300,917,1335,434,101,0,101,12600,0,12600,5230,110,10.8,10,10,6.4,1676,9,999999999,540,0.1710,0,88,0.160,2.0,1.0
+1998,8,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,679,1335,432,70,0,70,8600,0,8600,3400,60,4.1,10,10,11.2,792,9,999999999,550,0.1710,0,88,0.160,7.0,1.0
+1998,8,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101200,405,1335,432,96,0,96,10900,0,10900,3630,40,4.6,10,10,16.0,3962,9,999999999,550,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101200,117,1235,433,5,0,5,600,0,600,210,40,3.6,10,10,16.0,792,9,999999999,550,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101200,0,0,433,0,0,0,0,0,0,0,50,4.6,10,10,16.0,3962,9,999999999,550,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,0,0,436,0,0,0,0,0,0,0,50,4.1,10,10,16.0,335,9,999999999,550,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101300,0,0,436,0,0,0,0,0,0,0,50,3.1,10,10,16.0,1494,9,999999999,559,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,0,0,436,0,0,0,0,0,0,0,50,3.6,10,10,16.0,1524,9,999999999,559,0.1710,0,88,0.160,0.0,1.0
+1998,8,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,0,0,436,0,0,0,0,0,0,0,60,5.2,10,10,16.0,457,9,999999999,559,0.1710,0,88,0.160,0.0,1.0
+1998,8,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,436,0,0,0,0,0,0,0,70,3.6,10,10,16.0,457,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,424,0,0,0,0,0,0,0,50,3.6,9,9,16.0,457,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,436,0,0,0,0,0,0,0,70,3.6,10,10,16.0,396,9,999999999,569,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101000,0,0,436,0,0,0,0,0,0,0,60,4.6,10,10,16.0,396,9,999999999,569,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101000,0,0,436,0,0,0,0,0,0,0,70,4.1,10,10,12.8,366,9,999999999,569,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,1,122,440,0,0,0,0,0,0,0,70,5.2,10,10,8.0,366,9,999999999,569,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,167,1336,440,16,0,16,1900,0,1900,640,70,5.7,10,10,6.4,335,9,999999999,569,0.1700,0,88,0.160,3.0,1.0
+1998,8,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101100,456,1336,440,61,0,61,7300,0,7300,2640,70,6.2,10,10,8.0,244,9,999999999,569,0.1700,0,88,0.160,3.0,1.0
+1998,8,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101200,725,1336,444,129,0,129,15300,0,15300,5940,80,6.7,10,10,4.0,305,9,999999999,569,0.1700,0,88,0.160,1.0,1.0
+1998,8,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,101200,954,1336,444,109,0,109,13600,0,13600,5670,80,6.7,10,10,8.0,244,9,999999999,569,0.1700,0,88,0.160,1.0,1.0
+1998,8,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101300,1127,1336,447,125,0,125,15800,0,15800,6640,90,7.2,10,10,11.2,366,9,999999999,569,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.0,24.0,89,101200,1233,1336,446,141,0,141,18000,0,18000,7470,100,5.7,10,10,11.3,1500,9,999999999,569,0.1700,0,88,0.160,1.0,1.0
+1998,8,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,1264,1336,440,144,0,144,18400,0,18400,7630,110,3.6,10,10,12.8,335,9,999999999,569,0.1700,0,88,0.160,1.0,1.0
+1998,8,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101200,1218,1336,444,147,0,147,18600,0,18600,7750,100,6.2,10,10,16.0,2743,9,999999999,559,0.1700,0,88,0.160,1.0,1.0
+1998,8,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101100,1099,1336,445,213,6,209,26000,500,25600,10370,70,3.6,10,10,16.0,2591,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101100,913,1336,452,258,18,246,30200,1500,29100,10990,70,4.6,10,10,16.0,305,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101100,675,1336,455,150,0,150,17500,0,17500,6490,80,5.2,10,10,16.0,2134,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,101100,400,1336,452,81,0,81,9300,0,9300,3180,70,5.2,10,10,4.8,488,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,113,1213,444,18,0,18,2100,0,2100,670,90,5.2,10,10,16.0,1981,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101100,0,0,429,0,0,0,0,0,0,0,70,3.6,9,9,16.0,3962,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,424,0,0,0,0,0,0,0,80,2.6,9,9,16.0,7620,9,999999999,559,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,424,0,0,0,0,0,0,0,80,2.6,9,9,16.0,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,0,0,424,0,0,0,0,0,0,0,70,2.6,9,9,16.0,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101100,0,0,422,0,0,0,0,0,0,0,90,2.1,10,9,16.0,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101100,0,0,421,0,0,0,0,0,0,0,70,1.5,10,9,12.8,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,421,0,0,0,0,0,0,0,60,2.1,10,9,12.8,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,394,0,0,0,0,0,0,0,70,1.5,6,4,12.8,7620,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,412,0,0,0,0,0,0,0,70,1.5,8,8,9.6,152,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101000,0,0,434,0,0,0,0,0,0,0,70,2.6,10,10,6.4,122,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101000,1,122,436,0,0,0,0,0,0,0,70,2.1,10,10,4.8,122,9,999999999,550,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101000,165,1336,441,63,9,62,6800,200,6800,1730,70,2.1,10,10,6.4,122,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,25.0,96,101100,454,1336,445,115,0,115,13000,0,13000,4370,60,2.6,10,10,8.0,122,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,25.6,97,101100,723,1336,449,169,0,169,19700,0,19700,7350,60,3.1,10,10,9.6,183,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,25.6,88,101100,952,1336,459,508,286,304,55100,30800,33100,8910,90,3.6,10,10,16.0,2134,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.3,85,101100,1126,1336,446,394,36,363,43400,3700,40300,15640,80,4.6,10,10,16.0,2286,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.9,90,101100,1231,1336,444,391,42,352,43300,4300,39300,18410,80,3.1,10,10,16.0,2286,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.9,82,101000,1262,1336,441,582,162,429,64400,17300,48000,25370,130,4.1,10,9,16.0,2286,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101000,1216,1336,451,507,108,408,56000,11500,45500,20300,160,2.6,10,9,16.0,2286,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,25.0,75,100900,1096,1336,459,381,36,351,42000,3700,39000,14590,110,4.1,10,9,16.0,2286,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,100900,910,1336,454,415,154,309,45300,16300,34200,9130,130,3.6,10,9,16.0,2438,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,100900,671,1336,457,363,333,195,39000,34600,21600,4370,140,4.1,10,9,16.0,7620,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,100800,396,1336,450,204,364,96,21400,32000,11900,1790,120,3.6,10,9,16.0,7620,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,25.0,90,100900,108,1169,439,17,0,17,2000,0,2000,640,90,2.6,10,9,16.0,7620,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,100900,0,0,434,0,0,0,0,0,0,0,0,0.0,10,9,16.0,7620,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,100900,0,0,408,0,0,0,0,0,0,0,0,0.0,6,5,16.0,77777,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,100900,0,0,404,0,0,0,0,0,0,0,60,2.1,6,5,16.0,77777,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,100900,0,0,375,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,100900,0,0,387,0,0,0,0,0,0,0,100,2.1,4,2,14.4,77777,9,999999999,540,0.1700,0,88,0.160,0.0,1.0
+1998,8,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.0,23.0,100,100900,0,0,392,0,0,0,0,0,0,0,30,1.5,5,5,11.3,77777,9,999999999,540,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,0,0,408,0,0,0,0,0,0,0,0,0.0,8,8,11.2,91,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.8,100,100900,0,0,405,0,0,0,0,0,0,0,30,1.5,8,8,11.2,91,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.8,100,100900,0,0,405,0,0,0,0,0,0,0,70,2.1,8,8,11.2,91,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.8,100,100900,0,0,385,0,0,0,0,0,0,0,0,0.0,3,3,11.2,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,1,100,388,0,0,0,0,0,0,0,360,1.5,4,3,9.6,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,162,1337,394,65,18,63,7100,1300,6900,1350,0,0.0,4,4,9.6,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,101000,452,1337,404,253,413,113,26500,37900,13600,2150,70,2.1,4,3,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,25.0,82,101000,721,1337,449,454,580,140,47300,57400,16300,3050,90,2.6,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,24.4,72,101000,951,1337,458,560,407,270,59300,42200,29200,7810,130,2.1,10,9,16.0,975,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101000,1124,1337,461,625,296,375,68100,32100,41100,14950,160,1.5,10,9,16.0,1250,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,24.4,77,101000,1230,1337,442,287,30,260,32000,3000,29100,13930,90,4.6,9,8,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,100900,1260,1337,451,768,414,377,82100,43300,41300,26890,10,2.1,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.9,58,100800,1213,1337,478,878,718,224,93800,73400,27000,12480,50,3.1,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.3,54,100700,1093,1337,480,755,632,238,79500,63900,27000,8880,90,3.1,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,100700,906,1337,477,465,249,296,50200,26700,32000,8240,120,3.1,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,24.4,65,100700,667,1337,468,330,187,237,35800,19100,26200,5900,140,2.6,10,9,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.3,63,100700,391,1337,446,194,375,84,20600,32900,10900,1540,160,4.6,8,7,16.0,7620,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.3,72,100700,104,1147,425,26,100,19,3100,5000,2600,330,160,2.1,5,5,16.0,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,24.4,79,100700,0,0,423,0,0,0,0,0,0,0,110,4.6,5,5,16.0,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,100800,0,0,417,0,0,0,0,0,0,0,140,3.6,5,5,16.0,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,24.4,87,100800,0,0,408,0,0,0,0,0,0,0,150,2.1,3,3,16.0,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,100800,0,0,402,0,0,0,0,0,0,0,150,1.5,3,3,16.0,77777,9,999999999,530,0.1690,0,88,0.160,0.0,1.0
+1998,8,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,24.4,93,100800,0,0,408,0,0,0,0,0,0,0,150,1.5,5,5,16.0,77777,9,999999999,519,0.1690,0,88,0.160,0.0,1.0
+1998,8,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,100800,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,100800,0,0,376,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,100800,0,0,376,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,100800,0,0,376,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,100800,0,0,395,0,0,0,0,0,0,0,0,0.0,4,4,16.0,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,100900,1,100,395,0,0,0,0,0,0,0,360,2.6,3,3,9.6,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,100900,160,1337,398,66,36,62,7200,2500,6900,1330,0,0.0,3,3,11.2,77777,9,999999999,519,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.6,91,101000,450,1337,415,253,420,112,26500,38500,13600,2130,360,2.1,4,4,16.0,77777,9,999999999,509,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,25.6,80,101000,719,1337,446,454,537,165,48600,54400,19300,3580,0,0.0,8,8,16.0,701,9,999999999,509,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.9,68,101000,949,1337,451,515,292,307,55700,31500,33300,8970,50,2.6,8,8,16.0,671,9,999999999,509,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.9,63,101000,1122,1337,468,531,181,379,58500,19300,42300,14930,100,2.1,10,9,16.0,1372,9,999999999,500,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,100900,1228,1337,471,569,150,430,62600,16000,47900,22160,60,2.6,10,9,16.0,7620,9,999999999,500,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,24.4,58,100800,1258,1337,482,516,120,403,57300,12800,45200,23290,70,4.6,10,9,16.0,1524,9,999999999,490,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,100700,1211,1337,473,801,616,242,85200,62700,28200,13240,100,3.1,10,9,16.0,7620,9,999999999,490,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.9,58,100700,1090,1337,478,715,584,238,75100,59100,26900,8800,150,4.1,10,9,16.0,7620,9,999999999,490,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,100800,903,1337,439,369,107,297,40700,10900,33300,10280,150,6.2,10,7,16.0,7620,9,999999999,480,0.1680,0,88,0.160,2.0,1.0
+1998,8,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,23.9,66,100600,663,1337,438,415,578,128,43200,56600,15100,2670,120,4.6,9,5,16.0,77777,9,999999999,480,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,25.0,72,100600,386,1337,437,203,453,72,20900,39400,9500,1330,130,3.6,9,5,16.0,77777,9,999999999,480,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,25.0,80,100600,100,1126,427,23,90,17,2800,4400,2400,290,180,2.1,9,5,16.0,77777,9,999999999,469,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,100700,0,0,414,0,0,0,0,0,0,0,160,2.6,3,3,16.0,77777,9,999999999,469,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,100700,0,0,410,0,0,0,0,0,0,0,150,2.1,3,3,16.0,77777,9,999999999,459,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,24.4,90,100800,0,0,404,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,459,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,100800,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,14.4,77777,9,999999999,459,0.1680,0,88,0.160,0.0,1.0
+1998,8,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,24.4,100,100800,0,0,391,0,0,0,0,0,0,0,0,0.0,6,2,16.0,77777,9,999999999,450,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,100800,0,0,395,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,450,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,100800,0,0,391,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,440,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,100800,0,0,391,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,440,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,100800,0,0,388,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,440,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,100900,0,0,388,0,0,0,0,0,0,0,0,0.0,3,3,16.0,77777,9,999999999,430,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,100900,0,78,398,0,0,0,0,0,0,0,20,1.5,4,4,6.4,77777,9,999999999,430,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,24.4,96,101000,157,1338,402,68,45,63,7400,3100,7100,1340,0,0.0,4,4,6.4,77777,9,999999999,430,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.6,91,101000,448,1338,412,254,433,109,26700,39600,13400,2060,20,2.1,3,3,12.8,77777,9,999999999,430,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,26.1,85,101000,718,1338,444,441,537,152,47500,54500,18200,3270,80,2.6,8,8,16.0,396,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,24.4,68,101100,947,1338,443,534,347,288,58100,37400,31600,8310,80,2.6,6,6,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101000,1121,1338,441,706,544,250,74200,55000,28100,9990,150,3.1,4,4,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.3,56,101000,1226,1338,447,838,632,257,88800,64200,29800,14910,110,4.6,4,4,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.2,51,100900,1256,1338,449,900,732,211,97000,75200,26200,14330,130,3.1,4,4,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.7,46,100900,1208,1338,454,872,778,167,92300,78600,21100,8520,150,5.7,4,4,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.1,43,100800,1087,1338,454,767,757,150,80800,76300,18700,5220,140,5.7,3,3,16.0,77777,9,999999999,419,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,100800,899,1338,449,604,699,134,64800,71400,16700,3630,140,4.6,3,3,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,20.0,43,100800,658,1338,445,404,578,119,42200,56800,14300,2500,140,3.6,3,3,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,20.0,47,100800,381,1338,418,193,430,70,19900,37300,9200,1300,130,5.2,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,20.0,53,100800,95,1104,406,20,56,16,2300,2500,2100,260,130,4.1,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.1,65,100900,0,0,395,0,0,0,0,0,0,0,150,3.1,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,22.2,74,100900,0,0,391,0,0,0,0,0,0,0,170,2.6,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101000,0,0,395,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.8,74,101000,0,0,395,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,409,0.1680,0,88,0.160,0.0,1.0
+1998,8,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101000,0,0,381,0,0,0,0,0,0,0,280,1.5,0,0,14.4,77777,9,999999999,400,0.1680,0,88,0.160,0.0,1.0
+1998,8,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,375,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,397,0,0,0,0,0,0,0,0,0.0,5,5,11.2,77777,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.3,96,101000,0,0,397,0,0,0,0,0,0,0,0,0.0,5,5,12.8,7620,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101000,0,0,416,0,0,0,0,0,0,0,0,0.0,8,8,12.8,2591,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,101100,0,0,394,0,0,0,0,0,0,0,270,1.5,5,5,6.4,77777,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,23.9,100,101100,0,78,395,0,0,0,0,0,0,0,320,1.5,5,4,12.8,7620,9,999999999,400,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.9,97,101100,155,1338,395,70,37,65,7500,2600,7200,1350,10,1.5,5,3,8.0,7620,9,999999999,390,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,25.0,88,101200,445,1338,402,247,401,113,25800,36600,13600,2150,0,0.0,1,1,11.2,77777,9,999999999,390,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,24.4,75,101200,716,1338,405,448,568,143,46600,56100,16500,3080,320,1.5,0,0,16.0,7620,9,999999999,390,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,101300,946,1338,430,644,705,144,68900,72100,17800,4160,270,1.5,3,3,16.0,7620,9,999999999,390,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,21.7,52,101300,1119,1338,438,787,719,185,84500,73800,22700,7550,0,0.0,3,3,16.0,7620,9,999999999,379,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.1,49,101200,1224,1338,440,789,548,287,86300,57400,33700,16810,310,2.1,4,3,16.0,7620,9,999999999,379,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,20.6,46,101200,1254,1338,443,858,672,227,92000,68800,27400,15130,260,2.6,4,3,16.0,7620,9,999999999,379,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.1,43,101100,1206,1338,454,801,616,244,85000,62700,28300,13000,50,2.6,3,3,16.0,7620,9,999999999,379,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,21.1,44,101000,1083,1338,457,588,304,341,64200,33000,37500,12310,310,2.1,6,5,16.0,7620,9,999999999,370,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.1,43,101000,895,1338,457,582,604,177,61100,60900,20200,4610,140,1.5,5,4,16.0,7620,9,999999999,370,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,20.6,43,100900,654,1338,449,398,566,121,41500,55500,14400,2520,260,1.5,3,3,16.0,7620,9,999999999,370,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,21.7,51,100900,376,1338,452,168,223,106,17900,19600,12400,2090,240,2.1,6,6,16.0,7620,9,999999999,370,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,100900,91,1082,460,15,12,14,1700,700,1600,370,0,0.0,9,9,16.0,7620,9,999999999,359,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.2,63,101000,0,0,430,0,0,0,0,0,0,0,180,2.1,5,5,16.0,7620,9,999999999,359,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101000,0,0,422,0,0,0,0,0,0,0,220,2.1,3,3,16.0,77777,9,999999999,359,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101100,0,0,441,0,0,0,0,0,0,0,220,1.5,8,8,16.0,2134,9,999999999,359,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.3,74,101100,0,0,398,0,0,0,0,0,0,0,0,0.0,0,0,16.0,7620,9,999999999,350,0.1670,0,88,0.160,0.0,1.0
+1998,8,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,23.3,79,101100,0,0,415,0,0,0,0,0,0,0,0,0.0,5,5,16.0,77777,9,999999999,350,0.1670,0,88,0.160,0.0,1.0
+1998,8,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101100,0,0,384,0,0,0,0,0,0,0,0,0.0,0,0,16.0,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101100,0,0,378,0,0,0,0,0,0,0,0,0.0,0,0,14.4,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,388,0,0,0,0,0,0,0,0,0.0,3,3,12.8,7620,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,23.3,100,101200,0,0,388,0,0,0,0,0,0,0,270,1.5,3,3,16.0,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,24.4,23.3,94,101200,0,56,378,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.9,94,101200,153,1339,381,53,0,53,5700,0,5700,1530,0,0.0,0,0,12.8,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101300,443,1339,396,247,408,112,25800,37200,13500,2130,300,2.1,0,0,16.0,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,22.2,65,101300,714,1339,420,455,605,131,47600,60000,15500,2860,280,3.6,3,3,16.0,77777,9,999999999,340,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,22.2,57,101300,944,1339,415,638,681,156,67900,69400,18800,4450,300,1.5,0,0,16.0,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,22.8,56,101300,1117,1339,421,781,731,170,81600,73400,20200,6220,320,1.5,0,0,16.0,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,22.8,54,101200,1222,1339,443,887,746,204,95500,76600,25400,11740,340,1.5,3,3,16.0,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,22.2,48,101100,1251,1339,459,762,456,335,82400,47700,37600,22410,0,0.0,6,5,16.0,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,22.8,48,101100,1203,1339,463,648,311,368,71500,33800,41000,18050,10,2.6,6,5,14.4,77777,9,999999999,350,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,22.2,48,101000,1080,1339,459,697,560,244,73000,56500,27300,8740,20,2.6,6,5,14.4,77777,9,999999999,359,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,22.2,46,101000,891,1339,462,525,432,237,55800,44600,26000,6240,140,3.1,6,5,12.8,77777,9,999999999,359,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,21.7,45,100900,649,1339,461,387,525,132,41800,52500,16300,2690,140,2.6,6,5,14.4,77777,9,999999999,359,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,21.7,49,100900,371,1339,444,177,351,80,18800,30200,10400,1460,130,3.6,4,3,14.4,77777,9,999999999,359,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,21.7,54,100900,87,1060,430,18,70,14,2200,3300,1900,240,160,2.1,4,2,12.8,77777,9,999999999,370,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,22.8,65,101000,0,0,406,0,0,0,0,0,0,0,0,0.0,0,0,12.8,77777,9,999999999,370,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101000,0,0,404,0,0,0,0,0,0,0,190,2.1,0,0,12.8,77777,9,999999999,370,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,23.9,74,101100,0,0,402,0,0,0,0,0,0,0,250,2.1,0,0,12.8,77777,9,999999999,370,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,23.9,77,101100,0,0,398,0,0,0,0,0,0,0,240,1.5,0,0,14.4,77777,9,999999999,370,0.1660,0,88,0.160,0.0,1.0
+1998,8,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,24.4,82,101100,0,0,414,0,0,0,0,0,0,0,220,2.1,4,3,14.4,77777,9,999999999,379,0.1660,0,88,0.160,0.0,1.0
+1998,8,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.2,24.4,85,101100,0,0,401,0,0,0,0,0,0,0,0,0.0,1,1,14.4,77777,9,999999999,379,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101000,0,0,398,0,0,0,0,0,0,0,360,1.5,3,1,12.8,77777,9,999999999,379,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101000,0,0,398,0,0,0,0,0,0,0,0,0.0,2,1,12.8,77777,9,999999999,379,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.9,85,101000,0,0,403,0,0,0,0,0,0,0,290,1.5,4,2,12.8,77777,9,999999999,379,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,23.3,90,101100,0,0,388,0,0,0,0,0,0,0,280,3.6,2,1,12.8,7620,9,999999999,390,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,23.3,87,101100,0,33,391,0,0,0,0,0,0,0,0,0.0,2,1,9.6,4267,9,999999999,390,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,23.9,88,101100,150,1340,400,55,0,55,5900,0,5900,1540,0,0.0,3,2,9.6,4267,9,999999999,390,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,23.9,79,101200,441,1340,409,178,110,142,19300,10300,15900,3220,290,2.6,4,2,9.6,3658,9,999999999,400,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.3,67,101200,712,1340,415,421,432,191,44300,43600,21100,4180,320,2.1,1,1,11.2,7620,9,999999999,400,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.9,62,101200,942,1340,419,638,663,171,67500,67300,20100,4810,0,0.0,0,0,12.8,77777,9,999999999,400,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,34.4,23.3,53,101200,1115,1340,431,781,737,166,81800,74100,19900,6070,360,2.1,0,0,12.8,77777,9,999999999,409,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.6,22.2,46,101100,1220,1340,451,874,752,188,91500,75600,22500,9790,0,0.0,2,2,12.8,7620,9,999999999,409,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.1,22.8,46,101000,1249,1340,459,888,690,243,94700,70400,28900,15660,40,2.1,4,3,12.8,7620,9,999999999,419,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,22.8,45,101000,1200,1340,462,712,419,336,76400,43800,37100,17880,80,1.5,4,3,14.4,7620,9,999999999,419,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,37.2,22.2,42,101000,1077,1340,468,691,572,230,72600,57900,26000,8220,120,2.1,5,4,12.8,7620,9,999999999,419,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,36.7,20.6,39,100900,887,1340,463,519,438,229,55400,45300,25300,5970,100,3.6,5,4,14.4,7620,9,999999999,430,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,35.0,22.2,48,100800,645,1340,452,371,455,151,39400,45300,17500,3110,150,4.1,4,3,16.0,7620,9,999999999,430,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,22.2,51,100900,366,1340,456,181,361,82,19100,30900,10600,1510,180,1.5,6,6,12.8,7620,9,999999999,430,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,101000,83,1038,467,17,83,13,2200,3900,1900,220,0,0.0,9,9,11.2,7620,9,999999999,440,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.3,70,101000,0,0,421,0,0,0,0,0,0,0,20,4.1,3,3,12.8,77777,9,999999999,440,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.3,21.7,67,101000,0,0,396,0,0,0,0,0,0,0,30,2.1,0,0,14.4,77777,9,999999999,450,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.2,79,101000,0,0,402,0,0,0,0,0,0,0,0,0.0,3,3,14.4,77777,9,999999999,450,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101000,0,0,398,0,0,0,0,0,0,0,0,0.0,3,3,12.8,77777,9,999999999,450,0.1650,0,88,0.160,0.0,1.0
+1998,8,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101000,0,0,405,0,0,0,0,0,0,0,0,0.0,5,5,14.4,77777,9,999999999,459,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,101100,0,0,391,0,0,0,0,0,0,0,0,0.0,5,2,14.4,77777,9,999999999,459,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.7,82,101000,0,0,398,0,0,0,0,0,0,0,20,1.5,9,4,12.8,77777,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.1,79,101000,0,0,401,0,0,0,0,0,0,0,0,0.0,7,5,12.8,77777,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.1,84,101000,0,0,389,0,0,0,0,0,0,0,40,1.5,3,3,14.4,77777,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,20.6,82,101000,0,0,384,0,0,0,0,0,0,0,0,0.0,4,2,14.4,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.1,84,101000,0,34,385,0,0,0,0,0,0,0,70,1.5,5,2,12.8,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,21.1,79,101100,148,1340,394,38,0,38,4200,0,4200,1240,0,0.0,5,3,16.0,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,21.7,74,101100,439,1340,435,248,376,125,25600,34100,14400,2410,10,1.5,10,9,16.0,3658,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,28.9,21.7,65,101100,710,1340,407,414,469,165,44200,47400,19000,3560,50,2.6,1,1,14.4,3658,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,21.7,57,101100,940,1340,411,619,602,195,64800,60700,22100,5370,90,3.6,0,0,14.4,77777,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.2,56,101200,1113,1340,425,650,381,333,71500,41400,37000,12700,110,4.1,2,1,12.8,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,23.3,59,101100,1218,1340,440,514,102,420,56700,10500,47100,20650,110,3.1,8,4,11.2,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,23.9,58,101100,1246,1340,444,534,126,416,59000,13500,46500,22680,130,3.1,8,3,9.6,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.9,23.9,56,101000,1197,1340,451,512,126,400,56600,13500,44600,18610,140,1.5,6,4,8.0,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,33.3,24.4,60,100900,1073,1340,456,437,95,361,48200,9800,40400,14450,160,4.1,8,6,4.8,7620,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.8,25.0,64,100800,883,1340,466,374,107,304,41200,10900,34000,10260,200,2.6,9,8,9.6,1189,9,999999999,480,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,24.4,64,100900,640,1340,445,302,192,210,32800,19500,23500,5150,240,4.1,6,5,9.6,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.6,21.7,79,101000,361,1340,428,116,61,99,12700,5400,11200,2590,20,8.2,9,9,12.8,1158,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.8,94,101000,79,1016,432,4,0,4,500,0,500,170,0,0.0,10,10,6.4,1829,9,999999999,469,0.1650,0,88,0.160,5.0,1.0
+1998,8,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,397,0,0,0,0,0,0,0,330,2.1,9,6,8.0,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,429,0,0,0,0,0,0,0,10,2.1,10,10,8.0,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101100,0,0,429,0,0,0,0,0,0,0,0,0.0,10,10,8.0,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101000,0,0,394,0,0,0,0,0,0,0,50,2.1,7,5,11.2,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101000,0,0,429,0,0,0,0,0,0,0,90,1.5,10,10,12.8,7620,9,999999999,469,0.1650,0,88,0.160,0.0,1.0
+1998,8,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,0,0,429,0,0,0,0,0,0,0,0,0.0,10,10,12.8,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,0,0,402,0,0,0,0,0,0,0,10,2.1,8,7,12.8,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,100900,0,0,402,0,0,0,0,0,0,0,20,2.1,9,7,12.8,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.8,97,101000,0,0,397,0,0,0,0,0,0,0,80,2.1,9,6,12.8,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101000,0,0,396,0,0,0,0,0,0,0,0,0.0,10,6,14.4,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,22.2,94,101000,0,11,396,0,0,0,0,0,0,0,30,2.1,9,6,11.2,4267,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,22.8,22.2,96,101000,145,1341,394,19,0,19,2200,0,2200,720,50,1.5,8,6,8.0,4267,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,22.2,90,101000,437,1341,396,140,6,138,15600,400,15400,4810,80,1.5,7,5,11.2,4267,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,25.0,22.2,84,101100,708,1341,402,197,6,194,22600,500,22400,8030,20,2.1,9,5,11.2,7620,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.1,22.8,82,101100,938,1341,445,284,18,271,33000,1600,31900,11920,10,2.6,10,10,12.8,4267,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,26.7,23.3,82,101100,1111,1341,406,256,6,251,30700,500,30300,12040,340,2.6,7,3,12.8,4267,9,999999999,469,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,29.4,23.9,72,101000,1216,1341,425,361,36,328,39900,3700,36600,16550,20,2.6,6,4,14.4,7620,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.0,23.9,70,100900,1244,1341,429,792,510,318,86000,53400,36300,20290,60,3.1,5,4,16.0,7620,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,30.6,23.3,65,100900,1194,1341,434,712,425,333,76400,44400,36800,17260,40,3.1,5,5,16.0,4267,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,22.8,61,100800,1070,1341,462,633,405,309,67200,42200,33500,11180,30,3.1,9,9,14.4,4267,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.7,23.3,61,100700,879,1341,480,402,148,304,43800,15600,33600,8710,20,3.6,10,10,16.0,4267,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,32.2,22.8,58,100700,636,1341,469,275,105,225,30100,10400,25200,6430,40,3.6,9,9,16.0,7620,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,31.1,24.4,68,100700,356,1341,439,133,138,97,14600,12100,11400,2140,30,1.5,5,5,16.0,77777,9,999999999,480,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,27.8,22.2,72,100800,75,972,417,3,0,3,400,0,400,120,0,0.0,5,5,16.0,77777,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.9,21.1,84,100900,0,0,395,0,0,0,0,0,0,0,120,5.2,5,5,16.0,1829,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.3,21.1,87,100800,0,0,391,0,0,0,0,0,0,0,110,2.1,5,5,16.0,7620,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.4,21.3,93,100800,0,0,392,0,0,0,0,0,0,0,360,2.2,5,5,16.0,77777,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.5,21.6,93,100800,0,0,393,0,0,0,0,0,0,0,0,2.2,5,5,16.0,77777,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1998,8,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9?9?9?9,23.6,21.8,93,100700,0,0,384,0,0,0,0,0,0,0,0,2.3,2,2,16.0,77777,9,999999999,490,0.1640,0,88,0.160,0.0,1.0
+1988,9,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.6,22.1,91,100700,0,0,388,0,0,0,0,0,0,0,60,2.4,3,3,12.9,77777,9,999999999,370,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.7,22.3,94,100700,0,0,389,0,0,0,0,0,0,0,60,2.5,3,3,11.3,77777,9,999999999,370,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.8,22.6,91,100800,0,0,393,0,0,0,0,0,0,0,60,2.5,4,4,9.7,77777,9,999999999,350,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,100800,0,0,405,0,0,0,0,0,0,0,40,2.6,7,7,6.4,2290,9,999999999,359,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100800,0,0,421,0,0,0,0,0,0,0,70,3.1,10,9,4.8,150,9,999999999,370,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.3,94,100900,0,11,424,0,0,0,0,0,0,0,80,4.1,10,9,4.8,150,9,999999999,370,0.1640,0,88,999.000,999.0,99.0
+1988,9,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,22.8,91,100900,142,1342,393,33,24,31,3700,1600,3500,760,70,4.1,3,3,9.7,77777,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.8,82,100900,434,1342,402,148,101,116,16300,9400,13200,2620,60,5.2,3,3,12.9,77777,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,100900,706,1342,410,417,432,189,43800,43500,20900,4120,60,4.6,2,2,24.1,77777,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.3,70,101000,936,1342,424,560,415,270,59100,43000,29100,7600,70,4.6,4,4,24.1,77777,9,999999999,370,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,23.3,68,101000,1109,1342,440,501,82,433,55200,8500,48200,17530,80,3.1,7,7,19.3,3050,9,999999999,370,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,23.3,61,101000,1213,1342,445,811,446,406,85400,46500,43200,22730,120,5.2,6,6,19.3,7620,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,23.9,68,101000,1240,1342,461,560,89,477,61700,9200,53200,24150,80,7.2,9,9,16.1,1980,9,999999999,379,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.8,61,100900,1190,1342,453,419,33,389,46200,3400,43200,18250,120,6.2,9,8,19.3,7620,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.2,59,100900,1065,1342,462,323,37,293,35600,3800,32600,11970,130,6.7,9,9,24.1,7620,9,999999999,340,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,21.1,57,100900,873,1342,440,410,188,287,44900,19800,31900,8180,130,7.2,8,7,24.1,7620,9,999999999,320,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,21.7,61,100900,629,1342,445,252,129,191,27500,13100,21300,4660,100,5.7,8,8,24.1,7620,9,999999999,329,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.2,67,100900,348,1342,432,94,24,88,10300,2100,9800,2320,110,4.6,9,7,24.1,7620,9,999999999,340,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,100900,69,951,429,17,1,17,2000,0,2000,610,100,3.6,9,7,24.1,7620,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,23.3,79,100900,0,0,419,0,0,0,0,0,0,0,100,4.6,8,6,24.1,7620,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101000,0,0,424,0,0,0,0,0,0,0,80,3.6,8,8,24.1,7620,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101100,0,0,417,0,0,0,0,0,0,0,80,4.1,8,7,24.1,7620,9,999999999,350,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101100,0,0,410,0,0,0,0,0,0,0,100,5.7,7,6,24.1,7620,9,999999999,370,0.3210,0,88,999.000,999.0,99.0
+1988,9,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101100,0,0,415,0,0,0,0,0,0,0,90,4.6,7,7,24.1,7620,9,999999999,370,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101000,0,0,415,0,0,0,0,0,0,0,80,4.1,7,7,19.3,3050,9,999999999,370,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101000,0,0,400,0,0,0,0,0,0,0,60,4.6,4,4,19.3,77777,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,389,0,0,0,0,0,0,0,80,4.6,3,2,19.3,77777,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,435,0,0,0,0,0,0,0,60,4.6,10,10,12.9,210,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,435,0,0,0,0,0,0,0,60,4.1,10,10,11.3,210,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101100,0,0,432,0,0,0,0,0,0,0,60,3.1,10,10,11.3,210,9,999999999,359,0.3210,0,88,999.000,999.0,99.0
+1988,9,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,23.3,97,101100,140,1332,433,23,1,23,2700,0,2700,850,50,4.1,10,10,6.4,210,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,23.3,94,101200,432,1343,436,108,9,105,12300,500,12100,3990,70,4.6,10,10,6.4,210,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,23.3,91,101200,704,1343,439,111,8,107,13400,500,13100,5000,60,4.6,10,10,8.0,310,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,23.9,91,101200,934,1343,444,165,8,160,20000,600,19600,7870,60,4.6,10,10,8.0,310,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,23.9,88,101100,1107,1343,447,184,7,177,22500,500,22100,9010,70,4.6,10,10,9.7,1520,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.9,82,101100,1211,1343,453,209,6,203,25800,500,25300,10260,110,2.6,10,10,11.3,1520,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,23.9,79,101100,1238,1343,457,405,3,402,47700,300,47400,17500,60,3.1,10,10,12.9,1520,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101000,1187,1343,463,371,4,367,43600,400,43300,16230,70,4.1,10,10,12.9,3050,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.9,72,100900,1061,1343,467,323,1,322,37700,100,37600,14280,70,4.6,10,10,16.1,3050,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.9,77,101000,869,1343,460,181,1,180,21400,100,21400,8420,110,3.6,10,10,12.9,3050,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,24.4,88,101000,624,1343,451,115,1,115,13600,100,13600,5060,130,4.1,10,10,9.7,3050,9,999999999,390,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,25.0,97,101000,343,1343,445,51,1,51,6000,0,6000,2070,140,4.1,10,10,3.2,3050,9,999999999,400,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,24.4,94,100900,65,929,444,14,0,14,1600,0,1600,520,100,4.1,10,10,6.4,4270,9,999999999,390,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,24.4,97,100900,0,0,441,0,0,0,0,0,0,0,50,2.6,10,10,8.0,4270,9,999999999,390,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,24.4,97,100900,0,0,441,0,0,0,0,0,0,0,80,4.1,10,10,6.4,4270,9,999999999,390,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.9,97,101000,0,0,436,0,0,0,0,0,0,0,90,5.2,10,10,9.7,4270,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.9,100,101000,0,0,434,0,0,0,0,0,0,0,90,4.6,10,10,9.7,4270,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.9,100,101000,0,0,434,0,0,0,0,0,0,0,80,5.2,10,10,11.3,610,9,999999999,379,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100900,0,0,433,0,0,0,0,0,0,0,90,3.1,10,10,12.9,610,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100900,0,0,433,0,0,0,0,0,0,0,90,3.6,10,10,12.9,700,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100900,0,0,433,0,0,0,0,0,0,0,90,3.1,10,10,12.9,700,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100800,0,0,433,0,0,0,0,0,0,0,70,2.6,10,10,12.9,760,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,100700,0,0,433,0,0,0,0,0,0,0,80,4.1,10,10,12.9,760,9,999999999,370,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.8,97,100800,0,0,429,0,0,0,0,0,0,0,110,4.1,10,10,12.9,2290,9,999999999,350,0.1650,0,88,999.000,999.0,99.0
+1988,9,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,22.8,97,100800,137,1332,429,23,0,23,2700,0,2700,850,70,3.6,10,10,16.1,760,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,23.3,97,100900,430,1344,433,124,1,124,13900,100,13900,4450,60,3.1,10,10,16.1,240,9,999999999,370,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,23.3,94,100900,702,1344,436,242,0,242,27300,0,27300,9210,60,5.7,10,10,19.3,340,9,999999999,370,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,23.9,91,100900,932,1344,444,306,1,305,35200,100,35100,12860,60,4.1,10,10,19.3,340,9,999999999,379,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,23.3,85,100800,1105,1344,446,406,1,405,46900,100,46800,16870,50,4.1,10,10,24.1,400,9,999999999,370,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.8,85,100800,1208,1344,442,414,1,413,48400,100,48300,17660,60,6.2,10,10,24.1,430,9,999999999,359,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.8,82,100700,1235,1344,445,429,1,428,50200,100,50100,18210,70,5.7,10,10,24.1,700,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,100600,1184,1344,436,552,207,369,60700,22500,40800,16850,50,6.2,9,8,24.1,580,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,22.8,74,100500,1057,1344,455,374,11,365,43200,1100,42400,15500,80,7.2,10,10,24.1,700,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,22.8,77,100500,865,1344,452,218,18,207,25700,1500,24700,9370,50,5.7,10,10,24.1,700,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,22.8,79,100600,619,1344,449,164,5,161,18700,400,18500,6520,70,5.2,10,10,24.1,430,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.8,82,100600,337,1344,433,108,58,93,11800,5000,10500,2400,70,4.6,10,9,24.1,1070,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.8,88,100600,62,885,417,24,12,22,2500,700,2500,530,50,2.6,9,8,24.1,3050,9,999999999,359,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,100600,0,0,411,0,0,0,0,0,0,0,50,2.6,9,8,24.1,3050,9,999999999,359,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,100700,0,0,401,0,0,0,0,0,0,0,10,2.1,9,7,24.1,3050,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,100700,0,0,396,0,0,0,0,0,0,0,360,2.1,8,6,24.1,7620,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,100600,0,0,394,0,0,0,0,0,0,0,350,2.1,8,6,24.1,7620,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,100600,0,0,375,0,0,0,0,0,0,0,360,2.1,6,1,24.1,77777,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,100600,0,0,375,0,0,0,0,0,0,0,10,2.1,3,1,24.1,77777,9,999999999,329,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,22.2,100,100500,0,0,390,0,0,0,0,0,0,0,350,2.6,7,6,24.1,2440,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.8,100,100500,0,0,426,0,0,0,0,0,0,0,350,3.6,10,10,9.7,180,9,999999999,350,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,100500,0,0,413,0,0,0,0,0,0,0,340,2.1,9,9,12.9,180,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,100600,0,0,425,0,0,0,0,0,0,0,360,4.1,10,10,12.9,180,9,999999999,340,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,100600,0,0,427,0,0,0,0,0,0,0,350,3.6,10,10,12.9,370,9,999999999,329,0.0790,0,88,999.000,999.0,99.0
+1988,9,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,100700,135,1311,386,46,76,38,5000,4400,4600,790,360,3.1,3,3,11.3,77777,9,999999999,329,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.7,85,100700,427,1344,398,181,283,90,19200,25500,11000,1670,10,5.2,5,5,12.9,77777,9,999999999,329,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100700,700,1344,407,336,302,178,36500,31600,20000,3960,350,5.2,5,5,12.9,77777,9,999999999,320,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.6,65,100700,930,1344,409,570,587,162,60300,59600,19000,4480,30,5.7,3,3,16.1,77777,9,999999999,309,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,17.8,48,100700,1103,1344,408,791,791,140,84100,80100,18300,5110,30,5.2,1,1,19.3,77777,9,999999999,270,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.6,40,100700,1206,1344,400,919,861,143,93900,86200,16400,5700,360,6.2,0,0,24.1,77777,9,999999999,229,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,13.3,33,100600,1232,1344,403,950,873,146,97000,87400,16700,6520,10,7.2,0,0,24.1,77777,9,999999999,209,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,12.8,31,100600,1180,1344,405,904,864,141,92400,86500,16300,5100,20,5.7,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,12.2,30,100500,1053,1344,402,795,842,132,84400,85200,17500,4330,340,5.7,0,0,24.1,77777,9,999999999,189,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,11.7,29,100500,860,1344,401,622,788,115,65100,78800,14600,2770,350,6.2,0,0,24.1,77777,9,999999999,179,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,10.6,28,100500,614,1344,396,408,690,90,43000,67600,12000,1890,350,6.2,0,0,24.1,77777,9,999999999,170,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,10.0,30,100500,332,1344,387,177,473,58,18100,39300,8400,1070,340,5.7,0,0,24.1,77777,9,999999999,170,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,9.4,33,100600,58,863,382,29,65,21,2700,2400,2600,370,350,4.1,1,1,24.1,77777,9,999999999,160,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,10.0,40,100600,0,0,362,0,0,0,0,0,0,0,340,2.6,0,0,24.1,77777,9,999999999,170,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,10.6,45,100700,0,0,357,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,170,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,11.1,51,100700,0,0,350,0,0,0,0,0,0,0,350,2.1,0,0,24.1,77777,9,999999999,179,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,11.1,55,100700,0,0,345,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,179,0.1280,0,88,999.000,999.0,99.0
+1988,9,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,11.7,61,100700,0,0,340,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,189,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.2,68,100800,0,0,336,0,0,0,0,0,0,0,360,2.6,0,0,24.1,77777,9,999999999,189,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,12.8,73,100700,0,0,334,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,12.8,73,100700,0,0,334,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,100700,0,0,331,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,100700,0,0,329,0,0,0,0,0,0,0,360,3.6,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,100700,0,0,329,0,0,0,0,0,0,0,360,4.1,0,0,24.1,77777,9,999999999,200,0.1280,0,88,999.000,999.0,99.0
+1988,9,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,13.3,70,100800,133,1289,340,58,266,28,5700,15400,4100,500,350,4.1,0,0,24.1,77777,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,100800,425,1345,359,253,629,54,26300,57000,8300,1100,360,4.6,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,10.6,38,100900,698,1345,371,491,797,76,52300,79000,11200,1750,20,5.7,0,0,24.1,77777,9,999999999,170,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,13.9,41,100900,928,1345,386,684,852,94,71000,84900,12300,2320,30,5.2,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,12.8,37,100800,1100,1345,388,839,894,105,86700,89500,13300,3420,30,5.7,0,0,24.1,77777,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,12.8,35,100700,1203,1345,394,939,922,111,96800,92500,13800,4840,10,6.2,0,0,24.1,77777,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,12.2,30,100700,1229,1345,402,959,922,113,98800,92500,14000,5450,10,4.6,0,0,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,12.2,29,100600,1177,1345,404,918,919,110,94600,92200,13800,4380,350,5.2,0,0,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,11.7,28,100500,1049,1345,424,751,739,172,80300,75700,21000,5880,310,2.1,3,3,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,12.2,28,100500,856,1345,424,587,723,124,62600,73600,15700,3180,360,4.6,2,2,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,11.7,28,100400,609,1345,417,392,670,86,41400,65600,11600,1810,30,5.2,2,2,24.1,77777,9,999999999,179,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,11.7,30,100500,326,1345,415,172,456,60,17600,37500,8500,1100,10,5.7,3,3,24.1,77777,9,999999999,179,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,11.7,36,100500,54,841,400,30,49,24,3000,2200,2800,500,30,3.6,3,3,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,12.2,41,100600,0,0,376,0,0,0,0,0,0,0,30,3.6,0,0,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,12.2,44,100700,0,0,371,0,0,0,0,0,0,0,30,3.6,0,0,24.1,77777,9,999999999,189,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,12.8,52,100700,0,0,360,0,0,0,0,0,0,0,30,2.6,0,0,24.1,77777,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,13.3,59,100800,0,0,353,0,0,0,0,0,0,0,60,2.1,0,0,24.1,77777,9,999999999,200,0.0830,0,88,999.000,999.0,99.0
+1988,9,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,13.9,68,100800,0,0,345,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,14.4,76,100800,0,0,341,0,0,0,0,0,0,0,330,1.5,0,0,24.1,77777,9,999999999,220,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,100800,0,0,333,0,0,0,0,0,0,0,330,1.5,0,0,24.1,77777,9,999999999,220,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,100800,0,0,330,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,100800,0,0,327,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,100900,0,0,332,0,0,0,0,0,0,0,40,2.1,0,0,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,100900,0,0,336,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,209,0.0830,0,88,999.000,999.0,99.0
+1988,9,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,14.4,78,101000,130,1290,344,35,38,30,3800,2200,3500,630,10,1.5,1,1,19.3,77777,9,999999999,220,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.6,64,101000,423,1346,361,209,339,102,21900,30400,12300,1910,20,2.6,0,0,19.3,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,16.1,51,101100,695,1346,383,422,512,157,45200,51600,18400,3330,360,3.1,0,0,19.3,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,15.0,43,101100,926,1346,391,639,639,198,66700,64200,22400,5290,90,4.6,0,0,24.1,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,12.8,37,101100,1098,1346,405,692,517,268,74800,54000,30500,10180,60,5.2,3,3,24.1,77777,9,999999999,200,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,13.9,39,101000,1201,1346,412,838,568,329,90000,59400,36800,17200,70,5.2,4,4,24.1,77777,9,999999999,209,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,13.3,34,100900,1226,1346,417,869,650,273,91400,65800,31300,15320,40,4.6,3,3,24.1,77777,9,999999999,209,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,14.4,35,100900,1173,1346,429,739,492,308,79600,51400,34600,14590,80,4.1,5,5,24.1,77777,9,999999999,220,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,13.9,33,100800,1045,1346,428,672,451,319,70700,46900,34200,10910,90,3.6,4,4,24.1,77777,9,999999999,209,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,13.9,34,100700,851,1346,421,546,470,247,57200,48300,26600,6210,110,2.6,3,3,24.1,77777,9,999999999,209,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.0,39,100700,604,1346,420,315,323,169,33700,32800,18900,3620,140,4.6,5,4,24.1,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,15.0,40,100700,321,1346,414,129,181,85,13600,14800,10100,1630,110,3.1,3,3,19.3,77777,9,999999999,220,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,15.0,44,100800,51,819,395,17,7,16,1800,400,1800,400,140,2.6,1,1,19.3,77777,9,999999999,220,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,15.6,52,100900,0,0,377,0,0,0,0,0,0,0,80,2.6,0,0,19.3,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,16.1,60,100900,0,0,369,0,0,0,0,0,0,0,60,2.1,0,0,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,16.1,66,101000,0,0,361,0,0,0,0,0,0,0,90,2.1,0,0,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,16.1,76,101000,0,0,351,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,101000,0,0,348,0,0,0,0,0,0,0,40,1.5,0,0,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101000,0,0,345,0,0,0,0,0,0,0,70,1.5,0,0,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101000,0,0,349,0,0,0,0,0,0,0,360,1.5,1,1,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101000,0,0,346,0,0,0,0,0,0,0,60,2.1,1,1,16.1,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101000,0,0,351,0,0,0,0,0,0,0,60,2.6,2,2,16.1,77777,9,999999999,240,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101000,0,0,334,0,0,0,0,0,0,0,40,2.1,0,0,16.1,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101100,0,0,332,0,0,0,0,0,0,0,40,2.6,0,0,16.1,77777,9,999999999,229,0.2810,0,88,999.000,999.0,99.0
+1988,9,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.0,84,101100,128,1268,336,56,235,29,5400,13400,4000,510,40,2.6,0,0,16.1,77777,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,14.4,68,101200,421,1346,349,249,611,57,25600,55100,8400,1130,80,4.1,0,0,19.3,77777,9,999999999,220,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,11.7,48,101200,693,1346,359,478,769,81,50600,75900,11400,1810,90,4.1,0,0,24.1,77777,9,999999999,189,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,11.7,42,101200,924,1346,370,687,852,99,71000,84800,12700,2340,90,4.6,0,0,24.1,77777,9,999999999,189,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,11.7,39,101200,1096,1346,375,836,886,111,86100,88700,13800,3460,90,4.1,0,0,24.1,77777,9,999999999,189,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,12.8,38,101100,1198,1346,385,932,911,118,95900,91300,14400,4910,180,2.6,0,0,24.1,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,12.8,34,101000,1223,1346,397,956,916,120,98300,91900,14600,5500,310,4.1,0,0,24.1,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,12.8,33,100900,1170,1346,399,910,908,116,93500,91000,14200,4400,250,2.6,0,0,24.1,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,13.3,34,100700,1041,1346,400,792,880,108,81700,88000,13500,3010,180,2.1,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,13.3,33,100700,846,1346,403,618,828,94,65900,83300,13400,2380,220,3.1,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,13.9,37,100700,598,1346,395,402,734,73,42000,71000,10400,1550,140,4.6,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,13.3,38,100700,315,1346,389,173,527,47,17800,43300,7700,890,120,4.6,0,0,19.3,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.0,49,100700,47,774,379,30,90,19,2600,3500,2400,330,140,3.6,0,0,19.3,77777,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,15.6,56,100800,0,0,372,0,0,0,0,0,0,0,60,2.6,0,0,19.3,77777,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,15.6,64,100900,0,0,361,0,0,0,0,0,0,0,80,2.6,0,0,19.3,77777,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,15.6,68,100900,0,0,355,0,0,0,0,0,0,0,80,3.1,0,0,19.3,77777,9,999999999,229,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,13.9,64,100900,0,0,351,0,0,0,0,0,0,0,120,3.6,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,13.9,66,100900,0,0,348,0,0,0,0,0,0,0,70,2.6,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,13.3,68,100900,0,0,342,0,0,0,0,0,0,0,60,2.6,0,0,19.3,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,13.3,75,100800,0,0,335,0,0,0,0,0,0,0,50,2.1,0,0,19.3,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,100800,0,0,329,0,0,0,0,0,0,0,40,2.1,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,100800,0,0,325,0,0,0,0,0,0,0,20,2.1,0,0,19.3,77777,9,999999999,209,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,100800,0,0,322,0,0,0,0,0,0,0,20,2.1,0,0,19.3,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,100800,0,0,319,0,0,0,0,0,0,0,0,0.0,1,0,19.3,77777,9,999999999,200,0.0920,0,88,999.000,999.0,99.0
+1988,9,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,13.3,84,100900,126,1268,327,45,64,38,4900,3600,4500,790,40,2.6,2,0,19.3,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,12.8,66,100900,418,1347,341,218,404,91,23000,36200,11700,1690,80,3.1,0,0,19.3,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,12.2,52,101000,691,1347,357,446,597,138,46200,58600,16100,2900,70,2.6,0,0,19.3,77777,9,999999999,189,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,11.1,41,101000,922,1347,369,657,704,172,69000,71200,20200,4640,80,3.6,0,0,19.3,77777,9,999999999,179,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,10.0,34,101000,1094,1347,376,814,759,195,86600,77500,23500,7280,50,3.6,0,0,19.3,77777,9,999999999,170,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,11.7,36,100900,1195,1347,383,907,785,207,97100,80500,25500,10430,60,6.2,0,0,19.3,77777,9,999999999,189,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,12.8,35,100800,1220,1347,394,929,790,210,99600,81000,26000,11630,140,2.6,0,0,19.3,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,12.8,33,100700,1166,1347,399,879,777,204,94000,79600,24900,9310,160,3.1,0,0,24.1,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,12.2,29,100600,1037,1347,404,762,741,188,80700,75500,22400,6190,100,4.6,0,0,24.1,77777,9,999999999,189,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,11.7,27,100500,842,1347,410,583,671,161,61000,67400,18700,3910,60,3.6,0,0,24.1,77777,9,999999999,189,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,12.8,32,100500,593,1347,403,363,541,122,37200,51800,14400,2400,100,4.6,0,0,24.1,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,12.8,35,100600,309,1347,394,141,294,72,14600,23500,9200,1310,130,4.1,0,0,24.1,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,13.3,42,100600,44,752,380,22,13,20,2300,700,2200,480,130,3.1,0,0,24.1,77777,9,999999999,200,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,13.9,49,100700,0,0,373,0,0,0,0,0,0,0,100,3.1,0,0,19.3,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,14.4,64,100800,0,0,354,0,0,0,0,0,0,0,10,1.5,0,0,19.3,77777,9,999999999,220,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,14.4,68,100800,0,0,349,0,0,0,0,0,0,0,40,1.5,0,0,19.3,77777,9,999999999,220,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,14.4,68,100900,0,0,349,0,0,0,0,0,0,0,60,2.1,0,0,19.3,77777,9,999999999,220,0.2270,0,88,999.000,999.0,99.0
+1988,9,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,14.4,81,100800,0,0,336,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,220,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,14.4,84,100800,0,0,333,0,0,0,0,0,0,0,320,2.1,0,0,16.1,77777,9,999999999,220,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,100800,0,0,327,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,100800,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.3,81,100700,0,0,329,0,0,0,0,0,0,0,350,2.1,0,0,16.1,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,100800,0,0,325,0,0,0,0,0,0,0,280,2.1,0,0,16.1,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,100900,0,0,335,0,0,0,0,0,0,0,270,1.5,3,2,19.3,77777,9,999999999,209,0.2270,0,88,999.000,999.0,99.0
+1988,9,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,13.9,81,100900,123,1247,339,41,71,33,4300,3500,3900,590,100,1.5,4,1,19.3,77777,9,999999999,209,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,14.4,66,101000,416,1348,358,212,382,93,22300,34100,11700,1730,20,3.6,4,1,19.3,77777,9,999999999,220,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,14.4,50,101000,689,1348,373,450,620,132,46900,61000,15600,2790,50,4.1,3,0,16.1,77777,9,999999999,220,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.9,43,101000,919,1348,384,655,716,164,69100,72600,19500,4440,40,5.7,3,0,19.3,77777,9,999999999,209,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,13.3,37,101000,1091,1348,391,811,769,186,86600,78700,22700,6920,30,6.7,3,0,19.3,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,13.3,35,100900,1193,1348,397,905,797,197,93800,79700,23000,8780,50,4.1,3,0,19.3,77777,9,999999999,209,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,12.8,32,100800,1217,1348,403,931,814,192,96900,81700,23000,9520,60,6.2,2,0,19.3,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,12.8,29,100700,1163,1348,411,878,790,194,90800,79000,22500,7750,10,5.7,3,0,19.3,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,10.6,24,100600,1033,1348,411,767,754,186,81300,76800,22200,6070,20,4.1,4,0,24.1,77777,9,999999999,170,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,10.0,23,100600,837,1348,410,589,688,159,61600,69100,18600,3850,40,5.7,4,0,24.1,77777,9,999999999,170,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,9.4,23,100600,588,1348,406,369,584,112,38100,56100,13600,2230,50,5.2,2,0,24.1,77777,9,999999999,160,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,9.4,25,100600,303,1348,401,145,344,66,15100,27300,9000,1190,40,3.6,1,0,24.1,77777,9,999999999,160,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,11.7,36,100600,41,730,383,22,21,20,2300,1200,2300,480,30,2.6,1,0,24.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,12.2,44,100700,0,0,371,0,0,0,0,0,0,0,50,2.6,0,0,24.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,12.2,50,100800,0,0,359,0,0,0,0,0,0,0,70,1.5,0,0,24.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,12.8,59,100900,0,0,349,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,12.8,59,100900,0,0,349,0,0,0,0,0,0,0,20,2.6,0,0,24.1,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,12.2,59,100900,0,0,346,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,12.2,63,100800,0,0,341,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.2,73,100800,0,0,331,0,0,0,0,0,0,0,290,1.5,0,0,16.1,77777,9,999999999,189,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,12.8,68,100700,0,0,339,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,100800,0,0,329,0,0,0,0,0,0,0,310,2.1,0,0,19.3,77777,9,999999999,200,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,100800,0,0,327,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,209,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.3,87,100800,0,0,325,0,0,0,0,0,0,0,280,2.1,0,0,19.3,77777,9,999999999,209,0.1820,0,88,999.000,999.0,99.0
+1988,9,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,14.4,87,100900,121,1247,331,40,36,36,4300,2000,4100,750,270,1.5,0,0,11.3,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,100900,414,1348,355,202,328,101,21100,29200,12100,1890,340,2.6,0,0,12.9,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.6,51,100900,687,1348,380,426,526,157,45400,52900,18400,3310,340,3.1,0,0,16.1,77777,9,999999999,240,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,13.9,39,100900,917,1348,392,636,640,199,66200,64200,22400,5220,360,4.1,0,0,19.3,77777,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,13.3,35,100900,1089,1348,397,795,700,226,83500,71000,26100,8190,330,3.6,0,0,19.3,77777,9,999999999,209,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,12.2,29,100700,1190,1348,404,890,732,241,94200,74400,28300,11720,10,4.1,0,0,19.3,77777,9,999999999,189,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,12.8,28,100700,1214,1348,422,852,639,274,89600,64600,31200,14440,340,4.1,1,1,19.3,77777,9,999999999,200,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,14.4,29,100600,1159,1348,430,789,641,235,83300,65200,27200,10320,10,4.6,1,1,24.1,77777,9,999999999,220,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,15.6,31,100500,1028,1348,442,738,667,227,77100,67300,25700,7160,320,3.1,3,3,19.3,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,15.6,32,100500,832,1348,442,509,371,278,54400,39500,29900,7170,40,3.6,4,4,19.3,77777,9,999999999,229,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,16.1,33,100500,582,1348,446,241,184,161,26400,18500,18400,3840,300,4.1,5,5,24.1,77777,9,999999999,240,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,16.1,37,100500,298,1348,437,85,58,72,9300,4800,8200,1860,310,3.1,5,5,19.3,77777,9,999999999,240,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,16.1,45,100500,38,708,418,15,1,15,1700,0,1700,520,300,2.6,7,5,19.3,4570,9,999999999,240,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,17.2,53,100600,0,0,419,0,0,0,0,0,0,0,310,2.1,7,7,19.3,1220,9,999999999,259,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,17.2,54,100600,0,0,444,0,0,0,0,0,0,0,220,2.6,10,10,19.3,1680,9,999999999,250,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,16.7,53,100700,0,0,407,0,0,0,0,0,0,0,210,4.6,5,5,19.3,77777,9,999999999,250,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,18.3,64,100700,0,0,378,0,0,0,0,0,0,0,260,3.1,0,0,19.3,77777,9,999999999,270,0.2870,0,88,999.000,999.0,99.0
+1988,9,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.9,71,100700,0,0,372,0,0,0,0,0,0,0,250,3.1,0,0,19.3,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,18.9,74,100800,0,0,370,0,0,0,0,0,0,0,240,2.1,0,0,19.3,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.9,76,100800,0,0,367,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,100800,0,0,356,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,100800,0,0,354,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,100900,0,0,356,0,0,0,0,0,0,0,170,2.1,0,0,16.1,77777,9,999999999,279,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,100900,0,0,367,0,0,0,0,0,0,0,260,1.5,1,1,16.1,77777,9,999999999,300,0.2870,0,88,999.000,999.0,99.0
+1988,9,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.0,87,101000,119,1226,363,50,165,31,5000,8500,4100,550,0,0.0,1,0,11.3,77777,9,999999999,300,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,101000,411,1349,375,233,550,64,24300,49100,9300,1230,240,3.1,0,0,11.3,77777,9,999999999,320,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,101100,684,1349,387,458,718,92,47600,70300,11800,1940,230,4.1,0,0,12.9,77777,9,999999999,320,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.1,65,101100,915,1349,403,657,805,109,69800,81100,14700,2890,190,5.2,1,1,16.1,77777,9,999999999,320,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,20.6,55,101100,1086,1349,414,770,776,142,81400,78400,18100,4900,170,4.1,1,1,19.3,77777,9,999999999,309,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.6,52,101100,1187,1349,426,821,715,189,88400,73500,23500,9240,210,4.6,2,2,19.3,77777,9,999999999,309,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,18.3,41,101100,1211,1349,432,878,778,176,92100,78400,21600,8600,240,4.6,2,2,19.3,77777,9,999999999,270,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,16.7,36,100900,1155,1349,438,830,729,203,88600,74600,24500,8900,170,4.6,3,3,24.1,77777,9,999999999,250,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,18.3,40,100900,1024,1349,447,653,562,224,68200,56700,25100,7010,180,5.2,5,5,24.1,77777,9,999999999,279,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,18.9,41,100900,827,1349,441,491,533,162,51200,53400,18400,3860,140,4.6,3,3,24.1,77777,9,999999999,279,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,19.4,47,100900,577,1349,422,346,575,98,36000,55300,12300,1980,170,6.2,2,1,24.1,77777,9,999999999,290,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,19.4,50,101000,292,1349,408,146,420,54,14900,33100,7700,980,160,5.7,2,0,24.1,77777,9,999999999,290,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,20.0,59,101000,35,686,397,22,40,17,2100,1200,2000,290,130,4.6,2,0,24.1,77777,9,999999999,300,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,21.1,69,101100,0,0,389,0,0,0,0,0,0,0,140,4.6,1,0,19.3,77777,9,999999999,320,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,21.7,77,101100,0,0,384,0,0,0,0,0,0,0,130,4.1,0,0,19.3,77777,9,999999999,329,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.2,82,101200,0,0,382,0,0,0,0,0,0,0,130,3.6,0,0,12.9,77777,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101200,0,0,380,0,0,0,0,0,0,0,140,3.1,0,0,12.9,77777,9,999999999,359,0.1180,0,88,999.000,999.0,99.0
+1988,9,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101200,0,0,371,0,0,0,0,0,0,0,100,2.1,0,0,12.9,77777,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101200,0,0,371,0,0,0,0,0,0,0,60,3.1,0,0,11.3,77777,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101200,0,0,378,0,0,0,0,0,0,0,80,2.6,1,1,9.7,77777,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.8,97,101200,0,0,371,0,0,0,0,0,0,0,60,2.1,0,0,8.0,77777,9,999999999,359,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,101200,0,0,368,0,0,0,0,0,0,0,50,2.1,0,0,4.8,77777,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.2,97,101200,0,0,398,0,0,0,0,0,0,0,30,1.5,7,7,3.2,90,9,999999999,350,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,22.8,100,101300,0,0,405,0,0,0,0,0,0,0,70,2.6,8,8,0.1,77777,9,999999999,359,0.1180,0,88,999.000,999.0,99.0
+1988,9,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,23.9,100,101300,117,1226,422,17,4,16,1900,0,1900,610,80,3.1,9,9,0.1,77777,9,999999999,379,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101400,409,1350,422,128,53,112,14000,4800,12600,2990,80,3.6,9,9,0.6,77777,9,999999999,290,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,25.0,85,101400,682,1350,446,291,76,252,31900,7600,28000,7290,140,3.1,9,9,6.4,150,9,999999999,409,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,25.0,72,101400,912,1350,453,452,242,287,48800,26000,31200,7920,120,3.6,8,8,12.9,490,9,999999999,400,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,24.4,66,101400,1084,1350,459,575,321,316,63100,34800,35000,11110,80,5.2,8,8,24.1,3050,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,23.9,68,101400,1184,1350,451,335,162,192,38600,17700,23000,8200,90,5.7,8,8,24.1,760,9,999999999,379,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.8,56,101300,1207,1350,456,466,117,361,51800,12500,40600,16880,120,6.2,7,7,24.1,7620,9,999999999,359,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.7,67,101300,1151,1350,435,351,137,233,39700,15000,26900,9200,230,4.1,8,8,24.1,7620,9,999999999,329,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,23.3,91,101200,1020,1350,418,343,244,158,38600,25600,19300,4890,220,3.6,9,8,19.3,610,9,999999999,370,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,24.4,85,101200,822,1350,432,429,240,282,46700,25100,31400,7690,200,2.6,8,8,24.1,7620,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,24.4,70,101200,571,1350,445,226,98,184,24700,9600,20700,5170,140,3.1,7,7,24.1,7620,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,24.4,75,101200,286,1350,438,72,64,58,7900,5200,6800,1250,100,4.6,7,7,24.1,2440,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,24.4,80,101200,32,641,432,14,5,14,1600,300,1600,350,120,5.2,7,7,19.3,7620,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,24.4,85,101300,0,0,414,0,0,0,0,0,0,0,120,4.1,4,4,19.3,77777,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,25.0,88,101300,0,0,421,0,0,0,0,0,0,0,140,3.1,7,6,16.1,3050,9,999999999,400,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101400,0,0,401,0,0,0,0,0,0,0,90,3.1,3,2,16.1,77777,9,999999999,409,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,24.4,91,101400,0,0,404,0,0,0,0,0,0,0,100,2.6,3,3,16.1,77777,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,24.4,97,101400,0,0,394,0,0,0,0,0,0,0,50,2.1,3,2,16.1,77777,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,24.4,97,101400,0,0,398,0,0,0,0,0,0,0,110,2.1,3,3,9.7,77777,9,999999999,390,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.9,97,101400,0,0,401,0,0,0,0,0,0,0,10,2.1,6,5,12.9,7620,9,999999999,379,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.9,100,101300,0,0,413,0,0,0,0,0,0,0,50,2.1,10,8,9.7,7620,9,999999999,379,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,23.3,97,101400,0,0,433,0,0,0,0,0,0,0,360,2.1,10,10,0.1,0,9,999999999,370,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,23.3,100,101400,0,0,429,0,0,0,0,0,0,0,360,2.1,10,10,0.1,0,9,999999999,370,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,23.3,100,101400,0,0,429,0,0,0,0,0,0,0,20,2.1,10,10,0.2,0,9,999999999,370,0.1370,0,88,999.000,999.0,99.0
+1988,9,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,23.9,100,101500,114,1204,434,29,10,28,3200,600,3100,690,40,3.1,10,10,0.2,30,9,999999999,379,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,24.4,100,101500,407,1351,437,69,1,69,8100,0,8100,2810,80,3.1,10,10,0.4,30,9,999999999,390,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,25.0,94,101500,680,1351,448,208,10,203,23600,800,23200,8050,20,2.1,10,10,4.8,90,9,999999999,409,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.9,72,101500,910,1351,437,488,395,221,52300,40900,24700,5860,90,3.6,7,7,16.1,370,9,999999999,379,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,23.3,61,101500,1081,1351,441,658,510,248,71400,53300,28700,8920,100,3.6,5,5,19.3,77777,9,999999999,370,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,21.7,54,101400,1181,1351,441,636,336,341,70200,36600,38200,15070,70,3.1,6,5,19.3,3050,9,999999999,340,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,21.7,50,101300,1204,1351,452,813,559,312,87700,58500,35400,16190,120,3.1,7,6,19.3,3660,9,999999999,329,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,21.1,46,101200,1147,1351,454,770,621,240,81100,63000,27500,10090,120,3.1,5,5,19.3,77777,9,999999999,320,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,20.6,46,101100,1015,1351,459,593,431,267,63200,44800,29400,8440,90,4.1,8,7,24.1,3050,9,999999999,309,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,20.6,46,101100,817,1351,450,466,505,159,50800,52000,19300,3700,120,4.6,5,5,24.1,77777,9,999999999,309,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.8,56,101100,566,1351,443,272,281,153,29100,28100,17300,3200,120,6.2,4,4,19.3,77777,9,999999999,359,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,23.3,65,101100,280,1351,428,125,291,63,12900,22200,8300,1140,140,4.6,4,3,19.3,77777,9,999999999,370,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101100,29,619,422,12,7,12,1400,400,1300,300,130,3.1,5,4,19.3,77777,9,999999999,370,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,22.8,72,101200,0,0,405,0,0,0,0,0,0,0,140,3.6,3,1,19.3,77777,9,999999999,350,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,22.8,74,101200,0,0,395,0,0,0,0,0,0,0,150,3.1,0,0,16.1,77777,9,999999999,350,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,22.8,77,101200,0,0,391,0,0,0,0,0,0,0,160,2.6,0,0,16.1,77777,9,999999999,359,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101200,0,0,398,0,0,0,0,0,0,0,140,2.6,2,2,16.1,77777,9,999999999,359,0.1420,0,88,999.000,999.0,99.0
+1988,9,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101200,0,0,380,0,0,0,0,0,0,0,350,2.1,1,0,16.1,77777,9,999999999,359,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101200,0,0,377,0,0,0,0,0,0,0,360,1.5,1,0,16.1,77777,9,999999999,359,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101200,0,0,378,0,0,0,0,0,0,0,0,0.0,3,1,12.9,77777,9,999999999,350,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,101100,0,0,375,0,0,0,0,0,0,0,0,0.0,3,1,12.9,77777,9,999999999,340,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.7,97,101100,0,0,372,0,0,0,0,0,0,0,0,0.0,3,1,11.3,77777,9,999999999,329,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.7,97,101100,0,0,372,0,0,0,0,0,0,0,0,0.0,2,1,8.0,77777,9,999999999,329,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.7,97,101100,0,0,377,0,0,0,0,0,0,0,30,2.1,3,2,3.2,77777,9,999999999,329,0.1420,0,88,999.000,999.0,99.0
+1988,9,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,22.2,97,101200,112,1205,375,46,158,28,4600,8100,3800,490,40,2.1,1,1,4.0,77777,9,999999999,350,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,23.3,88,101200,404,1351,384,215,517,59,22500,46000,8700,1140,40,2.6,0,0,9.7,77777,9,999999999,370,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101200,677,1351,401,451,715,91,46900,70000,11700,1910,30,3.1,0,0,12.9,77777,9,999999999,370,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.7,57,101200,907,1351,419,617,754,108,65500,75900,14300,2830,90,4.6,1,1,19.3,77777,9,999999999,329,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.0,50,101200,1078,1351,430,727,677,184,77500,69200,22100,6600,110,3.6,3,3,24.1,77777,9,999999999,300,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,20.0,46,101100,1178,1351,442,778,669,192,83500,68700,23500,9040,110,4.6,4,4,24.1,77777,9,999999999,300,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,18.9,40,101000,1200,1351,444,868,825,131,88900,82600,15300,5180,140,5.2,3,3,24.1,77777,9,999999999,279,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.6,17.8,35,100900,1143,1351,449,725,577,234,76400,58600,26700,9730,110,4.6,3,3,24.1,77777,9,999999999,270,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.6,17.2,34,100900,1011,1351,448,714,732,164,76200,74900,20000,5160,100,3.6,3,3,24.1,77777,9,999999999,259,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,17.2,35,100800,812,1351,445,487,527,168,52600,54200,20000,3910,120,3.6,3,3,24.1,77777,9,999999999,259,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,17.8,37,100800,560,1351,438,334,578,92,34800,55400,11800,1850,130,5.2,2,2,24.1,77777,9,999999999,259,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,18.9,42,100700,274,1351,427,124,285,66,12900,21500,8500,1200,110,4.1,1,1,24.1,77777,9,999999999,279,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.0,50,100800,27,597,412,18,33,14,1700,900,1600,240,130,3.6,0,0,24.1,77777,9,999999999,300,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,30.0,20.6,57,100900,0,0,403,0,0,0,0,0,0,0,120,4.1,0,0,19.3,77777,9,999999999,309,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,21.1,65,100900,0,0,395,0,0,0,0,0,0,0,70,2.1,0,0,16.1,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,21.7,74,100900,0,0,387,0,0,0,0,0,0,0,340,1.5,0,0,16.1,77777,9,999999999,329,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,21.7,79,100900,0,0,382,0,0,0,0,0,0,0,40,2.1,0,0,11.3,77777,9,999999999,329,0.1150,0,88,999.000,999.0,99.0
+1988,9,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.7,87,100900,0,0,373,0,0,0,0,0,0,0,320,2.6,0,0,11.3,77777,9,999999999,329,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,373,0,0,0,0,0,0,0,360,2.1,0,0,12.9,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,373,0,0,0,0,0,0,0,40,2.1,0,0,12.9,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,367,0,0,0,0,0,0,0,10,2.1,0,0,16.1,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100800,0,0,379,0,0,0,0,0,0,0,20,1.5,2,2,16.1,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100800,0,0,374,0,0,0,0,0,0,0,30,2.6,2,1,12.9,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,383,0,0,0,0,0,0,0,60,2.6,3,3,12.9,77777,9,999999999,320,0.1150,0,88,999.000,999.0,99.0
+1988,9,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,100900,110,1183,382,50,141,33,4800,7100,4100,590,60,3.1,2,2,8.0,77777,9,999999999,329,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.2,90,100900,402,1352,386,193,410,71,20000,36100,9200,1330,30,4.1,3,2,11.3,77777,9,999999999,340,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.2,70,100900,675,1352,414,393,505,140,42300,50700,16900,2900,50,4.6,5,3,12.9,77777,9,999999999,340,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,22.2,61,100900,905,1352,433,523,491,192,56600,50900,22500,5000,70,5.7,7,5,12.9,7620,9,999999999,340,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.1,50,100900,1075,1352,470,389,89,317,42800,9100,35600,12850,80,8.8,10,9,16.1,7620,9,999999999,320,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,100900,1175,1352,479,298,3,295,35500,300,35300,13790,90,7.2,10,10,16.1,3050,9,999999999,309,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,21.1,52,100900,1197,1352,480,329,8,321,39000,700,38400,14760,90,9.3,10,10,19.3,1520,9,999999999,320,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.7,52,100800,1139,1352,485,410,4,407,47600,400,47200,17080,70,7.7,10,10,16.1,3050,9,999999999,329,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,21.7,67,100800,1006,1352,457,195,6,190,23500,500,23100,9310,110,10.3,10,10,1.0,850,9,999999999,329,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,24.4,94,100800,807,1352,444,140,5,137,16800,400,16600,6500,90,4.1,10,10,9.7,3050,9,999999999,390,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,25.0,91,100700,555,1352,452,183,1,182,20400,100,20300,6590,70,2.6,10,10,16.1,4270,9,999999999,400,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.8,85,100900,268,1352,442,49,3,49,5700,100,5700,1840,80,5.2,10,10,16.1,4270,9,999999999,359,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,23.3,94,100900,24,575,436,6,0,6,700,0,700,230,50,3.6,10,10,12.9,700,9,999999999,370,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.3,94,100900,0,0,436,0,0,0,0,0,0,0,60,5.2,10,10,11.3,2440,9,999999999,370,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101000,0,0,432,0,0,0,0,0,0,0,50,4.6,10,10,11.3,3660,9,999999999,359,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101000,0,0,432,0,0,0,0,0,0,0,60,4.6,10,10,16.1,3660,9,999999999,359,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.3,94,100900,0,0,424,0,0,0,0,0,0,0,60,5.7,10,9,16.1,3660,9,999999999,370,0.0960,0,88,999.000,999.0,99.0
+1988,9,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.3,94,100900,0,0,436,0,0,0,0,0,0,0,60,5.2,10,10,16.1,2440,9,999999999,370,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.3,91,100900,0,0,439,0,0,0,0,0,0,0,60,5.2,10,10,12.9,340,9,999999999,370,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.9,94,100900,0,0,440,0,0,0,0,0,0,0,60,5.7,10,10,12.9,310,9,999999999,379,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.9,94,100800,0,0,440,0,0,0,0,0,0,0,80,5.2,10,10,12.9,310,9,999999999,379,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.9,91,100800,0,0,444,0,0,0,0,0,0,0,70,5.7,10,10,12.9,310,9,999999999,379,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.9,94,100800,0,0,440,0,0,0,0,0,0,0,60,4.1,10,10,11.3,340,9,999999999,379,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,23.9,97,100900,0,0,436,0,0,0,0,0,0,0,70,3.6,10,10,11.3,340,9,999999999,379,0.0960,0,88,999.000,999.0,99.0
+1988,9,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,23.9,94,100900,108,1184,440,26,0,26,2900,0,2900,900,60,5.7,10,10,8.0,340,9,999999999,379,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,23.9,91,101000,399,1353,444,102,1,102,11500,100,11500,3750,70,5.7,10,10,11.3,370,9,999999999,379,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,24.4,94,101000,673,1353,444,127,0,127,15000,0,15000,5640,60,4.1,10,10,9.7,340,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,24.4,88,101000,902,1353,451,297,1,296,34000,100,34000,12310,40,5.2,10,10,12.9,270,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,24.4,85,101000,1073,1353,454,354,0,354,41100,0,41100,15250,80,4.6,10,10,16.1,370,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,24.4,80,101100,1172,1353,461,442,1,442,51200,100,51100,18150,80,6.2,10,10,16.1,520,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,24.4,72,101000,1193,1353,471,411,2,410,48100,200,47900,17450,80,6.2,10,10,16.1,850,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,23.9,68,100900,1135,1353,474,384,1,383,44700,100,44600,16410,60,5.2,10,10,19.3,2440,9,999999999,379,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,24.4,68,100900,1001,1353,478,369,0,368,42100,0,42100,15050,80,5.7,10,10,24.1,2440,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,23.9,66,100900,801,1353,464,233,54,201,25700,5400,22500,6760,100,6.7,10,9,24.1,610,9,999999999,379,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,24.4,72,100900,549,1353,471,155,113,108,17200,11300,12700,2540,100,4.6,10,10,19.3,610,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,24.4,75,101000,262,1353,467,53,4,52,6000,100,6000,1910,100,4.6,10,10,24.1,610,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,24.4,85,101000,22,530,454,6,0,6,700,0,700,230,70,3.6,10,10,19.3,610,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,24.4,91,101000,0,0,447,0,0,0,0,0,0,0,50,5.2,10,10,19.3,610,9,999999999,390,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101100,0,0,448,0,0,0,0,0,0,0,70,3.6,10,10,19.3,610,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,25.0,97,101100,0,0,445,0,0,0,0,0,0,0,60,5.2,10,10,16.1,460,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101100,0,0,448,0,0,0,0,0,0,0,80,5.2,10,10,12.9,460,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,25.0,97,101100,0,0,445,0,0,0,0,0,0,0,70,6.2,10,10,12.9,460,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101100,0,0,436,0,0,0,0,0,0,0,90,4.6,9,9,12.9,460,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101000,0,0,427,0,0,0,0,0,0,0,70,5.2,8,8,12.9,460,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.0,94,101000,0,0,436,0,0,0,0,0,0,0,70,4.1,9,9,12.9,760,9,999999999,400,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.6,97,101000,0,0,449,0,0,0,0,0,0,0,90,4.1,10,10,12.9,760,9,999999999,419,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,25.6,97,101100,0,0,436,0,0,0,0,0,0,0,100,3.6,9,9,12.9,760,9,999999999,419,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,25.6,94,101100,0,0,452,0,0,0,0,0,0,0,90,4.1,10,10,12.9,460,9,999999999,419,0.1530,0,88,999.000,999.0,99.0
+1988,9,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,25.6,94,101100,105,1162,440,24,8,23,2600,500,2600,580,110,4.1,9,9,11.3,460,9,999999999,419,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,25.6,88,101200,397,1354,459,87,5,86,10000,300,9900,3300,120,6.2,10,10,12.9,490,9,999999999,419,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,25.6,80,101200,670,1354,456,239,75,202,26300,7400,22600,6080,120,7.2,9,9,16.1,460,9,999999999,419,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,24.4,70,101200,900,1354,462,372,103,303,40900,10500,33900,10310,120,8.2,9,9,19.3,550,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,24.4,66,101200,1070,1354,459,454,123,357,50000,13100,39600,12570,130,10.3,9,8,19.3,700,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,23.9,61,101200,1168,1354,461,531,177,377,58600,18900,42200,15890,120,8.2,9,8,24.1,850,9,999999999,379,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,23.9,61,101100,1189,1354,448,769,572,264,80800,57900,29800,12510,140,8.2,7,6,24.1,7620,9,999999999,370,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,23.9,61,101100,1131,1354,448,742,597,241,78000,60500,27400,9590,140,7.7,7,6,24.1,7620,9,999999999,370,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,23.3,61,101000,996,1354,450,582,337,332,62800,36400,36000,10260,130,8.2,8,7,19.3,1070,9,999999999,359,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,23.3,63,101000,796,1354,441,387,287,217,41900,30500,24000,5220,130,8.8,8,6,19.3,7620,9,999999999,359,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,23.3,68,101000,543,1354,431,247,190,170,26800,18700,19300,3990,130,8.8,9,5,19.3,7620,9,999999999,370,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.9,72,101000,256,1354,428,104,166,72,10900,12100,8600,1380,130,7.2,10,5,19.3,77777,9,999999999,379,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.9,77,101000,20,508,422,12,5,12,0,0,0,0,120,6.7,10,5,16.1,77777,9,999999999,379,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,24.4,80,101100,0,0,420,0,0,0,0,0,0,0,130,5.2,9,4,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,24.4,85,101100,0,0,410,0,0,0,0,0,0,0,110,4.1,10,3,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,24.4,85,101100,0,0,406,0,0,0,0,0,0,0,110,4.1,8,2,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,25.0,91,101100,0,0,408,0,0,0,0,0,0,0,100,4.1,4,3,16.1,77777,9,999999999,409,0.1260,0,88,999.000,999.0,99.0
+1988,9,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,25.0,91,101100,0,0,408,0,0,0,0,0,0,0,110,4.1,6,3,16.1,77777,9,999999999,409,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,24.4,91,101100,0,0,404,0,0,0,0,0,0,0,110,3.1,6,3,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,24.4,88,101100,0,0,411,0,0,0,0,0,0,0,120,4.1,4,4,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,23.9,85,101000,0,0,410,0,0,0,0,0,0,0,140,4.6,4,4,16.1,77777,9,999999999,379,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,24.4,88,101000,0,0,398,0,0,0,0,0,0,0,120,3.6,3,1,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,24.4,88,101000,0,0,404,0,0,0,0,0,0,0,130,4.6,5,2,16.1,77777,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,24.4,88,101000,0,0,414,0,0,0,0,0,0,0,140,4.1,7,5,16.1,7620,9,999999999,390,0.1260,0,88,999.000,999.0,99.0
+1988,9,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.9,82,101100,103,1140,420,31,7,30,3400,0,3400,1000,150,5.2,10,6,11.3,7620,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,25.0,82,101100,394,1354,427,127,51,112,13900,4600,12600,2940,140,5.2,10,6,16.1,7620,9,999999999,400,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101100,667,1354,440,257,84,216,28300,8400,24100,6390,140,8.2,10,8,19.3,580,9,999999999,370,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,22.8,63,101100,897,1354,450,306,133,217,34100,14100,24700,6260,140,7.2,10,8,19.3,7620,9,999999999,350,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,22.8,59,101000,1067,1354,449,451,199,293,49600,21600,32500,9840,160,7.2,10,7,19.3,7620,9,999999999,350,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,22.2,57,101000,1165,1354,455,546,180,390,60100,19200,43500,16300,170,6.2,10,8,19.3,7620,9,999999999,340,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.2,56,100900,1185,1354,451,661,358,345,72800,39000,38600,15320,150,6.2,10,7,19.3,7620,9,999999999,350,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.8,56,100800,1126,1354,446,591,289,349,64600,31400,38500,13430,160,7.2,10,5,19.3,77777,9,999999999,359,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.8,56,100700,992,1354,456,586,347,330,63200,37400,35700,10120,150,6.7,10,7,24.1,910,9,999999999,359,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,23.3,59,100700,791,1354,453,346,188,235,37900,19700,26400,6260,170,6.2,9,7,24.1,910,9,999999999,359,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,23.3,63,100700,537,1354,441,194,103,153,21200,10100,17200,3580,160,7.2,9,6,24.1,760,9,999999999,359,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.3,70,100700,250,1354,431,67,41,60,7400,3200,6800,1520,140,6.7,9,6,19.3,7620,9,999999999,370,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.3,74,100700,17,485,415,10,1,10,0,0,0,0,150,5.7,8,3,19.3,77777,9,999999999,359,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,23.9,77,100800,0,0,438,0,0,0,0,0,0,0,160,3.6,8,8,16.1,610,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,24.4,82,100900,0,0,429,0,0,0,0,0,0,0,170,4.1,9,7,19.3,460,9,999999999,390,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,24.4,85,100900,0,0,410,0,0,0,0,0,0,0,180,4.1,7,3,19.3,77777,9,999999999,390,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,24.4,88,100800,0,0,398,0,0,0,0,0,0,0,170,4.1,4,1,19.3,77777,9,999999999,390,0.2420,0,88,999.000,999.0,99.0
+1988,9,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.9,88,100700,0,0,400,0,0,0,0,0,0,0,180,4.1,5,2,19.3,77777,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.9,88,100700,0,0,400,0,0,0,0,0,0,0,180,4.1,4,2,19.3,77777,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.9,88,100700,0,0,404,0,0,0,0,0,0,0,190,3.6,6,3,19.3,77777,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.9,88,100700,0,0,400,0,0,0,0,0,0,0,170,4.1,4,2,19.3,77777,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.9,91,100700,0,0,397,0,0,0,0,0,0,0,170,3.1,3,2,19.3,77777,9,999999999,379,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.3,91,100700,0,0,393,0,0,0,0,0,0,0,180,3.6,4,2,19.3,77777,9,999999999,370,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.3,91,100800,0,0,397,0,0,0,0,0,0,0,200,3.1,8,3,19.3,77777,9,999999999,370,0.2420,0,88,999.000,999.0,99.0
+1988,9,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,23.3,88,100900,101,1141,396,39,47,34,4200,2500,3900,710,210,3.6,6,2,12.9,77777,9,999999999,370,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,100900,392,1355,409,192,354,89,20200,30900,11200,1650,190,4.1,6,3,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.2,70,100900,665,1355,420,347,415,143,37200,41500,16800,2950,220,7.2,7,5,24.1,7620,9,999999999,340,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.7,57,101000,894,1355,435,448,243,287,48300,26000,31000,7770,200,6.2,7,5,24.1,7620,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,21.7,55,100900,1064,1355,435,697,532,277,74600,55500,30900,9590,190,6.2,5,4,24.1,77777,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.7,52,100900,1162,1355,442,777,633,231,82100,64400,26800,10080,210,6.2,5,4,24.1,77777,9,999999999,329,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,19.4,43,100800,1182,1355,445,761,592,242,80400,60100,27800,11210,200,5.7,7,4,24.1,7620,9,999999999,290,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,20.6,44,100700,1122,1355,457,647,434,286,69600,45300,32000,11360,170,4.1,8,6,24.1,1220,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,20.6,44,100700,987,1355,457,657,566,243,70500,58900,27500,7230,180,5.2,7,6,24.1,1220,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,20.6,47,100700,785,1355,443,430,450,167,46300,46100,19500,3790,200,5.7,6,4,24.1,7620,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,100700,531,1355,440,302,403,142,31300,38400,16200,2800,190,5.7,5,4,24.1,77777,9,999999999,309,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.1,55,100800,243,1355,428,97,220,57,10100,15700,7300,1030,190,5.2,4,3,24.1,77777,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.1,63,100800,15,463,411,9,8,8,0,0,0,0,190,3.6,3,2,24.1,77777,9,999999999,320,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,22.8,72,100900,0,0,397,0,0,0,0,0,0,0,190,4.6,0,0,24.1,77777,9,999999999,350,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,22.8,77,101000,0,0,391,0,0,0,0,0,0,0,170,4.1,0,0,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,23.3,82,101000,0,0,397,0,0,0,0,0,0,0,180,4.1,1,1,19.3,77777,9,999999999,370,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101000,0,0,386,0,0,0,0,0,0,0,170,3.6,0,0,19.3,77777,9,999999999,350,0.1250,0,88,999.000,999.0,99.0
+1988,9,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,101000,0,0,383,0,0,0,0,0,0,0,170,3.1,0,0,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.8,85,101100,0,0,396,0,0,0,0,0,0,0,180,4.1,2,2,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101000,0,0,400,0,0,0,0,0,0,0,220,2.1,4,4,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101100,0,0,393,0,0,0,0,0,0,0,230,1.5,4,3,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101100,0,0,396,0,0,0,0,0,0,0,190,3.1,3,3,19.3,77777,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101200,0,0,403,0,0,0,0,0,0,0,190,2.1,6,5,19.3,7620,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101200,0,0,399,0,0,0,0,0,0,0,180,3.1,6,5,19.3,7620,9,999999999,359,0.1250,0,88,999.000,999.0,99.0
+1988,9,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,23.3,91,101300,99,1119,403,27,2,26,3000,0,3000,890,150,3.1,6,5,19.3,3050,9,999999999,370,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.9,82,101300,389,1356,410,151,184,98,16100,16300,11400,1900,210,4.1,4,3,19.3,77777,9,999999999,379,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101400,662,1356,429,209,74,173,23000,7300,19400,5320,210,4.6,7,6,24.1,3050,9,999999999,370,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.2,59,101400,891,1356,436,492,286,303,52700,30600,32600,8270,210,4.6,6,5,24.1,7620,9,999999999,340,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.7,57,101400,1061,1356,435,633,383,331,68900,41500,36300,11170,180,3.1,6,5,24.1,7620,9,999999999,329,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,21.1,49,101400,1158,1356,447,671,348,372,73300,37800,40900,15460,200,2.1,6,5,24.1,7620,9,999999999,320,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,19.4,41,101300,1178,1356,455,708,432,331,75600,45100,36300,15520,180,3.6,6,6,24.1,1010,9,999999999,290,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,18.9,39,101200,1118,1356,454,722,465,336,76300,48400,36200,13310,190,4.6,5,5,24.1,77777,9,999999999,290,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,18.9,39,101200,982,1356,454,574,440,253,61200,45700,28000,7480,140,3.1,5,5,24.1,77777,9,999999999,290,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,22.2,49,101200,780,1356,452,477,464,209,50200,47300,22900,4820,130,5.2,4,4,24.1,77777,9,999999999,340,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.2,56,101200,526,1356,435,276,352,139,29600,34500,16100,2850,130,5.7,3,3,24.1,77777,9,999999999,350,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,22.2,63,101200,237,1356,419,67,86,51,7300,6400,6200,1090,130,5.7,2,2,24.1,77777,9,999999999,340,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.7,65,101300,13,418,412,4,0,4,0,0,0,0,160,4.6,2,2,24.1,77777,9,999999999,329,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,22.2,72,101300,0,0,407,0,0,0,0,0,0,0,190,4.6,2,2,24.1,77777,9,999999999,350,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,22.8,79,101400,0,0,389,0,0,0,0,0,0,0,140,3.1,0,0,24.1,77777,9,999999999,359,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101400,0,0,386,0,0,0,0,0,0,0,160,3.1,0,0,24.1,77777,9,999999999,359,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.2,82,101400,0,0,382,0,0,0,0,0,0,0,160,2.6,0,0,24.1,77777,9,999999999,350,0.3050,0,88,999.000,999.0,99.0
+1988,9,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.2,85,101400,0,0,379,0,0,0,0,0,0,0,150,2.6,0,0,24.1,77777,9,999999999,350,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101400,0,0,380,0,0,0,0,0,0,0,170,3.1,0,0,19.3,77777,9,999999999,359,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,101400,0,0,368,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,340,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.1,94,101400,0,0,371,0,0,0,0,0,0,0,0,0.0,1,1,19.3,77777,9,999999999,320,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101400,0,0,377,0,0,0,0,0,0,0,0,0.0,3,3,19.3,77777,9,999999999,309,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101500,0,0,377,0,0,0,0,0,0,0,0,0.0,3,3,19.3,77777,9,999999999,309,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.6,97,101600,0,0,365,0,0,0,0,0,0,0,0,0.0,1,1,19.3,77777,9,999999999,309,0.3050,0,88,999.000,999.0,99.0
+1988,9,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,21.1,94,101600,97,1119,371,31,60,24,3200,2700,2900,420,0,0.0,1,1,16.1,77777,9,999999999,329,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,23.3,85,101700,386,1357,394,199,444,71,20400,38500,9400,1310,70,2.6,1,1,16.1,77777,9,999999999,370,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.8,67,101700,660,1357,420,410,568,132,42400,55400,15400,2700,120,2.1,3,3,24.1,77777,9,999999999,350,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.2,59,101700,889,1357,429,566,611,163,59400,61700,18900,4180,110,3.1,3,3,24.1,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.2,59,101700,1058,1357,429,623,440,279,66600,45800,30800,9520,110,3.1,3,3,24.1,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.1,50,101600,1155,1357,448,679,485,264,73900,50800,30600,11390,160,2.6,7,6,24.1,1010,9,999999999,320,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,101500,1174,1357,443,781,567,288,84500,59300,33100,13210,150,4.1,5,5,24.1,77777,9,999999999,320,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,21.7,50,101400,1113,1357,441,788,678,229,83000,68800,26400,8670,160,5.2,3,3,24.1,77777,9,999999999,329,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,21.7,50,101400,977,1357,457,362,136,263,40100,14500,29700,8200,130,5.2,7,7,24.1,1070,9,999999999,329,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.7,52,101300,774,1357,445,320,161,228,35200,16800,25500,6000,140,5.7,6,5,24.1,7620,9,999999999,329,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.2,56,101300,520,1357,439,254,347,120,26800,33000,14100,2310,150,5.7,4,4,24.1,77777,9,999999999,350,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,22.8,63,101300,231,1357,423,93,225,54,9600,15600,7000,970,140,5.2,4,2,24.1,77777,9,999999999,359,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.2,67,101300,12,396,407,6,3,5,0,0,0,0,150,4.6,2,1,24.1,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,22.2,72,101300,0,0,394,0,0,0,0,0,0,0,150,4.6,0,0,24.1,77777,9,999999999,350,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,22.8,77,101400,0,0,391,0,0,0,0,0,0,0,170,2.6,0,0,24.1,77777,9,999999999,359,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,22.8,79,101400,0,0,389,0,0,0,0,0,0,0,160,3.6,0,0,24.1,77777,9,999999999,359,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,101300,0,0,386,0,0,0,0,0,0,0,220,2.6,0,0,24.1,77777,9,999999999,359,0.1630,0,88,999.000,999.0,99.0
+1988,9,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,101300,0,0,396,0,0,0,0,0,0,0,0,0.0,5,5,24.1,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,101300,0,0,386,0,0,0,0,0,0,0,0,0.0,2,2,24.1,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101300,0,0,390,0,0,0,0,0,0,0,0,0.0,4,4,19.3,77777,9,999999999,350,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,101300,0,0,380,0,0,0,0,0,0,0,0,0.0,2,2,19.3,77777,9,999999999,340,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.1,94,101300,0,0,380,0,0,0,0,0,0,0,70,2.1,3,3,19.3,77777,9,999999999,320,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101300,0,0,377,0,0,0,0,0,0,0,0,0.0,3,3,19.3,77777,9,999999999,309,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,21.1,97,101400,0,0,391,0,0,0,0,0,0,0,320,1.5,8,7,16.1,490,9,999999999,320,0.1630,0,88,999.000,999.0,99.0
+1988,9,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.7,90,101400,95,1097,382,46,162,27,4400,7800,3700,480,0,0.0,3,2,19.3,77777,9,999999999,329,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,101400,384,1357,392,222,611,47,22900,54000,7600,970,180,1.5,1,0,19.3,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101400,657,1357,425,401,522,147,42700,52100,17400,3030,240,3.6,6,5,24.1,7620,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.8,61,101400,886,1357,437,523,464,218,55700,47900,24400,5580,230,3.1,5,5,24.1,77777,9,999999999,350,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.1,50,101300,1054,1357,441,742,727,175,79200,74400,21200,5920,190,4.1,4,4,24.1,77777,9,999999999,320,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,21.1,49,101300,1151,1357,456,543,291,294,60200,31700,33300,11670,180,4.1,7,7,24.1,1010,9,999999999,320,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,21.7,49,101200,1170,1357,461,643,423,276,69800,44300,31500,12450,200,3.6,8,7,24.1,3050,9,999999999,329,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,21.1,46,101100,1109,1357,454,779,694,209,82500,70700,24600,7880,140,4.1,6,5,24.1,7620,9,999999999,320,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,21.1,44,101000,972,1357,457,630,661,154,67100,67500,18600,4520,170,5.2,6,5,24.1,7620,9,999999999,320,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,22.2,52,100900,769,1357,453,292,135,215,32100,14100,24100,5640,180,5.2,8,6,24.1,7620,9,999999999,340,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.2,54,100900,514,1357,439,275,468,95,28200,43800,11600,1830,170,5.7,5,3,24.1,77777,9,999999999,340,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.8,61,100900,225,1357,430,104,326,49,10800,22300,7100,880,160,3.6,4,3,24.1,77777,9,999999999,350,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.8,67,101000,10,373,403,11,29,7,0,0,0,0,170,5.2,0,0,24.1,77777,9,999999999,350,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,23.3,74,101000,0,0,398,0,0,0,0,0,0,0,180,4.1,0,0,24.1,77777,9,999999999,359,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,23.3,77,101000,0,0,395,0,0,0,0,0,0,0,170,3.6,0,0,24.1,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,23.3,82,101100,0,0,389,0,0,0,0,0,0,0,170,3.1,0,0,24.1,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.3,85,101100,0,0,403,0,0,0,0,0,0,0,180,3.1,3,3,24.1,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101000,0,0,384,0,0,0,0,0,0,0,210,2.1,0,0,24.1,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101000,0,0,384,0,0,0,0,0,0,0,210,3.6,0,0,24.1,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.3,91,101000,0,0,381,0,0,0,0,0,0,0,190,2.6,0,0,19.3,77777,9,999999999,370,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,377,0,0,0,0,0,0,0,210,2.1,0,0,19.3,77777,9,999999999,359,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,377,0,0,0,0,0,0,0,200,2.6,0,0,19.3,77777,9,999999999,359,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.8,97,101000,0,0,371,0,0,0,0,0,0,0,180,2.6,0,0,19.3,77777,9,999999999,350,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,377,0,0,0,0,0,0,0,150,2.1,0,0,19.3,77777,9,999999999,359,0.0690,0,88,999.000,999.0,99.0
+1988,9,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.2,90,101100,93,1098,381,43,158,24,4000,7600,3400,420,0,0.0,1,1,24.1,77777,9,999999999,340,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,101100,381,1358,405,213,470,80,21700,40300,10300,1440,180,3.1,2,2,24.1,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,23.3,70,101100,654,1358,428,400,576,121,41600,56300,14400,2500,200,3.6,5,5,24.1,77777,9,999999999,370,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,21.7,61,101200,883,1358,445,456,313,252,49600,33600,27700,6600,230,4.1,8,8,24.1,760,9,999999999,329,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,21.1,55,101100,1051,1358,438,657,492,274,70200,51300,30400,9190,210,3.6,7,6,24.1,850,9,999999999,320,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,20.6,49,101100,1148,1358,447,603,316,335,66400,34300,37300,13350,160,4.1,7,6,24.1,1010,9,999999999,309,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,20.0,44,100900,1166,1358,449,853,758,200,91200,77600,24400,8860,170,5.2,5,5,24.1,77777,9,999999999,300,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,19.4,40,100800,1104,1358,455,733,641,209,77600,65300,24300,7780,170,3.6,6,5,24.1,7620,9,999999999,290,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,20.0,44,100700,967,1358,466,457,253,276,49900,27300,30400,7960,180,3.6,8,8,24.1,1160,9,999999999,300,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,22.8,54,100700,763,1358,449,434,499,152,47000,50900,18300,3350,140,6.2,7,5,24.1,7620,9,999999999,350,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.2,56,100700,508,1358,442,247,347,116,26000,32800,13700,2220,160,6.2,6,5,24.1,7620,9,999999999,340,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,22.8,63,100700,219,1358,427,76,156,50,8000,10400,6300,910,170,6.2,4,3,24.1,77777,9,999999999,350,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.8,70,100800,9,351,414,8,14,6,0,0,0,0,170,5.2,2,2,24.1,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,28.3,22.8,72,100900,0,0,397,0,0,0,0,0,0,0,180,4.6,0,0,24.1,77777,9,999999999,350,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,23.3,79,100900,0,0,392,0,0,0,0,0,0,0,180,4.1,0,0,19.3,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.3,85,100900,0,0,403,0,0,0,0,0,0,0,190,3.6,3,3,19.3,77777,9,999999999,370,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.3,85,100900,0,0,406,0,0,0,0,0,0,0,200,4.1,4,4,19.3,77777,9,999999999,370,0.0830,0,88,999.000,999.0,99.0
+1988,9,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,100900,0,0,410,0,0,0,0,0,0,0,200,3.1,6,6,19.3,7620,9,999999999,370,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101000,0,0,400,0,0,0,0,0,0,0,210,3.1,3,3,19.3,77777,9,999999999,370,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,101000,0,0,389,0,0,0,0,0,0,0,240,2.1,2,2,19.3,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101000,0,0,397,0,0,0,0,0,0,0,210,2.6,5,5,19.3,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101000,0,0,394,0,0,0,0,0,0,0,190,2.6,4,4,19.3,77777,9,999999999,359,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101000,0,0,383,0,0,0,0,0,0,0,290,2.1,3,2,19.3,77777,9,999999999,340,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101000,0,0,401,0,0,0,0,0,0,0,250,2.1,7,7,19.3,2440,9,999999999,340,0.0830,0,88,999.000,999.0,99.0
+1988,9,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.8,94,101100,90,1076,397,38,34,34,4000,2100,3900,790,210,2.6,8,5,19.3,7620,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,23.3,82,101100,378,1359,413,190,314,102,19600,27000,12100,1920,220,4.6,9,5,19.3,7620,9,999999999,370,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,101200,651,1359,440,296,185,207,32200,18800,23200,5090,250,5.7,9,8,24.1,3050,9,999999999,370,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.8,67,101200,880,1359,443,378,144,284,41300,15200,31500,8060,230,6.2,9,8,24.1,640,9,999999999,350,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,22.8,65,101200,1048,1359,469,384,23,366,44200,2200,42500,15360,230,4.1,10,10,24.1,850,9,999999999,350,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,22.2,54,101100,1144,1359,462,564,291,317,62200,31600,35500,12430,230,5.2,9,8,24.1,7620,9,999999999,340,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,25.0,91,101000,1161,1359,452,445,8,437,51300,800,50600,17930,300,4.1,10,10,24.1,1220,9,999999999,400,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.3,74,100900,1099,1359,459,329,9,322,38600,800,38000,14420,280,3.1,10,10,24.1,1680,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.8,58,100900,962,1359,469,369,81,311,40600,8300,34700,11140,280,4.6,10,9,16.1,1680,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,23.9,79,100900,758,1359,444,149,104,90,17100,11000,10900,1890,180,2.1,10,9,24.1,910,9,999999999,379,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,23.3,65,100900,502,1359,460,127,140,74,14100,13600,9000,1370,80,2.1,10,9,24.1,1680,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,23.3,72,100900,213,1359,434,59,55,50,6400,3900,5800,1060,180,4.1,9,7,19.3,1680,9,999999999,370,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,100900,7,306,419,4,2,3,0,0,0,0,150,2.6,8,6,19.3,7620,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,23.3,82,101000,0,0,406,0,0,0,0,0,0,0,210,2.6,5,3,19.3,77777,9,999999999,370,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,23.9,88,101100,0,0,418,0,0,0,0,0,0,0,180,2.6,8,7,19.3,3050,9,999999999,379,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.9,91,101100,0,0,404,0,0,0,0,0,0,0,240,2.1,4,4,19.3,77777,9,999999999,379,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,101100,0,0,391,0,0,0,0,0,0,0,350,2.1,3,3,19.3,77777,9,999999999,359,0.0920,0,88,999.000,999.0,99.0
+1988,9,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,101100,0,0,387,0,0,0,0,0,0,0,0,0.0,3,3,19.3,77777,9,999999999,340,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.7,94,101100,0,0,375,0,0,0,0,0,0,0,10,2.1,1,1,19.3,77777,9,999999999,340,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101200,0,0,361,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,309,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101200,0,0,357,0,0,0,0,0,0,0,360,2.6,0,0,19.3,77777,9,999999999,300,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101200,0,0,354,0,0,0,0,0,0,0,350,2.6,0,0,19.3,77777,9,999999999,290,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101200,0,0,351,0,0,0,0,0,0,0,340,2.6,0,0,19.3,77777,9,999999999,279,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101300,0,0,359,0,0,0,0,0,0,0,360,3.1,2,2,19.3,77777,9,999999999,270,0.0920,0,88,999.000,999.0,99.0
+1988,9,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101300,88,1077,350,40,121,26,3800,5700,3300,460,20,3.6,0,0,19.3,77777,9,999999999,270,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101400,376,1360,363,208,528,60,21500,45700,8800,1130,20,3.1,0,0,24.1,77777,9,999999999,259,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.2,62,101500,648,1360,373,433,715,89,44700,69400,11500,1820,10,3.6,0,0,24.1,77777,9,999999999,259,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,16.1,48,101500,877,1360,389,634,805,111,66600,80700,14400,2740,360,3.1,0,0,24.1,77777,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.6,40,101500,1044,1360,400,782,850,125,83200,86000,16900,3970,60,1.5,0,0,24.1,77777,9,999999999,229,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,14.4,35,101400,1140,1360,405,871,876,133,89300,87600,15600,4120,330,2.6,0,0,24.1,77777,9,999999999,220,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,12.8,29,101300,1157,1360,411,886,879,134,90800,87900,15700,4370,290,5.2,0,0,24.1,77777,9,999999999,200,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,12.2,27,101200,1095,1360,413,834,871,129,85600,87000,15300,3560,330,5.7,0,0,24.1,77777,9,999999999,189,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,35.0,11.7,24,101200,956,1360,419,711,839,118,75200,84600,15600,3230,360,4.6,0,0,24.1,77777,9,999999999,179,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,8.9,21,101100,752,1360,412,531,776,99,55400,76800,12800,2170,330,4.1,0,0,24.1,77777,9,999999999,160,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,10.0,23,101100,496,1360,410,308,638,73,32200,59800,10400,1450,320,3.1,0,0,24.1,77777,9,999999999,170,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,11.1,27,101100,206,1360,403,92,328,42,9300,22200,6000,740,360,3.1,0,0,24.1,77777,9,999999999,179,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,12.8,42,101200,6,283,377,5,6,4,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,200,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,13.3,50,101200,0,0,366,0,0,0,0,0,0,0,10,2.6,0,0,24.1,77777,9,999999999,200,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,13.9,61,101300,0,0,353,0,0,0,0,0,0,0,10,1.5,0,0,24.1,77777,9,999999999,209,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,13.9,66,101300,0,0,348,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,13.9,64,101400,0,0,351,0,0,0,0,0,0,0,20,3.1,0,0,24.1,77777,9,999999999,209,0.1180,0,88,999.000,999.0,99.0
+1988,9,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,13.9,66,101300,0,0,348,0,0,0,0,0,0,0,50,2.1,0,0,24.1,77777,9,999999999,209,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,14.4,68,101300,0,0,349,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,220,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,14.4,78,101300,0,0,338,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,220,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,14.4,81,101300,0,0,336,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,220,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101400,0,0,336,0,0,0,0,0,0,0,20,2.1,0,0,24.1,77777,9,999999999,229,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101400,0,0,337,0,0,0,0,0,0,0,30,1.5,0,0,24.1,77777,9,999999999,229,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101500,0,0,335,0,0,0,0,0,0,0,30,2.6,0,0,19.3,77777,9,999999999,240,0.1180,0,88,999.000,999.0,99.0
+1988,9,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,101500,86,1054,339,41,152,24,3900,7200,3300,420,50,3.1,0,0,11.3,77777,9,999999999,259,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101500,373,1361,408,77,8,75,8900,400,8700,2890,60,4.1,10,10,6.4,120,9,999999999,279,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101600,646,1361,383,358,472,132,38400,47000,16000,2670,80,2.1,3,3,6.4,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,101600,874,1361,386,626,820,97,66800,82600,13600,2490,100,3.6,0,0,9.7,77777,9,999999999,309,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.3,47,101500,1041,1361,414,752,842,104,77600,84200,13100,2890,10,4.1,1,1,12.9,77777,9,999999999,279,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,15.0,35,101400,1136,1361,416,813,846,102,83900,84800,12900,3570,220,2.1,1,1,19.3,77777,9,999999999,220,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,13.9,31,101300,1153,1361,412,762,759,116,78500,76000,13900,4020,340,3.1,0,0,19.3,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,34.4,14.4,30,101200,1090,1361,419,832,893,113,85700,89300,14000,3340,10,3.1,0,0,19.3,77777,9,999999999,220,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,13.9,30,101200,951,1361,416,707,859,103,73000,85500,13000,2440,320,4.1,0,0,19.3,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,14.4,31,101100,747,1361,424,496,762,75,53200,76100,11300,1800,330,3.1,1,1,19.3,77777,9,999999999,220,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,15.0,33,101100,490,1361,422,291,619,66,30700,58000,9700,1320,40,3.1,1,1,19.3,77777,9,999999999,220,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,15.6,39,101100,200,1361,416,80,248,43,8400,16000,6000,770,100,3.1,2,2,19.3,77777,9,999999999,229,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.1,46,101200,5,261,392,6,9,4,0,0,0,0,50,2.1,0,0,19.3,77777,9,999999999,240,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,17.2,54,101200,0,0,385,0,0,0,0,0,0,0,20,2.1,0,0,19.3,77777,9,999999999,259,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,19.4,63,101300,0,0,387,0,0,0,0,0,0,0,110,3.1,0,0,19.3,77777,9,999999999,300,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,19.4,74,101300,0,0,373,0,0,0,0,0,0,0,80,3.1,0,0,16.1,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.0,82,101300,0,0,368,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,300,0.0940,0,88,999.000,999.0,99.0
+1988,9,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101300,0,0,363,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,300,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101300,0,0,360,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101300,0,0,367,0,0,0,0,0,0,0,0,0.0,1,1,12.9,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101300,0,0,369,0,0,0,0,0,0,0,0,0.0,2,2,12.9,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101300,0,0,366,0,0,0,0,0,0,0,0,0.0,2,2,12.9,77777,9,999999999,290,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101300,0,0,351,0,0,0,0,0,0,0,50,2.6,0,0,9.7,77777,9,999999999,279,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,20.0,100,101300,0,0,381,0,0,0,0,0,0,0,50,2.6,7,7,0.2,77777,9,999999999,300,0.0940,0,88,999.000,999.0,99.0
+1988,9,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,19.4,97,101400,84,1055,406,15,2,15,1800,0,1800,560,0,0.0,10,10,0.3,7620,9,999999999,290,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,101400,370,1361,370,170,319,83,17900,27300,10500,1530,70,2.1,1,1,3.2,77777,9,999999999,309,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,101400,643,1361,386,404,600,118,41900,58500,14200,2420,120,3.6,0,0,9.7,77777,9,999999999,309,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,20.6,61,101400,870,1361,405,571,663,145,60400,67100,17300,3670,120,4.1,1,1,11.3,77777,9,999999999,309,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,19.4,50,101400,1038,1361,429,664,492,286,70400,51200,31300,9330,140,1.5,4,4,12.9,77777,9,999999999,290,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,17.2,42,101300,1132,1361,433,785,697,201,83400,71200,24000,8030,20,3.1,5,5,12.9,77777,9,999999999,259,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,16.7,38,101200,1149,1361,438,758,525,313,81100,54800,34700,13240,120,3.1,5,5,12.9,77777,9,999999999,250,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,15.6,35,101100,1085,1361,437,759,614,267,81700,64100,30500,9550,350,1.5,5,5,12.9,77777,9,999999999,229,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,15.6,34,101100,946,1361,436,589,494,244,62700,51200,27000,6780,140,2.1,4,4,11.3,77777,9,999999999,229,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,15.6,35,101000,741,1361,433,405,384,195,42600,38900,21400,4330,120,3.1,4,4,11.3,77777,9,999999999,229,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,17.8,45,101000,484,1361,419,251,409,104,26500,38200,12900,1960,140,6.2,2,2,9.7,77777,9,999999999,270,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,18.3,51,101000,194,1361,411,70,157,47,7400,9700,6000,860,140,5.2,2,2,9.7,77777,9,999999999,270,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,57,101000,4,238,389,3,1,3,0,0,0,0,150,4.1,0,0,12.9,77777,9,999999999,279,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,18.3,60,101100,0,0,383,0,0,0,0,0,0,0,150,3.6,0,0,16.1,77777,9,999999999,270,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,19.4,69,101200,0,0,379,0,0,0,0,0,0,0,150,3.1,0,0,16.1,77777,9,999999999,290,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,19.4,71,101200,0,0,376,0,0,0,0,0,0,0,210,3.1,0,0,16.1,77777,9,999999999,290,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,101100,0,0,371,0,0,0,0,0,0,0,180,2.6,0,0,12.9,77777,9,999999999,300,0.1910,0,88,999.000,999.0,99.0
+1988,9,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101100,0,0,362,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,290,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101100,0,0,356,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,279,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101100,0,0,351,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,279,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101100,0,0,345,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,270,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101100,0,0,344,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,259,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101100,0,0,345,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,270,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101100,0,0,344,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,259,0.1910,0,88,999.000,999.0,99.0
+1988,9,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101200,82,1033,350,40,139,24,3800,6500,3200,420,0,0.0,0,0,8.0,77777,9,999999999,270,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.0,76,101200,367,1362,374,205,555,54,21400,47800,8400,1030,150,2.6,0,0,9.7,77777,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,101200,640,1362,400,408,687,83,42400,66800,11000,1730,230,3.1,1,1,12.9,77777,9,999999999,320,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,20.0,57,101200,867,1362,423,570,626,169,59600,62900,19400,4170,210,5.2,5,5,16.1,77777,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,17.2,43,101200,1034,1362,426,589,519,193,62200,52800,22000,6150,230,3.6,4,4,16.1,77777,9,999999999,259,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,17.2,43,101100,1129,1362,426,802,772,158,84100,77800,19500,5770,140,4.1,4,4,16.1,77777,9,999999999,250,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,15.6,35,101000,1144,1362,433,757,644,212,80200,65700,24900,8700,120,2.6,4,4,16.1,77777,9,999999999,229,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,15.6,34,100900,1080,1362,433,762,781,140,80600,78900,17900,4660,190,3.1,3,3,16.1,77777,9,999999999,229,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.9,13.9,30,100900,941,1362,434,629,616,201,65500,61900,22600,5390,230,3.1,3,3,19.3,77777,9,999999999,209,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,14.4,32,100800,735,1362,431,454,533,164,48500,54100,19200,3560,180,3.6,3,3,19.3,77777,9,999999999,220,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,18.3,47,100800,478,1362,414,283,623,63,29900,58100,9500,1260,140,6.7,1,1,19.3,77777,9,999999999,279,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,17.2,46,100900,188,1362,399,83,337,36,8400,22000,5400,640,170,6.2,0,0,19.3,77777,9,999999999,259,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.8,55,100900,3,193,388,4,6,3,0,0,0,0,150,5.2,0,0,19.3,77777,9,999999999,270,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.7,18.3,60,101000,0,0,383,0,0,0,0,0,0,0,160,4.6,0,0,19.3,77777,9,999999999,270,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,18.9,65,101000,0,0,381,0,0,0,0,0,0,0,170,3.6,0,0,24.1,77777,9,999999999,290,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.0,74,101000,0,0,384,0,0,0,0,0,0,0,170,2.6,1,1,19.3,77777,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.6,76,101000,0,0,397,0,0,0,0,0,0,0,170,3.1,8,4,19.3,77777,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1988,9,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.6,79,101000,0,0,394,0,0,0,0,0,0,0,150,3.1,8,4,19.3,3050,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,101000,0,0,391,0,0,0,0,0,0,0,120,2.6,8,5,16.1,3050,9,999999999,320,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,101000,0,0,395,0,0,0,0,0,0,0,110,2.1,9,6,16.1,3050,9,999999999,320,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,101000,0,0,382,0,0,0,0,0,0,0,20,2.1,6,4,16.1,3050,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,101100,0,0,379,0,0,0,0,0,0,0,0,0.0,4,3,12.9,77777,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101100,0,0,373,0,0,0,0,0,0,0,0,0.0,3,3,12.9,77777,9,999999999,300,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101100,0,0,386,0,0,0,0,0,0,0,60,2.6,8,6,11.3,7620,9,999999999,309,0.0970,0,88,999.000,999.0,99.0
+1988,9,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.7,94,101100,80,1011,375,30,60,24,3100,2500,2900,420,60,2.6,2,1,6.4,77777,9,999999999,340,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,22.8,79,101200,364,1363,396,178,416,65,18200,35400,8700,1200,110,3.1,2,1,12.9,77777,9,999999999,350,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.8,67,101300,637,1363,424,344,413,149,36300,40900,17100,3040,120,2.6,4,4,16.1,77777,9,999999999,350,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,21.7,63,101300,864,1363,434,357,199,230,38900,21300,25400,5830,230,4.1,7,7,19.3,700,9,999999999,329,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,21.1,52,101200,1030,1363,445,419,154,301,46200,16400,33800,9940,140,3.6,7,6,19.3,7620,9,999999999,320,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,20.6,53,101100,1125,1363,443,353,89,279,39500,9600,31600,10610,140,4.1,7,7,16.1,7620,9,999999999,309,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.1,67,101100,1140,1363,431,624,426,266,67700,44600,30400,10850,120,7.7,9,8,19.3,3050,9,999999999,320,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,101100,1075,1363,437,457,118,363,50100,12600,40200,12760,110,5.7,9,9,19.3,910,9,999999999,320,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,18.3,53,101000,935,1363,427,476,372,219,51100,38600,24600,5940,110,3.6,7,7,19.3,7620,9,999999999,279,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,20.0,61,101000,730,1363,433,351,191,248,38100,19700,27500,6340,130,4.1,8,8,24.1,7620,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,20.0,63,101100,472,1363,430,123,52,105,13500,4800,11900,3000,100,2.1,8,8,24.1,7620,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,19.4,65,101100,182,1363,423,55,21,52,6000,1500,5800,1230,60,2.6,8,8,24.1,7620,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.6,72,101200,2,170,430,0,0,0,0,0,0,0,90,3.1,10,9,24.1,7620,9,999999999,309,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,21.1,74,101200,0,0,443,0,0,0,0,0,0,0,110,4.1,10,10,19.3,1220,9,999999999,320,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.7,85,101300,0,0,434,0,0,0,0,0,0,0,90,6.7,10,10,24.1,1220,9,999999999,329,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.6,90,101300,0,0,419,0,0,0,0,0,0,0,120,3.1,10,10,12.9,610,9,999999999,309,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101200,0,0,417,0,0,0,0,0,0,0,100,1.5,10,10,12.9,610,9,999999999,309,0.1440,0,88,999.000,999.0,99.0
+1988,9,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101200,0,0,416,0,0,0,0,0,0,0,110,7.2,10,10,12.9,610,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101200,0,0,409,0,0,0,0,0,0,0,130,5.2,10,10,12.9,610,9,999999999,290,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101200,0,0,406,0,0,0,0,0,0,0,0,0.0,10,10,12.9,610,9,999999999,290,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101100,0,0,410,0,0,0,0,0,0,0,330,2.6,10,10,12.9,760,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101300,0,0,398,0,0,0,0,0,0,0,350,1.5,9,9,12.9,760,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101300,0,0,390,0,0,0,0,0,0,0,10,2.1,8,8,16.1,610,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101200,0,0,410,0,0,0,0,0,0,0,50,2.1,10,10,19.3,610,9,999999999,300,0.1440,0,88,999.000,999.0,99.0
+1988,9,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,20.0,97,101300,78,1011,410,12,0,12,1400,0,1400,460,340,3.1,10,10,12.9,460,9,999999999,300,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101300,361,1364,417,49,2,49,5900,100,5800,2020,0,0.0,10,10,12.9,2440,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,101400,634,1364,408,200,127,141,22300,13000,16200,3430,330,2.1,10,9,12.9,760,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101400,861,1364,412,270,96,209,30100,10200,23600,5830,10,2.6,10,9,12.9,760,9,999999999,320,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101300,1027,1364,425,359,71,305,39600,7300,34100,11680,350,1.5,10,10,12.9,2440,9,999999999,300,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101300,1120,1364,429,184,6,180,22700,500,22400,9140,330,3.1,10,10,11.3,400,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,101300,1135,1364,436,297,5,293,35300,400,34900,13580,360,3.1,10,10,12.9,430,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,101200,1070,1364,439,303,10,295,35600,900,34900,13390,360,4.1,10,10,16.1,490,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,101100,930,1364,429,237,80,182,26800,8600,20900,5380,330,2.6,9,9,19.3,2440,9,999999999,300,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,101100,724,1364,417,308,175,214,33700,18100,24000,5450,360,3.1,8,7,19.3,2440,9,999999999,300,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,101100,466,1364,404,213,310,107,22500,28600,12700,2020,70,2.1,5,5,19.3,77777,9,999999999,290,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,101100,176,1364,406,40,21,38,4500,1500,4300,950,140,3.1,7,6,19.3,7620,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,101100,2,148,424,0,0,0,0,0,0,0,110,4.1,9,9,16.1,1520,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,101100,0,0,396,0,0,0,0,0,0,0,40,2.6,8,7,16.1,1070,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,101200,0,0,388,0,0,0,0,0,0,0,80,3.1,7,5,12.9,7620,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.9,90,101200,0,0,414,0,0,0,0,0,0,0,340,3.2,9,9,12.9,700,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.7,21.2,90,101200,0,0,417,0,0,0,0,0,0,0,360,3.2,9,9,12.9,850,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1988,9,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.2,21.5,90,101200,0,0,420,0,0,0,0,0,0,0,360,3.3,9,9,12.9,850,9,999999999,309,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.7,21.9,82,100500,0,0,394,0,0,0,0,0,0,0,180,3.4,3,3,24.1,77777,9,999999999,350,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.2,22.2,82,100500,0,0,380,0,0,0,0,0,0,0,200,3.5,0,0,24.1,77777,9,999999999,370,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.5,82,100500,0,0,383,0,0,0,0,0,0,0,180,3.5,0,0,24.1,77777,9,999999999,350,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,100600,0,0,398,0,0,0,0,0,0,0,170,3.6,2,2,24.1,77777,9,999999999,350,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,100600,0,0,393,0,0,0,0,0,0,0,170,3.1,2,2,24.1,77777,9,999999999,359,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,100600,0,0,393,0,0,0,0,0,0,0,170,3.1,2,2,19.3,77777,9,999999999,359,0.1840,0,88,999.000,999.0,99.0
+1977,10,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.8,88,100600,76,989,387,29,39,24,3000,1900,2800,500,180,3.1,1,1,24.1,77777,9,999999999,359,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,23.3,74,100700,359,1364,398,179,382,76,18700,32300,10200,1390,190,4.1,0,0,19.3,77777,9,999999999,359,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,23.3,68,100700,631,1364,431,360,404,171,37400,39900,18900,3540,200,7.2,5,5,24.1,77777,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.8,61,100700,858,1364,437,431,374,193,46200,38600,21800,4720,210,6.2,5,5,24.1,77777,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.8,61,100700,1024,1364,462,525,236,346,57400,25100,38500,11330,210,6.7,9,9,24.1,1370,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,23.3,58,100700,1117,1364,456,400,92,324,44400,9800,36300,12160,210,5.2,7,7,24.1,1370,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,23.3,56,100600,1132,1364,454,474,213,296,52500,23200,33200,11120,180,5.2,6,6,24.1,1370,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,23.3,56,100600,1067,1364,459,437,189,288,48100,20500,32000,9540,190,5.2,7,7,24.1,1070,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,33.3,23.3,56,100600,926,1364,459,387,79,333,42500,8100,37000,11320,170,5.2,7,7,24.1,1520,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,22.8,57,100600,720,1364,443,396,375,196,42600,39300,21800,4450,200,7.7,5,5,24.1,77777,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,22.2,59,100700,462,1364,433,227,268,134,23800,25200,15300,2740,190,6.2,4,4,24.1,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,22.2,63,100700,172,1364,423,57,98,44,5900,5500,5200,810,180,5.2,3,3,24.1,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,22.2,67,100700,1,125,407,0,0,0,0,0,0,0,190,5.2,1,1,24.1,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,22.8,74,100800,0,0,395,0,0,0,0,0,0,0,190,4.6,0,0,24.1,77777,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,22.8,77,100900,0,0,391,0,0,0,0,0,0,0,170,5.2,0,0,24.1,77777,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,26.1,22.8,82,100900,0,0,386,0,0,0,0,0,0,0,170,4.1,0,0,24.1,77777,9,999999999,350,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,23.3,88,101000,0,0,384,0,0,0,0,0,0,0,180,3.6,0,0,24.1,77777,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,23.3,91,101000,0,0,381,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,370,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.2,87,101100,0,0,384,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101100,0,0,396,0,0,0,0,0,0,0,0,0.0,3,3,24.1,77777,9,999999999,359,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.8,88,101100,0,0,380,0,0,0,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,359,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,101200,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,101200,0,0,374,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,340,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.7,90,101200,0,0,377,0,0,0,0,0,0,0,0,0.0,1,1,16.1,77777,9,999999999,329,0.1960,0,88,999.000,999.0,99.0
+1977,10,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.2,90,101300,74,989,390,32,76,23,3100,3100,2900,400,0,0.0,3,3,11.3,77777,9,999999999,340,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,23.9,79,101400,356,1365,403,185,483,57,19100,41000,8300,1070,290,1.5,1,1,12.9,77777,9,999999999,379,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,24.4,80,101400,628,1365,461,128,7,124,14900,500,14600,5350,280,4.6,10,10,16.1,700,9,999999999,390,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,25.6,75,101500,855,1365,441,373,113,301,40900,11500,33600,9760,250,3.6,8,6,16.1,7620,9,999999999,419,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.1,23.9,65,101400,1020,1365,438,615,515,226,66500,53700,26200,7000,240,3.1,8,5,19.3,7620,9,999999999,379,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,21.7,69,101500,1113,1365,454,244,0,244,29300,0,29300,11730,300,7.2,10,10,19.3,1830,9,999999999,329,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,101400,1127,1365,439,318,2,317,37500,200,37400,14350,360,3.6,10,10,19.3,3050,9,999999999,309,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,22.8,72,101400,1062,1365,446,489,149,372,53500,15800,41100,12800,340,4.1,10,9,19.3,3660,9,999999999,359,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,22.8,67,101400,921,1365,443,315,167,201,34900,18000,22700,5250,360,5.2,9,8,19.3,3660,9,999999999,350,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,101500,714,1365,447,201,0,200,22900,0,22900,8160,30,6.2,10,10,8.0,580,9,999999999,329,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.1,77,101500,456,1365,440,112,17,106,12700,1000,12400,4090,10,6.7,10,10,9.7,580,9,999999999,329,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101600,166,1365,429,20,3,20,2400,0,2400,770,20,5.2,10,10,11.3,700,9,999999999,320,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101600,1,102,428,0,0,0,0,0,0,0,10,4.1,10,10,12.9,850,9,999999999,300,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101700,0,0,384,0,0,0,0,0,0,0,30,4.1,5,5,12.9,77777,9,999999999,290,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101700,0,0,384,0,0,0,0,0,0,0,20,2.1,6,6,12.9,3660,9,999999999,290,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101800,0,0,404,0,0,0,0,0,0,0,30,3.6,9,9,12.9,3050,9,999999999,290,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101800,0,0,414,0,0,0,0,0,0,0,10,3.6,10,10,12.9,2130,9,999999999,290,0.1160,0,88,999.000,999.0,99.0
+1977,10,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,101900,0,0,402,0,0,0,0,0,0,0,40,3.1,9,9,16.1,2130,9,999999999,270,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,16.1,76,101900,0,0,366,0,0,0,0,0,0,0,50,4.1,3,3,19.3,77777,9,999999999,240,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.6,78,101900,0,0,359,0,0,0,0,0,0,0,30,3.6,3,3,19.3,77777,9,999999999,229,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.0,78,101900,0,0,353,0,0,0,0,0,0,0,50,4.1,2,2,19.3,77777,9,999999999,229,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,13.3,73,102000,0,0,348,0,0,0,0,0,0,0,60,5.2,2,2,19.3,77777,9,999999999,209,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.9,81,102000,0,0,347,0,0,0,0,0,0,0,40,3.1,3,3,19.3,77777,9,999999999,209,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,102100,0,0,352,0,0,0,0,0,0,0,50,6.2,6,6,24.1,7620,9,999999999,200,0.1160,0,88,999.000,999.0,99.0
+1977,10,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.2,78,102200,72,967,340,36,56,30,3700,2700,3500,620,50,3.6,6,3,24.1,77777,9,999999999,189,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,11.1,65,102300,353,1365,338,179,438,63,18200,36900,8700,1160,60,7.2,3,1,19.3,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,10.0,55,102300,625,1365,345,386,656,81,40800,64500,11200,1730,80,6.7,4,1,19.3,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,10.0,51,102300,851,1365,344,619,802,113,64400,80000,14300,2660,60,5.7,3,0,19.3,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,10.0,48,102200,1016,1365,356,681,726,135,71300,73100,16700,3930,50,5.2,3,1,19.3,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,11.1,48,102200,1109,1365,362,789,809,125,84300,82200,17300,4550,10,3.6,5,1,24.1,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,11.7,48,102000,1123,1365,371,792,675,231,83000,68400,26600,8800,360,3.1,7,2,24.1,77777,9,999999999,189,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,11.1,45,102000,1057,1365,376,711,634,216,74500,64200,24600,7090,20,2.6,8,3,24.1,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,11.1,43,101900,915,1365,379,404,307,195,43500,31800,22100,5090,30,5.2,9,3,24.1,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,10.6,43,101900,708,1365,376,412,445,178,43300,44800,19900,3830,30,4.6,7,3,24.1,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,9.4,41,101800,450,1365,371,245,458,91,25900,41800,12000,1690,360,4.6,5,3,19.3,77777,9,999999999,160,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,9.4,47,101800,160,1365,357,64,240,35,6600,13600,5000,620,20,2.6,3,2,19.3,77777,9,999999999,160,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,10.6,65,101800,0,80,335,1,1,0,0,0,0,0,20,2.6,2,1,24.1,77777,9,999999999,179,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,9.4,63,101900,0,0,325,0,0,0,0,0,0,0,30,3.1,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,10.0,67,101900,0,0,323,0,0,0,0,0,0,0,30,3.1,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,9.4,67,101900,0,0,320,0,0,0,0,0,0,0,30,2.6,0,0,24.1,77777,9,999999999,160,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,9.4,72,101900,0,0,315,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.1000,0,88,999.000,999.0,99.0
+1977,10,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.0,78,101900,0,0,314,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101900,0,0,306,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101900,0,0,306,0,0,0,0,0,0,0,40,1.5,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101900,0,0,304,0,0,0,0,0,0,0,50,2.1,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101900,0,0,304,0,0,0,0,0,0,0,20,2.1,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101900,0,0,304,0,0,0,0,0,0,0,20,2.1,0,0,24.1,77777,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,101900,0,0,334,0,0,0,0,0,0,0,40,2.6,8,8,24.1,3050,9,999999999,170,0.1000,0,88,999.000,999.0,99.0
+1977,10,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.9,80,101900,70,968,323,19,14,18,2100,800,2000,450,40,2.1,5,5,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,8.9,67,102000,350,1366,317,175,379,76,18300,31700,10100,1390,80,3.6,0,0,16.1,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,9.4,56,102000,622,1366,333,389,587,118,40100,56800,14100,2380,90,4.1,0,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,9.4,49,102000,848,1366,343,594,707,150,62100,71200,17800,3660,80,5.2,0,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,10.0,48,102000,1013,1366,349,745,767,171,78900,78200,20700,5270,70,2.6,0,0,19.3,77777,9,999999999,170,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,10.6,45,101900,1105,1366,357,833,799,181,85600,79800,20900,5880,130,1.5,0,0,19.3,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,9.4,40,101800,1118,1366,359,846,803,183,87000,80200,21200,6150,120,3.6,0,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,8.9,37,101700,1052,1366,361,783,781,176,83100,79800,21500,5840,140,3.6,0,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,8.9,35,101700,910,1366,367,654,737,158,68800,74700,18900,4160,110,3.6,0,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,7.2,32,101600,702,1366,361,470,652,131,48700,64300,15600,2790,100,4.6,0,0,19.3,77777,9,999999999,139,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,7.8,35,101600,444,1366,359,248,476,91,26200,43300,12100,1690,100,3.1,0,0,19.3,77777,9,999999999,150,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,8.3,43,101600,154,1366,347,55,122,41,5800,6400,5000,760,110,3.1,1,0,19.3,77777,9,999999999,160,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,11.1,68,101600,0,57,329,1,0,1,0,0,0,0,70,3.1,0,0,24.1,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,101700,0,0,323,0,0,0,0,0,0,0,90,2.6,0,0,19.3,77777,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.2,84,101700,0,0,321,0,0,0,0,0,0,0,70,2.1,0,0,16.1,77777,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.7,84,101700,0,0,317,0,0,0,0,0,0,0,70,2.6,0,0,16.1,77777,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.1,83,101700,0,0,315,0,0,0,0,0,0,0,60,2.1,0,0,12.9,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.1,87,101700,0,0,312,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101700,0,0,310,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101700,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101700,0,0,305,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,179,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101700,0,0,324,0,0,0,0,0,0,0,40,2.1,3,3,12.9,77777,9,999999999,189,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,86,101700,0,0,323,0,0,0,0,0,0,0,30,2.1,3,3,12.9,77777,9,999999999,170,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,86,101800,0,0,323,0,0,0,0,0,0,0,40,3.1,3,3,12.9,77777,9,999999999,170,0.1990,0,88,999.000,999.0,99.0
+1977,10,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.6,80,101800,68,946,328,36,71,28,3500,2800,3300,510,70,3.1,3,3,9.7,77777,9,999999999,170,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,11.1,65,101800,347,1367,352,129,187,81,13800,15800,9800,1530,80,3.6,7,5,9.7,7620,9,999999999,179,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,12.2,57,101800,618,1367,383,231,117,178,25300,11800,19900,4300,80,3.6,9,8,12.9,3050,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,13.9,54,101800,844,1367,380,448,470,155,48900,48500,18900,3670,130,3.1,4,3,16.1,77777,9,999999999,209,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,101800,1009,1367,384,616,699,96,66900,71200,14200,3000,120,4.1,3,1,19.3,77777,9,999999999,229,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.6,51,101700,1100,1367,387,773,831,98,79700,83200,12500,3160,110,2.1,3,1,19.3,77777,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,15.0,46,101700,1113,1367,392,694,722,100,71500,72300,12400,3290,110,3.6,3,1,19.3,77777,9,999999999,229,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,14.4,43,101600,1047,1367,394,751,879,72,78200,88100,10500,2370,140,3.6,2,1,19.3,77777,9,999999999,220,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,14.4,43,101500,904,1367,394,636,815,91,65700,81000,11900,2170,110,4.1,2,1,19.3,77777,9,999999999,220,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.0,47,101500,697,1367,395,449,702,87,46800,69000,11500,1880,130,3.6,3,2,16.1,77777,9,999999999,229,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.6,51,101600,438,1367,387,255,630,49,26500,57600,8000,1040,130,4.6,2,1,16.1,77777,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101600,148,1367,376,61,280,29,6000,16300,4300,520,140,4.1,2,1,16.1,77777,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,16.7,69,101700,0,11,369,0,0,0,0,0,0,0,110,3.6,2,1,16.1,77777,9,999999999,250,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,16.7,73,101800,0,0,368,0,0,0,0,0,0,0,80,3.1,3,2,16.1,77777,9,999999999,250,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,16.7,73,101800,0,0,357,0,0,0,0,0,0,0,80,2.6,0,0,16.1,77777,9,999999999,250,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,16.1,73,101800,0,0,368,0,0,0,0,0,0,0,80,2.6,4,3,16.1,77777,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,16.1,73,101800,0,0,374,0,0,0,0,0,0,0,60,3.1,7,5,16.1,3050,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101800,0,0,379,0,0,0,0,0,0,0,80,2.6,8,8,12.9,3050,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101800,0,0,366,0,0,0,0,0,0,0,20,2.6,6,6,12.9,3660,9,999999999,240,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101800,0,0,364,0,0,0,0,0,0,0,80,1.5,7,7,16.1,3660,9,999999999,229,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101800,0,0,347,0,0,0,0,0,0,0,360,3.1,5,5,16.1,77777,9,999999999,220,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101800,0,0,364,0,0,0,0,0,0,0,0,0.0,8,8,16.1,3660,9,999999999,229,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,13.9,84,101800,0,0,370,0,0,0,0,0,0,0,40,3.1,9,9,19.3,3660,9,999999999,209,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101900,0,0,372,0,0,0,0,0,0,0,20,3.6,9,9,16.1,3660,9,999999999,209,0.0590,0,88,999.000,999.0,99.0
+1977,10,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.3,75,102000,66,923,386,16,0,16,1900,0,1900,580,30,2.1,10,10,16.1,3050,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,13.3,70,102000,344,1368,392,88,3,87,9900,100,9800,3100,50,3.1,10,10,16.1,2130,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.3,66,102000,615,1368,398,127,7,124,14800,500,14600,5290,50,2.6,10,10,16.1,2290,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,13.9,61,102100,840,1368,408,218,6,214,25300,500,25000,9380,50,2.6,10,10,16.1,2290,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,13.9,49,102000,1005,1368,398,684,550,276,72300,57100,30200,8410,50,3.6,7,6,19.3,2440,9,999999999,220,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,13.3,44,102000,1096,1368,400,700,518,281,74900,54000,31400,10220,60,5.2,6,5,19.3,7620,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,12.8,38,101900,1109,1368,401,737,601,246,77000,60700,27600,8940,50,3.6,3,3,19.3,77777,9,999999999,200,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,12.8,37,101800,1041,1368,395,710,674,192,74800,68600,22500,6160,50,2.6,2,1,19.3,77777,9,999999999,200,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,13.3,38,101700,899,1368,396,593,623,179,61700,62600,20400,4550,90,4.6,3,1,19.3,77777,9,999999999,200,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,12.2,38,101700,691,1368,398,428,532,156,45400,53400,18300,3280,110,4.1,5,3,19.3,77777,9,999999999,189,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,13.9,45,101700,432,1368,394,205,268,119,21700,24700,13800,2380,120,3.1,6,3,16.1,77777,9,999999999,209,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,101700,142,1356,381,44,29,41,4800,1900,4600,960,110,3.1,7,3,16.1,77777,9,999999999,220,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,15.6,76,101700,0,0,359,0,0,0,0,0,0,0,70,1.5,6,2,16.1,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,101700,0,0,359,0,0,0,0,0,0,0,130,2.6,5,2,11.3,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101800,0,0,349,0,0,0,0,0,0,0,40,1.5,3,1,11.3,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101700,0,0,346,0,0,0,0,0,0,0,0,0.0,2,1,9.7,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101700,0,0,346,0,0,0,0,0,0,0,0,0.0,2,1,11.3,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101700,0,0,344,0,0,0,0,0,0,0,360,2.1,2,1,11.3,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101600,0,0,338,0,0,0,0,0,0,0,50,2.1,0,0,12.9,77777,9,999999999,240,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101600,0,0,334,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,229,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101500,0,0,332,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,229,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101400,0,0,332,0,0,0,0,0,0,0,70,2.1,1,0,11.3,77777,9,999999999,229,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101500,0,0,346,0,0,0,0,0,0,0,70,2.6,4,3,9.7,77777,9,999999999,229,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101500,0,0,373,0,0,0,0,0,0,0,70,2.6,8,8,11.3,1220,9,999999999,229,0.2390,0,88,999.000,999.0,99.0
+1977,10,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,16.7,84,101500,64,924,399,23,1,23,2600,0,2600,770,80,3.1,10,10,8.0,1220,9,999999999,250,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,101400,341,1369,385,137,173,93,14400,14500,10800,1810,120,4.1,9,6,8.0,7620,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101500,612,1369,430,159,9,156,18300,700,18000,6270,140,4.1,10,10,9.7,850,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101400,837,1369,426,389,267,224,42200,28500,24700,5530,120,6.7,10,8,8.0,850,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101400,1001,1369,448,237,1,236,28000,100,27900,11000,120,4.1,10,10,9.7,850,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,71,101300,1092,1369,438,144,3,141,17900,200,17700,7350,140,4.1,10,10,6.4,700,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.6,72,101200,1104,1369,442,310,20,293,36500,1700,35100,13460,120,3.6,10,10,9.7,1070,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.1,69,101100,1036,1369,449,290,7,285,34000,600,33600,12860,130,3.6,10,10,8.0,700,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,21.7,72,101000,893,1369,429,384,160,279,42100,16900,31100,7970,120,4.6,8,8,9.7,1160,9,999999999,329,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,100900,685,1369,446,176,6,173,20300,500,20000,7190,120,3.6,10,10,16.1,1010,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.1,72,100900,426,1369,446,110,7,107,12300,400,12200,3980,130,4.1,10,10,16.1,910,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,100900,136,1334,433,33,11,31,3500,700,3500,760,170,5.2,9,9,16.1,3050,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,20.6,74,100800,0,0,407,0,0,0,0,0,0,0,180,4.6,8,6,24.1,7620,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,20.6,76,100800,0,0,394,0,0,0,0,0,0,0,180,5.7,5,3,24.1,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.0,76,100800,0,0,381,0,0,0,0,0,0,0,170,5.7,2,1,24.1,77777,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.0,79,100900,0,0,384,0,0,0,0,0,0,0,170,4.1,4,2,19.3,77777,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,84,100900,0,0,381,0,0,0,0,0,0,0,190,2.6,6,2,16.1,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,84,100800,0,0,385,0,0,0,0,0,0,0,160,3.1,6,3,16.1,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,84,100800,0,0,385,0,0,0,0,0,0,0,190,2.6,5,3,16.1,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100700,0,0,379,0,0,0,0,0,0,0,170,3.1,3,2,19.3,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.6,87,100700,0,0,373,0,0,0,0,0,0,0,170,2.1,2,1,19.3,77777,9,999999999,309,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100700,0,0,382,0,0,0,0,0,0,0,220,2.6,5,2,16.1,77777,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100700,0,0,392,0,0,0,0,0,0,0,190,3.1,5,4,16.1,77777,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100700,0,0,392,0,0,0,0,0,0,0,210,2.6,5,4,19.3,77777,9,999999999,320,0.1210,0,88,999.000,999.0,99.0
+1977,10,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,21.1,85,100700,62,902,395,26,19,24,2800,1100,2700,570,180,2.6,6,5,16.1,7620,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,22.2,79,100700,337,1369,411,136,199,86,14400,16600,10300,1650,210,4.6,8,6,16.1,3050,9,999999999,340,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,22.8,74,100700,608,1369,427,240,77,205,26200,7600,22900,5760,240,6.2,8,7,16.1,460,9,999999999,350,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.7,65,100700,833,1369,426,497,483,200,52800,49600,22500,4770,230,7.7,7,6,16.1,3050,9,999999999,329,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,21.1,59,100700,997,1369,432,652,557,243,69800,57900,27500,7220,220,5.7,7,6,19.3,7620,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.6,52,100600,1087,1369,430,739,649,220,77600,65800,25200,7660,230,5.7,5,3,19.3,77777,9,999999999,309,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,100500,1099,1369,433,752,645,229,78700,65300,26100,8170,230,6.2,6,3,19.3,77777,9,999999999,309,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.8,21.1,50,100400,1031,1369,444,631,481,265,67200,50100,29400,8410,220,5.2,6,5,19.3,7620,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,20.6,50,100400,888,1369,456,310,215,169,34600,23100,19500,4170,230,5.7,8,8,19.3,3050,9,999999999,309,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,32.2,21.1,52,100400,679,1369,457,296,135,228,32000,13800,25200,5670,240,5.7,8,8,19.3,3050,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,31.7,20.0,50,100300,420,1369,436,195,229,123,20400,20800,14000,2490,230,5.2,5,5,19.3,77777,9,999999999,300,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,21.7,65,100400,131,1312,438,29,9,27,3100,600,3000,680,170,4.1,8,8,19.3,3050,9,999999999,329,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.8,21.1,67,100400,0,0,424,0,0,0,0,0,0,0,200,3.6,7,7,19.3,3050,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,27.2,21.1,69,100500,0,0,421,0,0,0,0,0,0,0,330,4.1,7,7,19.3,3050,9,999999999,320,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,22.2,82,100700,0,0,441,0,0,0,0,0,0,0,250,3.1,10,10,19.3,1070,9,999999999,340,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.6,18.9,67,100900,0,0,409,0,0,0,0,0,0,0,360,2.6,7,7,19.3,2440,9,999999999,290,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,17.2,66,100900,0,0,384,0,0,0,0,0,0,0,360,4.1,4,3,19.3,77777,9,999999999,259,0.1500,0,88,999.000,999.0,99.0
+1977,10,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,16.1,66,101000,0,0,373,0,0,0,0,0,0,0,20,4.1,3,2,19.3,77777,9,999999999,240,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,12.8,57,101000,0,0,364,0,0,0,0,0,0,0,10,5.7,2,2,24.1,77777,9,999999999,200,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,11.1,57,101000,0,0,354,0,0,0,0,0,0,0,360,3.1,3,2,24.1,77777,9,999999999,179,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,9.4,53,101000,0,0,352,0,0,0,0,0,0,0,360,4.6,4,3,24.1,77777,9,999999999,160,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,9.4,56,101100,0,0,350,0,0,0,0,0,0,0,360,4.6,5,4,24.1,77777,9,999999999,160,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,8.9,58,101200,0,0,344,0,0,0,0,0,0,0,20,5.2,5,4,24.1,77777,9,999999999,160,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,8.9,60,101200,0,0,341,0,0,0,0,0,0,0,20,5.2,4,4,24.1,77777,9,999999999,160,0.1500,0,88,999.000,999.0,99.0
+1977,10,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,8.9,60,101300,60,902,341,32,22,29,3300,1300,3200,660,40,3.6,5,4,24.1,77777,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,9.4,58,101400,334,1370,357,147,243,86,15400,20100,10500,1650,40,6.2,7,7,24.1,3050,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.9,56,101400,605,1370,352,333,350,177,35400,35400,19700,3830,50,3.6,6,6,24.1,7620,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,9.4,44,101400,829,1370,362,528,681,111,56300,69200,14300,2740,50,5.7,2,2,24.1,77777,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.9,41,101300,992,1370,382,438,167,316,48100,17700,35200,9920,40,3.6,7,7,24.1,3050,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,8.9,39,101300,1083,1370,387,489,293,255,54300,31800,29000,8480,30,4.1,8,7,24.1,3050,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,10.0,36,101200,1094,1370,386,840,877,133,89000,88800,17900,4570,70,2.1,3,3,24.1,77777,9,999999999,170,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,8.9,33,101100,1026,1370,379,695,775,108,74500,78700,15300,3380,100,4.1,1,1,24.1,77777,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,9.4,34,101100,882,1370,403,500,384,250,54100,41100,27500,6500,70,3.6,7,7,24.1,3050,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,9.4,34,101000,674,1370,409,323,258,194,34400,26700,21300,4330,90,3.1,8,8,24.1,3050,9,999999999,160,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,8.3,34,101000,414,1370,402,113,23,105,12300,2100,11700,2840,120,3.1,8,8,24.1,3050,9,999999999,150,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,11.7,50,101000,125,1290,381,56,139,40,5700,6800,5000,750,120,2.6,6,6,24.1,3050,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,12.8,68,101000,0,0,357,0,0,0,0,0,0,0,80,2.1,4,4,24.1,77777,9,999999999,200,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.2,73,101100,0,0,341,0,0,0,0,0,0,0,70,2.1,2,2,24.1,77777,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,11.7,65,101100,0,0,335,0,0,0,0,0,0,0,90,3.1,0,0,24.1,77777,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,11.7,68,101100,0,0,333,0,0,0,0,0,0,0,80,2.1,0,0,24.1,77777,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,12.8,84,101100,0,0,324,0,0,0,0,0,0,0,80,2.1,0,0,24.1,77777,9,999999999,200,0.0590,0,88,999.000,999.0,99.0
+1977,10,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,12.2,84,101000,0,0,321,0,0,0,0,0,0,0,60,2.6,0,0,24.1,77777,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,101000,0,0,333,0,0,0,0,0,0,0,90,3.1,2,2,24.1,77777,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,11.7,70,101000,0,0,357,0,0,0,0,0,0,0,70,2.1,7,7,19.3,1010,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,11.7,68,100900,0,0,373,0,0,0,0,0,0,0,60,3.6,9,9,19.3,910,9,999999999,189,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,11.7,65,100800,0,0,387,0,0,0,0,0,0,0,80,3.6,10,10,19.3,850,9,999999999,179,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,11.1,65,100900,0,0,373,0,0,0,0,0,0,0,80,4.1,9,9,19.3,1160,9,999999999,179,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,11.1,68,100900,0,0,344,0,0,0,0,0,0,0,80,3.6,4,3,24.1,77777,9,999999999,179,0.0590,0,88,999.000,999.0,99.0
+1977,10,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,11.1,68,100900,58,880,356,22,18,20,2300,1000,2300,490,70,4.6,8,7,19.3,1520,9,999999999,179,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,12.2,68,100900,331,1371,387,80,8,78,9000,400,8900,2820,70,3.6,10,10,19.3,1370,9,999999999,189,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,13.3,68,100900,601,1371,395,95,20,86,10500,1900,9600,2760,90,4.1,10,10,16.1,1070,9,999999999,200,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.0,76,100900,825,1371,397,165,5,162,19600,400,19300,7490,90,3.6,10,10,9.7,1070,9,999999999,229,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,100900,988,1371,392,278,1,277,32400,100,32300,12300,60,2.6,10,10,8.0,430,9,999999999,240,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,100900,1078,1371,403,312,8,306,36600,700,36100,13760,50,3.1,10,10,6.4,400,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,100700,1089,1371,404,430,166,297,47800,17800,33600,10550,50,4.6,9,9,8.0,2130,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,100600,1021,1371,422,340,2,339,39300,200,39100,14360,70,4.6,10,10,9.7,2130,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,100600,877,1371,412,261,10,255,30200,900,29600,10870,60,5.2,10,10,9.7,370,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,100600,668,1371,412,193,3,192,22000,200,21900,7610,90,5.7,10,10,9.7,2130,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,16.7,76,100600,408,1371,397,98,62,79,10900,5700,9200,1760,60,4.6,9,9,9.7,2130,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,100600,120,1245,391,42,9,41,4600,0,4600,1250,80,5.2,9,9,11.3,1070,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,100700,0,0,399,0,0,0,0,0,0,0,40,4.1,10,10,12.9,310,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.7,84,100800,0,0,399,0,0,0,0,0,0,0,50,5.2,10,10,11.3,210,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100800,0,0,397,0,0,0,0,0,0,0,70,3.6,10,10,9.7,180,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100900,0,0,397,0,0,0,0,0,0,0,100,3.6,10,10,9.7,180,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100900,0,0,397,0,0,0,0,0,0,0,30,2.6,10,10,8.0,180,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100800,0,0,400,0,0,0,0,0,0,0,50,2.6,10,10,8.0,210,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100800,0,0,400,0,0,0,0,0,0,0,60,1.5,10,10,8.0,210,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100800,0,0,400,0,0,0,0,0,0,0,40,2.6,10,10,6.4,150,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,100800,0,0,400,0,0,0,0,0,0,0,20,2.1,10,10,4.8,120,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,100900,0,0,397,0,0,0,0,0,0,0,20,2.1,10,10,3.2,120,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101100,0,0,397,0,0,0,0,0,0,0,350,4.6,10,10,3.2,150,9,999999999,259,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101100,0,0,396,0,0,0,0,0,0,0,360,4.1,10,10,11.3,760,9,999999999,250,0.1290,0,88,999.000,999.0,99.0
+1977,10,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101300,56,857,393,9,0,9,1100,0,1100,350,350,5.2,10,10,12.9,270,9,999999999,250,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.6,84,101400,327,1372,392,74,1,74,8400,0,8400,2710,360,6.7,10,10,16.1,310,9,999999999,229,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,14.4,81,101500,597,1372,387,138,7,135,15900,500,15700,5570,10,7.7,10,10,16.1,400,9,999999999,220,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,14.4,76,101600,822,1372,393,216,9,211,25100,700,24700,9150,10,6.2,10,10,16.1,460,9,999999999,220,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,15.0,73,101600,984,1372,400,282,7,278,33000,600,32500,12310,10,6.2,10,10,16.1,610,9,999999999,229,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,13.3,78,101700,1074,1372,383,325,5,321,37900,500,37600,14200,10,4.1,10,10,19.3,430,9,999999999,209,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,13.3,73,101600,1084,1372,389,342,3,339,39700,300,39500,14800,360,6.2,10,10,19.3,580,9,999999999,209,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.3,66,101600,1015,1372,398,342,2,341,39400,200,39300,14360,10,6.2,10,10,19.3,760,9,999999999,209,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,12.8,59,101600,871,1372,370,532,438,250,55500,45000,26800,6320,10,5.2,5,5,19.3,77777,9,999999999,200,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,10.0,46,101500,662,1372,363,417,561,142,44300,56000,17200,2910,20,7.2,2,2,19.3,77777,9,999999999,170,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,10.6,53,101600,403,1372,365,121,42,108,13200,3800,12100,2870,350,6.2,5,5,19.3,77777,9,999999999,179,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,8.9,50,101700,115,1223,370,21,14,20,2400,900,2300,520,350,6.2,8,8,19.3,2440,9,999999999,160,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,7.2,52,101800,0,0,348,0,0,0,0,0,0,0,360,7.2,6,6,24.1,3050,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,7.2,58,101900,0,0,324,0,0,0,0,0,0,0,10,5.2,1,1,24.1,77777,9,999999999,150,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,6.7,58,102000,0,0,315,0,0,0,0,0,0,0,10,5.2,0,0,24.1,77777,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,6.1,60,102100,0,0,309,0,0,0,0,0,0,0,360,4.1,0,0,24.1,77777,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,6.1,69,102100,0,0,300,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,6.1,74,102100,0,0,295,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,102200,0,0,293,0,0,0,0,0,0,0,360,2.6,0,0,24.1,77777,9,999999999,139,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,4.4,71,102200,0,0,289,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,120,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,4.4,74,102200,0,0,287,0,0,0,0,0,0,0,260,2.1,0,0,24.1,77777,9,999999999,120,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,4.4,74,102300,0,0,287,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,120,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,102400,0,0,279,0,0,0,0,0,0,0,360,2.6,0,0,24.1,77777,9,999999999,120,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,102400,0,0,277,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,120,0.2110,0,88,999.000,999.0,99.0
+1977,10,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,2.8,74,102500,54,858,278,36,149,18,2900,7000,2400,320,360,3.1,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,3.9,61,102600,324,1373,295,190,619,41,19400,52000,7100,830,10,4.1,0,0,24.1,77777,9,999999999,120,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,2.8,47,102600,594,1373,306,413,805,60,43000,77100,9500,1340,20,3.6,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,102600,818,1373,317,610,886,76,63200,87600,10900,1820,30,6.2,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,0.0,29,102600,980,1373,322,762,937,86,78800,93500,11800,2350,10,8.2,0,0,24.1,77777,9,999999999,89,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,0.6,28,102500,1069,1373,328,839,951,91,86700,95200,12300,2820,20,5.7,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,1.1,26,102400,1080,1373,339,852,958,92,88100,95900,12400,2890,20,6.7,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,0.0,24,102300,1010,1373,337,788,942,88,81500,94100,12000,2490,350,5.2,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,-1.1,23,102200,866,1373,333,660,910,79,68300,90300,11200,1950,20,6.7,0,0,24.1,77777,9,999999999,89,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,0.0,25,102200,657,1373,332,474,843,65,49200,81700,10000,1470,360,7.2,0,0,24.1,77777,9,999999999,89,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,0.6,27,102200,397,1373,330,250,693,46,25900,61700,8000,960,10,6.2,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,0.6,35,102200,110,1201,313,59,293,25,5400,16100,3900,450,360,3.6,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,5.6,66,102300,0,0,300,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,129,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,102400,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.0,83,102400,0,0,283,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,4.4,86,102400,0,0,278,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,102400,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0630,0,88,999.000,999.0,99.0
+1977,10,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,102400,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.3,89,102300,0,0,270,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,102300,0,0,268,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,2.8,93,102200,0,0,265,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102200,0,0,263,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102200,0,0,263,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.7,89,102200,0,0,262,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,100,0.0630,0,88,999.000,999.0,99.0
+1977,10,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,2.8,93,102200,53,836,265,33,127,18,2800,5200,2500,310,0,0.0,0,0,24.1,77777,9,999999999,110,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,4.4,77,102400,321,1373,284,186,595,43,18700,49600,7100,850,0,0.0,0,0,11.3,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,7.2,58,102400,590,1373,318,405,781,64,42500,75500,9900,1400,240,1.0,0,0,16.1,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,6.1,42,102400,814,1373,334,603,870,81,62400,85900,11300,1850,180,1.5,0,0,16.1,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,1.1,26,102300,976,1373,339,756,925,92,78000,92300,12300,2410,220,2.1,0,0,19.3,77777,9,999999999,100,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,1.1,24,102200,1065,1373,344,837,944,98,86300,94400,12800,2900,230,2.1,0,0,24.1,77777,9,999999999,100,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,2.8,25,102100,1075,1373,351,843,943,98,86900,94400,12800,2960,260,2.6,0,0,24.1,77777,9,999999999,110,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,2.2,23,102000,1005,1373,352,780,928,94,80500,92700,12500,2550,100,2.1,0,0,24.1,77777,9,999999999,110,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,1.7,23,101900,860,1373,352,650,892,84,67100,88400,11600,1980,240,1.5,0,0,24.1,77777,9,999999999,110,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,1.1,21,101900,651,1373,354,464,821,69,48900,80500,10600,1550,240,3.6,0,0,24.1,77777,9,999999999,100,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,5.6,33,101800,391,1373,349,240,659,49,24600,58200,8000,990,250,2.1,0,0,24.1,77777,9,999999999,129,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,9.4,65,101800,105,1179,323,54,248,25,4900,13400,3700,450,300,1.5,0,0,24.1,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,7.2,72,101800,0,0,303,0,0,0,0,0,0,0,150,3.1,0,0,24.1,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101900,0,0,302,0,0,0,0,0,0,0,100,2.1,0,0,24.1,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101900,0,0,302,0,0,0,0,0,0,0,160,3.1,0,0,24.1,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.2,89,101900,0,0,290,0,0,0,0,0,0,0,240,1.5,0,0,19.3,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101900,0,0,287,0,0,0,0,0,0,0,50,2.1,0,0,19.3,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1977,10,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,101800,0,0,285,0,0,0,0,0,0,0,90,1.5,0,0,19.3,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101800,0,0,282,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,129,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,101800,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,129,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101800,0,0,274,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101800,0,0,274,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101800,0,0,274,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101900,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,120,0.0730,0,88,999.000,999.0,99.0
+1977,10,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,4.4,93,101900,51,836,274,32,100,20,2800,4000,2500,350,0,0.0,0,0,16.1,77777,9,999999999,120,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.3,83,102000,317,1374,300,177,547,48,18200,44700,7900,900,60,1.5,0,0,19.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,9.4,63,102000,586,1374,325,396,748,72,41000,71900,10300,1500,20,1.0,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,9.4,46,102000,810,1374,348,591,839,90,62400,84000,12800,2160,180,2.1,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,7.8,36,102000,971,1374,357,738,889,103,75900,88600,13100,2480,180,3.1,0,0,19.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,6.1,30,102000,1060,1374,360,820,913,109,84300,91300,13700,3000,180,2.6,0,0,19.3,77777,9,999999999,139,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,6.1,29,101800,1070,1374,363,829,915,109,85100,91500,13700,3070,170,4.1,0,0,19.3,77777,9,999999999,139,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,5.0,25,101800,1000,1374,367,767,901,105,78900,89900,13300,2630,150,3.6,0,0,19.3,77777,9,999999999,129,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,5.6,27,101700,855,1374,365,636,861,94,65500,85200,12300,2020,140,4.1,0,0,19.3,77777,9,999999999,129,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,8.9,36,101700,645,1374,364,447,778,77,46600,75900,10900,1660,130,5.2,0,0,19.3,77777,9,999999999,160,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,8.3,37,101700,385,1374,358,230,615,54,23300,53800,8100,1040,120,5.2,0,0,19.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,8.3,49,101700,101,1157,336,51,206,27,4800,10000,3900,480,120,3.6,0,0,19.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,9.4,63,101800,0,0,325,0,0,0,0,0,0,0,120,4.1,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.0,78,101800,0,0,314,0,0,0,0,0,0,0,130,4.1,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101800,0,0,306,0,0,0,0,0,0,0,170,2.6,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101800,0,0,306,0,0,0,0,0,0,0,70,2.1,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,101800,0,0,301,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,170,0.0900,0,88,999.000,999.0,99.0
+1977,10,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101800,0,0,299,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,160,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101800,0,0,296,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,160,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,8.3,96,101800,0,0,291,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101800,0,0,290,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101800,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101800,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.8,96,101900,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,150,0.0900,0,88,999.000,999.0,99.0
+1977,10,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,9.4,93,101900,49,814,304,26,74,17,2300,2900,2100,300,0,0.0,2,1,6.4,77777,9,999999999,160,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,12.8,81,102000,314,1375,332,163,452,58,16600,36300,8300,1050,80,2.1,2,1,9.7,77777,9,999999999,200,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.3,61,102000,583,1375,362,334,470,132,35200,45700,15700,2610,90,1.5,2,2,11.3,77777,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,13.9,55,102000,806,1375,361,582,842,83,60200,83100,11400,1840,150,1.5,0,0,16.1,77777,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,14.4,52,102000,967,1375,377,681,844,82,70600,84200,11200,2250,230,2.6,1,1,16.1,77777,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,13.9,49,102000,1055,1375,392,526,312,285,57800,33800,31700,9130,250,2.6,4,4,19.3,77777,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,13.9,44,101900,1065,1375,403,539,415,214,58900,43400,25200,7080,290,3.1,5,5,19.3,77777,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,13.9,41,101800,994,1375,409,641,610,195,67000,61700,22300,5660,260,3.6,5,5,19.3,77777,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,13.9,40,101800,849,1375,421,414,158,316,44800,16500,34600,8700,260,2.6,7,7,19.3,1220,9,999999999,209,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,14.4,46,101700,640,1375,412,287,248,170,30800,25400,18900,3660,240,2.6,7,7,19.3,1370,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101700,380,1375,401,152,181,100,15900,15800,11600,1950,270,2.1,7,7,19.3,7620,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101800,96,1134,375,39,97,28,3900,4300,3500,500,290,1.5,5,4,19.3,77777,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101800,0,0,360,0,0,0,0,0,0,0,300,1.5,4,4,19.3,77777,9,999999999,229,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,12.2,55,101900,0,0,370,0,0,0,0,0,0,0,360,4.6,4,4,19.3,77777,9,999999999,189,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,8.9,47,102000,0,0,354,0,0,0,0,0,0,0,350,3.6,2,2,24.1,77777,9,999999999,160,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,8.3,49,102000,0,0,336,0,0,0,0,0,0,0,360,3.6,0,0,24.1,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,8.3,54,102100,0,0,329,0,0,0,0,0,0,0,340,4.1,0,0,24.1,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1977,10,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,7.2,52,102100,0,0,325,0,0,0,0,0,0,0,360,4.1,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,6.7,58,102200,0,0,315,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,6.7,64,102200,0,0,307,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,5.6,64,102200,0,0,302,0,0,0,0,0,0,0,360,3.6,0,0,24.1,77777,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,5.0,66,102300,0,0,296,0,0,0,0,0,0,0,360,3.1,0,0,24.1,77777,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,291,0,0,0,0,0,0,0,10,3.1,1,0,24.1,77777,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,4.4,77,102400,0,0,294,0,0,0,0,0,0,0,350,3.1,6,2,24.1,77777,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1977,10,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,4.4,77,102400,47,791,294,22,34,18,2200,1500,2100,370,350,3.1,6,2,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,4.4,59,102400,310,1376,306,126,298,57,13300,23700,8000,1020,20,5.2,2,1,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,5.6,52,102500,579,1376,322,357,631,88,37300,60800,11600,1790,30,4.6,2,1,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,3.9,40,102500,802,1376,324,565,778,106,58600,77200,13500,2380,70,3.6,0,0,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,3.9,36,102400,962,1376,331,726,857,121,76300,86200,15800,3260,100,4.6,0,0,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,3.3,32,102300,1050,1376,336,807,880,129,85300,88900,17200,4010,30,3.1,0,0,24.1,77777,9,999999999,110,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,2.8,28,102200,1060,1376,343,809,874,129,85500,88400,17300,4090,90,2.6,0,0,24.1,77777,9,999999999,110,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,2.2,25,102000,989,1376,347,752,865,123,79100,87200,16200,3450,10,3.1,0,0,24.1,77777,9,999999999,110,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,1.1,22,102000,844,1376,349,619,820,111,64500,81700,14200,2580,320,3.1,0,0,24.1,77777,9,999999999,100,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,-0.6,20,101900,634,1376,347,433,736,90,45600,72200,12200,1900,0,0.0,0,0,24.1,77777,9,999999999,89,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,1.1,24,101900,374,1376,344,215,551,62,22000,47300,9100,1160,350,2.1,0,0,24.1,77777,9,999999999,100,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,6.1,54,101900,92,1112,317,44,138,28,4200,6500,3600,500,340,1.5,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,6.1,67,101900,0,0,302,0,0,0,0,0,0,0,60,2.6,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,5.6,71,101900,0,0,295,0,0,0,0,0,0,0,80,2.1,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,102000,0,0,294,0,0,0,0,0,0,0,70,1.5,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.1,83,102000,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.0,83,102000,0,0,283,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1977,10,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.0,86,101900,0,0,280,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101900,0,0,276,0,0,0,0,0,0,0,40,1.5,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.0,89,101900,0,0,278,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101900,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101800,0,0,276,0,0,0,0,0,0,0,70,1.5,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,101900,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,101800,0,0,282,0,0,0,0,0,0,0,0,0.0,3,2,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1977,10,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,5.0,89,101800,45,792,278,23,23,21,2500,1000,2400,430,90,2.6,0,0,16.1,77777,9,999999999,129,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.9,80,101900,306,1377,305,146,346,67,15200,27300,9100,1210,40,1.0,0,0,11.3,77777,9,999999999,160,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,10.0,63,101900,575,1377,328,357,586,108,36600,55800,13200,2120,120,2.1,0,0,9.7,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,10.6,49,101900,797,1377,350,554,706,140,57800,70700,16700,3230,120,3.1,0,0,9.7,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,10.0,43,101900,958,1377,357,700,767,160,73800,78000,19400,4470,180,3.1,0,0,8.0,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,8.9,37,101800,1046,1377,361,782,797,170,83000,81500,20900,5500,130,3.1,0,0,9.7,77777,9,999999999,160,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,8.3,34,101700,1054,1377,366,789,799,171,83800,81700,21000,5630,210,3.6,0,0,11.3,77777,9,999999999,160,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,7.2,30,101600,984,1377,367,727,782,163,77000,79700,19800,4740,200,3.1,0,0,12.9,77777,9,999999999,139,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,10.6,36,101500,839,1377,374,590,723,145,61800,72800,17400,3490,100,3.6,0,0,16.1,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,11.1,42,101500,629,1377,366,403,619,116,41500,60000,14100,2350,130,6.2,0,0,24.1,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,11.7,48,101500,369,1377,359,190,413,77,19900,35100,10500,1400,100,6.2,0,0,24.1,77777,9,999999999,189,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,11.7,57,101500,88,1090,352,32,52,26,3400,2600,3100,540,110,5.2,1,1,24.1,77777,9,999999999,189,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,12.2,68,101500,0,0,336,0,0,0,0,0,0,0,120,4.1,0,0,24.1,77777,9,999999999,189,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,101500,0,0,323,0,0,0,0,0,0,0,140,3.1,0,0,24.1,77777,9,999999999,189,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,11.7,87,101600,0,0,329,0,0,0,0,0,0,0,130,2.6,6,3,24.1,77777,9,999999999,189,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101600,0,0,323,0,0,0,0,0,0,0,130,2.1,6,3,24.1,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101500,0,0,323,0,0,0,0,0,0,0,140,2.6,6,3,24.1,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101500,0,0,320,0,0,0,0,0,0,0,70,2.1,6,2,19.3,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,101500,0,0,315,0,0,0,0,0,0,0,80,3.1,4,2,19.3,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101400,0,0,313,0,0,0,0,0,0,0,60,2.1,4,1,19.3,77777,9,999999999,179,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,101500,0,0,307,0,0,0,0,0,0,0,0,0.0,3,1,19.3,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,101500,0,0,307,0,0,0,0,0,0,0,0,0.0,2,1,19.3,77777,9,999999999,170,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,101500,0,0,304,0,0,0,0,0,0,0,0,0.0,3,1,19.3,77777,9,999999999,160,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.9,93,101500,0,0,309,0,0,0,0,0,0,0,0,0.0,7,3,19.3,77777,9,999999999,160,0.1900,0,88,999.000,999.0,99.0
+1977,10,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.0,93,101600,43,769,317,31,31,27,3100,1300,3000,560,0,0.0,7,4,12.9,7620,9,999999999,170,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,101600,303,1377,325,174,617,36,17900,50900,6700,750,0,0.0,0,0,8.0,77777,9,999999999,209,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,101700,571,1377,358,387,793,53,40300,75600,8900,1260,170,2.1,0,0,9.7,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,16.1,58,101700,793,1377,372,576,874,67,60000,86300,10100,1690,190,3.1,0,0,12.9,77777,9,999999999,240,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,15.6,49,101600,953,1377,383,718,917,77,74600,91500,11000,2140,230,2.1,0,0,16.1,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.1,49,101600,1041,1377,386,793,927,85,82000,92800,11700,2560,220,2.6,1,0,19.3,77777,9,999999999,240,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,15.6,44,101400,1049,1377,408,750,772,157,77700,77300,18600,4570,280,4.1,4,3,19.3,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,15.6,43,101300,979,1377,411,648,678,161,68500,69100,19300,4640,210,4.1,3,3,19.3,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,14.4,39,101300,833,1377,409,593,825,88,63100,82900,12800,2180,180,2.1,3,2,19.3,77777,9,999999999,220,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,14.4,40,101300,623,1377,405,394,688,78,40800,66600,10500,1630,220,2.6,3,2,19.3,77777,9,999999999,220,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,15.0,46,101300,363,1377,392,208,613,42,21300,53300,7200,880,190,3.1,2,1,19.3,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101300,84,1068,376,45,194,22,3900,10000,3100,390,130,3.6,2,1,16.1,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,16.1,68,101300,0,0,358,0,0,0,0,0,0,0,130,4.1,0,0,19.3,77777,9,999999999,240,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101400,0,0,345,0,0,0,0,0,0,0,170,4.1,0,0,19.3,77777,9,999999999,240,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101400,0,0,342,0,0,0,0,0,0,0,180,3.1,0,0,19.3,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101400,0,0,331,0,0,0,0,0,0,0,210,3.1,0,0,24.1,77777,9,999999999,229,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101400,0,0,326,0,0,0,0,0,0,0,160,3.1,0,0,24.1,77777,9,999999999,220,0.0520,0,88,999.000,999.0,99.0
+1977,10,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101400,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101400,0,0,322,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,209,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.9,100,101400,0,0,318,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101300,0,0,316,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,200,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101300,0,0,310,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,189,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101400,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,179,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,101400,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,179,0.0520,0,88,999.000,999.0,99.0
+1977,10,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.7,93,101500,41,747,310,19,6,19,2100,300,2100,460,0,0.0,0,0,4.0,77777,9,999999999,189,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.6,90,101500,299,1378,334,128,234,76,13500,18300,9500,1450,0,0.0,0,0,4.8,77777,9,999999999,229,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.8,76,101600,567,1378,360,327,472,130,34400,45600,15500,2550,240,3.1,0,0,8.0,77777,9,999999999,270,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,101600,789,1378,379,518,600,171,53300,59300,19200,3770,250,3.6,0,0,11.3,77777,9,999999999,290,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,56,101500,949,1378,389,664,670,198,69000,67400,22500,5300,240,3.6,0,0,16.1,77777,9,999999999,270,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.7,48,101400,1036,1378,393,745,704,211,77900,71200,24200,6530,250,3.6,0,0,19.3,77777,9,999999999,250,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,14.4,39,101300,1044,1378,396,756,710,212,79000,71800,24400,6660,200,4.1,0,0,19.3,77777,9,999999999,220,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.0,39,101300,973,1378,400,689,683,201,71600,68800,22900,5580,250,3.1,0,0,19.3,77777,9,999999999,229,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,14.4,37,101200,828,1378,399,558,627,178,57600,62300,20100,4090,200,3.6,0,0,19.3,77777,9,999999999,220,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,13.9,37,101200,618,1378,412,320,340,165,34200,34600,18600,3520,200,3.1,4,3,19.3,77777,9,999999999,209,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,14.4,43,101200,358,1378,404,141,115,110,15100,10000,12500,2420,150,3.6,6,3,19.3,77777,9,999999999,220,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101300,80,1045,383,26,18,24,2800,1100,2700,580,130,5.2,3,2,19.3,77777,9,999999999,229,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,15.0,64,101300,0,0,364,0,0,0,0,0,0,0,170,4.1,2,1,19.3,77777,9,999999999,229,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,14.4,66,101400,0,0,358,0,0,0,0,0,0,0,170,5.2,2,1,19.3,77777,9,999999999,220,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,14.4,71,101400,0,0,361,0,0,0,0,0,0,0,170,4.1,6,3,19.3,77777,9,999999999,220,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101400,0,0,351,0,0,0,0,0,0,0,220,2.1,6,3,19.3,77777,9,999999999,229,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101400,0,0,339,0,0,0,0,0,0,0,250,2.1,6,3,19.3,77777,9,999999999,209,0.2670,0,88,999.000,999.0,99.0
+1977,10,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101400,0,0,336,0,0,0,0,0,0,0,240,1.5,4,2,19.3,77777,9,999999999,209,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.3,90,101400,0,0,322,0,0,0,0,0,0,0,0,0.0,1,0,19.3,77777,9,999999999,209,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101400,0,0,319,0,0,0,0,0,0,0,0,0.0,1,0,19.3,77777,9,999999999,200,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101400,0,0,322,0,0,0,0,0,0,0,0,0.0,2,1,19.3,77777,9,999999999,189,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101400,0,0,316,0,0,0,0,0,0,0,0,0.0,2,1,12.9,77777,9,999999999,179,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101400,0,0,310,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,189,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101400,0,0,310,0,0,0,0,0,0,0,0,0.0,1,0,8.0,77777,9,999999999,189,0.2670,0,88,999.000,999.0,99.0
+1977,10,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,12.8,90,101500,40,747,329,19,25,16,1900,1000,1900,330,0,0.0,4,2,0.8,77777,9,999999999,200,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.6,93,101500,295,1379,338,144,417,53,14700,32800,7600,960,40,1.5,1,1,1.3,77777,9,999999999,229,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.8,79,101600,563,1379,373,327,504,119,34700,48700,14800,2310,70,1.5,3,3,4.8,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.2,62,101600,785,1379,390,469,577,137,49000,57700,16100,3120,120,1.5,3,3,9.7,77777,9,999999999,259,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.8,58,101600,944,1379,403,585,567,192,60800,57100,21600,5120,140,3.1,4,4,11.3,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,101500,1031,1379,404,725,747,160,77100,76500,19700,5050,140,3.1,3,3,11.3,77777,9,999999999,250,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,15.6,44,101400,1039,1379,408,622,512,232,67100,53400,26800,7310,140,3.6,3,3,11.3,77777,9,999999999,229,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,15.6,43,101300,968,1379,407,635,682,151,67400,69600,18300,4300,110,6.2,2,2,16.1,77777,9,999999999,229,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,12.2,35,101300,822,1379,397,568,776,100,59500,77500,13200,2350,110,5.7,1,1,16.1,77777,9,999999999,189,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,12.2,37,101300,612,1379,391,390,648,98,40600,62900,12600,2010,120,6.2,1,1,19.3,77777,9,999999999,189,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,9.4,34,101300,352,1379,380,177,406,71,18600,33900,9900,1290,120,6.7,1,1,19.3,77777,9,999999999,160,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,60,101400,76,1023,369,35,96,23,3300,3900,3000,400,110,4.1,1,1,19.3,77777,9,999999999,229,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,16.7,71,101400,0,0,375,0,0,0,0,0,0,0,110,3.6,4,3,19.3,77777,9,999999999,250,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.3,81,101400,0,0,377,0,0,0,0,0,0,0,100,3.6,5,4,19.3,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101500,0,0,366,0,0,0,0,0,0,0,100,4.1,2,1,19.3,77777,9,999999999,279,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101500,0,0,360,0,0,0,0,0,0,0,100,4.1,0,0,11.3,77777,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101400,0,0,357,0,0,0,0,0,0,0,100,5.2,0,0,8.0,77777,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1977,10,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101400,0,0,357,0,0,0,0,0,0,0,90,3.1,0,0,3.2,77777,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,387,0,0,0,0,0,0,0,120,4.1,7,7,0.8,60,9,999999999,300,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101400,0,0,375,0,0,0,0,0,0,0,90,3.1,5,5,1.6,77777,9,999999999,290,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101400,0,0,359,0,0,0,0,0,0,0,80,2.6,2,2,2.4,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101400,0,0,362,0,0,0,0,0,0,0,70,2.1,3,3,6.4,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101400,0,0,365,0,0,0,0,0,0,0,60,3.1,4,4,8.0,77777,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101500,0,0,382,0,0,0,0,0,0,0,60,3.6,8,8,0.8,60,9,999999999,270,0.1210,0,88,999.000,999.0,99.0
+1977,10,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.9,93,101500,38,724,394,9,1,9,1100,0,1100,340,80,3.6,9,9,2.4,640,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101600,292,1380,374,101,79,84,10900,6300,9600,1820,110,2.6,7,6,8.0,7620,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101600,559,1380,413,174,7,171,19500,500,19300,6300,90,3.6,9,9,12.9,1070,9,999999999,300,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101700,780,1380,402,378,286,215,40800,30200,23700,5080,140,4.6,8,6,16.1,1220,9,999999999,290,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,101700,940,1380,415,386,160,277,42600,17000,31000,8190,130,6.7,7,6,19.3,7620,9,999999999,300,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,19.4,61,101600,1026,1380,411,638,555,221,69100,57900,25900,6770,100,7.2,5,4,19.3,77777,9,999999999,300,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,19.4,59,101500,1034,1380,425,534,312,298,58200,33800,32800,9280,110,7.7,8,7,16.1,760,9,999999999,300,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.8,58,101400,963,1380,409,615,568,214,66100,59000,24800,5920,140,6.2,7,6,16.1,1680,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,56,101400,817,1380,416,342,206,219,37100,21900,24100,5300,120,8.2,8,6,16.1,7620,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101400,607,1380,409,309,327,163,33000,33100,18400,3460,110,7.7,8,5,12.9,7620,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.9,69,101400,347,1380,401,121,172,76,12800,14500,9200,1420,120,6.7,8,6,9.7,7620,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,101400,72,1000,384,34,8,33,3700,0,3700,990,140,5.2,8,4,9.7,77777,9,999999999,259,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,16.7,71,101500,0,0,375,0,0,0,0,0,0,0,100,4.6,6,3,12.9,77777,9,999999999,250,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.2,76,101600,0,0,369,0,0,0,0,0,0,0,110,3.6,4,2,12.9,77777,9,999999999,259,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,101600,0,0,370,0,0,0,0,0,0,0,100,3.1,4,2,11.3,77777,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101600,0,0,367,0,0,0,0,0,0,0,100,3.1,3,2,9.7,77777,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101600,0,0,362,0,0,0,0,0,0,0,60,3.1,5,3,6.4,77777,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101500,0,0,359,0,0,0,0,0,0,0,70,3.1,3,2,6.4,77777,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.8,90,101500,0,0,358,0,0,0,0,0,0,0,80,3.6,3,2,6.4,77777,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101500,0,0,366,0,0,0,0,0,0,0,100,4.6,3,2,8.0,77777,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101400,0,0,366,0,0,0,0,0,0,0,80,4.1,3,2,8.0,77777,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101400,0,0,368,0,0,0,0,0,0,0,100,3.6,6,4,8.0,3050,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101500,0,0,371,0,0,0,0,0,0,0,100,4.1,7,5,8.0,3050,9,999999999,279,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101500,0,0,365,0,0,0,0,0,0,0,80,4.1,5,4,9.7,77777,9,999999999,270,0.1470,0,88,999.000,999.0,99.0
+1977,10,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101500,36,702,352,16,17,14,1700,700,1600,290,80,5.2,2,2,9.7,77777,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.8,84,101500,288,1381,359,132,336,60,13800,25800,8400,1080,80,4.6,1,1,9.7,77777,9,999999999,270,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101500,555,1381,376,310,475,116,32800,45700,14400,2240,90,6.2,4,2,9.7,77777,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,101600,776,1381,426,147,10,141,17400,700,17000,6490,100,5.2,10,10,11.3,490,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.3,71,101600,935,1381,426,244,8,238,28500,700,28000,10680,90,4.6,10,10,9.7,4270,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101600,1022,1381,420,360,7,354,41200,700,40700,14700,80,4.1,10,10,6.4,3660,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.3,79,101600,1029,1381,416,292,1,292,34200,100,34100,12990,70,2.6,10,10,6.4,2440,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101600,958,1381,410,152,7,147,18500,500,18100,7320,0,0.0,10,10,4.8,2130,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.9,90,101100,812,1381,408,162,6,159,19200,500,19000,7300,0,0.0,10,10,3.2,2130,9,999999999,279,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,602,1381,410,190,4,188,21300,300,21200,7000,110,6.2,10,10,6.4,2440,9,999999999,270,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,342,1381,410,78,2,78,8900,100,8900,2860,90,4.6,10,10,6.4,2440,9,999999999,270,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101200,69,978,391,31,7,30,3400,0,3400,920,50,2.6,9,8,11.3,2440,9,999999999,270,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,17.8,84,101300,0,0,387,0,0,0,0,0,0,0,70,2.6,9,8,11.3,2440,9,999999999,270,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101400,0,0,365,0,0,0,0,0,0,0,360,1.5,7,7,11.3,2440,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101400,0,0,358,0,0,0,0,0,0,0,20,2.1,5,5,9.7,77777,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101400,0,0,353,0,0,0,0,0,0,0,360,3.1,3,3,9.7,77777,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101400,0,0,358,0,0,0,0,0,0,0,30,1.5,6,6,11.3,700,9,999999999,250,0.1580,0,88,999.000,999.0,99.0
+1977,10,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,101300,0,0,343,0,0,0,0,0,0,0,0,0.0,2,2,12.9,77777,9,999999999,240,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101300,0,0,338,0,0,0,0,0,0,0,20,1.5,1,1,12.9,77777,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101300,0,0,351,0,0,0,0,0,0,0,30,2.1,6,6,11.3,2440,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101200,0,0,348,0,0,0,0,0,0,0,60,3.1,6,5,9.7,7620,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101300,0,0,351,0,0,0,0,0,0,0,50,2.1,7,6,8.0,1010,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101300,0,0,351,0,0,0,0,0,0,0,50,2.1,7,6,6.4,7620,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101300,0,0,348,0,0,0,0,0,0,0,50,2.1,6,5,6.4,7620,9,999999999,229,0.1580,0,88,999.000,999.0,99.0
+1977,10,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.0,90,101300,34,679,358,12,8,11,1300,400,1200,280,30,2.1,7,7,2.4,7620,9,999999999,229,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,16.1,90,101300,284,1381,390,57,1,57,6500,0,6500,2100,60,3.1,10,10,1.3,7620,9,999999999,240,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.8,87,101400,551,1381,404,173,34,160,19000,3300,17700,4500,60,2.1,10,10,1.6,150,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101400,772,1381,395,308,131,233,33600,13600,25900,6070,350,1.5,9,7,3.2,1160,9,999999999,300,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,71,101300,931,1381,396,638,694,165,66900,70300,19400,4390,110,2.6,3,3,6.4,77777,9,999999999,300,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101300,1017,1381,413,494,311,262,54100,33700,29300,7810,170,1.5,6,6,12.9,850,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,16.7,49,101200,1024,1381,407,678,671,176,71700,68400,20800,5410,40,2.1,3,3,19.3,77777,9,999999999,250,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,17.2,49,101100,952,1381,410,651,760,121,68200,76400,15400,3180,50,2.6,3,3,19.3,77777,9,999999999,259,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,16.7,46,101000,807,1381,408,517,671,121,54600,67700,15000,2860,130,3.1,2,2,19.3,77777,9,999999999,250,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,101000,596,1381,414,343,433,153,35600,42200,17400,3080,120,3.1,6,6,19.3,7620,9,999999999,250,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.2,56,101000,337,1381,413,104,95,80,11300,8100,9400,1750,150,3.1,7,7,19.3,3050,9,999999999,259,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101100,66,956,417,18,7,18,2000,400,2000,450,110,3.1,9,9,16.1,3050,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,18.9,76,101100,0,0,397,0,0,0,0,0,0,0,160,4.1,8,7,16.1,7620,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,101200,0,0,417,0,0,0,0,0,0,0,260,2.1,10,10,19.3,910,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101200,0,0,414,0,0,0,0,0,0,0,330,2.1,10,10,16.1,1070,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101200,0,0,414,0,0,0,0,0,0,0,40,3.1,10,10,16.1,460,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101200,0,0,396,0,0,0,0,0,0,0,70,3.6,9,9,19.3,460,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101100,0,0,365,0,0,0,0,0,0,0,60,3.6,3,3,16.1,77777,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101200,0,0,393,0,0,0,0,0,0,0,80,3.1,9,9,16.1,340,9,999999999,270,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101200,0,0,408,0,0,0,0,0,0,0,70,2.1,10,10,16.1,520,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101200,0,0,408,0,0,0,0,0,0,0,10,1.5,10,10,12.9,370,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101200,0,0,408,0,0,0,0,0,0,0,70,1.5,10,10,11.3,310,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101300,0,0,408,0,0,0,0,0,0,0,80,3.1,10,10,9.7,240,9,999999999,279,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101200,0,0,409,0,0,0,0,0,0,0,50,6.2,10,10,8.0,240,9,999999999,290,0.0960,0,88,999.000,999.0,99.0
+1977,10,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101200,33,680,400,6,6,5,600,200,600,100,100,6.2,9,9,3.2,180,9,999999999,290,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101200,280,1382,412,42,2,41,4800,0,4800,1610,90,4.6,10,10,2.4,180,9,999999999,290,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,101300,547,1382,414,147,13,142,16700,900,16300,5490,100,5.2,10,10,2.4,210,9,999999999,279,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,19.4,84,101400,767,1382,418,234,18,223,26600,1500,25800,9110,130,3.6,10,10,3.2,270,9,999999999,290,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101400,926,1382,425,286,9,280,33000,800,32400,11900,120,2.6,10,10,3.2,370,9,999999999,300,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101300,1012,1382,428,154,1,153,18800,100,18700,7710,0,0.0,10,10,4.8,460,9,999999999,300,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.6,82,101300,1019,1382,429,184,2,183,22300,200,22200,9000,330,2.1,10,10,4.0,370,9,999999999,309,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.6,84,101100,947,1382,426,168,4,165,20200,300,20000,8030,140,3.1,10,10,3.2,2290,9,999999999,309,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,101100,801,1382,426,141,4,139,16900,300,16700,6500,330,4.6,10,10,3.2,310,9,999999999,320,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.6,84,101100,591,1382,426,171,3,170,19300,200,19200,6490,40,3.1,10,10,3.2,700,9,999999999,309,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,20.0,84,101100,332,1382,422,88,0,88,9800,0,9800,3060,360,3.1,10,10,4.8,2290,9,999999999,300,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.0,87,101100,62,933,419,13,0,13,1500,0,1500,480,330,3.1,10,10,3.2,210,9,999999999,300,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101200,0,0,419,0,0,0,0,0,0,0,320,3.1,10,10,3.2,760,9,999999999,300,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101200,0,0,375,0,0,0,0,0,0,0,20,1.5,5,4,4.0,77777,9,999999999,279,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101300,0,0,391,0,0,0,0,0,0,0,320,2.6,9,8,2.4,1370,9,999999999,279,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101300,0,0,391,0,0,0,0,0,0,0,340,2.1,8,8,6.4,1370,9,999999999,279,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101300,0,0,377,0,0,0,0,0,0,0,310,2.1,6,6,4.8,2290,9,999999999,279,0.1230,0,88,999.000,999.0,99.0
+1977,10,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101300,0,0,364,0,0,0,0,0,0,0,40,2.6,4,4,4.8,77777,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101200,0,0,353,0,0,0,0,0,0,0,40,1.5,3,3,0.2,77777,9,999999999,250,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101200,0,0,353,0,0,0,0,0,0,0,340,1.5,3,3,0.2,77777,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101200,0,0,359,0,0,0,0,0,0,0,310,2.1,5,5,0.1,77777,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101200,0,0,394,0,0,0,0,0,0,0,350,2.1,10,10,0.1,30,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,320,2.1,10,10,0.1,30,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,330,2.1,10,10,0.1,30,9,999999999,259,0.1230,0,88,999.000,999.0,99.0
+1977,10,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,101400,31,657,394,14,0,14,1600,0,1600,490,280,2.6,10,10,0.1,30,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.8,97,101500,277,1383,394,75,0,75,8300,0,8300,2520,340,2.6,10,10,0.1,30,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,101500,543,1383,398,193,1,192,21300,100,21300,6590,340,3.1,10,10,0.3,30,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.3,90,101600,763,1383,404,257,1,257,29100,100,29000,9930,350,2.6,10,10,3.2,120,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101600,921,1383,408,422,122,340,46300,12500,38000,11310,300,3.1,9,9,6.4,310,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.3,69,101500,1007,1383,408,516,313,285,56100,33800,31400,8480,320,3.6,9,8,11.3,7620,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101400,1014,1383,408,569,360,303,61800,38900,33200,9180,340,3.1,9,7,12.9,7620,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101400,942,1383,425,381,89,320,41900,9100,35700,11010,360,3.6,10,9,12.9,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101400,796,1383,410,362,279,199,39300,29600,22200,4670,360,5.7,10,7,12.9,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,16.7,58,101400,586,1383,402,295,388,128,31200,37800,15100,2520,340,3.1,10,6,12.9,7620,9,999999999,250,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,101400,327,1383,401,121,97,98,13100,8100,11200,2140,30,2.6,10,7,12.9,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.7,71,101400,59,910,394,22,8,21,2400,500,2300,510,50,2.6,10,8,12.9,7620,9,999999999,250,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.2,79,101400,0,0,389,0,0,0,0,0,0,0,40,2.1,10,8,16.1,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.7,81,101500,0,0,377,0,0,0,0,0,0,0,80,1.5,10,7,16.1,7620,9,999999999,250,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101500,0,0,360,0,0,0,0,0,0,0,80,1.5,8,5,16.1,7620,9,999999999,240,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101500,0,0,354,0,0,0,0,0,0,0,0,0.0,9,5,16.1,7620,9,999999999,229,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101500,0,0,342,0,0,0,0,0,0,0,0,0.0,8,4,12.9,77777,9,999999999,220,0.0730,0,88,999.000,999.0,99.0
+1977,10,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101500,0,0,342,0,0,0,0,0,0,0,0,0.0,7,4,11.3,7620,9,999999999,220,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101500,0,0,333,0,0,0,0,0,0,0,0,0.0,4,2,11.3,77777,9,999999999,209,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,96,101400,0,0,320,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,209,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101400,0,0,327,0,0,0,0,0,0,0,0,0.0,3,2,8.0,77777,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101400,0,0,324,0,0,0,0,0,0,0,0,0.0,4,2,4.8,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101400,0,0,325,0,0,0,0,0,0,0,0,0.0,3,1,4.8,77777,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101500,0,0,322,0,0,0,0,0,0,0,0,0.0,4,1,4.0,77777,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1977,10,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101500,29,634,330,23,26,20,2300,1000,2300,410,290,1.5,6,3,0.8,77777,9,999999999,200,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.6,97,101600,273,1384,380,48,26,43,5300,2100,4900,1170,290,1.0,10,10,0.0,7620,9,999999999,240,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,101700,539,1384,387,205,82,173,22500,7900,19400,4710,270,1.5,10,9,0.2,7620,9,999999999,270,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,101700,758,1384,367,540,846,71,56100,83100,10400,1660,270,2.6,0,0,8.0,77777,9,999999999,279,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101600,916,1384,379,680,895,81,70500,89100,11300,2080,250,2.1,0,0,12.9,77777,9,999999999,259,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,101500,1002,1384,400,718,844,101,74000,84200,12800,2570,220,2.1,2,2,16.1,77777,9,999999999,250,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,15.6,44,101400,1009,1384,404,715,806,121,75500,81400,16000,3500,10,3.1,2,2,19.3,77777,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,14.4,41,101400,937,1384,403,677,829,110,71500,83500,14800,2910,80,2.6,2,2,19.3,77777,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,14.4,40,101300,791,1384,405,506,659,124,53100,66200,15200,2880,50,3.1,2,2,19.3,77777,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,14.4,41,101300,581,1384,407,368,658,88,38400,63400,11700,1790,40,3.1,4,3,19.3,77777,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,13.9,41,101300,322,1384,399,151,362,65,15800,29100,9000,1170,40,2.1,3,2,19.3,77777,9,999999999,209,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,101300,57,888,367,31,80,22,2900,2900,2700,390,70,2.6,3,2,16.1,77777,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.0,78,101300,0,0,341,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101400,0,0,342,0,0,0,0,0,0,0,60,1.5,2,2,16.1,77777,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101400,0,0,345,0,0,0,0,0,0,0,290,1.5,2,2,11.3,77777,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101400,0,0,338,0,0,0,0,0,0,0,0,0.0,1,1,9.7,77777,9,999999999,229,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101400,0,0,328,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,220,0.0620,0,88,999.000,999.0,99.0
+1977,10,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101400,0,0,322,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,209,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101400,0,0,319,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,200,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101400,0,0,325,0,0,0,0,0,0,0,270,2.1,1,1,1.6,77777,9,999999999,200,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101400,0,0,321,0,0,0,0,0,0,0,0,0.0,2,2,1.6,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101400,0,0,327,0,0,0,0,0,0,0,0,0.0,4,3,0.8,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,96,101400,0,0,324,0,0,0,0,0,0,0,0,0.0,4,3,0.8,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,101400,0,0,321,0,0,0,0,0,0,0,0,0.0,6,3,0.8,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1977,10,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,12.2,93,101400,28,635,329,16,17,14,1700,600,1600,290,0,0.0,7,4,4.8,7620,9,999999999,189,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,15.6,93,101500,269,1385,349,87,100,67,9500,7700,7900,1440,0,0.0,8,4,2.4,77777,9,999999999,229,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.7,79,101500,534,1385,367,286,377,138,29600,35800,15700,2710,40,1.0,5,3,6.4,77777,9,999999999,250,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,101500,754,1385,387,457,520,171,48600,52800,19800,3750,40,2.1,8,3,9.7,77777,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,13.9,44,101500,912,1385,400,576,561,203,61800,58000,23500,5220,0,0.0,8,4,12.9,77777,9,999999999,209,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.9,43,101500,997,1385,410,579,481,229,62200,50000,26000,6670,130,3.6,8,6,12.9,7620,9,999999999,209,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,13.9,40,101300,1004,1385,412,589,454,257,62700,47200,28400,7630,240,2.1,8,5,12.9,7620,9,999999999,209,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,12.8,37,101300,932,1385,405,561,552,186,58500,55500,21000,4860,220,1.5,8,3,11.3,77777,9,999999999,200,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,12.8,38,101200,786,1385,411,394,338,199,42600,35800,22200,4640,230,3.6,9,6,8.0,7620,9,999999999,200,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,11.7,37,101200,576,1385,418,292,225,196,31300,22300,22000,4640,180,3.1,9,8,12.9,3660,9,999999999,189,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,13.9,54,101200,317,1385,400,93,58,79,10100,4900,9000,2040,220,1.5,9,8,12.9,3660,9,999999999,209,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,14.4,64,101300,54,865,389,18,11,17,1900,600,1900,420,130,4.1,9,8,11.3,3660,9,999999999,220,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,15.0,66,101300,0,0,390,0,0,0,0,0,0,0,170,3.6,9,8,11.3,3660,9,999999999,229,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,16.1,76,101300,0,0,405,0,0,0,0,0,0,0,200,1.5,10,10,12.9,3660,9,999999999,240,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,15.6,73,101300,0,0,404,0,0,0,0,0,0,0,50,1.5,10,10,12.9,3660,9,999999999,229,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,16.1,78,101300,0,0,401,0,0,0,0,0,0,0,0,0.0,10,10,11.3,3050,9,999999999,240,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,101400,0,0,396,0,0,0,0,0,0,0,0,0.0,10,10,11.3,2440,9,999999999,250,0.0900,0,88,999.000,999.0,99.0
+1977,10,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101400,0,0,400,0,0,0,0,0,0,0,0,0.0,10,10,12.9,2440,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101400,0,0,400,0,0,0,0,0,0,0,240,1.5,10,10,12.9,2440,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101300,0,0,400,0,0,0,0,0,0,0,0,0.0,10,10,12.9,2440,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101300,0,0,400,0,0,0,0,0,0,0,0,0.0,10,10,12.9,2440,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101300,0,0,400,0,0,0,0,0,0,0,270,1.5,10,10,12.9,2440,9,999999999,259,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101400,0,0,404,0,0,0,0,0,0,0,250,1.5,10,10,12.9,2440,9,999999999,270,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101400,0,0,392,0,0,0,0,0,0,0,290,1.5,9,9,12.9,2290,9,999999999,270,0.0900,0,88,999.000,999.0,99.0
+1977,10,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,101400,26,612,392,10,0,10,1200,0,1200,360,350,2.1,9,9,8.0,1520,9,999999999,259,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101500,265,1385,392,69,38,62,7600,3000,7000,1580,40,2.1,9,8,11.3,1680,9,999999999,250,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,68,101500,530,1385,402,156,45,138,17100,4300,15400,3920,70,2.1,9,9,12.9,1680,9,999999999,240,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,101500,749,1385,403,319,342,132,34800,34800,15900,2820,80,3.1,6,6,16.1,7620,9,999999999,229,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,13.3,41,101500,907,1385,442,257,9,250,29700,800,29100,10870,150,2.1,10,10,16.1,1680,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,11.7,34,101400,992,1385,413,599,530,216,64700,55100,25100,6210,280,2.1,6,6,19.3,7620,9,999999999,179,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,8.3,26,101300,999,1385,408,714,737,177,75200,74900,21000,5180,210,4.1,4,4,19.3,77777,9,999999999,150,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,10.6,31,101300,927,1385,404,685,818,132,70800,81600,16000,3210,240,3.6,3,3,19.3,77777,9,999999999,170,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,9.4,27,101200,781,1385,409,499,544,189,52700,55400,21400,4260,200,2.6,3,3,16.1,77777,9,999999999,160,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,11.1,31,101200,571,1385,412,309,443,123,32600,42900,14900,2400,290,2.1,5,4,16.1,77777,9,999999999,179,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,10.6,32,101200,312,1385,402,157,395,66,16400,31300,9300,1190,250,3.1,4,3,16.1,77777,9,999999999,170,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.3,55,101200,51,843,374,27,39,23,2800,1700,2700,470,250,1.5,4,3,19.3,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,12.8,59,101200,0,0,349,0,0,0,0,0,0,0,150,3.1,0,0,19.3,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,12.8,57,101300,0,0,352,0,0,0,0,0,0,0,180,3.1,0,0,19.3,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,12.2,55,101300,0,0,352,0,0,0,0,0,0,0,210,2.6,0,0,19.3,77777,9,999999999,189,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,101300,0,0,332,0,0,0,0,0,0,0,290,1.5,0,0,19.3,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.9,87,101300,0,0,327,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,13.3,84,101300,0,0,327,0,0,0,0,0,0,0,300,1.5,0,0,16.1,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101200,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101200,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101200,0,0,325,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,209,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,96,101200,0,0,317,0,0,0,0,0,0,0,60,1.5,0,0,6.4,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101200,0,0,316,0,0,0,0,0,0,0,0,0.0,0,0,4.8,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,12.8,90,101300,0,0,325,0,0,0,0,0,0,0,0,0.0,1,1,6.4,77777,9,999999999,200,0.0940,0,88,999.000,999.0,99.0
+1977,10,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,12.8,90,101300,25,589,329,12,14,10,1200,500,1200,210,10,1.5,2,2,1.6,77777,9,999999999,200,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.0,93,101400,261,1386,339,121,337,56,12600,24600,7900,1010,0,0.0,2,2,1.6,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101400,526,1386,364,313,588,86,32300,55300,11300,1690,0,0.0,1,1,6.4,77777,9,999999999,259,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.2,60,101400,745,1386,377,506,721,114,53200,72000,14400,2550,290,2.6,0,0,16.1,77777,9,999999999,259,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,17.2,53,101400,902,1386,388,642,776,131,66100,77200,15700,3070,240,3.1,0,0,16.1,77777,9,999999999,259,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,16.1,45,101300,987,1386,408,693,782,130,72400,78600,16300,3520,130,2.1,2,2,16.1,77777,9,999999999,240,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,15.6,42,101200,994,1386,410,693,717,174,73100,72900,20600,5050,170,3.1,2,2,16.1,77777,9,999999999,240,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.0,39,101100,922,1386,417,626,666,178,65300,67100,20500,4600,210,2.6,3,3,16.1,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,15.0,39,101000,776,1386,417,492,584,161,50700,57800,18200,3520,150,4.6,3,3,16.1,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,29.4,15.0,41,101000,566,1386,406,331,511,119,35000,49400,14800,2310,170,3.1,2,2,16.1,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,15.0,44,101000,308,1386,400,149,362,67,15500,28500,9200,1210,130,3.6,2,2,19.3,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.6,56,101000,49,820,384,22,29,18,2200,1300,2100,370,150,3.6,2,2,12.9,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,16.1,62,101100,0,0,374,0,0,0,0,0,0,0,160,3.6,1,1,11.3,77777,9,999999999,240,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,15.0,64,101100,0,0,369,0,0,0,0,0,0,0,180,2.6,2,2,19.3,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,14.4,66,101200,0,0,366,0,0,0,0,0,0,0,190,2.6,3,3,24.1,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.0,76,101200,0,0,359,0,0,0,0,0,0,0,230,3.1,7,3,24.1,77777,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.6,78,101100,0,0,378,0,0,0,0,0,0,0,190,2.1,10,8,24.1,7620,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101100,0,0,370,0,0,0,0,0,0,0,210,2.1,9,8,24.1,7620,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101100,0,0,367,0,0,0,0,0,0,0,180,1.5,9,8,19.3,7620,9,999999999,229,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101100,0,0,342,0,0,0,0,0,0,0,230,1.5,5,3,19.3,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101100,0,0,336,0,0,0,0,0,0,0,0,0.0,4,2,19.3,77777,9,999999999,209,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101100,0,0,342,0,0,0,0,0,0,0,0,0.0,8,4,16.1,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,101100,0,0,340,0,0,0,0,0,0,0,80,1.5,9,4,12.9,77777,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101100,0,0,345,0,0,0,0,0,0,0,80,2.1,9,5,12.9,7620,9,999999999,220,0.1480,0,88,999.000,999.0,99.0
+1977,10,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,14.4,93,101100,23,566,345,13,12,12,1400,600,1400,300,70,2.1,9,5,8.0,7620,9,999999999,220,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101200,257,1387,368,94,59,82,10200,4700,9300,1930,70,1.5,9,7,6.4,7620,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.3,76,101200,522,1387,385,282,383,136,29200,36200,15600,2660,190,3.1,8,5,6.4,7620,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,101200,740,1387,404,372,449,129,40500,45600,16100,2730,170,6.2,9,6,12.9,7620,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,16.7,53,101100,898,1387,407,491,378,243,53200,40500,26900,6310,170,4.6,10,5,12.9,77777,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.1,46,101100,982,1387,412,717,741,187,75100,75000,21800,5270,170,6.7,9,4,16.1,77777,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.1,46,101000,989,1387,415,560,431,250,59600,44700,27600,7220,150,5.7,9,5,16.1,7620,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.1,46,100900,917,1387,431,390,232,235,42600,24900,26000,6170,150,5.7,10,8,16.1,7620,9,999999999,240,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.9,16.7,48,100900,771,1387,425,361,220,237,39300,22900,26600,6160,170,5.2,10,7,16.1,7620,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,16.7,51,100900,561,1387,414,248,189,170,26800,18700,19300,4000,170,4.6,10,6,16.1,7620,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.7,54,100900,303,1387,408,103,169,66,11100,13300,8100,1220,120,5.2,10,6,16.1,7620,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,16.7,62,100900,46,797,400,24,27,21,2500,1100,2400,430,140,4.6,8,7,12.9,7620,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,17.2,69,100900,0,0,395,0,0,0,0,0,0,0,160,3.6,9,7,12.9,7620,9,999999999,259,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,18.9,79,101000,0,0,400,0,0,0,0,0,0,0,130,4.6,10,8,11.3,7620,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,406,0,0,0,0,0,0,0,140,4.1,10,9,9.7,7620,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101000,0,0,419,0,0,0,0,0,0,0,140,3.6,10,10,8.0,7620,9,999999999,300,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,418,0,0,0,0,0,0,0,130,3.6,10,10,8.0,3660,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1977,10,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,418,0,0,0,0,0,0,0,140,4.1,10,10,9.7,3660,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101000,0,0,392,0,0,0,0,0,0,0,130,3.6,8,7,9.7,7620,9,999999999,290,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101000,0,0,375,0,0,0,0,0,0,0,150,3.1,8,4,9.7,77777,9,999999999,279,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101000,0,0,385,0,0,0,0,0,0,0,130,2.6,10,8,9.7,700,9,999999999,270,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101000,0,0,378,0,0,0,0,0,0,0,170,2.6,10,8,12.9,760,9,999999999,259,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101000,0,0,350,0,0,0,0,0,0,0,150,2.1,3,1,12.9,77777,9,999999999,259,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101000,0,0,340,0,0,0,0,0,0,0,90,2.6,0,0,11.3,77777,9,999999999,250,0.0770,0,88,999.000,999.0,99.0
+1977,10,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,101000,22,567,352,17,51,11,1400,1600,1400,190,100,2.1,2,2,3.2,77777,9,999999999,259,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,101000,253,1388,356,133,530,35,13500,40800,6000,680,140,3.6,0,0,2.4,77777,9,999999999,279,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,101100,517,1388,377,334,742,54,35200,70100,9000,1180,160,4.6,0,0,4.8,77777,9,999999999,300,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.9,60,101100,736,1388,399,472,716,88,49400,70800,11700,1950,170,6.2,2,2,9.7,77777,9,999999999,279,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,28.3,18.3,55,101000,893,1388,409,601,707,142,63500,71700,17200,3630,180,4.1,3,3,12.9,77777,9,999999999,279,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,17.2,46,101000,978,1388,416,699,727,182,73300,73600,21300,5100,230,3.6,3,3,16.1,77777,9,999999999,259,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.0,16.7,45,100900,984,1388,419,713,839,112,75700,84800,15300,3160,230,5.7,4,4,16.1,77777,9,999999999,250,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,16.7,43,100800,912,1388,419,670,841,111,70400,84400,14700,2810,190,5.2,3,3,16.1,77777,9,999999999,250,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,16.1,42,100700,766,1388,414,516,803,68,53700,79000,10000,1650,180,4.6,2,2,16.1,77777,9,999999999,240,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,30.6,16.7,43,100700,557,1388,409,356,749,50,37100,71100,8500,1210,170,5.7,1,1,16.1,77777,9,999999999,250,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,18.3,56,100700,299,1388,402,157,476,52,15900,37600,7800,950,140,6.7,2,2,16.1,77777,9,999999999,270,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,100700,44,775,385,29,108,16,2400,4100,2200,280,150,6.7,1,1,16.1,77777,9,999999999,270,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,18.3,69,100800,0,0,372,0,0,0,0,0,0,0,150,5.2,0,0,16.1,77777,9,999999999,270,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,18.9,74,100800,0,0,370,0,0,0,0,0,0,0,140,5.2,0,0,16.1,77777,9,999999999,279,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,100800,0,0,365,0,0,0,0,0,0,0,170,4.6,0,0,12.9,77777,9,999999999,290,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.0,18.1,82,100800,0,0,376,0,0,0,0,0,0,0,160,4.2,5,5,11.3,77777,9,999999999,290,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.1,16.7,82,100800,0,0,362,0,0,0,0,0,0,0,130,3.9,5,4,11.3,77777,9,999999999,290,0.0620,0,88,999.000,999.0,99.0
+1977,10,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.3,15.4,79,100800,0,0,358,0,0,0,0,0,0,0,150,3.5,8,6,11.3,3050,9,999999999,290,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.5,14.0,97,101700,0,0,342,0,0,0,0,0,0,0,0,3.2,4,4,0.4,77777,9,999999999,189,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.7,12.7,100,101700,0,0,354,0,0,0,0,0,0,0,0,2.8,9,9,0.1,30,9,999999999,179,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.8,11.3,100,101600,0,0,353,0,0,0,0,0,0,0,80,2.5,10,10,0.1,30,9,999999999,200,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101600,0,0,343,0,0,0,0,0,0,0,40,2.1,10,10,0.1,30,9,999999999,170,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,7.2,100,101600,0,0,326,0,0,0,0,0,0,0,10,2.1,10,10,0.1,30,9,999999999,139,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101700,0,0,333,0,0,0,0,0,0,0,30,2.1,9,9,0.1,77777,9,999999999,170,0.0620,0,88,999.000,999.0,99.0
+1990,11,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,10.6,100,101700,21,544,337,15,4,14,0,0,0,0,40,2.1,9,9,0.1,77777,9,999999999,179,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,12.8,100,101700,249,1388,342,98,148,71,10200,10500,8400,1370,50,1.5,8,8,0.1,77777,9,999999999,200,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.6,97,101800,514,1388,340,319,646,77,33300,60600,10800,1520,10,2.6,2,2,2.0,77777,9,999999999,240,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,18.9,82,101800,732,1388,362,519,850,66,54100,83300,10000,1580,170,2.6,0,0,9.7,77777,9,999999999,290,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,101700,889,1388,390,519,512,188,55900,52900,21900,4670,120,4.6,4,4,19.3,77777,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101700,973,1388,387,627,698,134,67300,71600,16900,3860,190,3.6,3,3,24.1,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.7,56,101600,980,1388,395,683,722,168,72000,73400,20000,4770,170,4.6,3,3,24.1,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,15.0,49,101500,908,1388,396,595,628,179,61800,63100,20400,4530,120,3.1,3,3,24.1,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,16.7,54,101400,762,1388,398,502,701,113,53000,70300,14200,2570,90,4.6,3,3,24.1,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,101400,553,1388,388,346,745,45,36200,70600,8000,1160,120,6.7,1,1,19.3,77777,9,999999999,270,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101400,295,1388,370,163,582,37,16700,47400,6600,750,120,6.7,0,0,19.3,77777,9,999999999,290,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.8,79,101400,42,775,358,29,125,15,2300,5500,2000,270,120,6.7,0,0,16.1,77777,9,999999999,270,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.2,79,101500,0,0,354,0,0,0,0,0,0,0,120,6.2,0,0,16.1,77777,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101500,0,0,346,0,0,0,0,0,0,0,110,3.6,0,0,16.1,77777,9,999999999,259,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101500,0,0,343,0,0,0,0,0,0,0,130,3.6,0,0,12.9,77777,9,999999999,240,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101500,0,0,340,0,0,0,0,0,0,0,110,3.6,0,0,12.9,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101500,0,0,338,0,0,0,0,0,0,0,140,3.1,0,0,12.9,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101500,0,0,335,0,0,0,0,0,0,0,90,3.1,0,0,11.3,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101500,0,0,335,0,0,0,0,0,0,0,70,2.1,0,0,11.3,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101400,0,0,342,0,0,0,0,0,0,0,70,2.6,1,1,4.8,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.7,100,101400,0,0,350,0,0,0,0,0,0,0,90,2.6,4,4,1.0,77777,9,999999999,250,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,101300,0,0,343,0,0,0,0,0,0,0,70,3.6,2,2,1.6,77777,9,999999999,240,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,16.1,100,101300,0,0,341,0,0,0,0,0,0,0,70,3.1,2,2,1.6,77777,9,999999999,240,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101300,0,0,340,0,0,0,0,0,0,0,70,3.6,2,2,1.6,77777,9,999999999,229,0.0570,0,88,999.000,999.0,99.0
+1990,11,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,15.6,97,101400,19,521,335,13,39,8,0,0,0,0,60,3.1,1,1,1.6,77777,9,999999999,229,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,101400,245,1389,363,59,45,50,6400,3400,5800,1070,90,4.6,7,7,0.2,60,9,999999999,250,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.9,97,101500,509,1389,376,276,308,162,29000,29700,18100,3440,100,5.2,7,7,0.8,90,9,999999999,279,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,19.4,93,101500,727,1389,389,291,158,207,31800,16300,23200,5250,90,5.2,8,8,3.2,120,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.6,85,101500,884,1389,394,402,256,238,43700,27400,26200,6090,120,5.2,6,6,9.7,270,9,999999999,320,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,101400,969,1389,402,661,648,205,68700,65100,23100,5560,110,6.2,5,5,16.1,77777,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.3,58,101300,975,1389,424,439,248,263,47900,26800,29000,7420,140,5.2,8,8,24.1,1010,9,999999999,270,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,101200,903,1389,428,402,257,233,43800,27600,25800,6030,120,6.7,9,9,24.1,1830,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101200,757,1389,434,198,4,196,22800,300,22700,8240,120,6.7,10,10,19.3,1830,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101300,548,1389,413,146,116,100,16400,11500,11800,2340,130,8.2,10,9,12.9,1830,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,101300,291,1389,403,65,19,61,7100,1600,6800,1600,140,7.2,10,9,24.1,1310,9,999999999,279,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,101300,40,752,395,12,14,10,1200,600,1200,210,120,5.7,8,8,12.9,1830,9,999999999,279,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101300,0,0,400,0,0,0,0,0,0,0,120,4.6,10,9,12.9,1520,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101400,0,0,412,0,0,0,0,0,0,0,110,4.1,10,10,16.1,1830,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,19.4,90,101400,0,0,386,0,0,0,0,0,0,0,120,4.1,8,7,16.1,2590,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,401,0,0,0,0,0,0,0,170,2.6,10,9,11.3,820,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101400,0,0,401,0,0,0,0,0,0,0,110,3.6,10,9,12.9,1830,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1990,11,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.0,90,101400,0,0,416,0,0,0,0,0,0,0,120,6.7,10,10,11.3,1520,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101300,0,0,405,0,0,0,0,0,0,0,110,5.2,10,9,9.7,2590,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,101300,0,0,417,0,0,0,0,0,0,0,130,4.6,10,10,9.7,2740,9,999999999,309,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,16.1,71,101300,0,0,399,0,0,0,0,0,0,0,120,4.1,9,9,9.7,2590,9,999999999,240,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,379,0,0,0,0,0,0,0,120,3.6,9,5,12.9,2590,9,999999999,300,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101300,0,0,376,0,0,0,0,0,0,0,80,3.1,6,6,11.3,2440,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101200,0,0,367,0,0,0,0,0,0,0,100,4.1,5,3,4.8,77777,9,999999999,290,0.0670,0,88,999.000,999.0,99.0
+1990,11,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,20.6,100,101200,18,498,377,16,29,12,0,0,0,0,110,5.7,5,5,0.8,77777,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101300,241,1390,405,69,7,68,7600,200,7600,2200,110,4.6,9,9,1.6,120,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,101300,505,1390,391,252,387,110,26600,36300,13400,2090,110,5.2,5,5,19.3,77777,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,101300,723,1390,417,267,42,244,29200,4200,27000,7260,130,6.7,8,8,24.1,700,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.3,62,101300,879,1390,411,464,328,255,50100,35100,27900,6570,150,7.2,8,7,24.1,880,9,999999999,270,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,18.3,60,101200,964,1390,415,578,501,227,61800,52000,25600,6260,120,6.7,8,7,24.1,1070,9,999999999,270,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101100,970,1390,419,472,307,257,51700,33100,28500,7190,120,6.2,8,7,24.1,1070,9,999999999,290,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101100,898,1390,414,332,215,192,36700,23100,21800,4810,120,7.7,8,6,24.1,7620,9,999999999,290,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,101000,753,1390,407,409,436,170,43500,44200,19400,3710,120,7.2,6,4,24.1,7620,9,999999999,290,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,101000,544,1390,412,178,63,153,19500,6000,17100,4300,120,6.7,7,6,19.3,7620,9,999999999,300,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101000,286,1390,402,95,114,71,10300,9100,8500,1530,130,6.7,7,6,19.3,7620,9,999999999,290,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,101000,38,730,403,23,24,20,2300,1000,2300,410,140,5.7,8,7,16.1,7620,9,999999999,290,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,101000,0,0,394,0,0,0,0,0,0,0,120,4.1,7,6,16.1,7620,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,101000,0,0,397,0,0,0,0,0,0,0,110,4.6,8,7,16.1,7620,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.1,94,101000,0,0,394,0,0,0,0,0,0,0,110,4.1,7,7,12.9,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,412,0,0,0,0,0,0,0,120,4.6,10,9,12.9,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,412,0,0,0,0,0,0,0,120,6.2,10,9,11.3,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,392,0,0,0,0,0,0,0,120,7.2,10,6,11.3,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,21.1,90,100900,0,0,389,0,0,0,0,0,0,0,120,3.6,10,5,12.9,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,21.1,94,100900,0,0,386,0,0,0,0,0,0,0,120,2.6,10,5,12.9,270,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.6,97,100900,0,0,379,0,0,0,0,0,0,0,70,2.6,10,5,11.3,270,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,100900,0,0,398,0,0,0,0,0,0,0,80,3.1,10,9,11.3,460,9,999999999,300,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.6,97,100900,0,0,402,0,0,0,0,0,0,0,90,4.6,10,9,11.3,610,9,999999999,309,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,21.1,97,100900,0,0,417,0,0,0,0,0,0,0,90,4.1,10,10,0.8,460,9,999999999,320,0.0490,0,88,999.000,999.0,99.0
+1990,11,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,21.1,97,100900,17,498,417,4,0,4,0,0,0,0,110,4.1,10,10,1.2,60,9,999999999,320,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,21.7,97,100900,237,1391,421,50,8,49,5700,200,5700,1750,100,4.6,10,10,1.2,60,9,999999999,329,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,22.2,90,100900,500,1391,431,151,10,148,17000,700,16700,5350,120,4.6,10,10,4.8,340,9,999999999,340,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,21.1,74,100900,718,1391,443,197,9,192,22500,700,22200,7880,150,6.2,10,10,19.3,760,9,999999999,320,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,14.4,97,101000,875,1391,373,147,11,140,17700,800,17200,6760,320,9.3,10,10,4.8,1010,9,999999999,220,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.7,93,101000,959,1391,358,174,7,169,20900,500,20600,8210,310,7.7,10,10,16.1,210,9,999999999,189,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.7,93,101000,965,1391,358,176,5,172,21100,400,20800,8360,330,4.6,10,10,9.7,460,9,999999999,189,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,10.6,87,101000,894,1391,357,295,5,292,33700,500,33400,11920,340,5.2,10,10,16.1,460,9,999999999,179,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,11.1,87,101000,748,1391,360,230,0,230,26100,0,26100,9120,320,4.1,10,10,24.1,1250,9,999999999,179,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,10.6,78,101000,540,1391,355,203,58,180,22200,5600,20000,4850,340,7.2,9,9,24.1,2740,9,999999999,170,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.0,78,101100,282,1391,362,80,3,80,8900,100,8900,2640,320,5.7,10,10,24.1,640,9,999999999,170,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.9,80,101100,36,707,352,13,0,13,1500,0,1500,460,320,7.7,10,10,24.1,490,9,999999999,160,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,101200,0,0,343,0,0,0,0,0,0,0,340,6.7,10,10,24.1,580,9,999999999,150,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.2,83,101300,0,0,339,0,0,0,0,0,0,0,310,6.7,10,10,24.1,2440,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101300,0,0,338,0,0,0,0,0,0,0,310,7.2,10,10,32.2,2590,9,999999999,129,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,101400,0,0,338,0,0,0,0,0,0,0,320,7.2,10,10,32.2,2740,9,999999999,129,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,101400,0,0,335,0,0,0,0,0,0,0,320,9.3,10,10,24.1,2900,9,999999999,129,0.0600,0,88,999.000,999.0,99.0
+1990,11,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,4.4,74,101500,0,0,322,0,0,0,0,0,0,0,310,6.2,10,9,24.1,670,9,999999999,120,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,2.2,68,101500,0,0,308,0,0,0,0,0,0,0,310,6.7,10,8,24.1,760,9,999999999,110,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.2,71,101400,0,0,297,0,0,0,0,0,0,0,320,5.2,10,6,24.1,820,9,999999999,110,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,1.7,71,101400,0,0,298,0,0,0,0,0,0,0,310,6.7,10,7,24.1,820,9,999999999,100,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,1.1,71,101400,0,0,286,0,0,0,0,0,0,0,330,6.2,5,4,24.1,77777,9,999999999,100,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,0.6,71,101400,0,0,279,0,0,0,0,0,0,0,340,4.1,2,2,24.1,77777,9,999999999,100,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,0.6,76,101500,0,0,265,0,0,0,0,0,0,0,320,3.1,0,0,32.2,77777,9,999999999,100,0.0600,0,88,999.000,999.0,99.0
+1990,11,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,0.6,79,101500,15,475,263,11,18,9,0,0,0,0,270,3.1,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.1,71,101500,233,1391,272,111,389,45,11300,27600,6600,800,280,3.1,0,0,24.1,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,1.7,63,101600,496,1391,282,312,665,72,32600,62000,10400,1420,320,5.7,0,0,24.1,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,1.7,55,101600,714,1391,291,499,780,95,51600,76500,12300,1990,320,4.6,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,0.6,42,101500,870,1391,301,643,847,109,67400,84700,14200,2610,360,4.6,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,1.1,41,101400,954,1391,306,722,875,116,76000,88100,15400,3070,330,4.1,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,1.7,39,101300,961,1391,312,726,873,117,76400,87900,15500,3120,320,3.1,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,101200,889,1391,317,663,854,111,69400,85500,14500,2710,310,6.7,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,1.7,35,101100,744,1391,319,530,801,98,55000,78900,12700,2100,10,3.6,0,0,32.2,77777,9,999999999,100,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,2.2,36,101100,535,1391,322,347,694,77,36400,65800,10900,1540,290,2.6,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,2.2,38,101100,278,1391,317,143,456,50,14500,34900,7500,910,10,2.1,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,5.0,60,101100,34,707,304,22,46,16,2000,1400,1900,280,10,1.5,0,0,32.2,77777,9,999999999,129,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101100,0,0,293,0,0,0,0,0,0,0,330,1.5,0,0,32.2,77777,9,999999999,129,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,5.6,80,101100,0,0,288,0,0,0,0,0,0,0,20,1.5,0,0,32.2,77777,9,999999999,129,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,101200,0,0,285,0,0,0,0,0,0,0,30,1.5,0,0,32.2,77777,9,999999999,129,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,4.4,83,101200,0,0,280,0,0,0,0,0,0,0,0,0.0,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101200,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,101200,0,0,273,0,0,0,0,0,0,0,290,2.1,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,101200,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101200,0,0,271,0,0,0,0,0,0,0,60,2.1,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,101200,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,32.2,77777,9,999999999,120,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,101200,0,0,268,0,0,0,0,0,0,0,0,0.0,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,101200,0,0,268,0,0,0,0,0,0,0,40,2.1,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,101200,0,0,268,0,0,0,0,0,0,0,60,2.1,0,0,32.2,77777,9,999999999,110,0.1140,0,88,999.000,999.0,99.0
+1990,11,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,3.3,86,101300,14,452,273,9,9,8,0,0,0,0,60,2.1,0,0,32.2,77777,9,999999999,110,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,6.1,83,101300,229,1392,288,103,326,48,10700,22300,7000,860,80,3.6,0,0,24.1,77777,9,999999999,129,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.7,69,101400,492,1392,303,299,611,81,31000,56500,11000,1570,90,4.6,0,0,19.3,77777,9,999999999,139,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.2,60,101400,709,1392,315,487,741,106,51300,73600,13700,2310,90,4.1,0,0,24.1,77777,9,999999999,139,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,6.7,50,101400,865,1392,325,628,806,123,64900,80100,15000,2790,130,4.6,0,0,24.1,77777,9,999999999,139,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,6.1,45,101300,949,1392,329,706,836,131,73400,83600,16200,3290,120,4.6,0,0,24.1,77777,9,999999999,129,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,7.8,47,101200,956,1392,336,710,835,132,73900,83500,16300,3350,170,4.6,0,0,24.1,77777,9,999999999,150,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,8.9,49,101100,884,1392,340,643,808,125,66500,80400,15200,2890,170,4.6,0,0,24.1,77777,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,8.9,49,101100,739,1392,340,513,752,109,54100,75100,14000,2430,130,4.6,0,0,24.1,77777,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,9.4,53,101100,531,1392,338,331,628,87,34200,59100,11500,1710,130,5.2,1,0,24.1,77777,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.6,61,101100,275,1392,345,111,233,64,11500,17400,8000,1160,120,4.6,2,2,24.1,77777,9,999999999,170,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,10.6,67,101200,32,684,337,15,20,13,1600,800,1500,270,150,4.1,2,2,24.1,77777,9,999999999,170,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,10.6,72,101300,0,0,322,0,0,0,0,0,0,0,130,4.1,1,0,24.1,77777,9,999999999,170,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,11.1,81,101300,0,0,323,0,0,0,0,0,0,0,120,3.6,3,1,24.1,77777,9,999999999,179,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,10.6,78,101300,0,0,322,0,0,0,0,0,0,0,120,4.1,3,1,24.1,77777,9,999999999,170,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.6,81,101400,0,0,320,0,0,0,0,0,0,0,110,3.6,3,1,24.1,77777,9,999999999,179,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,87,101400,0,0,323,0,0,0,0,0,0,0,80,3.1,5,3,24.1,77777,9,999999999,179,0.1390,0,88,999.000,999.0,99.0
+1990,11,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,9.4,75,101400,0,0,351,0,0,0,0,0,0,0,70,3.1,10,9,24.1,1370,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.3,69,101400,0,0,360,0,0,0,0,0,0,0,70,3.1,10,10,24.1,1370,9,999999999,150,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.3,69,101400,0,0,360,0,0,0,0,0,0,0,70,3.1,10,10,24.1,1520,9,999999999,150,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.3,69,101400,0,0,360,0,0,0,0,0,0,0,50,3.1,10,10,24.1,1680,9,999999999,150,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,8.9,72,101500,0,0,360,0,0,0,0,0,0,0,60,3.1,10,10,24.1,1680,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,9.4,75,101500,0,0,361,0,0,0,0,0,0,0,60,2.6,10,10,24.1,1830,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,9.4,75,101600,0,0,351,0,0,0,0,0,0,0,50,3.1,10,9,24.1,1830,9,999999999,160,0.1390,0,88,999.000,999.0,99.0
+1990,11,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,9.4,75,101700,13,429,361,2,0,2,0,0,0,0,50,3.1,10,10,19.3,1980,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,9.4,72,101700,225,1393,364,56,2,56,6300,0,6300,1880,60,4.1,10,10,24.1,1980,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,8.9,67,101800,487,1393,356,149,68,125,16300,6400,14100,3480,60,3.6,9,9,24.1,1980,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.3,54,101900,704,1393,361,281,132,214,30700,13600,23800,5360,60,5.2,10,8,24.1,2130,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,8.3,51,101900,861,1393,361,413,255,254,44500,27200,27600,6450,40,5.7,10,7,24.1,2290,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,8.3,46,101700,945,1393,357,630,699,152,66700,71100,18300,4120,60,6.2,6,3,24.1,77777,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.8,41,101600,951,1393,346,711,868,113,75100,87400,15200,3000,40,5.7,1,0,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.2,40,101600,880,1393,346,645,848,104,67900,85000,14000,2560,40,5.7,0,0,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,7.8,40,101500,735,1393,349,521,804,91,54200,79300,12200,1990,40,5.7,0,0,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.2,40,101400,527,1393,361,330,615,94,34000,57500,12100,1820,90,5.2,3,3,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,7.8,44,101400,271,1393,356,131,347,61,13500,25700,8400,1100,70,4.6,4,3,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,7.2,47,101400,31,662,347,20,14,18,2000,700,2000,420,60,5.2,6,3,24.1,77777,9,999999999,139,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,7.8,56,101500,0,0,338,0,0,0,0,0,0,0,60,3.1,6,3,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,7.8,62,101500,0,0,330,0,0,0,0,0,0,0,10,3.1,6,3,24.1,77777,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,8.3,65,101600,0,0,338,0,0,0,0,0,0,0,30,3.1,7,6,24.1,3660,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,7.8,65,101600,0,0,332,0,0,0,0,0,0,0,30,3.6,6,5,24.1,7620,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,7.8,67,101500,0,0,330,0,0,0,0,0,0,0,40,4.6,6,5,24.1,7620,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,7.8,67,101500,0,0,342,0,0,0,0,0,0,0,40,3.6,8,8,24.1,7620,9,999999999,150,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,6.7,62,101400,0,0,341,0,0,0,0,0,0,0,60,4.6,8,8,24.1,7620,9,999999999,139,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,6.7,64,101400,0,0,355,0,0,0,0,0,0,0,70,5.7,10,10,24.1,7620,9,999999999,139,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,6.1,62,101200,0,0,354,0,0,0,0,0,0,0,90,8.2,10,10,24.1,7620,9,999999999,129,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,6.1,64,101000,0,0,342,0,0,0,0,0,0,0,90,7.7,10,9,24.1,3050,9,999999999,129,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,6.7,67,101100,0,0,352,0,0,0,0,0,0,0,80,4.1,10,10,19.3,2900,9,999999999,139,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101300,0,0,344,0,0,0,0,0,0,0,340,4.1,10,10,16.1,2900,9,999999999,160,0.1030,0,88,999.000,999.0,99.0
+1990,11,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,8.9,90,101300,12,406,344,4,0,4,0,0,0,0,20,4.6,10,10,9.7,980,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.3,83,101100,221,1393,346,26,3,26,3100,0,3100,1020,50,5.7,10,10,16.1,2740,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.3,83,101100,483,1393,346,78,5,76,9100,300,9000,3200,50,5.7,10,10,16.1,910,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,101000,700,1393,348,126,5,124,14900,400,14800,5560,50,7.2,10,10,16.1,940,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,8.9,83,100900,856,1393,350,171,6,167,20200,500,20000,7740,80,5.7,10,10,16.1,910,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.3,77,100700,940,1393,351,352,8,347,40000,800,39400,13670,50,5.2,10,10,16.1,520,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.9,77,100600,947,1393,355,352,1,351,39900,100,39800,13830,40,6.7,10,10,16.1,550,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.9,77,100400,875,1393,355,305,1,304,34600,100,34500,12030,70,7.2,10,10,16.1,580,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,8.9,77,100300,731,1393,355,139,3,138,16400,200,16300,6180,60,4.6,10,10,12.9,610,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,10.6,90,100200,523,1393,354,95,0,95,11100,0,11100,3960,60,5.2,10,10,9.7,520,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.1,93,100100,267,1393,355,44,1,44,5100,0,5100,1680,70,5.2,10,10,4.8,490,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,11.7,96,100100,29,662,355,9,0,9,1100,0,1100,330,40,6.2,10,10,3.2,340,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100000,0,0,355,0,0,0,0,0,0,0,320,8.8,10,10,2.0,210,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,100200,0,0,355,0,0,0,0,0,0,0,340,8.8,10,10,3.6,610,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,100200,0,0,352,0,0,0,0,0,0,0,340,7.7,10,10,19.3,240,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,100300,0,0,348,0,0,0,0,0,0,0,360,5.2,10,10,19.3,270,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,100400,0,0,345,0,0,0,0,0,0,0,330,5.2,10,10,19.3,240,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,9.4,96,100100,0,0,325,0,0,0,0,0,0,0,340,7.2,10,8,11.3,240,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,100400,0,0,345,0,0,0,0,0,0,0,310,7.2,10,10,11.3,240,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,100500,0,0,328,0,0,0,0,0,0,0,310,7.2,10,8,8.0,210,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,90,100400,0,0,331,0,0,0,0,0,0,0,340,8.2,10,9,16.1,340,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,90,100500,0,0,341,0,0,0,0,0,0,0,310,7.7,10,10,16.1,340,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,90,100600,0,0,341,0,0,0,0,0,0,0,330,6.7,10,10,16.1,340,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,90,100700,0,0,331,0,0,0,0,0,0,0,330,6.7,10,9,24.1,430,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1990,11,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,7.8,83,100800,11,407,343,6,0,6,0,0,0,0,330,8.2,10,10,24.1,520,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,7.2,80,100900,216,1394,342,53,1,53,5900,0,5900,1780,320,7.2,10,10,32.2,550,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,7.8,80,101000,478,1394,345,138,1,137,15400,100,15400,4950,300,7.2,10,10,32.2,580,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,101100,695,1394,348,227,0,227,25500,0,25500,8590,310,7.2,10,10,32.2,580,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,7.8,75,101200,851,1394,351,306,1,306,34600,100,34600,11830,320,5.7,10,10,32.2,670,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,7.8,69,101200,935,1394,356,346,0,346,39200,0,39200,13590,320,7.7,10,10,32.2,850,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,7.8,67,101200,942,1394,359,333,0,333,37900,0,37900,13360,320,7.7,10,10,32.2,910,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,6.7,62,101200,871,1394,358,277,1,276,31600,100,31500,11290,330,6.7,10,10,32.2,1010,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.8,62,101300,727,1394,355,249,90,202,27400,9000,22700,6270,320,5.7,9,9,32.2,1070,9,999999999,150,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.2,60,101300,519,1394,346,170,98,133,18600,9500,15100,3070,330,7.7,8,8,24.1,1130,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,7.2,62,101400,264,1394,326,110,269,58,11400,19700,7700,1050,330,5.7,3,3,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.7,69,101500,28,639,303,18,34,14,1700,900,1600,240,320,2.6,0,0,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.2,86,101500,0,0,292,0,0,0,0,0,0,0,280,2.6,0,0,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,101600,0,0,294,0,0,0,0,0,0,0,290,4.1,0,0,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101700,0,0,287,0,0,0,0,0,0,0,290,3.1,0,0,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.1,83,101800,0,0,288,0,0,0,0,0,0,0,290,3.1,0,0,24.1,77777,9,999999999,139,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.6,86,101800,0,0,283,0,0,0,0,0,0,0,280,3.6,0,0,24.1,77777,9,999999999,129,0.1180,0,88,999.000,999.0,99.0
+1990,11,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.0,86,101800,0,0,280,0,0,0,0,0,0,0,290,3.6,0,0,24.1,77777,9,999999999,129,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101800,0,0,276,0,0,0,0,0,0,0,280,3.6,0,0,24.1,77777,9,999999999,120,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,4.4,80,101800,0,0,282,0,0,0,0,0,0,0,340,4.1,0,0,24.1,77777,9,999999999,120,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,101700,0,0,279,0,0,0,0,0,0,0,350,4.6,0,0,24.1,77777,9,999999999,120,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.3,89,101800,0,0,270,0,0,0,0,0,0,0,300,3.6,0,0,24.1,77777,9,999999999,110,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.3,89,101800,0,0,270,0,0,0,0,0,0,0,350,2.6,0,0,24.1,77777,9,999999999,110,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,101900,0,0,263,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,110,0.1180,0,88,999.000,999.0,99.0
+1990,11,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,2.2,93,101900,10,384,263,10,34,6,0,0,0,0,310,2.6,0,0,24.1,77777,9,999999999,110,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,4.4,83,102000,212,1395,280,106,479,32,10600,34500,5400,600,270,2.1,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,5.6,69,102000,474,1395,297,305,739,52,32000,68400,8700,1110,300,3.1,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,5.6,52,102100,691,1395,316,490,845,68,51100,82200,10200,1520,330,2.1,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,1.1,34,102100,846,1395,318,634,908,78,65900,89900,11100,1870,50,3.1,0,0,24.1,77777,9,999999999,100,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,1.7,33,102000,931,1395,324,714,936,84,74100,93200,11700,2130,230,2.6,0,0,24.1,77777,9,999999999,100,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,2.2,32,102000,938,1395,329,718,934,84,74400,93000,11700,2150,310,3.6,0,0,24.1,77777,9,999999999,110,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,1.1,28,101800,867,1395,334,658,920,80,68200,91200,11300,1930,290,3.6,0,0,24.1,77777,9,999999999,100,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,1.7,29,101800,723,1395,334,527,872,70,54800,85200,10400,1590,310,4.1,0,0,24.1,77777,9,999999999,110,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,2.8,30,101800,516,1395,338,347,777,55,36300,73200,9100,1190,10,3.6,0,0,24.1,77777,9,999999999,110,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,3.3,33,101900,260,1395,333,143,555,36,14300,43100,6200,700,10,2.6,0,0,24.1,77777,9,999999999,110,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.7,60,101900,27,616,312,23,82,13,1800,2700,1700,230,270,2.1,0,0,24.1,77777,9,999999999,139,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,6.7,69,102000,0,0,303,0,0,0,0,0,0,0,20,2.1,0,0,24.1,77777,9,999999999,139,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,102100,0,0,293,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.1,83,102100,0,0,288,0,0,0,0,0,0,0,340,2.1,0,0,24.1,77777,9,999999999,139,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.6,83,102200,0,0,286,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.0,86,102200,0,0,280,0,0,0,0,0,0,0,360,2.1,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.0,89,102100,0,0,278,0,0,0,0,0,0,0,280,2.1,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,102100,0,0,276,0,0,0,0,0,0,0,50,2.1,0,0,24.1,77777,9,999999999,129,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,102200,0,0,276,0,0,0,0,0,0,0,340,1.5,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,102200,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,102200,0,0,271,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,102300,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,3.9,93,102300,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0640,0,88,999.000,999.0,99.0
+1990,11,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,3.3,93,102400,9,360,268,6,8,5,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,5.6,86,102500,208,1395,283,92,329,43,9400,22100,6100,750,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,6.7,69,102500,469,1395,303,285,626,72,29600,57400,10300,1400,270,2.1,0,0,19.3,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,6.7,52,102500,686,1395,322,471,759,95,48500,73900,12100,1930,310,2.1,0,0,19.3,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.7,45,102500,842,1395,332,611,822,110,63600,81800,14000,2520,180,2.1,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,4.4,35,102500,926,1395,337,690,854,118,72200,85600,15200,2960,100,2.1,0,0,24.1,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,4.4,34,102400,933,1395,340,697,857,119,73000,85900,15300,3010,140,2.1,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,2.8,28,102300,862,1395,343,635,837,112,66100,83500,14300,2620,120,2.6,0,0,19.3,77777,9,999999999,110,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,3.9,29,102300,719,1395,347,504,778,99,51900,76200,12500,2050,30,1.5,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,4.4,32,102300,512,1395,345,325,665,77,33800,62300,10800,1520,120,1.5,0,0,19.3,77777,9,999999999,120,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,5.6,36,102300,257,1395,341,126,410,49,12800,30300,7200,880,110,4.1,0,0,19.3,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.1,43,102400,25,616,332,17,31,13,1600,800,1500,220,150,3.6,0,0,19.3,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,6.1,48,102400,0,0,324,0,0,0,0,0,0,0,140,2.6,0,0,19.3,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,5.6,52,102400,0,0,316,0,0,0,0,0,0,0,140,3.1,0,0,19.3,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,5.6,58,102400,0,0,309,0,0,0,0,0,0,0,170,2.1,0,0,19.3,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,6.7,74,102500,0,0,298,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.2,83,102500,0,0,294,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,6.7,86,102500,0,0,289,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,102500,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,102500,0,0,282,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,102500,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.7,96,102500,0,0,282,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,102500,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,102500,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.1200,0,88,999.000,999.0,99.0
+1990,11,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,5.0,93,102500,8,337,276,9,31,5,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,7.8,93,102600,204,1396,290,101,473,31,10100,33600,5200,580,0,0.0,0,0,24.1,77777,9,999999999,150,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.0,78,102600,465,1396,320,248,567,58,26300,52300,8800,1160,310,2.1,3,1,19.3,77777,9,999999999,170,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.6,61,102700,681,1396,348,401,561,124,41600,54900,14600,2580,300,2.6,6,3,19.3,77777,9,999999999,179,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,8.3,46,102600,837,1396,353,543,693,124,57600,70100,15400,3000,280,2.6,6,2,19.3,77777,9,999999999,160,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,6.7,37,102600,922,1396,359,647,719,168,67800,72600,19700,4340,170,2.1,6,2,24.1,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,6.7,36,102400,929,1396,357,635,800,98,67800,80800,13900,2620,260,1.5,4,1,24.1,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,5.6,31,102400,858,1396,361,591,782,105,61900,78200,13700,2500,340,2.6,4,1,24.1,77777,9,999999999,129,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,6.1,33,102300,715,1396,364,457,694,97,48300,69200,12700,2150,230,2.6,3,2,24.1,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,6.7,33,102300,509,1396,362,316,688,62,32700,64300,9200,1270,80,2.6,2,1,24.1,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,7.2,38,102300,254,1396,355,130,403,54,12900,29400,7600,940,70,3.1,2,1,24.1,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,9.4,61,102300,24,593,328,21,74,12,1700,2400,1500,210,10,1.5,1,0,24.1,77777,9,999999999,170,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,10.0,72,102300,0,0,318,0,0,0,0,0,0,0,20,1.5,0,0,24.1,77777,9,999999999,170,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,8.9,70,102300,0,0,315,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.9,77,102400,0,0,308,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.3,75,102400,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,160,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,102400,0,0,298,0,0,0,0,0,0,0,290,1.5,0,0,16.1,77777,9,999999999,150,0.0600,0,88,999.000,999.0,99.0
+1990,11,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,102300,0,0,295,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,150,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,90,102300,0,0,292,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,150,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,102200,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102200,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102200,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,102200,0,0,282,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.2,96,102200,0,0,285,0,0,0,0,0,0,0,360,1.5,0,0,19.3,77777,9,999999999,139,0.0600,0,88,999.000,999.0,99.0
+1990,11,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,6.7,93,102300,7,314,285,6,18,4,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,8.3,86,102400,200,1397,298,94,414,34,9600,27600,5600,620,0,0.0,0,0,19.3,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.1,81,102400,461,1397,317,287,694,56,29800,63500,8700,1140,270,1.5,0,0,19.3,77777,9,999999999,179,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,11.1,59,102400,677,1397,339,471,814,73,49800,80000,10900,1630,350,2.1,0,0,19.3,77777,9,999999999,179,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,10.0,46,102400,833,1397,351,607,868,85,62900,85800,11600,1890,190,2.1,0,0,19.3,77777,9,999999999,170,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,8.9,41,102300,917,1397,353,684,896,91,70800,89000,12100,2150,60,3.1,0,0,19.3,77777,9,999999999,160,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,8.3,37,102200,925,1397,358,694,902,92,71800,89700,12200,2180,80,2.6,0,0,24.1,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,6.1,31,102100,854,1397,357,635,887,87,65700,87800,11800,1950,30,2.6,0,0,19.3,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,7.8,35,102100,711,1397,359,507,836,76,53600,82600,11300,1730,50,2.1,0,0,19.3,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,6.7,32,102000,505,1397,358,330,736,60,34200,68800,9200,1240,110,3.1,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,6.7,36,102000,251,1397,350,132,501,39,13400,37100,6700,720,130,3.6,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,5.0,35,102100,23,594,340,20,58,13,1700,1500,1600,220,160,3.1,0,0,19.3,77777,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,8.3,60,102100,0,0,321,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,7.2,50,102200,0,0,328,0,0,0,0,0,0,0,140,2.1,0,0,24.1,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.3,75,102200,0,0,307,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,8.9,80,102200,0,0,305,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.3,86,102200,0,0,298,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.8,86,102100,0,0,295,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,90,102100,0,0,292,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,150,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,102100,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102000,0,0,285,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,102000,0,0,285,0,0,0,0,0,0,0,330,1.5,0,0,19.3,77777,9,999999999,139,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,102100,0,0,279,0,0,0,0,0,0,0,300,2.1,0,0,19.3,77777,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,102100,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1990,11,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,7.2,93,102200,6,314,287,5,19,3,0,0,0,0,0,0.0,0,0,9.7,77777,9,999999999,139,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,7.8,86,102200,195,1397,295,93,422,33,9500,27900,5600,600,0,0.0,0,0,9.7,77777,9,999999999,150,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,9.4,72,102300,456,1397,315,287,706,54,29800,64600,8600,1110,60,2.6,0,0,9.7,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,9.4,56,102300,672,1397,333,470,823,71,49900,80800,10800,1600,40,2.1,0,0,16.1,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,11.7,55,102300,828,1397,348,605,875,82,62800,86400,11400,1860,70,2.1,0,0,16.1,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,11.7,48,102200,913,1397,359,681,898,88,70400,89200,11900,2110,100,3.1,0,0,19.3,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,11.7,43,102100,920,1397,367,688,902,89,71300,89700,12000,2140,140,4.1,0,0,19.3,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,11.7,43,102000,850,1397,367,627,883,84,64900,87400,11600,1920,120,4.6,0,0,19.3,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,11.1,42,102000,708,1397,373,468,724,97,49500,72100,12800,2130,100,5.2,2,1,19.3,77777,9,999999999,179,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,12.2,47,102000,502,1397,377,280,530,86,28800,49100,11100,1650,110,5.2,2,2,19.3,77777,9,999999999,200,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,11.7,50,102000,248,1397,368,125,344,62,12700,24400,8400,1130,100,5.2,2,2,19.3,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,13.9,64,102000,22,571,357,18,42,13,0,0,0,0,100,4.1,1,1,16.1,77777,9,999999999,220,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,13.3,78,102100,0,0,338,0,0,0,0,0,0,0,90,2.6,1,1,19.3,77777,9,999999999,209,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,11.1,70,102100,0,0,327,0,0,0,0,0,0,0,120,3.1,0,0,19.3,77777,9,999999999,179,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,10.6,65,102100,0,0,329,0,0,0,0,0,0,0,120,3.1,0,0,19.3,77777,9,999999999,179,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,102200,0,0,312,0,0,0,0,0,0,0,70,2.1,0,0,16.1,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.0,83,102200,0,0,309,0,0,0,0,0,0,0,50,2.6,0,0,16.1,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1990,11,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,102200,0,0,304,0,0,0,0,0,0,0,330,1.5,0,0,16.1,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,102100,0,0,320,0,0,0,0,0,0,0,0,0.0,4,4,11.3,77777,9,999999999,170,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,102100,0,0,312,0,0,0,0,0,0,0,60,2.1,3,3,9.7,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,102100,0,0,309,0,0,0,0,0,0,0,0,0.0,2,2,4.8,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,102100,0,0,304,0,0,0,0,0,0,0,0,0.0,1,1,3.2,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,9.4,93,102100,0,0,309,0,0,0,0,0,0,0,60,1.5,2,2,3.2,77777,9,999999999,160,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,102100,0,0,318,0,0,0,0,0,0,0,50,2.6,2,2,3.2,77777,9,999999999,189,0.0730,0,88,999.000,999.0,99.0
+1990,11,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,10.0,93,102200,5,291,317,1,5,1,0,0,0,0,360,2.6,4,4,1.6,77777,9,999999999,170,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,12.2,97,102200,191,1398,349,42,21,39,4600,1500,4400,980,20,2.1,9,9,3.2,1680,9,999999999,200,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,14.4,87,102200,452,1398,358,194,171,138,21000,15900,15800,3120,60,2.6,7,7,8.0,1830,9,999999999,220,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,16.1,76,102300,668,1398,366,437,659,120,45400,64300,14600,2480,130,5.2,3,3,16.1,77777,9,999999999,250,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,16.7,66,102200,824,1398,383,508,592,156,52900,59100,17900,3590,130,4.1,5,4,19.3,77777,9,999999999,250,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.1,62,102200,908,1398,389,474,450,179,51500,46600,21100,4490,120,5.2,6,5,19.3,7620,9,999999999,240,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.1,62,102000,916,1398,423,334,7,329,37800,700,37400,12990,120,5.2,10,10,19.3,1100,9,999999999,240,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.0,52,102000,846,1398,411,316,139,231,34800,14600,25900,6280,130,4.1,8,8,19.3,1980,9,999999999,229,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.0,52,101900,704,1398,396,399,432,179,41800,43300,19900,3810,130,3.6,5,5,19.3,77777,9,999999999,229,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101900,499,1398,393,206,267,109,22200,25600,13000,2130,120,4.6,5,5,16.1,77777,9,999999999,229,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,14.4,56,101900,245,1398,365,120,421,44,12100,30600,6700,790,130,3.6,0,0,19.3,77777,9,999999999,220,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,14.4,62,101900,21,571,356,15,32,12,0,0,0,0,140,4.1,0,0,16.1,77777,9,999999999,220,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,15.0,73,102000,0,0,347,0,0,0,0,0,0,0,130,3.1,0,0,16.1,77777,9,999999999,229,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.7,87,102000,0,0,343,0,0,0,0,0,0,0,120,3.1,0,0,12.9,77777,9,999999999,250,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,102000,0,0,344,0,0,0,0,0,0,0,130,3.1,0,0,8.0,77777,9,999999999,259,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,102000,0,0,375,0,0,0,0,0,0,0,120,3.1,9,8,1.2,90,9,999999999,270,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,102000,0,0,394,0,0,0,0,0,0,0,120,3.1,10,10,0.1,30,9,999999999,270,0.1010,0,88,999.000,999.0,99.0
+1990,11,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.8,100,102000,0,0,392,0,0,0,0,0,0,0,120,2.1,10,10,0.0,0,9,999999999,270,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,18.3,100,102000,0,0,395,0,0,0,0,0,0,0,150,2.6,10,10,0.0,0,9,999999999,279,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,18.3,100,102000,0,0,395,0,0,0,0,0,0,0,170,3.1,10,10,0.0,30,9,999999999,279,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,18.3,100,102000,0,0,395,0,0,0,0,0,0,0,140,2.1,10,10,0.8,90,9,999999999,279,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,18.3,100,102000,0,0,395,0,0,0,0,0,0,0,90,1.5,10,10,1.0,90,9,999999999,279,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,102000,0,0,394,0,0,0,0,0,0,0,320,1.5,10,10,0.8,60,9,999999999,270,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.8,100,102200,0,0,392,0,0,0,0,0,0,0,0,0.0,10,10,0.8,60,9,999999999,270,0.1010,0,88,999.000,999.0,99.0
+1990,11,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,17.2,97,102100,5,268,391,1,0,1,0,0,0,0,20,2.1,10,10,1.6,210,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,102100,187,1399,394,49,1,49,5400,0,5400,1590,130,1.5,10,10,3.2,210,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.8,93,102200,447,1399,398,117,10,114,13200,600,13000,4220,60,3.1,10,10,3.2,150,9,999999999,270,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,17.2,84,102300,663,1399,392,172,33,156,18900,3200,17400,4810,60,2.6,9,9,8.0,270,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,17.2,73,102300,819,1399,375,572,823,86,61000,82500,12500,2090,350,3.6,3,3,9.7,77777,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,102200,904,1399,401,375,188,252,41300,19900,28400,7150,300,2.1,8,8,9.7,610,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.2,66,102100,912,1399,387,636,758,138,67600,77100,17100,3600,270,2.6,4,4,11.3,77777,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,102000,843,1399,395,568,775,97,60000,77500,13100,2330,340,2.6,3,3,16.1,77777,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.7,56,102000,701,1399,395,353,498,101,37200,49400,12400,2200,330,3.1,3,3,19.3,77777,9,999999999,250,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,16.7,60,102000,496,1399,392,221,276,122,23600,26400,14200,2440,30,3.6,5,4,16.1,77777,9,999999999,250,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.8,71,102000,243,1399,378,120,438,42,12200,31700,6600,760,110,4.1,2,2,11.3,77777,9,999999999,270,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.8,79,102000,20,548,358,21,101,9,0,0,0,0,100,3.6,0,0,9.7,77777,9,999999999,270,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.2,84,102100,0,0,349,0,0,0,0,0,0,0,60,2.6,0,0,9.7,77777,9,999999999,259,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,102100,0,0,347,0,0,0,0,0,0,0,350,2.1,1,1,9.7,77777,9,999999999,250,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,102200,0,0,342,0,0,0,0,0,0,0,0,0.0,1,1,9.7,77777,9,999999999,250,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,102200,0,0,329,0,0,0,0,0,0,0,0,0.0,0,0,9.7,77777,9,999999999,240,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,102200,0,0,323,0,0,0,0,0,0,0,0,0.0,0,0,9.7,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,102200,0,0,323,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,102200,0,0,329,0,0,0,0,0,0,0,350,3.1,0,0,6.4,77777,9,999999999,240,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,102200,0,0,323,0,0,0,0,0,0,0,300,2.1,0,0,6.4,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,102200,0,0,326,0,0,0,0,0,0,0,360,2.6,0,0,6.4,77777,9,999999999,229,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,102100,0,0,323,0,0,0,0,0,0,0,320,2.1,0,0,6.4,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,102100,0,0,326,0,0,0,0,0,0,0,330,3.6,0,0,6.4,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,102100,0,0,323,0,0,0,0,0,0,0,340,3.1,0,0,6.4,77777,9,999999999,220,0.0370,0,88,999.000,999.0,99.0
+1990,11,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,14.4,97,102200,4,245,323,8,36,3,0,0,0,0,340,3.1,0,0,4.0,77777,9,999999999,220,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,15.0,97,102200,183,1399,353,60,55,52,6400,3500,6000,1090,360,3.6,7,7,4.8,150,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.6,90,102300,443,1399,357,201,258,119,21400,23800,13800,2380,40,3.6,7,6,9.7,240,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,15.0,87,102300,659,1399,374,261,86,220,28600,8500,24600,6300,40,4.1,10,9,11.3,270,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,15.6,73,102200,815,1399,365,531,733,100,55600,73000,12900,2290,40,3.6,3,3,11.3,77777,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.6,68,102100,900,1399,362,609,814,80,63200,80900,11000,2000,120,3.6,6,1,16.1,77777,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,60,102000,908,1399,374,604,732,125,62700,73000,15100,2980,70,2.1,6,2,16.1,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101800,839,1399,385,511,624,133,53800,62900,16000,3190,300,2.6,7,3,19.3,77777,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101800,697,1399,394,269,221,158,29300,23000,17800,3400,300,2.6,6,6,19.3,1010,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,14.4,54,101700,493,1399,393,219,266,124,23300,25400,14400,2490,20,3.1,6,6,16.1,7620,9,999999999,220,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.0,64,101700,240,1399,376,90,128,67,9700,9300,8100,1430,40,2.1,5,4,16.1,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,101700,20,548,357,21,63,13,0,0,0,0,0,0.0,4,3,12.9,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101700,0,0,348,0,0,0,0,0,0,0,0,0.0,7,3,12.9,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101700,0,0,353,0,0,0,0,0,0,0,110,2.1,5,2,11.3,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.0,87,101700,0,0,345,0,0,0,0,0,0,0,70,3.1,6,2,9.7,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101700,0,0,339,0,0,0,0,0,0,0,70,3.1,5,2,6.4,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,355,0,0,0,0,0,0,0,120,2.1,7,6,6.4,7620,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101600,0,0,364,0,0,0,0,0,0,0,130,2.1,9,8,4.0,1220,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,359,0,0,0,0,0,0,0,140,2.1,8,7,4.0,1520,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.6,97,101500,0,0,362,0,0,0,0,0,0,0,130,2.6,8,8,4.0,1220,9,999999999,240,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,101500,0,0,346,0,0,0,0,0,0,0,120,2.1,5,5,1.6,77777,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,101500,0,0,377,0,0,0,0,0,0,0,120,3.1,10,10,0.1,0,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,15.0,100,101500,0,0,373,0,0,0,0,0,0,0,130,3.1,10,10,0.1,0,9,999999999,229,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,14.4,100,101500,0,0,370,0,0,0,0,0,0,0,100,3.1,10,10,0.8,90,9,999999999,220,0.0390,0,88,999.000,999.0,99.0
+1990,11,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,13.3,97,101600,3,222,348,2,1,2,0,0,0,0,90,3.1,9,8,6.4,670,9,999999999,209,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.2,90,101600,179,1400,354,34,11,33,3800,800,3700,840,90,4.6,10,9,8.0,730,9,999999999,189,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,12.2,84,101600,439,1400,337,215,383,93,22600,34400,11800,1730,100,4.1,9,4,11.3,77777,9,999999999,189,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,13.9,70,101600,655,1400,360,384,519,139,40900,51500,16700,2820,100,5.2,8,4,11.3,77777,9,999999999,209,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,15.0,66,101600,811,1400,373,498,524,192,52800,53500,21700,4410,140,3.1,8,4,11.3,77777,9,999999999,229,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.6,62,101500,896,1400,382,515,521,179,55800,53900,21200,4420,160,5.7,5,4,11.3,77777,9,999999999,229,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,101300,904,1400,390,542,446,251,56800,45900,27000,6450,170,4.1,6,5,12.9,7620,9,999999999,229,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.0,58,101200,835,1400,410,314,93,259,34600,9400,29000,8370,150,4.6,9,9,12.9,1070,9,999999999,229,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,16.7,66,101200,694,1400,394,328,256,199,35000,26500,21800,4470,130,6.2,8,7,11.3,1980,9,999999999,250,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101200,490,1400,407,109,25,100,12000,2300,11200,2890,130,5.7,9,9,11.3,3350,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101200,238,1400,382,100,85,85,10600,6100,9600,1810,100,4.6,6,6,11.3,3350,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,17.2,81,101200,19,525,367,13,29,9,0,0,0,0,120,4.1,3,3,8.0,77777,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,17.2,87,101200,0,0,353,0,0,0,0,0,0,0,130,4.1,1,1,8.0,77777,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101200,0,0,350,0,0,0,0,0,0,0,100,3.6,1,1,8.0,77777,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101300,0,0,359,0,0,0,0,0,0,0,110,3.1,3,3,4.8,77777,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101300,0,0,352,0,0,0,0,0,0,0,120,2.6,3,3,4.8,77777,9,999999999,240,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101300,0,0,349,0,0,0,0,0,0,0,70,3.1,3,3,3.2,77777,9,999999999,240,0.0810,0,88,999.000,999.0,99.0
+1990,11,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101300,0,0,355,0,0,0,0,0,0,0,70,2.6,5,5,1.6,77777,9,999999999,250,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101300,0,0,355,0,0,0,0,0,0,0,0,0.0,5,5,1.6,77777,9,999999999,250,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,101300,0,0,359,0,0,0,0,0,0,0,50,2.6,7,7,1.6,77777,9,999999999,240,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101200,0,0,376,0,0,0,0,0,0,0,90,2.6,9,9,1.0,760,9,999999999,250,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101200,0,0,375,0,0,0,0,0,0,0,90,2.6,8,8,1.6,2440,9,999999999,270,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,366,0,0,0,0,0,0,0,70,2.6,7,7,1.6,2130,9,999999999,259,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.7,97,101300,0,0,355,0,0,0,0,0,0,0,40,2.1,5,5,2.4,77777,9,999999999,250,0.0810,0,88,999.000,999.0,99.0
+1990,11,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,101300,3,198,363,1,3,0,0,0,0,0,70,2.1,8,7,1.2,520,9,999999999,250,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,18.3,97,101300,175,1400,369,55,94,43,5800,5300,5100,790,90,2.6,6,6,2.8,760,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.9,87,101400,434,1400,381,186,181,129,20100,16700,14900,2900,120,3.1,6,6,3.2,1070,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101400,650,1400,410,198,39,179,21700,3800,19900,5330,110,3.6,9,9,3.2,1190,9,999999999,300,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101400,806,1400,413,264,67,225,29000,6700,25100,7290,150,3.6,9,9,4.8,1010,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101400,892,1400,402,645,767,152,67800,77500,18300,3810,130,4.6,6,6,16.1,640,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,101300,900,1400,425,392,145,298,42700,15300,32900,8430,100,3.1,9,9,16.1,760,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,101200,832,1400,425,274,93,219,30300,9800,24500,5890,130,4.6,9,9,16.1,910,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101200,691,1400,413,265,174,178,29100,17900,20300,4410,120,5.7,8,8,16.1,1250,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,101200,487,1400,416,202,209,128,21400,19900,14500,2580,120,5.2,8,8,19.3,2290,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,101200,236,1400,402,73,85,58,7900,6200,6900,1230,140,5.7,7,6,19.3,2130,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,101200,18,525,379,15,41,10,0,0,0,0,130,4.6,2,2,16.1,77777,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,20.0,87,101300,0,0,363,0,0,0,0,0,0,0,160,4.1,0,0,16.1,77777,9,999999999,300,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101300,0,0,360,0,0,0,0,0,0,0,130,3.6,0,0,16.1,77777,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101400,0,0,360,0,0,0,0,0,0,0,160,4.1,0,0,16.1,77777,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101400,0,0,388,0,0,0,0,0,0,0,180,3.6,7,7,16.1,1680,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101400,0,0,384,0,0,0,0,0,0,0,150,5.7,8,6,16.1,1830,9,999999999,290,0.0420,0,88,999.000,999.0,99.0
+1990,11,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.9,84,101400,0,0,381,0,0,0,0,0,0,0,160,6.2,6,5,16.1,1830,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101400,0,0,363,0,0,0,0,0,0,0,160,3.6,4,1,16.1,77777,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101400,0,0,362,0,0,0,0,0,0,0,140,3.1,3,1,16.1,77777,9,999999999,270,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.3,90,101400,0,0,362,0,0,0,0,0,0,0,160,3.1,5,2,16.1,77777,9,999999999,270,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101400,0,0,368,0,0,0,0,0,0,0,130,3.1,5,3,16.1,77777,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101400,0,0,368,0,0,0,0,0,0,0,130,2.6,5,4,16.1,77777,9,999999999,270,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101400,0,0,396,0,0,0,0,0,0,0,120,3.1,9,9,16.1,1980,9,999999999,279,0.0420,0,88,999.000,999.0,99.0
+1990,11,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,18.3,87,101400,2,198,396,0,1,0,0,0,0,0,130,3.1,9,9,16.1,1980,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,18.3,84,101500,171,1401,399,33,20,30,3600,1400,3400,770,120,3.6,9,9,16.1,1980,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.9,79,101500,430,1401,383,180,221,111,19100,20100,12900,2190,130,4.6,9,4,16.1,77777,9,999999999,290,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101500,646,1401,392,384,547,130,41100,54200,16100,2610,130,6.2,8,5,19.3,7620,9,999999999,290,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101500,802,1401,414,275,131,199,30400,13700,22500,5250,130,7.7,9,8,19.3,1980,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101500,888,1401,435,220,2,218,25600,200,25500,9670,120,5.7,10,10,19.3,1980,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101400,897,1401,425,426,233,276,46700,24500,30900,7780,120,5.2,9,9,24.1,2130,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,17.8,62,101300,829,1401,423,353,164,255,38500,17200,28400,6840,120,6.7,9,9,24.1,2130,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.8,64,101300,688,1401,432,186,4,184,21200,300,21100,7430,120,6.2,10,10,24.1,2130,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.8,69,101300,485,1401,414,117,1,117,13300,100,13300,4470,130,6.2,9,9,24.1,2130,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101300,234,1401,392,64,48,56,7000,3700,6400,1390,120,6.2,9,7,24.1,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101300,17,525,382,13,8,12,0,0,0,0,130,6.7,8,6,24.1,7620,9,999999999,259,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101300,0,0,376,0,0,0,0,0,0,0,130,6.2,7,5,24.1,7620,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.3,87,101400,0,0,368,0,0,0,0,0,0,0,120,4.6,7,3,19.3,77777,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,17.8,87,101400,0,0,371,0,0,0,0,0,0,0,120,5.2,8,5,19.3,7620,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101400,0,0,376,0,0,0,0,0,0,0,130,4.1,9,7,16.1,7620,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.8,93,101400,0,0,359,0,0,0,0,0,0,0,100,3.6,5,3,11.3,77777,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101400,0,0,356,0,0,0,0,0,0,0,80,3.1,7,3,9.7,77777,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,359,0,0,0,0,0,0,0,80,3.1,8,4,8.0,77777,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,356,0,0,0,0,0,0,0,70,3.1,7,3,6.4,77777,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,383,0,0,0,0,0,0,0,80,3.1,9,9,4.8,90,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,383,0,0,0,0,0,0,0,70,3.1,10,9,4.8,1010,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,18.3,97,101300,0,0,387,0,0,0,0,0,0,0,90,3.1,10,9,6.4,1980,9,999999999,279,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,375,0,0,0,0,0,0,0,90,2.6,9,8,8.0,1980,9,999999999,270,0.0730,0,88,999.000,999.0,99.0
+1990,11,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,18.3,97,101300,2,175,369,3,4,2,0,0,0,0,70,3.1,7,6,6.4,2130,9,999999999,279,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,18.9,97,101300,166,1402,366,60,227,33,6300,13000,4800,580,80,4.1,4,4,3.2,77777,9,999999999,279,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101400,426,1402,372,221,438,87,23400,39000,11500,1600,110,3.1,6,3,4.8,77777,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101400,642,1402,397,345,476,125,37000,47100,15400,2500,180,3.6,7,6,12.9,2590,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101400,798,1402,402,482,571,155,50100,56700,17700,3470,170,6.2,5,5,24.1,77777,9,999999999,259,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,17.2,54,101300,884,1402,416,474,487,164,51700,50300,19800,3970,150,4.6,8,7,24.1,1980,9,999999999,259,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,17.2,56,101200,893,1402,429,361,186,242,39900,19700,27300,6800,150,4.6,10,9,24.1,1220,9,999999999,259,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,18.9,65,101200,825,1402,428,287,82,238,31500,8300,26600,7750,110,5.2,9,9,24.1,2290,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,101200,685,1402,425,246,45,224,27000,4500,24800,6540,130,5.7,9,9,24.1,1680,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,18.9,71,101200,482,1402,418,132,33,120,14400,3100,13400,3340,120,5.2,9,9,24.1,2290,9,999999999,279,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,19.4,76,101200,232,1402,416,74,32,68,8000,2500,7600,1610,120,5.7,9,9,24.1,2290,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101200,17,502,404,5,6,5,0,0,0,0,120,5.7,9,8,24.1,2290,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,20.0,84,101300,0,0,402,0,0,0,0,0,0,0,120,6.2,8,8,24.1,2590,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,19.4,84,101300,0,0,406,0,0,0,0,0,0,0,140,4.1,9,9,19.3,910,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,19.4,87,101300,0,0,372,0,0,0,0,0,0,0,120,3.6,2,2,19.3,77777,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,369,0,0,0,0,0,0,0,130,3.6,2,2,16.1,77777,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101300,0,0,366,0,0,0,0,0,0,0,140,3.1,2,2,9.7,77777,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101300,0,0,370,0,0,0,0,0,0,0,120,2.1,3,3,9.7,77777,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,20.0,93,101300,0,0,373,0,0,0,0,0,0,0,130,3.1,3,3,8.0,77777,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101300,0,0,373,0,0,0,0,0,0,0,130,2.1,4,4,9.7,77777,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,20.0,97,101200,0,0,370,0,0,0,0,0,0,0,120,3.6,3,3,6.4,77777,9,999999999,300,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101200,0,0,372,0,0,0,0,0,0,0,0,0.0,6,5,6.4,90,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101200,0,0,406,0,0,0,0,0,0,0,30,2.1,10,10,4.8,1680,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,19.4,97,101200,0,0,394,0,0,0,0,0,0,0,50,2.1,10,9,6.4,1310,9,999999999,290,0.0410,0,88,999.000,999.0,99.0
+1990,11,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,20.0,93,101200,1,152,401,1,0,1,0,0,0,0,150,3.6,10,9,8.0,1830,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.6,93,101300,162,1402,397,59,53,53,6300,3100,6000,1110,170,3.1,9,8,4.8,2590,9,999999999,309,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101300,421,1402,397,178,91,150,19400,8400,16900,3700,160,4.1,7,7,8.0,2590,9,999999999,320,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.6,76,101300,637,1402,424,194,49,172,21400,4800,19200,5100,150,4.1,9,9,16.1,2590,9,999999999,309,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,19.4,69,101300,794,1402,425,289,93,236,31800,9400,26400,7490,210,5.7,9,9,16.1,1680,9,999999999,290,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,101200,880,1402,429,359,102,295,39500,10400,32900,9630,210,4.6,9,9,19.3,2590,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,101200,889,1402,441,214,7,210,25100,600,24700,9410,220,4.1,10,10,19.3,2590,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,101100,822,1402,446,235,0,234,26800,0,26800,9730,270,3.6,10,10,19.3,2290,9,999999999,309,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,101100,683,1402,416,121,7,117,14200,500,14000,5230,270,5.2,10,10,6.4,610,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,21.1,90,101100,480,1402,424,147,8,145,16500,600,16300,5120,100,3.1,10,10,24.1,1220,9,999999999,320,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,17.8,90,101100,230,1402,400,32,4,31,3700,0,3700,1200,10,7.7,10,10,4.8,1100,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,101300,16,502,394,6,0,6,0,0,0,0,40,4.6,10,10,2.4,400,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,391,0,0,0,0,0,0,0,50,2.6,10,10,19.3,1100,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,391,0,0,0,0,0,0,0,30,2.1,10,10,19.3,270,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,90,3.1,10,10,19.3,1370,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,383,0,0,0,0,0,0,0,360,2.1,10,9,19.3,3050,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,360,1.5,10,10,19.3,210,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.2,93,101300,0,0,394,0,0,0,0,0,0,0,350,3.1,10,10,16.1,210,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,17.8,97,101300,0,0,394,0,0,0,0,0,0,0,340,2.6,10,10,9.7,150,9,999999999,270,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,391,0,0,0,0,0,0,0,330,4.1,10,10,1.2,90,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,391,0,0,0,0,0,0,0,360,3.6,10,10,11.3,270,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,17.2,97,101300,0,0,391,0,0,0,0,0,0,0,330,4.1,10,10,11.3,150,9,999999999,259,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101300,0,0,390,0,0,0,0,0,0,0,360,3.6,10,10,12.9,240,9,999999999,250,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101300,0,0,390,0,0,0,0,0,0,0,340,3.1,10,10,12.9,240,9,999999999,250,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.1,93,101400,1,129,376,2,0,2,0,0,0,0,0,0.0,10,9,11.3,1220,9,999999999,240,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,16.7,97,101400,158,1403,376,31,1,31,3500,0,3500,1080,0,0.0,10,9,11.3,2590,9,999999999,250,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.7,90,101500,417,1403,382,156,44,143,17100,4000,15900,3560,350,3.1,10,9,11.3,2590,9,999999999,250,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,16.1,87,101600,633,1403,381,323,218,224,34800,21900,24900,5410,350,3.1,10,9,12.9,2590,9,999999999,240,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.0,76,101500,790,1403,386,384,306,211,41600,32300,23300,4960,350,3.6,9,9,16.1,7620,9,999999999,229,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,11.1,57,101500,876,1403,376,389,170,282,42400,17900,31200,7820,10,4.1,9,8,19.3,7620,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,8.9,46,101400,886,1403,379,259,49,228,28600,4900,25400,7860,360,3.1,9,8,24.1,2740,9,999999999,160,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,7.2,40,101300,819,1403,374,452,360,240,48600,38200,26200,5870,360,4.1,8,7,24.1,3050,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,3.9,30,101300,680,1403,368,261,154,186,28600,15800,21000,4590,50,4.1,7,6,24.1,7620,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,5.6,35,101300,478,1403,364,234,336,118,24300,30900,13700,2260,10,3.1,7,5,24.1,7620,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,10.0,65,101300,228,1403,343,90,213,54,9200,14400,6900,980,0,0.0,5,4,24.1,77777,9,999999999,170,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,9.4,70,101400,16,503,328,15,41,10,0,0,0,0,0,0.0,3,2,24.1,77777,9,999999999,160,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101400,0,0,312,0,0,0,0,0,0,0,280,2.1,1,1,24.1,77777,9,999999999,170,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101500,0,0,309,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,160,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101500,0,0,298,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,160,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,90,101500,0,0,295,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101500,0,0,290,0,0,0,0,0,0,0,310,1.5,0,0,24.1,77777,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1990,11,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101400,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101400,0,0,287,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,139,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.7,93,101400,0,0,285,0,0,0,0,0,0,0,20,1.5,0,0,24.1,77777,9,999999999,139,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101400,0,0,279,0,0,0,0,0,0,0,200,1.5,0,0,19.3,77777,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101300,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101300,0,0,279,0,0,0,0,0,0,0,270,1.5,0,0,19.3,77777,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,101300,0,0,274,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,120,0.0460,0,88,999.000,999.0,99.0
+1990,11,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,3.9,93,101400,1,105,271,2,3,1,0,0,0,0,300,2.1,0,0,24.1,77777,9,999999999,120,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,6.7,93,101400,154,1403,285,67,343,29,6800,20100,4600,520,0,0.0,0,0,24.1,77777,9,999999999,139,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,8.9,72,101500,413,1403,323,224,497,77,23000,43400,10200,1420,0,0.0,2,2,24.1,77777,9,999999999,160,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,6.7,50,101500,629,1403,331,422,776,71,44300,75300,10400,1530,120,2.1,3,1,16.1,77777,9,999999999,139,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,7.2,44,101500,786,1403,338,572,870,80,59300,85600,11200,1750,170,3.1,0,0,16.1,77777,9,999999999,139,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,6.1,37,101400,872,1403,344,643,889,86,66700,88100,11700,1980,200,3.6,0,0,19.3,77777,9,999999999,139,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,4.4,30,101200,883,1403,348,657,898,87,68000,89000,11800,2010,170,4.1,0,0,19.3,77777,9,999999999,120,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,5.0,30,101100,816,1403,354,602,885,82,62400,87300,11400,1830,170,3.6,0,0,19.3,77777,9,999999999,129,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,5.6,30,101000,678,1403,357,474,819,74,49900,80400,11000,1640,190,4.1,1,0,24.1,77777,9,999999999,129,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,5.0,29,101000,476,1403,356,303,711,58,31300,65500,8900,1180,180,5.2,1,0,24.1,77777,9,999999999,129,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,7.2,36,101000,227,1403,360,103,381,40,10400,26800,6100,720,120,5.2,4,1,24.1,77777,9,999999999,139,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.9,68,101000,16,479,357,13,26,9,0,0,0,0,110,4.1,5,2,24.1,77777,9,999999999,209,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,13.3,68,101000,0,0,348,0,0,0,0,0,0,0,170,5.2,3,1,24.1,77777,9,999999999,200,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,14.4,73,101100,0,0,350,0,0,0,0,0,0,0,160,4.1,2,1,19.3,77777,9,999999999,220,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.0,78,101100,0,0,341,0,0,0,0,0,0,0,150,3.6,1,0,19.3,77777,9,999999999,229,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101100,0,0,339,0,0,0,0,0,0,0,150,3.6,1,0,19.3,77777,9,999999999,229,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101100,0,0,339,0,0,0,0,0,0,0,130,3.6,2,0,19.3,77777,9,999999999,229,0.0750,0,88,999.000,999.0,99.0
+1990,11,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101100,0,0,346,0,0,0,0,0,0,0,180,2.6,2,1,19.3,77777,9,999999999,240,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101100,0,0,347,0,0,0,0,0,0,0,130,2.6,2,1,19.3,77777,9,999999999,250,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101100,0,0,361,0,0,0,0,0,0,0,140,2.6,9,6,16.1,910,9,999999999,250,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101000,0,0,378,0,0,0,0,0,0,0,160,4.6,9,8,16.1,910,9,999999999,259,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,18.3,93,101000,0,0,401,0,0,0,0,0,0,0,180,2.1,10,10,16.1,910,9,999999999,270,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,18.9,90,101000,0,0,397,0,0,0,0,0,0,0,140,2.1,10,9,12.9,910,9,999999999,279,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101100,0,0,394,0,0,0,0,0,0,0,100,2.1,10,9,12.9,910,9,999999999,279,0.0750,0,88,999.000,999.0,99.0
+1990,11,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101100,1,82,400,1,0,1,0,0,0,0,160,3.6,10,9,12.9,610,9,999999999,290,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,20.0,90,101100,150,1404,416,30,22,28,3300,1400,3200,700,160,3.6,10,10,6.4,610,9,999999999,300,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,20.6,90,101200,409,1404,419,78,2,78,9000,100,9000,3060,170,4.1,10,10,11.3,610,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,101200,625,1404,426,184,8,180,20700,600,20500,6900,200,5.2,10,10,12.9,460,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,20.6,79,101200,782,1404,420,260,80,215,28600,8000,24100,6870,190,5.7,10,9,19.3,980,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.6,74,101100,869,1404,427,336,159,237,37000,16800,26600,6530,180,5.7,10,9,24.1,1130,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,101000,879,1404,446,285,9,279,32500,800,32000,11390,200,5.7,10,10,24.1,1370,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.6,69,100900,813,1404,446,224,3,222,25700,300,25600,9320,180,4.1,10,10,24.1,1460,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,20.0,65,100900,675,1404,448,254,9,249,28200,800,27800,8810,200,5.7,10,10,24.1,1460,9,999999999,300,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,100800,474,1404,433,217,124,174,23100,11600,19200,3960,170,5.7,10,9,24.1,1220,9,999999999,300,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,19.4,67,100900,225,1404,428,63,23,59,6900,1800,6600,1430,180,5.2,10,9,24.1,1130,9,999999999,290,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,19.4,71,100900,15,480,413,10,4,10,0,0,0,0,170,4.6,10,8,24.1,1130,9,999999999,290,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.6,79,100900,0,0,411,0,0,0,0,0,0,0,170,5.7,10,8,19.3,980,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100900,0,0,417,0,0,0,0,0,0,0,190,5.2,9,9,16.1,490,9,999999999,309,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100900,0,0,426,0,0,0,0,0,0,0,160,5.2,10,10,19.3,520,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,430,0,0,0,0,0,0,0,160,5.7,10,10,12.9,730,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,430,0,0,0,0,0,0,0,170,5.7,10,10,12.9,700,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,430,0,0,0,0,0,0,0,180,5.7,10,10,12.9,700,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100900,0,0,403,0,0,0,0,0,0,0,170,6.2,8,7,12.9,700,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100700,0,0,400,0,0,0,0,0,0,0,150,4.6,7,7,12.9,610,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100800,0,0,389,0,0,0,0,0,0,0,160,4.1,7,4,12.9,850,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100800,0,0,389,0,0,0,0,0,0,0,150,4.6,7,4,12.9,850,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100800,0,0,400,0,0,0,0,0,0,0,160,4.1,7,7,12.9,850,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100800,0,0,406,0,0,0,0,0,0,0,160,4.6,8,8,12.9,550,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,21.1,87,100800,0,82,400,0,0,0,0,0,0,0,170,4.6,8,7,12.9,880,9,999999999,320,0.0450,0,88,999.000,999.0,99.0
+1990,11,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,21.1,87,100800,146,1404,426,27,32,24,3100,1800,2900,500,150,4.6,10,10,12.9,640,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100800,405,1404,433,92,10,89,10500,500,10300,3360,170,6.2,10,10,16.1,610,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.1,77,100900,621,1404,440,156,4,154,17800,300,17700,6180,170,7.7,10,10,19.3,640,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100800,778,1404,429,323,72,283,35400,7300,31400,8480,160,7.7,10,9,19.3,1010,9,999999999,300,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,23.3,79,100700,865,1404,424,475,297,290,50600,31600,31000,7550,180,7.7,10,7,19.3,1370,9,999999999,359,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,18.9,60,100600,876,1404,418,516,510,195,55200,52500,22300,4740,180,8.8,9,7,24.1,980,9,999999999,279,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,19.4,63,100500,811,1404,435,260,3,258,29500,300,29300,10270,180,9.3,10,9,24.1,1010,9,999999999,290,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,20.0,67,100500,673,1404,433,178,6,175,20300,500,20100,7070,170,8.8,10,9,24.1,1010,9,999999999,300,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,20.0,69,100500,473,1404,429,160,34,149,17600,3200,16500,3910,160,7.7,10,9,24.1,1010,9,999999999,300,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,20.0,72,100500,224,1404,426,71,24,67,7700,1800,7400,1580,170,7.7,10,9,19.3,1490,9,999999999,300,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,20.0,74,100500,15,480,435,8,1,8,0,0,0,0,170,7.7,10,10,16.1,940,9,999999999,300,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,20.6,79,100600,0,0,420,0,0,0,0,0,0,0,140,5.7,10,9,16.1,1310,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100600,0,0,433,0,0,0,0,0,0,0,180,6.7,10,10,16.1,610,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100600,0,0,421,0,0,0,0,0,0,0,170,5.7,9,9,16.1,610,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100700,0,0,433,0,0,0,0,0,0,0,160,8.2,10,10,16.1,550,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,21.1,82,100700,0,0,421,0,0,0,0,0,0,0,180,6.2,10,9,12.9,850,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,21.1,85,100600,0,0,409,0,0,0,0,0,0,0,170,6.2,9,8,19.3,610,9,999999999,320,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100600,0,0,409,0,0,0,0,0,0,0,160,6.7,9,8,19.3,520,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100500,0,0,405,0,0,0,0,0,0,0,150,5.7,8,8,19.3,520,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,20.6,85,100500,0,0,405,0,0,0,0,0,0,0,170,6.7,8,8,19.3,610,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100500,0,0,417,0,0,0,0,0,0,0,150,5.7,9,9,19.3,520,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100500,0,0,409,0,0,0,0,0,0,0,170,5.7,9,8,19.3,1430,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100500,0,0,429,0,0,0,0,0,0,0,160,5.2,10,10,19.3,520,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,20.6,82,100600,0,59,429,0,0,0,0,0,0,0,150,5.2,10,10,16.1,520,9,999999999,309,0.0370,0,88,999.000,999.0,99.0
+1990,11,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100600,142,1405,421,41,26,38,4400,1700,4300,890,170,3.1,10,9,12.9,580,9,999999999,320,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,21.1,82,100600,401,1405,433,85,1,85,9700,100,9700,3240,170,7.2,10,10,16.1,760,9,999999999,320,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.1,79,100700,617,1405,424,222,57,197,24400,5600,21900,5560,160,7.2,10,9,19.3,610,9,999999999,320,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,21.7,82,100700,774,1405,425,184,66,147,20300,6500,16700,4950,150,6.7,10,9,19.3,610,9,999999999,329,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.7,79,100500,862,1405,441,242,9,236,27900,800,27400,10050,170,8.2,10,10,19.3,1430,9,999999999,329,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,21.7,74,100500,873,1405,447,313,41,287,34400,4200,31800,9360,180,9.3,10,10,19.3,940,9,999999999,329,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,22.2,85,100400,808,1405,438,186,7,182,21700,600,21400,8030,180,7.7,10,10,19.3,980,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,100400,671,1405,441,187,6,185,21400,500,21100,7330,180,6.2,10,10,19.3,980,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,21.7,79,100400,471,1405,441,145,8,142,16100,600,15900,4990,180,8.2,10,10,16.1,700,9,999999999,329,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,100400,223,1405,441,75,5,74,8100,200,8100,2200,190,7.2,10,10,16.1,610,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,22.2,82,100500,15,480,441,7,0,7,0,0,0,0,170,6.2,10,10,16.1,610,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,25.0,22.2,85,100600,0,0,438,0,0,0,0,0,0,0,180,6.7,10,10,16.1,520,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,24.4,22.8,91,100700,0,0,435,0,0,0,0,0,0,0,220,4.1,10,10,12.9,460,9,999999999,350,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.2,90,100800,0,0,419,0,0,0,0,0,0,0,230,5.2,10,9,12.9,2290,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.9,22.8,94,100900,0,0,405,0,0,0,0,0,0,0,220,4.1,8,7,12.9,910,9,999999999,359,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,23.3,22.2,94,100900,0,0,401,0,0,0,0,0,0,0,240,3.1,8,7,11.3,1070,9,999999999,340,0.0470,0,88,999.000,999.0,99.0
+1990,11,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,20.6,93,100900,0,0,380,0,0,0,0,0,0,0,330,2.6,4,4,19.3,77777,9,999999999,309,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,20.0,100,101000,0,0,370,0,0,0,0,0,0,0,320,1.5,4,4,19.3,77777,9,999999999,300,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101000,0,0,394,0,0,0,0,0,0,0,320,3.6,9,9,19.3,1680,9,999999999,279,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,17.2,90,101100,0,0,359,0,0,0,0,0,0,0,350,2.6,3,3,24.1,77777,9,999999999,259,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101200,0,0,349,0,0,0,0,0,0,0,10,4.1,3,2,24.1,77777,9,999999999,250,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101300,0,0,345,0,0,0,0,0,0,0,360,5.7,7,3,24.1,77777,9,999999999,220,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101400,0,0,339,0,0,0,0,0,0,0,30,3.6,7,3,24.1,77777,9,999999999,209,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101500,0,35,365,0,0,0,0,0,0,0,350,5.2,10,9,24.1,270,9,999999999,209,0.0470,0,88,999.000,999.0,99.0
+1990,11,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,11.7,87,101600,139,1405,364,27,1,27,3100,0,3100,940,360,4.6,10,10,16.1,270,9,999999999,189,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,11.1,84,101800,397,1405,363,110,1,110,12300,100,12300,3850,360,5.2,10,10,19.3,270,9,999999999,179,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.6,81,101800,613,1405,363,201,0,201,22500,0,22500,7290,350,4.6,10,10,19.3,370,9,999999999,179,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,10.0,67,101900,770,1405,342,421,395,203,44100,40000,22100,4540,60,4.6,9,5,19.3,7620,9,999999999,170,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,9.4,61,101800,858,1405,342,516,518,197,55000,53200,22400,4710,360,4.6,8,3,24.1,77777,9,999999999,170,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,7.8,50,101800,870,1405,348,587,642,186,60700,63900,20900,4380,20,5.2,8,4,24.1,77777,9,999999999,150,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.1,43,101800,806,1405,346,501,550,183,53300,56200,21000,4160,350,5.7,9,3,24.1,77777,9,999999999,129,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,5.6,42,101800,669,1405,348,305,277,171,32700,28500,19100,3700,360,5.7,9,4,24.1,77777,9,999999999,129,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,4.4,39,101900,470,1405,347,218,284,122,23200,26700,14200,2440,10,4.6,9,4,24.1,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,3.9,41,102000,222,1405,338,94,212,60,9800,13900,7600,1140,20,4.6,9,4,24.1,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,5.0,52,102100,14,480,327,8,6,8,0,0,0,0,10,3.6,8,3,24.1,77777,9,999999999,129,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,4.4,53,102200,0,0,318,0,0,0,0,0,0,0,360,3.1,5,2,32.2,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,4.4,57,102300,0,0,313,0,0,0,0,0,0,0,360,4.1,5,2,32.2,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,3.3,55,102400,0,0,309,0,0,0,0,0,0,0,360,4.1,2,2,32.2,77777,9,999999999,120,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,2.2,53,102500,0,0,309,0,0,0,0,0,0,0,360,5.2,7,3,32.2,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,2.8,57,102600,0,0,304,0,0,0,0,0,0,0,360,4.1,6,2,32.2,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,11,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,2.8,59,102600,0,0,307,0,0,0,0,0,0,0,360,4.1,8,4,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,1.7,53,102700,0,0,308,0,0,0,0,0,0,0,360,5.2,8,4,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,1.1,52,102800,0,0,305,0,0,0,0,0,0,0,350,4.1,9,4,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,1.7,59,102800,0,0,298,0,0,0,0,0,0,0,360,4.1,7,3,24.1,77777,9,999999999,110,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,1.1,59,102900,0,0,296,0,0,0,0,0,0,0,10,4.6,6,3,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,1.1,59,103000,0,0,296,0,0,0,0,0,0,0,360,4.1,7,3,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,0.0,58,103000,0,0,290,0,0,0,0,0,0,0,10,3.6,7,3,24.1,77777,9,999999999,100,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,-1.1,52,103100,0,12,293,0,0,0,0,0,0,0,20,4.6,8,4,24.1,77777,9,999999999,89,0.1160,0,88,999.000,999.0,99.0
+1990,11,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-1.7,48,103200,135,1406,290,55,173,37,5500,8600,4700,680,50,6.2,8,2,24.1,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,-1.1,45,103300,393,1406,303,176,318,87,18500,27500,10800,1610,30,5.7,8,4,24.1,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,-2.2,37,103300,609,1406,309,293,356,137,30900,34800,15800,2730,20,6.2,8,4,24.1,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-3.3,30,103300,767,1406,312,415,423,183,44000,42900,20500,4040,40,6.7,8,3,24.1,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-5.6,23,103200,855,1406,317,575,692,152,60300,69500,17900,3630,50,6.7,8,3,24.1,77777,9,999999999,69,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-5.6,22,103100,868,1406,322,569,685,143,59900,69100,17100,3490,30,7.2,8,3,24.1,77777,9,999999999,69,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,-7.2,18,103000,803,1406,327,503,503,214,52800,51200,23400,4930,30,7.2,8,5,24.1,7620,9,999999999,60,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,-6.7,19,103000,667,1406,328,288,291,149,31400,30000,17100,3150,40,6.2,8,5,24.1,7620,9,999999999,69,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-6.1,21,103000,468,1406,329,197,270,106,21100,25400,12700,2070,10,5.7,8,6,24.1,7620,9,999999999,69,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-5.6,23,103000,221,1406,325,88,89,73,9300,6200,8400,1550,360,3.6,8,6,32.2,7620,9,999999999,69,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,-1.1,42,103000,14,480,310,10,14,8,0,0,0,0,350,2.1,7,5,32.2,7620,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,-2.8,38,103000,0,0,306,0,0,0,0,0,0,0,350,3.1,7,5,32.2,7620,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,0.6,58,103100,0,0,297,0,0,0,0,0,0,0,350,2.1,8,5,32.2,7620,9,999999999,100,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,-1.1,56,103100,0,0,286,0,0,0,0,0,0,0,350,3.1,7,3,32.2,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-0.6,63,103100,0,0,282,0,0,0,0,0,0,0,10,3.1,8,3,32.2,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,0.0,68,103100,0,0,283,0,0,0,0,0,0,0,60,2.1,8,4,32.2,77777,9,999999999,100,0.0570,0,88,999.000,999.0,99.0
+1990,11,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-1.1,68,103100,0,0,272,0,0,0,0,0,0,0,0,0.0,5,2,32.2,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-0.6,79,103000,0,0,267,0,0,0,0,0,0,0,0,0.0,4,2,32.2,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-2.2,65,103000,0,0,269,0,0,0,0,0,0,0,0,0.0,4,2,32.2,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-1.1,82,103000,0,0,262,0,0,0,0,0,0,0,0,0.0,4,2,32.2,77777,9,999999999,89,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-2.2,73,102900,0,0,259,0,0,0,0,0,0,0,0,0.0,3,1,32.2,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-2.2,82,102900,0,0,249,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-2.2,79,102900,0,0,250,0,0,0,0,0,0,0,40,3.1,0,0,24.1,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-2.2,76,102900,0,0,266,0,0,0,0,0,0,0,40,2.1,4,4,24.1,77777,9,999999999,80,0.0570,0,88,999.000,999.0,99.0
+1990,11,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.8,-0.6,79,102900,131,1395,274,28,17,27,3100,1100,3000,670,50,2.6,8,5,24.1,7620,9,999999999,89,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,1.1,71,102900,389,1406,286,183,243,115,19200,21200,13300,2320,70,4.1,8,4,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,0.6,50,102900,605,1406,302,342,437,153,35800,42600,17400,3080,80,4.6,6,3,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,-2.8,34,102800,763,1406,308,475,547,176,50400,55500,20200,3860,90,4.1,5,3,24.1,77777,9,999999999,80,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,0.0,38,102700,852,1406,318,566,654,167,58900,65300,19100,3910,150,3.6,4,3,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,0.0,36,102600,865,1406,318,583,670,167,60600,67100,19200,3970,100,4.1,2,2,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,0.6,36,102400,801,1406,321,526,640,159,54600,63500,18200,3540,170,3.6,2,2,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,1.7,38,102300,666,1406,320,416,634,113,43300,62000,13900,2340,110,1.5,1,1,24.1,77777,9,999999999,100,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,3.9,46,102200,467,1406,320,252,472,93,26700,43200,12300,1730,140,4.1,4,1,24.1,77777,9,999999999,120,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.9,49,102200,220,1406,309,92,256,51,9500,17000,6800,920,140,4.1,0,0,24.1,77777,9,999999999,120,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,4.4,57,102200,14,457,303,8,5,8,0,0,0,0,130,4.1,0,0,19.3,77777,9,999999999,120,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,3.9,57,102200,0,0,300,0,0,0,0,0,0,0,130,4.1,0,0,24.1,77777,9,999999999,120,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,5.0,66,102200,0,0,296,0,0,0,0,0,0,0,110,3.6,0,0,24.1,77777,9,999999999,129,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,5.0,69,102200,0,0,294,0,0,0,0,0,0,0,110,4.1,0,0,24.1,77777,9,999999999,129,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.9,5.9,77,102100,0,0,302,0,0,0,0,0,0,0,100,3.8,1,1,24.1,77777,9,999999999,139,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.2,6.7,83,102100,0,0,311,0,0,0,0,0,0,0,80,3.5,4,3,16.1,77777,9,999999999,139,0.1680,0,88,999.000,999.0,99.0
+1990,11,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.5,7.6,86,102100,0,0,311,0,0,0,0,0,0,0,60,3.2,3,2,16.1,77777,9,999999999,139,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.9,8.5,90,101300,0,0,321,0,0,0,0,0,0,0,130,3.0,5,5,19.3,77777,9,999999999,200,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,9.4,87,101300,0,0,336,0,0,0,0,0,0,0,140,2.7,8,8,19.3,1220,9,999999999,209,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.5,10.2,90,101300,0,0,333,0,0,0,0,0,0,0,90,2.4,7,7,24.1,1220,9,999999999,189,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101200,0,0,331,0,0,0,0,0,0,0,90,2.1,6,6,24.1,1220,9,999999999,179,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101200,0,0,331,0,0,0,0,0,0,0,80,1.5,6,6,24.1,1220,9,999999999,179,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,101200,0,0,332,0,0,0,0,0,0,0,90,2.6,6,6,24.1,1220,9,999999999,189,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101300,0,0,338,0,0,0,0,0,0,0,120,1.5,8,6,16.1,1370,9,999999999,189,0.1680,0,88,999.000,999.0,99.0
+1980,12,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,12.8,78,101300,126,1372,361,37,51,31,3900,2800,3700,650,150,3.1,10,8,12.9,1680,9,999999999,200,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,13.9,68,101300,383,1407,388,122,67,104,13400,6000,11800,2700,190,5.2,10,9,16.1,1680,9,999999999,209,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,14.4,62,101400,600,1407,411,144,18,136,16500,1300,16000,5540,170,6.7,10,10,19.3,1680,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,14.4,58,101300,759,1407,406,232,28,217,26500,2400,25200,8790,180,6.2,10,9,19.3,1680,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.0,52,101300,848,1407,411,359,234,217,39000,24900,24000,5290,190,8.8,10,8,24.1,7620,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.0,52,101100,861,1407,411,303,38,279,33200,3900,30900,9040,180,6.7,10,8,24.1,1220,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.0,50,101000,799,1407,413,312,157,222,34200,16400,24900,5830,220,0.5,10,8,24.1,7620,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.0,50,101000,664,1407,422,236,54,211,26000,5400,23400,6110,200,5.2,10,9,24.1,7620,9,999999999,220,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101000,466,1407,401,180,103,146,19500,9600,16300,3310,200,6.2,9,7,24.1,7620,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.0,56,101000,220,1407,398,64,42,58,7100,3200,6600,1400,190,5.2,8,7,24.1,1070,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,15.0,62,101000,14,457,385,11,5,11,0,0,0,0,190,4.6,7,6,24.1,7620,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,15.6,66,101100,0,0,387,0,0,0,0,0,0,0,170,5.2,8,7,24.1,4570,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,15.6,68,101100,0,0,410,0,0,0,0,0,0,0,170,4.1,10,10,11.3,4570,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,16.1,73,101200,0,0,388,0,0,0,0,0,0,0,200,4.1,9,8,24.1,7620,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,16.1,76,101300,0,0,379,0,0,0,0,0,0,0,180,4.1,9,7,19.3,7620,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,16.1,81,101300,0,0,373,0,0,0,0,0,0,0,210,3.1,8,7,19.3,1070,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1980,12,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101300,0,0,360,0,0,0,0,0,0,0,210,3.1,6,5,19.3,7620,9,999999999,240,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101300,0,0,352,0,0,0,0,0,0,0,200,3.1,4,3,16.1,77777,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101400,0,0,359,0,0,0,0,0,0,0,200,2.1,5,5,16.1,77777,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101400,0,0,354,0,0,0,0,0,0,0,220,2.6,3,3,24.1,77777,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,101400,0,0,343,0,0,0,0,0,0,0,290,2.6,4,4,24.1,77777,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,15.0,97,101500,0,0,353,0,0,0,0,0,0,0,290,1.5,7,7,9.7,760,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,15.0,93,101500,0,0,379,0,0,0,0,0,0,0,260,2.1,10,10,4.0,210,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,383,0,0,0,0,0,0,0,280,3.1,10,10,0.4,30,9,999999999,229,0.0610,0,88,999.000,999.0,99.0
+1980,12,2,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,15.6,84,101700,122,1349,392,11,0,11,1300,0,1300,430,290,3.6,10,10,3.2,180,9,999999999,229,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.6,87,101900,379,1408,389,51,2,51,6100,100,6100,2110,320,7.7,10,10,6.4,180,9,999999999,240,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,12.8,84,102000,596,1408,374,130,6,127,15000,400,14800,5250,340,6.2,10,10,8.0,270,9,999999999,200,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,9.4,75,102100,755,1408,361,178,4,176,20700,300,20500,7550,320,6.7,10,10,9.7,400,9,999999999,170,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,9.4,63,102100,845,1408,332,566,721,131,59900,72800,16100,3150,340,6.2,1,1,16.1,77777,9,999999999,170,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.9,56,102000,859,1408,330,602,759,136,63600,76600,16700,3310,350,5.2,0,0,19.3,77777,9,999999999,160,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,8.3,52,102000,797,1408,331,550,740,129,57900,74100,15800,2950,320,6.2,0,0,24.1,77777,9,999999999,150,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.8,52,102000,662,1408,328,431,673,112,44900,65700,13900,2320,330,5.7,0,0,24.1,77777,9,999999999,150,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,7.2,56,102000,465,1408,320,267,544,85,27400,49200,11100,1590,340,5.2,0,0,19.3,77777,9,999999999,139,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,6.1,62,102100,219,1408,307,92,261,50,9500,17300,6800,900,330,6.2,0,0,16.1,77777,9,999999999,139,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,5.6,69,102200,14,458,297,8,5,8,0,0,0,0,340,4.1,0,0,16.1,77777,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,102200,0,0,290,0,0,0,0,0,0,0,340,3.1,0,0,16.1,77777,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,5.6,80,102300,0,0,303,0,0,0,0,0,0,0,10,3.1,4,4,16.1,77777,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,5.6,80,102400,0,0,332,0,0,0,0,0,0,0,340,3.6,10,10,16.1,520,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.6,77,102400,0,0,335,0,0,0,0,0,0,0,360,4.1,10,10,16.1,520,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,5.0,74,102400,0,0,334,0,0,0,0,0,0,0,360,3.1,10,10,16.1,640,9,999999999,129,0.1660,0,88,999.000,999.0,99.0
+1980,12,2,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,336,0,0,0,0,0,0,0,10,2.6,10,10,12.9,580,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,327,0,0,0,0,0,0,0,360,2.1,9,9,12.9,700,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,336,0,0,0,0,0,0,0,10,2.1,10,10,16.1,700,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,336,0,0,0,0,0,0,0,320,2.6,10,10,16.1,700,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,3.9,66,102400,0,0,336,0,0,0,0,0,0,0,340,2.1,10,10,16.1,580,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,3.9,66,102400,0,0,336,0,0,0,0,0,0,0,360,2.1,10,10,16.1,580,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,3.9,66,102400,0,0,336,0,0,0,0,0,0,0,10,2.6,10,10,16.1,640,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,4.4,69,102400,0,0,315,0,0,0,0,0,0,0,330,1.5,7,7,16.1,580,9,999999999,120,0.1660,0,88,999.000,999.0,99.0
+1980,12,3,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.0,69,102500,119,1350,318,32,14,31,3500,900,3500,740,360,2.1,8,7,12.9,610,9,999999999,129,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,5.6,64,102500,376,1408,302,202,516,64,20900,44000,9100,1190,60,6.2,0,0,12.9,77777,9,999999999,129,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,6.1,60,102600,593,1408,357,154,8,151,17600,600,17300,5940,90,4.1,10,10,16.1,460,9,999999999,139,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,7.2,64,102600,752,1408,358,199,4,197,22900,300,22700,8180,140,2.1,10,10,16.1,430,9,999999999,139,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,8.3,65,102500,842,1408,365,271,5,268,30800,500,30600,10770,120,3.1,10,10,12.9,460,9,999999999,160,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,8.9,65,102400,857,1408,369,209,2,208,24400,200,24300,9140,110,3.6,10,10,16.1,460,9,999999999,160,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,9.4,58,102200,795,1408,341,518,652,147,53900,64900,17200,3290,70,5.7,2,2,19.3,77777,9,999999999,160,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.0,59,102200,661,1408,333,436,716,97,45900,70300,12700,2050,80,4.1,0,0,19.3,77777,9,999999999,170,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.6,61,102200,464,1408,334,272,594,75,28300,54000,10400,1440,110,4.6,0,0,16.1,77777,9,999999999,179,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,10.6,72,102200,219,1408,322,96,321,46,10100,21300,6800,820,100,3.1,0,0,11.3,77777,9,999999999,179,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,10.6,83,102200,14,458,312,9,11,8,0,0,0,0,30,1.5,0,0,11.3,77777,9,999999999,170,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,102200,0,0,306,0,0,0,0,0,0,0,90,4.1,0,0,11.3,77777,9,999999999,170,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,10.6,83,102200,0,0,312,0,0,0,0,0,0,0,150,3.6,0,0,8.0,77777,9,999999999,170,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.1,93,102200,0,0,307,0,0,0,0,0,0,0,120,3.6,0,0,4.8,77777,9,999999999,179,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,102300,0,0,326,0,0,0,0,0,0,0,70,2.1,6,6,3.2,520,9,999999999,179,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.6,96,102200,0,0,349,0,0,0,0,0,0,0,60,2.1,10,10,2.4,270,9,999999999,170,0.1300,0,88,999.000,999.0,99.0
+1980,12,3,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.6,93,102200,0,0,352,0,0,0,0,0,0,0,90,2.6,10,10,3.2,210,9,999999999,179,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.7,93,102100,0,0,358,0,0,0,0,0,0,0,70,1.5,10,10,1.3,90,9,999999999,189,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,102100,0,0,361,0,0,0,0,0,0,0,60,2.6,10,10,0.8,60,9,999999999,189,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,96,102100,0,0,362,0,0,0,0,0,0,0,80,3.6,10,10,1.0,60,9,999999999,200,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,102000,0,0,365,0,0,0,0,0,0,0,80,3.6,10,10,1.3,90,9,999999999,200,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,102000,0,0,365,0,0,0,0,0,0,0,90,4.6,10,10,1.3,90,9,999999999,200,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101900,0,0,365,0,0,0,0,0,0,0,90,3.1,10,10,1.6,90,9,999999999,200,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.8,96,102000,0,0,362,0,0,0,0,0,0,0,90,4.1,10,10,1.6,120,9,999999999,200,0.1300,0,88,999.000,999.0,99.0
+1980,12,4,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,102000,115,1327,365,22,0,22,2500,0,2500,790,80,3.1,10,10,1.6,120,9,999999999,200,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,12.8,90,102000,372,1409,368,81,12,78,9200,600,9100,2940,100,4.6,10,10,2.4,150,9,999999999,200,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,13.3,87,102100,589,1409,374,174,1,173,19500,100,19500,6480,100,4.1,10,10,4.0,240,9,999999999,209,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.9,84,102000,749,1409,381,202,9,197,23200,700,22800,8160,100,5.2,10,10,4.0,210,9,999999999,209,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,13.9,84,101900,839,1409,381,245,3,243,28100,300,27900,10080,100,4.1,10,10,1.6,120,9,999999999,209,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,14.4,84,101800,854,1409,384,269,7,265,30700,600,30300,10800,110,3.6,10,10,1.6,120,9,999999999,220,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.0,84,101700,793,1409,388,223,0,223,25500,0,25500,9190,100,4.6,10,10,1.6,150,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,101600,660,1409,395,206,4,204,23200,300,23000,7720,100,4.6,10,10,2.4,180,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.6,78,101600,464,1409,398,134,3,133,15000,200,14900,4740,100,4.6,10,10,3.2,240,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,15.6,78,101600,219,1409,398,62,0,62,6800,0,6800,1970,100,4.1,10,10,4.8,270,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,15.6,81,101600,14,458,395,9,0,8,0,0,0,0,110,3.6,10,10,4.8,270,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101600,0,0,395,0,0,0,0,0,0,0,110,4.1,10,10,4.8,270,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101700,0,0,395,0,0,0,0,0,0,0,110,3.6,10,10,4.8,270,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101700,0,0,395,0,0,0,0,0,0,0,110,4.1,10,10,4.8,210,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101700,0,0,393,0,0,0,0,0,0,0,120,3.6,10,10,4.0,210,9,999999999,250,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.7,90,101600,0,0,393,0,0,0,0,0,0,0,120,3.6,10,10,4.0,1160,9,999999999,250,0.0540,0,88,999.000,999.0,99.0
+1980,12,4,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101600,0,0,392,0,0,0,0,0,0,0,120,3.6,10,10,6.4,640,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101600,0,0,392,0,0,0,0,0,0,0,110,3.6,10,10,6.4,1160,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101600,0,0,392,0,0,0,0,0,0,0,110,3.1,10,10,8.0,1220,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101600,0,0,392,0,0,0,0,0,0,0,120,4.1,10,10,9.7,2290,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101500,0,0,392,0,0,0,0,0,0,0,110,3.6,10,10,9.7,2130,9,999999999,229,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101500,0,0,392,0,0,0,0,0,0,0,110,4.1,10,10,9.7,1980,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101500,0,0,392,0,0,0,0,0,0,0,110,4.1,10,10,9.7,1980,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,16.1,87,101600,0,0,392,0,0,0,0,0,0,0,110,3.6,10,10,6.4,2130,9,999999999,240,0.0540,0,88,999.000,999.0,99.0
+1980,12,5,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,15.6,87,101600,112,1303,378,18,3,17,2000,0,2000,630,100,3.6,10,9,4.8,1980,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,15.6,76,101700,369,1409,359,179,379,80,18900,31900,10500,1470,110,5.2,3,2,6.4,77777,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,101700,586,1409,370,316,464,122,33700,45000,14900,2380,150,6.7,3,2,8.0,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,60,101700,746,1409,378,448,496,184,47200,50100,20600,4010,150,5.7,4,3,9.7,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.0,58,101600,837,1409,387,365,262,208,39700,27900,23100,4990,160,4.1,7,5,11.3,3050,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,15.0,54,101500,852,1409,393,333,189,218,36800,19900,24800,5920,140,6.2,7,5,12.9,3050,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,15.6,52,101400,792,1409,393,508,632,151,52900,62800,17500,3350,130,6.2,4,3,16.1,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,15.6,54,101400,659,1409,387,377,471,155,39700,46700,17800,3180,110,6.7,2,2,16.1,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,15.6,60,101400,463,1409,391,203,287,107,21700,26800,12800,2090,110,6.7,6,6,12.9,3660,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,15.6,66,101400,219,1409,370,85,242,47,8900,16100,6400,840,120,4.6,2,2,12.9,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,15.6,73,101400,14,481,350,8,8,8,0,0,0,0,120,4.6,0,0,12.9,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.6,78,101500,0,0,351,0,0,0,0,0,0,0,120,3.6,1,1,11.3,77777,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,16.1,84,101600,0,0,363,0,0,0,0,0,0,0,110,3.6,5,5,11.3,77777,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.1,90,101600,0,0,361,0,0,0,0,0,0,0,100,3.6,6,6,11.3,700,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101600,0,0,362,0,0,0,0,0,0,0,100,3.6,7,7,4.8,640,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,16.1,97,101600,0,0,359,0,0,0,0,0,0,0,100,4.1,7,7,1.6,120,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,5,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,372,0,0,0,0,0,0,0,100,3.6,9,9,1.0,90,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,383,0,0,0,0,0,0,0,100,3.6,10,10,0.8,30,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.6,93,101600,0,0,383,0,0,0,0,0,0,0,100,3.1,10,10,1.0,60,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101600,0,0,375,0,0,0,0,0,0,0,110,3.1,9,9,1.3,90,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,15.6,90,101600,0,0,386,0,0,0,0,0,0,0,110,4.6,10,10,1.3,60,9,999999999,229,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101600,0,0,386,0,0,0,0,0,0,0,110,3.6,10,10,0.3,0,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,16.1,93,101600,0,0,386,0,0,0,0,0,0,0,100,3.6,10,10,0.3,0,9,999999999,240,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,16.7,93,101700,0,0,390,0,0,0,0,0,0,0,120,3.6,10,10,0.3,0,9,999999999,250,0.1470,0,88,999.000,999.0,99.0
+1980,12,6,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,17.2,93,101800,109,1280,394,13,1,13,1600,0,1600,500,120,3.1,10,10,0.4,90,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,17.2,90,101800,365,1409,397,46,1,46,5500,0,5500,1910,130,5.2,10,10,0.4,90,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,16.7,81,101900,583,1409,402,141,2,140,16100,100,16000,5570,110,4.6,10,10,2.4,120,9,999999999,250,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,16.7,73,101900,743,1409,412,175,9,171,20400,700,20000,7330,120,5.2,10,10,4.8,270,9,999999999,250,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,17.2,69,101800,834,1409,401,381,279,215,41400,29700,23800,5180,100,4.6,8,8,6.4,430,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,17.2,66,101700,851,1409,413,295,96,237,32500,9700,26600,7850,140,5.7,9,9,9.7,580,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,17.2,58,101600,791,1409,416,346,246,207,37400,26000,22800,4840,140,6.7,8,8,12.9,760,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,16.7,58,101600,658,1409,406,265,194,174,29100,19700,19900,4240,130,7.2,7,7,12.9,1220,9,999999999,250,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.7,64,101600,463,1409,404,189,127,147,20400,11900,16500,3330,110,7.2,8,8,12.9,1520,9,999999999,250,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,17.2,71,101600,219,1409,407,32,19,29,3500,1400,3300,780,130,5.7,9,9,11.3,1680,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,17.2,76,101600,14,482,392,8,1,8,0,0,0,0,130,4.6,8,8,9.7,1680,9,999999999,259,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,17.8,81,101600,0,0,410,0,0,0,0,0,0,0,120,3.6,10,10,9.7,1370,9,999999999,270,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101700,0,0,410,0,0,0,0,0,0,0,130,3.6,10,10,6.4,1220,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101700,0,0,410,0,0,0,0,0,0,0,120,4.1,10,10,6.4,210,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.9,87,101800,0,0,411,0,0,0,0,0,0,0,130,5.7,10,10,4.8,180,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101700,0,0,409,0,0,0,0,0,0,0,130,5.7,10,10,2.4,90,9,999999999,290,0.1650,0,88,999.000,999.0,99.0
+1980,12,6,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101700,0,0,409,0,0,0,0,0,0,0,130,5.7,10,10,1.6,90,9,999999999,290,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,19.4,93,101700,0,0,409,0,0,0,0,0,0,0,130,5.2,10,10,1.6,90,9,999999999,290,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,405,0,0,0,0,0,0,0,130,4.6,10,10,1.6,120,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,405,0,0,0,0,0,0,0,130,4.1,10,10,1.6,90,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,405,0,0,0,0,0,0,0,130,4.6,10,10,1.6,90,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,405,0,0,0,0,0,0,0,120,5.2,10,10,1.3,90,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101600,0,0,405,0,0,0,0,0,0,0,120,5.2,10,10,1.6,60,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.0,18.9,93,101700,0,0,405,0,0,0,0,0,0,0,120,4.6,10,10,1.3,60,9,999999999,279,0.1650,0,88,999.000,999.0,99.0
+1980,12,7,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,18.9,93,101700,106,1281,405,19,5,19,2200,0,2200,690,120,5.2,10,10,1.3,90,9,999999999,279,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,19.4,90,101700,362,1410,412,94,34,85,10300,3000,9500,2250,140,3.6,10,10,4.0,1220,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,18.9,84,101800,580,1410,414,196,8,193,21800,700,21600,6830,130,6.7,10,10,6.4,240,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,18.9,76,101800,740,1410,424,241,0,241,27200,0,27200,9230,140,6.2,10,10,8.0,310,9,999999999,279,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101700,832,1410,427,233,1,233,26800,100,26800,9740,140,5.7,10,10,12.9,430,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.9,69,101500,849,1410,421,264,16,254,30200,1400,29300,10450,120,6.7,9,9,16.1,520,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,101400,789,1410,409,415,351,217,44700,37000,23900,5120,110,8.8,8,7,16.1,640,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.9,67,101400,658,1410,425,192,63,163,21200,6200,18300,4950,120,9.3,9,9,19.3,700,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,101500,463,1410,415,154,83,127,16900,7700,14400,3420,130,5.7,9,9,19.3,850,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,19.4,79,101400,220,1410,404,63,30,59,7000,2300,6600,1420,120,5.2,9,8,16.1,700,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,18.9,79,101500,14,482,421,2,0,2,0,0,0,0,140,6.7,10,10,16.1,700,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,18.9,82,101500,0,0,391,0,0,0,0,0,0,0,150,5.7,8,7,16.1,1980,9,999999999,290,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.3,81,101500,0,0,388,0,0,0,0,0,0,0,140,6.7,8,7,16.1,5490,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101500,0,0,384,0,0,0,0,0,0,0,130,4.6,7,7,16.1,5180,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101400,0,0,371,0,0,0,0,0,0,0,130,5.7,3,3,16.1,77777,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,18.3,84,101400,0,0,384,0,0,0,0,0,0,0,130,6.2,8,7,16.1,400,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,7,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,18.3,81,101300,0,0,388,0,0,0,0,0,0,0,140,5.2,7,7,16.1,7620,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,17.8,79,101300,0,0,402,0,0,0,0,0,0,0,140,7.2,9,9,16.1,580,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.2,17.8,76,101200,0,0,404,0,0,0,0,0,0,0,160,6.2,9,9,12.9,400,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,18.3,76,101100,0,0,420,0,0,0,0,0,0,0,150,6.7,10,10,12.9,310,9,999999999,270,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,18.9,79,101200,0,0,409,0,0,0,0,0,0,0,160,7.7,10,9,12.9,340,9,999999999,279,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,18.9,79,101200,0,0,400,0,0,0,0,0,0,0,170,6.7,8,8,12.9,370,9,999999999,279,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101200,0,0,421,0,0,0,0,0,0,0,160,5.2,10,10,12.9,340,9,999999999,300,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,22.8,19.4,82,101200,0,0,410,0,0,0,0,0,0,0,160,5.2,10,9,12.9,400,9,999999999,300,0.0440,0,88,999.000,999.0,99.0
+1980,12,8,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,19.4,82,101200,103,1257,421,19,4,19,2200,0,2200,690,160,6.2,10,10,11.3,370,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,20.0,82,101200,358,1410,425,100,2,100,11200,100,11100,3420,150,6.7,10,10,11.3,580,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,20.0,79,101200,577,1410,428,147,8,144,16800,600,16500,5650,170,6.2,10,10,11.3,520,9,999999999,300,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,19.4,74,101200,738,1410,431,195,3,194,22400,200,22300,7990,170,6.2,10,10,12.9,640,9,999999999,290,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.9,69,101100,830,1410,433,256,4,254,29200,400,29000,10300,160,7.2,10,10,12.9,760,9,999999999,279,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.3,67,101000,847,1410,433,283,7,278,32000,600,31700,11050,170,8.2,10,10,16.1,850,9,999999999,279,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,101000,788,1410,436,246,5,243,27900,400,27700,9680,180,5.7,10,10,19.3,850,9,999999999,270,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.6,18.3,64,100900,657,1410,436,217,1,217,24300,100,24300,7980,180,5.7,10,10,19.3,1980,9,999999999,270,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,18.9,69,100900,463,1410,433,150,1,150,16600,100,16600,5080,170,7.7,10,10,16.1,700,9,999999999,279,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,100900,220,1410,427,39,0,39,4500,0,4500,1430,170,5.7,10,10,12.9,760,9,999999999,279,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,18.9,74,100900,15,482,427,8,0,8,0,0,0,0,170,5.7,10,10,16.1,1370,9,999999999,279,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101100,0,0,395,0,0,0,0,0,0,0,340,6.7,10,10,16.1,430,9,999999999,229,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101200,0,0,376,0,0,0,0,0,0,0,320,7.7,10,10,6.4,370,9,999999999,220,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101200,0,0,368,0,0,0,0,0,0,0,360,6.7,10,10,3.2,310,9,999999999,200,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101300,0,0,365,0,0,0,0,0,0,0,360,4.1,10,10,11.3,210,9,999999999,200,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,101300,0,0,361,0,0,0,0,0,0,0,330,5.2,10,10,19.3,1220,9,999999999,189,0.0460,0,88,999.000,999.0,99.0
+1980,12,8,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,11.1,90,101300,0,0,358,0,0,0,0,0,0,0,350,4.6,10,10,19.3,1220,9,999999999,179,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,101300,0,0,354,0,0,0,0,0,0,0,340,5.7,10,10,11.3,150,9,999999999,170,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,8.9,90,101300,0,0,344,0,0,0,0,0,0,0,340,6.7,10,10,11.3,210,9,999999999,160,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,8.3,89,101400,0,0,341,0,0,0,0,0,0,0,360,6.7,10,10,11.3,150,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,89,101300,0,0,337,0,0,0,0,0,0,0,330,6.2,10,10,12.9,150,9,999999999,150,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.2,89,101400,0,0,334,0,0,0,0,0,0,0,10,4.6,10,10,12.9,150,9,999999999,139,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101400,0,0,331,0,0,0,0,0,0,0,350,5.7,10,10,12.9,240,9,999999999,139,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.1,86,101500,0,0,330,0,0,0,0,0,0,0,340,7.2,10,10,12.9,270,9,999999999,129,0.0460,0,88,999.000,999.0,99.0
+1980,12,9,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,5.6,83,101600,100,1234,329,16,0,16,1900,0,1900,600,350,5.2,10,10,12.9,340,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,6.1,86,101700,355,1411,330,110,1,110,12100,100,12100,3600,350,5.7,10,10,19.3,270,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,6.1,86,101700,574,1411,330,194,1,194,21600,100,21600,6800,350,6.2,10,10,19.3,1680,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,6.1,80,101700,735,1411,335,236,1,235,26600,100,26500,9050,360,5.2,10,10,19.3,340,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,6.1,77,101600,828,1411,338,309,0,309,34700,0,34700,11550,360,5.7,10,10,19.3,1520,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,6.1,74,101600,846,1411,341,306,1,306,34500,100,34500,11680,350,6.7,10,10,24.1,1680,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,71,101500,787,1411,340,273,1,273,30800,100,30700,10380,360,6.2,10,10,24.1,1680,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.6,71,101500,657,1411,340,224,1,224,25100,100,25000,8130,350,3.6,10,10,24.1,1830,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,5.0,69,101500,463,1411,340,156,1,156,17200,100,17200,5190,330,4.1,10,10,24.1,1830,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,5.0,71,101600,221,1411,337,58,0,58,6400,0,6400,1900,350,4.6,10,10,24.1,1830,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,4.4,71,101600,15,482,333,8,0,8,0,0,0,0,330,3.6,10,10,24.1,3660,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,4.4,74,101700,0,0,331,0,0,0,0,0,0,0,360,5.2,10,10,24.1,1830,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,101800,0,0,329,0,0,0,0,0,0,0,350,4.6,10,10,24.1,1830,9,999999999,129,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,4.4,80,101900,0,0,326,0,0,0,0,0,0,0,350,3.6,10,10,24.1,1830,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,4.4,80,101900,0,0,326,0,0,0,0,0,0,0,360,4.1,10,10,24.1,1830,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.9,77,102000,0,0,325,0,0,0,0,0,0,0,360,3.6,10,10,24.1,1980,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,9,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.3,71,102000,0,0,311,0,0,0,0,0,0,0,360,3.1,8,8,24.1,1680,9,999999999,110,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.3,74,102000,0,0,301,0,0,0,0,0,0,0,360,4.6,6,6,24.1,1680,9,999999999,120,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,102000,0,0,278,0,0,0,0,0,0,0,340,5.2,0,0,24.1,77777,9,999999999,110,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.8,76,102000,0,0,276,0,0,0,0,0,0,0,340,5.7,0,0,24.1,77777,9,999999999,110,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,1.7,73,102100,0,0,285,0,0,0,0,0,0,0,340,5.7,3,3,24.1,77777,9,999999999,100,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.1,73,102100,0,0,279,0,0,0,0,0,0,0,360,4.6,3,2,24.1,77777,9,999999999,100,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,1.1,76,102200,0,0,277,0,0,0,0,0,0,0,350,5.7,3,2,24.1,77777,9,999999999,100,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,0.6,73,102300,0,0,294,0,0,0,0,0,0,0,360,7.2,9,8,19.3,3050,9,999999999,100,0.0770,0,88,999.000,999.0,99.0
+1980,12,10,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,0.6,73,102400,97,1211,294,39,49,34,4100,2500,3900,710,350,4.1,9,8,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,1.1,73,102500,352,1411,312,106,7,104,11700,400,11600,3470,350,4.6,10,10,19.3,3660,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,1.1,68,102600,571,1411,308,153,2,152,17300,100,17200,5830,350,5.7,10,9,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,1.7,63,102600,733,1411,301,294,290,143,31800,29300,16500,3020,350,3.6,9,6,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,1.7,54,102500,826,1411,308,392,369,174,42100,37800,19900,3990,350,6.2,9,5,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,1.7,47,102400,844,1411,321,588,678,180,60800,67300,20400,4110,350,5.2,9,6,19.3,7620,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,2.2,49,102400,787,1411,325,306,101,249,33600,10200,27900,7730,320,6.2,9,7,19.3,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,2.2,51,102400,657,1411,328,310,315,163,33500,32300,18400,3490,330,5.2,9,8,24.1,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,1.7,53,102400,464,1411,322,171,106,136,18600,9900,15300,3080,330,6.7,9,8,24.1,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,2.2,57,102400,221,1411,315,66,44,59,7200,3300,6700,1420,330,3.6,9,7,11.3,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,2.2,66,102400,15,482,299,13,14,11,0,0,0,0,330,1.5,7,5,24.1,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,2.8,74,102500,0,0,295,0,0,0,0,0,0,0,330,2.6,7,5,24.1,7620,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,2.8,79,102500,0,0,286,0,0,0,0,0,0,0,330,2.6,4,3,24.1,77777,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.2,79,102600,0,0,280,0,0,0,0,0,0,0,330,2.6,3,2,24.1,77777,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,2.2,89,102600,0,0,265,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,110,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.7,89,102600,0,0,262,0,0,0,0,0,0,0,340,2.1,0,0,19.3,77777,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,10,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.1,89,102700,0,0,260,0,0,0,0,0,0,0,320,2.6,0,0,19.3,77777,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.6,89,102600,0,0,257,0,0,0,0,0,0,0,340,2.6,0,0,19.3,77777,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.0,89,102600,0,0,255,0,0,0,0,0,0,0,320,2.1,0,0,19.3,77777,9,999999999,100,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.1,89,102600,0,0,250,0,0,0,0,0,0,0,340,2.6,0,0,19.3,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,102500,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-0.6,92,102500,0,0,250,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-1.7,92,102600,0,0,245,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-0.6,-1.7,92,102600,0,0,245,0,0,0,0,0,0,0,360,1.5,0,0,24.1,77777,9,999999999,89,0.0480,0,88,999.000,999.0,99.0
+1980,12,11,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-1.1,85,102700,95,1211,251,42,167,25,4100,7700,3400,440,320,1.5,0,0,11.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,0.0,68,102700,349,1411,269,193,567,52,20100,47400,8300,980,30,2.1,0,0,8.0,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,1.1,61,102700,568,1411,281,373,744,73,38700,70600,10200,1470,20,3.1,0,0,9.7,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,0.0,48,102700,730,1411,289,517,827,88,54300,81500,12000,1920,110,1.5,0,0,11.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,0.0,42,102600,824,1411,298,603,865,96,63700,86300,13200,2240,140,1.5,0,0,12.9,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,-1.7,34,102400,843,1411,301,619,869,97,65400,86900,13400,2310,260,2.1,0,0,19.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,-1.7,31,102400,786,1411,308,572,855,92,60100,84900,12700,2090,270,3.1,0,0,19.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,-1.1,30,102300,657,1411,314,453,795,81,47300,77200,11200,1700,290,3.1,0,0,19.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,-2.2,29,102200,464,1411,310,290,684,63,29700,62200,9100,1220,300,3.1,0,0,19.3,77777,9,999999999,80,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,-0.6,36,102200,222,1411,304,106,414,40,10800,28700,6300,720,280,2.6,0,0,19.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,1.1,54,102200,16,506,288,12,25,9,0,0,0,0,280,2.6,0,0,19.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,1.7,59,102300,0,0,286,0,0,0,0,0,0,0,230,3.1,0,0,24.1,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.2,74,102300,0,0,276,0,0,0,0,0,0,0,270,1.5,0,0,24.1,77777,9,999999999,110,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,2.2,82,102400,0,0,274,0,0,0,0,0,0,0,0,0.0,1,1,24.1,77777,9,999999999,110,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.2,86,102400,0,0,276,0,0,0,0,0,0,0,0,0.0,2,2,16.1,77777,9,999999999,110,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.2,86,102400,0,0,272,0,0,0,0,0,0,0,0,0.0,1,1,16.1,77777,9,999999999,110,0.0960,0,88,999.000,999.0,99.0
+1980,12,11,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,1.7,89,102400,0,0,267,0,0,0,0,0,0,0,0,0.0,2,1,19.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.1,89,102400,0,0,265,0,0,0,0,0,0,0,0,0.0,2,1,19.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.1,92,102300,0,0,262,0,0,0,0,0,0,0,0,0.0,2,1,19.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.6,92,102300,0,0,255,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.0,92,102300,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.0,92,102200,0,0,252,0,0,0,0,0,0,0,0,0.0,1,0,16.1,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-0.6,92,102300,0,0,255,0,0,0,0,0,0,0,0,0.0,3,1,16.1,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,102300,0,0,260,0,0,0,0,0,0,0,0,0.0,7,2,11.3,77777,9,999999999,89,0.0960,0,88,999.000,999.0,99.0
+1980,12,12,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.8,0.0,82,102300,92,1188,267,44,133,31,4300,6000,3800,560,0,0.0,8,2,6.4,77777,9,999999999,89,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,1.1,63,102300,346,1412,291,172,418,69,18200,34400,9800,1250,230,2.1,7,3,6.4,77777,9,999999999,100,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,2.8,49,102400,565,1412,319,234,261,129,25300,25900,14900,2610,220,3.6,8,4,6.4,77777,9,999999999,110,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,3.3,44,102300,728,1412,327,411,499,152,44000,50300,18000,3210,220,3.6,7,3,11.3,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,3.9,41,102200,822,1412,332,551,751,112,57300,74400,13800,2450,240,3.1,7,2,16.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,3.9,37,102100,842,1412,343,528,624,155,55300,62400,17900,3620,250,3.6,7,3,16.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,3.3,37,102000,785,1412,345,428,547,122,45200,54800,14600,2780,280,3.6,7,5,19.3,7620,9,999999999,110,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,3.9,39,102000,657,1412,343,370,499,137,39600,49500,16500,2770,240,2.1,8,4,19.3,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,3.3,37,102000,465,1412,342,254,513,84,26200,46300,10900,1580,200,3.1,8,4,19.3,77777,9,999999999,110,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,2.8,40,101900,223,1412,332,86,264,43,9000,17700,6200,760,200,3.6,8,3,24.1,77777,9,999999999,110,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,2.8,55,101900,16,506,310,15,31,11,0,0,0,0,60,2.6,8,3,24.1,77777,9,999999999,110,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,3.9,57,101900,0,0,315,0,0,0,0,0,0,0,130,3.1,8,4,16.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,4.4,59,102000,0,0,310,0,0,0,0,0,0,0,140,3.6,5,2,16.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,5.0,64,102000,0,0,309,0,0,0,0,0,0,0,170,2.6,4,2,16.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,5.6,66,102000,0,0,317,0,0,0,0,0,0,0,150,2.1,5,5,16.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.6,83,102000,0,0,309,0,0,0,0,0,0,0,0,0.0,7,7,16.1,3660,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,12,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.6,83,102000,0,0,309,0,0,0,0,0,0,0,0,0.0,7,7,16.1,3660,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.1,86,102000,0,0,309,0,0,0,0,0,0,0,0,0.0,10,7,16.1,3660,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,102000,0,0,331,0,0,0,0,0,0,0,40,1.5,10,10,19.3,3660,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,6.1,89,101900,0,0,304,0,0,0,0,0,0,0,0,0.0,9,6,19.3,7620,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,6.1,93,101900,0,0,301,0,0,0,0,0,0,0,40,1.5,9,6,19.3,7620,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101900,0,0,293,0,0,0,0,0,0,0,0,0.0,9,4,16.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.6,89,101900,0,0,296,0,0,0,0,0,0,0,0,0.0,10,4,12.9,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.6,86,102000,0,0,298,0,0,0,0,0,0,0,100,2.1,10,4,12.9,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,13,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,6.1,83,102000,90,1165,333,18,2,17,2000,0,2000,620,0,0.0,10,10,4.0,5490,9,999999999,139,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,102100,343,1412,348,81,7,79,9100,300,9000,2860,70,2.6,10,10,4.0,5490,9,999999999,150,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.9,75,102200,563,1412,357,163,7,160,18300,500,18100,5980,70,3.1,10,10,6.4,4880,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,10.0,75,102200,726,1412,364,219,4,217,24800,300,24700,8530,50,2.6,10,10,8.0,4880,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,10.6,63,102100,821,1412,372,303,74,260,33300,7500,29000,8240,80,3.1,10,9,9.7,1830,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,11.1,57,102000,841,1412,370,438,366,219,47600,38900,24300,5310,90,3.1,10,7,11.3,7620,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,11.7,57,102000,785,1412,374,439,339,250,46900,35700,26900,6050,100,2.1,9,7,16.1,1220,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,12.2,55,102000,657,1412,380,296,264,173,31900,27000,19200,3740,100,2.6,8,7,16.1,910,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,12.2,59,102000,465,1412,380,196,85,168,21400,8000,18800,4210,90,1.5,8,8,16.1,1010,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,12.2,63,102000,224,1412,393,34,12,32,3700,900,3600,860,60,2.1,10,10,16.1,1370,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,12.8,73,102100,16,506,385,5,0,5,0,0,0,0,100,2.1,10,10,16.1,1370,9,999999999,200,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,102200,0,0,382,0,0,0,0,0,0,0,120,2.1,10,10,16.1,1370,9,999999999,200,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.2,12.8,75,102200,0,0,382,0,0,0,0,0,0,0,120,2.1,10,10,9.7,1160,9,999999999,200,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,12.8,78,102300,0,0,380,0,0,0,0,0,0,0,120,4.1,10,10,8.0,1160,9,999999999,200,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,12.2,78,102300,0,0,376,0,0,0,0,0,0,0,160,3.1,10,10,8.0,1220,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,11.7,78,102300,0,0,373,0,0,0,0,0,0,0,0,0.0,10,10,8.0,1370,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,13,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.1,87,102300,0,0,337,0,0,0,0,0,0,0,0,0.0,7,7,8.0,4570,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,11.7,90,102300,0,0,338,0,0,0,0,0,0,0,0,0.0,7,7,6.4,3660,9,999999999,189,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,102200,0,0,323,0,0,0,0,0,0,0,0,0.0,6,4,9.7,4570,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,102200,0,0,322,0,0,0,0,0,0,0,90,2.6,5,5,9.7,77777,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,10.0,90,102200,0,0,334,0,0,0,0,0,0,0,60,1.5,8,8,8.0,3660,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.6,90,102200,0,0,328,0,0,0,0,0,0,0,310,2.6,6,6,4.8,3660,9,999999999,179,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,10.0,93,102300,0,0,315,0,0,0,0,0,0,0,50,1.5,3,3,4.8,77777,9,999999999,170,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,9.4,96,102400,0,0,314,0,0,0,0,0,0,0,70,2.1,5,5,4.8,77777,9,999999999,160,0.0650,0,88,999.000,999.0,99.0
+1980,12,14,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,9.4,90,102400,87,1165,319,21,36,17,2200,1800,2100,350,70,4.6,5,5,9.7,77777,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,7.8,72,102500,340,1412,337,134,178,90,14100,14700,10500,1750,70,4.6,8,8,12.9,1830,9,999999999,150,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,6.7,64,102500,560,1412,332,213,190,137,22900,18800,15400,2800,80,5.2,7,7,16.1,1680,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,6.7,54,102500,724,1412,342,372,314,210,39800,32700,23000,4800,110,3.6,7,6,12.9,3050,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,6.7,50,102300,819,1412,364,318,150,230,34900,15700,25700,6110,60,2.6,9,9,16.1,3050,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,7.2,52,102200,840,1412,375,256,6,253,29300,500,29000,10350,90,3.1,10,10,16.1,3050,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.2,50,102000,785,1412,378,272,9,266,30500,800,30100,10190,130,1.5,10,10,16.1,2740,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.2,50,102000,657,1412,378,186,0,186,21100,0,21100,7250,90,2.1,10,10,16.1,2740,9,999999999,139,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,7.8,50,102000,466,1412,350,250,452,100,26400,41300,12700,1870,60,2.6,6,5,16.1,2740,9,999999999,150,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,7.8,58,101900,226,1412,340,69,141,46,7400,9400,5900,830,20,2.1,5,5,16.1,77777,9,999999999,150,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.9,75,101900,17,506,335,12,8,11,0,0,0,0,350,1.5,7,7,16.1,2740,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101900,0,0,333,0,0,0,0,0,0,0,0,0.0,8,8,16.1,4570,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,8.9,86,101900,0,0,347,0,0,0,0,0,0,0,0,0.0,10,10,16.1,4570,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101900,0,0,350,0,0,0,0,0,0,0,0,0.0,10,10,16.1,4570,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,9.4,83,101800,0,0,353,0,0,0,0,0,0,0,0,0.0,10,10,12.9,4570,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,9.4,83,101800,0,0,353,0,0,0,0,0,0,0,190,2.1,10,10,12.9,4570,9,999999999,160,0.0660,0,88,999.000,999.0,99.0
+1980,12,14,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101800,0,0,344,0,0,0,0,0,0,0,0,0.0,9,9,9.7,4270,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101700,0,0,353,0,0,0,0,0,0,0,0,0.0,10,10,8.0,3350,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,86,101700,0,0,357,0,0,0,0,0,0,0,230,1.5,10,10,8.0,1680,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,10.6,86,101700,0,0,357,0,0,0,0,0,0,0,60,1.5,10,10,8.0,1680,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101700,0,0,353,0,0,0,0,0,0,0,270,1.5,10,10,8.0,1680,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101600,0,0,353,0,0,0,0,0,0,0,100,1.5,10,10,8.0,1830,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101600,0,0,353,0,0,0,0,0,0,0,0,0.0,10,10,8.0,1830,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,10.0,86,101600,0,0,353,0,0,0,0,0,0,0,0,0.0,10,10,8.0,2740,9,999999999,170,0.0660,0,88,999.000,999.0,99.0
+1980,12,15,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,10.0,83,101700,85,1142,356,26,2,26,2900,0,2900,860,40,1.5,10,10,6.4,2740,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,9.4,72,101700,337,1412,364,57,8,55,6600,300,6500,2160,180,2.1,10,10,8.0,2740,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,9.4,65,101700,558,1412,372,121,3,120,13900,200,13900,4860,170,1.5,10,10,8.0,2740,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.9,56,101600,722,1412,380,189,6,186,21700,500,21400,7660,190,3.1,10,10,9.7,910,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,7.8,47,101500,818,1412,387,207,6,204,24000,500,23700,8770,240,3.1,10,10,9.7,910,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,8.3,54,101400,839,1412,380,271,2,270,30800,200,30700,10780,210,2.1,10,10,11.3,760,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,9.4,67,101400,785,1412,370,154,0,153,18000,0,18000,6900,210,5.7,10,10,3.2,210,9,999999999,160,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,10.6,80,101300,658,1412,363,139,4,137,16100,300,16000,5820,230,3.1,10,10,1.6,120,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101300,467,1412,365,129,2,128,14400,100,14400,4640,230,3.6,10,10,4.0,120,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101200,227,1412,365,58,1,58,6500,0,6500,1920,200,3.1,10,10,2.4,210,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,12.8,93,101300,17,530,365,8,0,8,0,0,0,0,270,3.1,10,10,2.4,150,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101300,0,0,368,0,0,0,0,0,0,0,250,3.1,10,10,2.4,120,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101300,0,0,368,0,0,0,0,0,0,0,260,3.6,10,10,1.6,60,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101400,0,0,372,0,0,0,0,0,0,0,270,3.6,10,10,1.6,90,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101300,0,0,375,0,0,0,0,0,0,0,260,4.1,10,10,4.0,150,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,13.9,90,101300,0,0,375,0,0,0,0,0,0,0,280,5.2,10,10,4.8,210,9,999999999,209,0.0870,0,88,999.000,999.0,99.0
+1980,12,15,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,14.4,97,101200,0,0,373,0,0,0,0,0,0,0,260,4.1,10,10,6.4,210,9,999999999,220,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,96,101200,0,0,339,0,0,0,0,0,0,0,270,3.1,6,6,4.8,180,9,999999999,200,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,11.7,96,101200,0,0,329,0,0,0,0,0,0,0,260,2.6,6,6,2.4,120,9,999999999,179,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,11.7,100,101100,0,0,316,0,0,0,0,0,0,0,260,2.6,2,2,0.8,77777,9,999999999,189,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101100,0,0,297,0,0,0,0,0,0,0,290,2.6,0,0,4.8,77777,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,10.0,100,101100,0,0,297,0,0,0,0,0,0,0,300,3.1,0,0,8.0,77777,9,999999999,170,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.8,100,101100,0,0,286,0,0,0,0,0,0,0,300,3.1,0,0,12.9,77777,9,999999999,150,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101200,0,0,287,0,0,0,0,0,0,0,300,3.1,0,0,12.9,77777,9,999999999,139,0.0870,0,88,999.000,999.0,99.0
+1980,12,16,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,7.2,86,101300,83,1118,292,43,254,17,3800,12900,2800,310,280,3.1,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,8.3,72,101300,335,1413,309,198,693,34,21000,59100,7000,810,290,4.1,0,0,24.1,77777,9,999999999,150,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,8.3,56,101300,556,1413,326,376,835,47,39800,79000,8600,1170,260,4.1,0,0,24.1,77777,9,999999999,150,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,7.8,42,101200,720,1413,344,518,901,56,54500,88100,9400,1440,300,7.7,0,0,24.1,77777,9,999999999,150,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,6.1,34,101100,817,1413,350,603,932,62,63400,92100,9900,1630,330,6.7,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,6.1,32,101100,839,1413,355,623,939,63,65400,93000,10000,1670,320,6.2,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,6.7,33,101100,785,1413,356,576,924,60,60500,91000,9700,1560,350,5.7,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,7.2,34,101100,659,1413,356,469,887,53,49300,85900,9200,1340,330,5.2,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,7.2,33,101100,468,1413,359,307,795,42,32400,73000,8100,1030,350,9.3,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,6.7,37,101200,229,1413,348,122,577,28,12900,44300,5700,610,340,6.7,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,5.0,39,101200,18,530,333,18,86,8,0,0,0,0,330,4.6,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,5.6,50,101300,0,0,318,0,0,0,0,0,0,0,320,3.6,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,6.1,52,101400,0,0,319,0,0,0,0,0,0,0,320,2.6,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,6.1,58,101500,0,0,312,0,0,0,0,0,0,0,320,2.6,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,6.7,72,101500,0,0,301,0,0,0,0,0,0,0,330,1.5,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.2,86,101500,0,0,292,0,0,0,0,0,0,0,300,1.5,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,16,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101500,0,0,287,0,0,0,0,0,0,0,300,2.6,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.7,80,101600,0,0,294,0,0,0,0,0,0,0,330,2.6,0,0,24.1,77777,9,999999999,139,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.6,89,101600,0,0,281,0,0,0,0,0,0,0,290,2.1,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101600,0,0,279,0,0,0,0,0,0,0,250,1.5,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101600,0,0,279,0,0,0,0,0,0,0,270,1.5,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,5.0,93,101600,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,129,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,101700,0,0,271,0,0,0,0,0,0,0,290,2.6,0,0,24.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,4.4,89,101800,0,0,276,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0410,0,88,999.000,999.0,99.0
+1980,12,17,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,5.0,86,101900,81,1119,280,42,198,21,3700,9800,2900,370,320,1.5,0,0,24.1,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,6.1,69,101900,332,1413,300,189,620,42,19400,52000,7200,840,10,3.1,0,0,24.1,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,6.1,58,102000,554,1413,312,369,787,59,39000,74900,9500,1270,30,1.5,0,0,24.1,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,5.6,50,101900,719,1413,318,513,865,71,53600,84400,10500,1570,120,2.6,0,0,24.1,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,4.4,42,101900,816,1413,325,601,901,78,62600,88900,11100,1790,120,1.5,0,0,24.1,77777,9,999999999,120,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,19.4,4.4,37,101800,838,1413,332,622,909,80,64800,89800,11300,1850,140,3.1,0,0,24.1,77777,9,999999999,120,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,5.0,36,101600,785,1413,338,572,889,76,59700,87400,11000,1720,0,0.0,0,0,24.1,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,5.0,35,101600,659,1413,340,461,840,67,48200,81200,10200,1450,190,2.6,0,0,19.3,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,5.0,34,101600,470,1413,343,300,739,53,31400,68000,8700,1110,140,3.1,0,0,16.1,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,5.0,38,101500,230,1413,335,116,496,35,11700,36600,5700,650,140,4.1,0,0,16.1,77777,9,999999999,129,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,6.1,50,101600,19,553,322,15,52,9,0,0,0,0,120,4.6,0,0,16.1,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,7.2,62,101600,0,0,313,0,0,0,0,0,0,0,160,4.1,0,0,12.9,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,8.3,72,101600,0,0,309,0,0,0,0,0,0,0,140,3.6,0,0,12.9,77777,9,999999999,150,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.9,77,101700,0,0,308,0,0,0,0,0,0,0,160,3.1,0,0,12.9,77777,9,999999999,160,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.3,75,101700,0,0,307,0,0,0,0,0,0,0,180,3.6,0,0,16.1,77777,9,999999999,150,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,8.9,77,101700,0,0,308,0,0,0,0,0,0,0,160,3.1,0,0,16.1,77777,9,999999999,160,0.0670,0,88,999.000,999.0,99.0
+1980,12,17,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,101600,0,0,308,0,0,0,0,0,0,0,170,3.1,0,0,12.9,77777,9,999999999,160,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101600,0,0,303,0,0,0,0,0,0,0,160,2.6,0,0,12.9,77777,9,999999999,160,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,8.9,83,101500,0,0,303,0,0,0,0,0,0,0,160,2.6,0,0,12.9,77777,9,999999999,160,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,7.8,89,101500,0,0,292,0,0,0,0,0,0,0,160,1.5,0,0,16.1,77777,9,999999999,150,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,6.7,89,101500,0,0,287,0,0,0,0,0,0,0,130,2.1,0,0,16.1,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.8,93,101400,0,0,290,0,0,0,0,0,0,0,210,1.5,0,0,12.9,77777,9,999999999,150,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,7.2,96,101400,0,0,285,0,0,0,0,0,0,0,130,2.6,0,0,9.7,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,7.2,89,101400,0,0,290,0,0,0,0,0,0,0,140,2.1,0,0,4.8,77777,9,999999999,139,0.0670,0,88,999.000,999.0,99.0
+1980,12,18,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,8.3,83,101400,79,1095,300,39,170,21,3500,8400,2800,370,130,2.6,0,0,4.8,77777,9,999999999,150,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,10.0,70,101400,330,1413,321,183,587,45,18700,48900,7200,870,170,3.1,0,0,6.4,77777,9,999999999,170,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,13.3,63,101500,552,1413,348,359,754,63,37600,71500,9600,1330,200,8.2,0,0,16.1,77777,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.9,57,101500,717,1413,359,500,830,77,53100,82000,11300,1740,210,7.2,0,0,24.1,77777,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,13.9,52,101400,815,1413,367,587,868,84,61100,85500,11500,1820,190,6.7,0,0,24.1,77777,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,10.6,38,101200,838,1413,371,609,879,86,63400,86800,11700,1880,190,7.2,0,0,24.1,77777,9,999999999,179,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.2,11.7,38,101100,785,1413,378,562,860,82,58500,84500,11400,1750,180,6.2,0,0,24.1,77777,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,27.8,11.7,37,101100,660,1413,381,454,812,72,47900,79300,10700,1580,190,7.2,0,0,24.1,77777,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.7,12.2,41,101000,471,1413,376,294,706,57,30500,64800,8800,1160,170,6.2,0,0,24.1,77777,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,12.8,47,101000,232,1413,368,114,461,37,11700,32800,6300,680,190,5.7,0,0,24.1,77777,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,13.3,55,101000,19,554,365,13,41,8,0,0,0,0,160,4.1,1,1,24.1,77777,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.1,14.4,66,101100,0,0,363,0,0,0,0,0,0,0,170,5.2,2,2,24.1,77777,9,999999999,220,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,20.6,15.0,71,101100,0,0,361,0,0,0,0,0,0,0,170,5.7,6,2,24.1,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.0,76,101200,0,0,355,0,0,0,0,0,0,0,160,3.6,6,2,24.1,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.9,15.6,81,101200,0,0,349,0,0,0,0,0,0,0,170,4.1,4,1,24.1,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,18.3,15.6,84,101300,0,0,346,0,0,0,0,0,0,0,170,3.1,3,1,24.1,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,18,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.6,87,101300,0,0,337,0,0,0,0,0,0,0,150,3.1,0,0,16.1,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,15.0,90,101300,0,0,331,0,0,0,0,0,0,0,180,2.6,0,0,12.9,77777,9,999999999,229,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,96,101300,0,0,327,0,0,0,0,0,0,0,310,1.5,2,2,8.0,77777,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,13.3,96,101300,0,0,333,0,0,0,0,0,0,0,140,1.5,4,4,4.8,77777,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,12.2,96,101400,0,0,324,0,0,0,0,0,0,0,90,1.5,3,3,4.8,77777,9,999999999,189,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101500,0,0,351,0,0,0,0,0,0,0,320,2.1,8,8,3.2,700,9,999999999,200,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101600,0,0,368,0,0,0,0,0,0,0,0,0.0,10,10,2.4,120,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.9,96,101600,0,0,351,0,0,0,0,0,0,0,70,1.5,8,8,2.4,90,9,999999999,209,0.0780,0,88,999.000,999.0,99.0
+1980,12,19,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,13.9,93,101800,77,1095,372,13,1,13,1500,0,1500,490,340,5.7,10,10,3.2,120,9,999999999,209,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,11.7,93,101900,328,1413,358,73,7,71,8200,300,8200,2590,330,5.2,10,10,3.2,210,9,999999999,189,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,8.9,80,102000,550,1413,352,195,8,192,21600,700,21300,6540,320,5.2,10,10,8.0,580,9,999999999,160,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,6.7,67,102100,716,1413,352,216,5,213,24400,400,24200,8350,330,5.7,10,10,9.7,490,9,999999999,139,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,5.0,57,102100,814,1413,353,240,3,238,27400,300,27200,9740,340,6.2,10,10,11.3,640,9,999999999,129,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,3.9,55,102100,838,1413,349,299,5,296,33700,500,33400,11370,310,6.7,10,10,16.1,1520,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,3.3,51,102100,786,1413,351,254,4,252,28800,400,28600,9870,340,7.7,10,10,19.3,1520,9,999999999,110,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,3.3,57,102100,661,1413,343,194,1,194,22000,100,21900,7470,350,6.2,10,10,19.3,640,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.1,3.9,61,102200,473,1413,341,144,2,143,16000,100,15900,5000,360,7.7,10,10,19.3,760,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,4.4,69,102200,234,1413,336,69,0,69,7600,0,7600,2170,10,4.6,10,10,19.3,520,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,5.6,80,102300,20,554,332,12,0,12,0,0,0,0,10,6.7,10,10,19.3,400,9,999999999,129,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.0,83,102500,0,0,326,0,0,0,0,0,0,0,360,7.2,10,10,24.1,340,9,999999999,129,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,102600,0,0,322,0,0,0,0,0,0,0,360,6.2,10,10,24.1,340,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,102700,0,0,320,0,0,0,0,0,0,0,20,7.7,10,10,24.1,400,9,999999999,120,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,2.8,79,102700,0,0,316,0,0,0,0,0,0,0,360,6.7,10,10,19.3,400,9,999999999,110,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,102800,0,0,313,0,0,0,0,0,0,0,360,6.7,10,10,19.3,520,9,999999999,100,0.0450,0,88,999.000,999.0,99.0
+1980,12,19,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,102800,0,0,313,0,0,0,0,0,0,0,10,5.7,10,10,16.1,430,9,999999999,100,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,0.0,68,102800,0,0,311,0,0,0,0,0,0,0,10,5.7,10,10,16.1,640,9,999999999,100,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-1.1,65,102800,0,0,307,0,0,0,0,0,0,0,10,5.2,10,10,16.1,1830,9,999999999,89,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-2.8,58,102800,0,0,305,0,0,0,0,0,0,0,10,7.7,10,10,16.1,1830,9,999999999,80,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-5.6,49,102800,0,0,299,0,0,0,0,0,0,0,20,6.2,10,10,16.1,1830,9,999999999,69,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-6.1,47,102800,0,0,299,0,0,0,0,0,0,0,20,6.2,10,10,19.3,1830,9,999999999,69,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-7.2,43,102900,0,0,298,0,0,0,0,0,0,0,30,4.6,10,10,19.3,1830,9,999999999,60,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-8.9,39,102900,0,0,294,0,0,0,0,0,0,0,30,4.6,10,10,19.3,1830,9,999999999,60,0.0450,0,88,999.000,999.0,99.0
+1980,12,20,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-10.0,35,103000,75,1072,295,22,0,22,2500,0,2500,750,10,5.2,10,10,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-9.4,36,103100,325,1414,295,87,0,87,9700,0,9700,2970,10,7.2,10,10,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-8.9,38,103100,548,1414,288,184,74,155,20200,7100,17400,4330,10,4.6,10,9,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-7.8,40,103200,714,1414,291,259,103,207,28500,10300,23300,6280,10,6.7,10,9,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-7.8,37,103100,813,1414,304,200,2,198,23100,200,23000,8550,10,6.2,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-7.8,37,103000,838,1414,304,189,1,189,22200,100,22100,8390,20,5.2,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-7.8,35,102900,787,1414,298,312,78,268,34200,7900,29800,8170,10,6.2,9,9,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-7.8,34,102900,663,1414,286,254,164,177,27900,16700,20100,4320,10,6.2,6,6,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-7.8,35,102900,474,1414,288,165,149,115,18200,14100,13400,2610,30,5.7,7,7,24.1,2290,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-7.8,38,103000,236,1414,275,100,228,62,10300,15600,7700,1140,10,3.6,4,4,19.3,77777,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,-7.2,43,103000,21,577,271,11,24,8,0,0,0,0,20,3.6,4,4,24.1,77777,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-7.2,43,103100,0,0,289,0,0,0,0,0,0,0,360,4.1,9,9,24.1,2130,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,103100,0,0,300,0,0,0,0,0,0,0,360,5.2,10,10,24.1,1980,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,103100,0,0,300,0,0,0,0,0,0,0,20,4.1,10,10,24.1,2130,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-7.2,43,103100,0,0,298,0,0,0,0,0,0,0,30,4.6,10,10,24.1,2290,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,103100,0,0,300,0,0,0,0,0,0,0,20,4.6,10,10,24.1,2290,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,20,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-7.8,43,103200,0,0,295,0,0,0,0,0,0,0,10,4.1,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-8.3,43,103100,0,0,292,0,0,0,0,0,0,0,30,4.1,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.3,44,103100,0,0,290,0,0,0,0,0,0,0,30,4.1,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-8.3,44,103100,0,0,290,0,0,0,0,0,0,0,30,4.6,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-7.8,46,103100,0,0,290,0,0,0,0,0,0,0,20,4.1,10,10,24.1,1830,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-7.8,48,103100,0,0,288,0,0,0,0,0,0,0,20,4.1,10,10,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-7.8,48,103100,0,0,288,0,0,0,0,0,0,0,10,5.7,10,10,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-8.3,48,103200,0,0,285,0,0,0,0,0,0,0,20,4.1,10,10,24.1,1680,9,999999999,60,0.0940,0,88,999.000,999.0,99.0
+1980,12,21,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-8.9,46,103300,73,1072,284,8,2,8,1000,0,1000,310,20,3.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.7,-9.4,44,103300,323,1414,284,79,3,78,8800,100,8800,2760,30,4.1,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,-10.0,40,103300,546,1414,285,147,3,146,16600,200,16500,5530,20,4.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-10.0,37,103300,713,1414,290,263,11,257,29300,1000,28800,9300,20,3.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.9,-10.0,36,103200,813,1414,292,266,2,265,30100,200,30000,10420,20,2.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-9.4,35,103000,838,1414,298,248,9,243,28500,800,28000,10050,360,4.1,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-9.4,31,103000,787,1414,305,218,5,215,25000,400,24700,8910,320,2.6,10,10,19.3,2290,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-9.4,30,102900,664,1414,307,217,4,216,24400,300,24300,8000,340,2.6,10,10,19.3,2130,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-9.4,30,102900,476,1414,307,132,2,132,14900,100,14800,4780,350,2.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-8.9,32,102900,238,1414,306,61,0,61,6800,0,6800,2030,30,2.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-8.3,35,102900,22,577,304,10,0,10,0,0,0,0,40,2.6,10,10,19.3,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-8.3,36,102900,0,0,302,0,0,0,0,0,0,0,30,3.6,10,10,16.1,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-8.9,35,102900,0,0,301,0,0,0,0,0,0,0,50,4.1,10,10,16.1,1520,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-8.3,36,102900,0,0,302,0,0,0,0,0,0,0,40,3.6,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-8.3,36,102900,0,0,302,0,0,0,0,0,0,0,50,4.1,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,102900,0,0,300,0,0,0,0,0,0,0,40,2.6,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,21,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.2,41,102800,0,0,300,0,0,0,0,0,0,0,30,2.6,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.8,40,102800,0,0,300,0,0,0,0,0,0,0,90,2.1,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-8.3,38,102800,0,0,299,0,0,0,0,0,0,0,50,2.1,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-7.2,41,102700,0,0,300,0,0,0,0,0,0,0,70,2.6,10,10,16.1,1370,9,999999999,60,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-6.7,43,102700,0,0,301,0,0,0,0,0,0,0,40,1.5,10,10,16.1,1370,9,999999999,69,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-6.7,43,102700,0,0,301,0,0,0,0,0,0,0,80,1.5,10,10,16.1,910,9,999999999,69,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-5.0,51,102600,0,0,300,0,0,0,0,0,0,0,20,2.1,10,10,16.1,910,9,999999999,69,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-4.4,53,102600,0,0,301,0,0,0,0,0,0,0,30,3.1,10,10,16.1,910,9,999999999,69,0.0770,0,88,999.000,999.0,99.0
+1980,12,22,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,-4.4,49,102600,72,1049,306,26,0,26,2900,0,2900,830,60,2.6,10,10,16.1,1370,9,999999999,69,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-5.0,45,102700,321,1414,308,102,1,102,11200,100,11200,3240,90,2.1,10,10,12.9,1220,9,999999999,69,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-5.0,44,102700,545,1414,310,177,1,176,19600,100,19600,6200,110,2.1,10,10,12.9,1070,9,999999999,69,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,-4.4,42,102600,712,1414,316,258,1,257,28700,100,28700,9290,340,1.5,10,10,12.9,1220,9,999999999,69,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-2.8,44,102500,813,1414,323,278,1,277,31300,100,31300,10690,100,2.1,10,10,11.3,1220,9,999999999,80,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.3,-1.7,50,102400,839,1414,321,316,1,316,35500,100,35400,11780,100,2.6,10,10,11.3,1070,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-1.1,48,102200,788,1414,327,283,1,283,31800,100,31800,10580,110,4.1,10,10,11.3,1220,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,0.0,50,102100,665,1414,331,239,2,239,26700,200,26600,8480,100,4.1,10,10,11.3,1220,9,999999999,89,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,0.6,52,102100,478,1414,332,154,0,154,17000,0,17000,5260,100,3.6,10,10,11.3,1070,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,1.1,54,102000,240,1414,332,80,1,80,8700,0,8700,2390,110,4.6,10,10,11.3,700,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,1.1,54,102000,23,601,332,12,0,12,0,0,0,0,130,3.6,10,10,11.3,700,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,1.7,59,102000,0,0,330,0,0,0,0,0,0,0,110,3.6,10,10,11.3,760,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,1.7,61,102000,0,0,328,0,0,0,0,0,0,0,100,3.6,10,10,11.3,340,9,999999999,100,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,2.2,63,102000,0,0,328,0,0,0,0,0,0,0,110,3.6,10,10,9.7,310,9,999999999,110,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,3.9,69,102000,0,0,333,0,0,0,0,0,0,0,100,3.1,10,10,8.0,270,9,999999999,120,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,4.4,71,102000,0,0,333,0,0,0,0,0,0,0,70,3.1,10,10,8.0,270,9,999999999,120,0.0380,0,88,999.000,999.0,99.0
+1980,12,22,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,101900,0,0,338,0,0,0,0,0,0,0,60,2.1,10,10,8.0,270,9,999999999,129,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,6.1,77,101900,0,0,338,0,0,0,0,0,0,0,80,3.1,10,10,8.0,240,9,999999999,139,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,6.7,77,101800,0,0,342,0,0,0,0,0,0,0,90,2.6,10,10,8.0,240,9,999999999,139,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.6,6.7,77,101800,0,0,342,0,0,0,0,0,0,0,60,2.6,10,10,8.0,180,9,999999999,139,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,7.2,77,101800,0,0,345,0,0,0,0,0,0,0,80,2.1,10,10,8.0,180,9,999999999,139,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,7.8,77,101700,0,0,348,0,0,0,0,0,0,0,90,2.6,10,10,8.0,520,9,999999999,150,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,8.9,80,101700,0,0,352,0,0,0,0,0,0,0,340,1.5,10,10,6.4,520,9,999999999,160,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,9.4,80,101700,0,0,356,0,0,0,0,0,0,0,140,2.1,10,10,6.4,580,9,999999999,160,0.0380,0,88,999.000,999.0,99.0
+1980,12,23,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,11.1,81,101700,70,1049,333,33,45,28,3400,2100,3200,580,150,2.1,5,4,6.4,77777,9,999999999,179,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,13.3,75,101700,320,1414,362,97,108,72,10600,8900,8600,1560,160,2.6,8,7,6.4,7620,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.1,15.0,68,101700,543,1414,406,143,12,139,16300,900,15900,5330,180,4.1,10,10,8.0,610,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,16.1,68,101700,712,1414,414,221,45,198,24300,4500,22000,6040,180,7.2,10,10,9.7,520,9,999999999,240,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.8,16.7,69,101600,812,1414,418,234,10,228,26800,900,26300,9450,170,6.2,10,10,12.9,580,9,999999999,250,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.9,16.7,64,101400,839,1414,424,226,7,222,26100,600,25700,9450,170,4.6,10,10,16.1,1010,9,999999999,250,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,17.2,64,101300,789,1414,428,232,8,228,26500,700,26200,9280,180,6.2,10,10,19.3,1010,9,999999999,259,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,25.0,17.2,62,101300,667,1414,410,268,147,199,29300,14900,22200,4870,180,6.7,9,8,19.3,910,9,999999999,259,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,26.1,16.1,54,101300,480,1414,424,184,28,175,20200,2200,19500,5640,190,8.8,9,9,24.1,1070,9,999999999,240,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,24.4,15.6,58,101300,243,1414,405,66,43,58,7200,3300,6600,1450,200,4.6,9,8,24.1,1070,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,23.3,15.0,59,101400,24,601,387,16,14,15,0,0,0,0,190,7.2,8,6,24.1,7620,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,21.7,15.0,66,101400,0,0,373,0,0,0,0,0,0,0,170,4.6,7,4,19.3,7620,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,19.4,15.0,76,101400,0,0,372,0,0,0,0,0,0,0,200,5.7,9,7,19.3,4570,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,17.8,15.0,84,101400,0,0,351,0,0,0,0,0,0,0,180,4.6,8,3,16.1,77777,9,999999999,229,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.7,14.4,87,101500,0,0,348,0,0,0,0,0,0,0,210,2.6,10,4,16.1,77777,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,16.1,14.4,90,101500,0,0,368,0,0,0,0,0,0,0,230,3.1,10,9,12.9,7620,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1980,12,23,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101500,0,0,348,0,0,0,0,0,0,0,230,3.6,7,6,9.7,7620,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.6,14.4,93,101500,0,0,376,0,0,0,0,0,0,0,240,4.6,10,10,8.0,210,9,999999999,220,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,13.9,93,101500,0,0,372,0,0,0,0,0,0,0,240,4.1,10,10,6.4,180,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101600,0,0,368,0,0,0,0,0,0,0,250,4.1,10,10,4.0,150,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,14.4,13.3,93,101600,0,0,368,0,0,0,0,0,0,0,240,5.2,10,10,3.2,120,9,999999999,209,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.8,93,101700,0,0,348,0,0,0,0,0,0,0,260,3.1,8,8,3.2,3050,9,999999999,200,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,12.2,93,101700,0,0,361,0,0,0,0,0,0,0,320,3.6,10,10,6.4,460,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,12.2,90,101800,0,0,364,0,0,0,0,0,0,0,290,3.1,10,10,16.1,430,9,999999999,189,0.0700,0,88,999.000,999.0,99.0
+1980,12,24,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,7.8,77,102000,69,1025,348,22,1,22,2500,0,2500,740,330,6.7,10,10,12.9,4880,9,999999999,150,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,7.8,75,102100,318,1414,351,73,2,72,8200,100,8100,2590,350,5.7,10,10,11.3,4880,9,999999999,150,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.3,7.2,67,102200,542,1414,346,121,63,96,13500,6200,11100,2230,350,5.7,10,9,12.9,4880,9,999999999,150,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,7.2,62,102300,711,1414,344,314,145,241,34000,14800,26500,6020,360,6.2,10,8,12.9,7620,9,999999999,139,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.0,7.2,60,102300,812,1414,341,415,260,265,44200,27500,28400,6560,340,6.2,10,7,16.1,7620,9,999999999,150,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,5.6,52,102200,840,1414,335,512,413,266,54800,43800,28700,6680,360,6.7,9,5,19.3,7620,9,999999999,129,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,4.4,46,102200,791,1414,334,352,238,219,38000,25100,23900,5170,340,7.2,9,4,19.3,77777,9,999999999,120,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,3.9,46,102300,669,1414,331,395,490,162,41600,48600,18500,3350,330,8.2,9,4,19.3,77777,9,999999999,120,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,3.3,48,102300,482,1414,325,216,254,129,23000,24000,14800,2610,330,7.7,8,4,16.1,77777,9,999999999,120,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,2.8,51,102400,245,1414,322,86,78,72,9200,5700,8300,1540,350,8.2,8,6,19.3,7620,9,999999999,110,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,1.7,54,102500,25,625,311,6,1,5,600,0,600,190,360,6.2,8,6,19.3,7620,9,999999999,100,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,-0.6,52,102700,0,0,299,0,0,0,0,0,0,0,350,5.7,7,5,24.1,7620,9,999999999,89,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,-1.7,52,102800,0,0,295,0,0,0,0,0,0,0,350,6.7,8,6,24.1,7620,9,999999999,89,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,-2.2,53,102900,0,0,286,0,0,0,0,0,0,0,10,5.7,6,4,19.3,7620,9,999999999,80,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,-3.9,49,102900,0,0,281,0,0,0,0,0,0,0,360,5.2,6,4,19.3,7620,9,999999999,80,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-4.4,51,103000,0,0,274,0,0,0,0,0,0,0,350,5.2,4,3,19.3,77777,9,999999999,69,0.1380,0,88,999.000,999.0,99.0
+1980,12,24,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,-3.9,55,103000,0,0,261,0,0,0,0,0,0,0,350,5.7,0,0,16.1,77777,9,999999999,80,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-4.4,55,103000,0,0,259,0,0,0,0,0,0,0,350,4.1,0,0,16.1,77777,9,999999999,69,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,-5.6,57,103100,0,0,251,0,0,0,0,0,0,0,350,4.1,0,0,16.1,77777,9,999999999,69,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-6.7,54,103100,0,0,248,0,0,0,0,0,0,0,350,4.6,0,0,24.1,77777,9,999999999,69,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-7.2,56,103100,0,0,244,0,0,0,0,0,0,0,350,4.6,0,0,24.1,77777,9,999999999,60,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-7.8,56,103100,0,0,241,0,0,0,0,0,0,0,350,4.1,0,0,24.1,77777,9,999999999,60,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-7.8,56,103100,0,0,241,0,0,0,0,0,0,0,350,3.1,0,0,24.1,77777,9,999999999,60,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,-1.1,-7.8,61,103100,0,0,238,0,0,0,0,0,0,0,350,3.6,0,0,24.1,77777,9,999999999,60,0.1380,0,88,999.000,999.0,99.0
+1980,12,25,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,-0.6,-7.8,59,103200,68,1025,239,33,130,20,3100,5400,2700,350,350,3.1,0,0,19.3,77777,9,999999999,60,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,1.1,-7.8,52,103200,316,1414,245,176,572,47,18300,46200,7900,880,20,4.1,0,0,24.1,77777,9,999999999,60,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-7.2,46,103200,541,1414,254,360,764,66,37400,72000,9800,1350,50,3.6,0,0,24.1,77777,9,999999999,60,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.0,-7.2,41,103100,710,1414,260,510,850,81,53800,83600,11600,1790,250,1.5,0,0,24.1,77777,9,999999999,60,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,-7.2,37,103000,812,1414,267,601,887,89,62400,87300,12100,1830,50,2.1,0,0,24.1,77777,9,999999999,60,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,-6.7,37,102800,840,1414,269,626,897,91,65000,88500,12200,1910,180,2.1,0,0,24.1,77777,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,-6.7,32,102700,792,1414,278,578,873,87,61300,87000,12500,2030,290,3.1,0,0,24.1,77777,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-6.1,32,102600,671,1414,281,471,828,77,49600,80900,11100,1670,240,2.1,0,0,24.1,77777,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,-5.6,33,102500,485,1414,296,264,478,100,28100,44200,12900,1880,210,1.5,5,4,24.1,77777,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,-5.6,36,102500,248,1414,293,101,282,52,10700,19900,7200,930,220,2.6,7,5,24.1,5490,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.1,-4.4,47,102400,26,648,279,15,28,12,1500,1000,1400,250,320,1.5,6,3,24.1,77777,9,999999999,69,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-2.8,55,102400,0,0,267,0,0,0,0,0,0,0,190,3.1,1,0,19.3,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-2.8,55,102400,0,0,267,0,0,0,0,0,0,0,190,3.1,0,0,16.1,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,-2.8,55,102400,0,0,267,0,0,0,0,0,0,0,190,3.6,0,0,19.3,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,-3.3,55,102400,0,0,264,0,0,0,0,0,0,0,170,3.1,0,0,19.3,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,-2.8,62,102300,0,0,260,0,0,0,0,0,0,0,180,2.6,0,0,19.3,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,25,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,-2.2,67,102200,0,0,259,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,80,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,-1.7,79,102300,0,0,253,0,0,0,0,0,0,0,20,2.1,0,0,16.1,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102100,0,0,249,0,0,0,0,0,0,0,40,1.5,0,0,16.1,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102100,0,0,249,0,0,0,0,0,0,0,40,1.5,0,0,16.1,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102100,0,0,249,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102000,0,0,249,0,0,0,0,0,0,0,50,2.1,0,0,12.9,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.0,-1.7,89,102000,0,0,255,0,0,0,0,0,0,0,110,1.5,2,2,11.3,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,0.6,-1.7,85,102000,0,0,260,0,0,0,0,0,0,0,30,2.6,4,3,8.0,77777,9,999999999,89,0.0860,0,88,999.000,999.0,99.0
+1980,12,26,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,0.6,-1.7,85,102000,66,1002,287,17,2,17,2000,0,2000,600,40,2.6,10,10,6.4,700,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,3.3,-1.1,73,102100,315,1415,300,102,34,95,11200,2900,10600,2320,20,1.5,10,10,8.0,700,9,999999999,89,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,6.7,0.0,63,102100,540,1415,301,214,144,159,23300,14000,17900,3690,130,2.1,9,8,8.0,760,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,1.1,47,102100,710,1415,297,522,936,49,55000,91400,9000,1330,300,2.6,0,0,9.7,77777,9,999999999,100,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,102000,813,1415,323,491,626,130,51800,62800,15600,3010,260,2.1,5,4,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,2.8,40,101900,841,1415,332,583,751,135,61600,75600,16500,3210,270,4.6,3,3,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,3.9,40,101800,793,1415,324,585,946,53,61800,93300,9300,1470,250,3.1,0,0,16.1,77777,9,999999999,120,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,6.1,43,101700,673,1415,332,473,893,47,50100,86700,8700,1270,250,5.2,0,0,16.1,77777,9,999999999,129,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,7.2,50,101700,487,1415,328,321,822,37,34100,76100,7800,990,250,4.6,0,0,19.3,77777,9,999999999,139,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,7.8,58,101800,250,1415,321,139,641,25,14800,50600,5800,630,270,3.6,0,0,19.3,77777,9,999999999,150,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,7.8,72,101800,27,648,306,25,135,9,1600,5600,1400,170,340,1.5,0,0,19.3,77777,9,999999999,150,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,7.2,83,101800,0,0,294,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,139,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,7.2,93,101900,0,0,287,0,0,0,0,0,0,0,320,1.5,0,0,16.1,77777,9,999999999,139,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.6,93,101900,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,129,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,5.0,89,102000,0,0,278,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,129,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.9,89,102000,0,0,273,0,0,0,0,0,0,0,120,2.1,0,0,16.1,77777,9,999999999,120,0.0290,0,88,999.000,999.0,99.0
+1980,12,26,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,4.4,93,102000,0,0,274,0,0,0,0,0,0,0,310,2.1,0,0,11.3,77777,9,999999999,120,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,3.3,93,102000,0,0,268,0,0,0,0,0,0,0,310,1.5,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102000,0,0,263,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.8,89,102000,0,0,267,0,0,0,0,0,0,0,40,1.5,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.8,89,102000,0,0,267,0,0,0,0,0,0,0,70,1.5,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,102000,0,0,263,0,0,0,0,0,0,0,130,1.5,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.2,86,102100,0,0,267,0,0,0,0,0,0,0,20,2.1,0,0,11.3,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,2.2,96,102100,0,0,261,0,0,0,0,0,0,0,50,1.5,0,0,8.0,77777,9,999999999,110,0.0290,0,88,999.000,999.0,99.0
+1980,12,27,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,2.2,1.7,96,102200,65,1002,298,17,0,17,1900,0,1900,600,40,2.1,10,10,0.4,30,9,999999999,100,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,2.8,89,102300,313,1415,289,74,94,52,8000,7500,6300,920,40,3.1,7,7,0.8,77777,9,999999999,110,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,3.3,86,102400,539,1415,299,186,141,132,20500,13800,15200,3060,70,2.6,10,8,1.3,90,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,9.4,3.9,69,102400,710,1415,312,343,228,229,37300,23300,25600,5720,100,2.6,7,7,8.0,150,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,5.0,62,102400,813,1415,301,574,805,109,59600,79700,13700,2380,140,2.1,0,0,11.3,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,5.0,50,102200,842,1415,316,605,824,112,63000,81800,14100,2510,40,1.5,0,0,11.3,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,5.0,45,102100,795,1415,323,560,802,108,58200,79200,13500,2320,340,2.6,0,0,11.3,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,5.0,42,102100,675,1415,328,452,746,95,47900,73600,12700,2030,350,3.6,0,0,11.3,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,4.4,42,102100,490,1415,325,296,637,75,31000,58800,10600,1460,90,2.1,0,0,12.9,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,3.9,43,102100,253,1415,319,117,371,51,12000,27000,7100,900,40,2.6,2,0,12.9,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,4.4,59,102100,28,672,310,15,18,13,1500,700,1500,270,30,1.5,5,2,16.1,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.6,74,102100,0,0,298,0,0,0,0,0,0,0,90,2.6,5,1,16.1,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,102100,0,0,290,0,0,0,0,0,0,0,0,0.0,4,1,16.1,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,3.9,71,102200,0,0,286,0,0,0,0,0,0,0,90,2.6,3,0,16.1,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,5.6,86,102200,0,0,289,0,0,0,0,0,0,0,70,2.6,4,1,9.7,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,5.6,89,102200,0,0,286,0,0,0,0,0,0,0,30,1.5,3,1,9.7,77777,9,999999999,129,0.1230,0,88,999.000,999.0,99.0
+1980,12,27,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,102200,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,8.0,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,4.4,96,102100,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,6.4,77777,9,999999999,120,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,3.3,96,102100,0,0,266,0,0,0,0,0,0,0,0,0.0,0,0,6.4,77777,9,999999999,110,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,3.3,96,102100,0,0,266,0,0,0,0,0,0,0,30,1.5,0,0,3.2,77777,9,999999999,110,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,3.3,96,102100,0,0,266,0,0,0,0,0,0,0,50,1.5,0,0,3.2,77777,9,999999999,110,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,2.2,96,102000,0,0,261,0,0,0,0,0,0,0,60,1.5,0,0,3.2,77777,9,999999999,110,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,92,102100,0,0,260,0,0,0,0,0,0,0,0,0.0,0,0,4.8,77777,9,999999999,100,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,92,102100,0,0,272,0,0,0,0,0,0,0,80,2.1,4,3,4.8,77777,9,999999999,100,0.1230,0,88,999.000,999.0,99.0
+1980,12,28,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,2.2,86,102200,64,1002,278,39,76,31,3800,2700,3600,590,80,4.6,4,3,11.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,2.2,71,102200,312,1415,287,166,535,46,17200,43000,7600,860,90,4.6,5,2,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.0,2.2,59,102300,538,1415,302,343,688,79,35900,65000,11100,1570,90,3.6,7,3,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,2.2,51,102300,710,1415,308,346,494,97,36800,49100,12000,2120,160,2.6,5,2,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,102200,814,1415,318,610,935,71,63900,92300,10700,1730,110,4.1,2,2,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,15.6,2.2,41,102000,843,1415,323,579,759,125,61500,76700,15700,3000,80,3.6,3,2,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,2.8,37,101900,797,1415,329,521,825,55,55000,81400,9000,1500,130,3.6,3,1,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,2.8,37,101900,677,1415,329,452,831,53,47700,80700,8900,1360,210,1.5,3,1,11.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,2.8,36,101800,492,1415,325,329,837,38,35100,77700,7900,1010,210,1.5,0,0,11.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,2.8,41,101800,256,1415,321,133,543,34,13600,41800,6000,670,190,2.6,1,1,11.3,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,3.9,55,101800,30,672,312,22,74,14,1900,2500,1800,240,0,0.0,3,2,11.3,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,5.0,71,101800,0,0,292,0,0,0,0,0,0,0,80,2.1,0,0,9.7,77777,9,999999999,129,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,5.0,80,101800,0,0,285,0,0,0,0,0,0,0,80,2.6,0,0,9.7,77777,9,999999999,129,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,4.4,77,101800,0,0,294,0,0,0,0,0,0,0,80,2.6,2,2,9.7,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,3.9,74,101800,0,0,284,0,0,0,0,0,0,0,0,0.0,0,0,9.7,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.9,83,101800,0,0,277,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1980,12,28,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,3.3,86,101800,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,11.3,77777,9,999999999,120,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,2.8,83,101800,0,0,272,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,2.8,89,101800,0,0,267,0,0,0,0,0,0,0,0,0.0,2,0,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,2.2,93,101800,0,0,263,0,0,0,0,0,0,0,0,0.0,1,0,12.9,77777,9,999999999,110,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,1.7,92,101800,0,0,260,0,0,0,0,0,0,0,0,0.0,0,0,12.9,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.1,92,101800,0,0,266,0,0,0,0,0,0,0,0,0.0,3,2,12.9,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.1,92,101800,0,0,266,0,0,0,0,0,0,0,60,1.5,3,2,12.9,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,1.1,92,101900,0,0,266,0,0,0,0,0,0,0,30,1.5,5,2,9.7,77777,9,999999999,100,0.0300,0,88,999.000,999.0,99.0
+1980,12,29,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,1.7,82,102000,63,979,271,27,66,20,2600,2400,2500,350,40,2.1,3,1,4.8,77777,9,999999999,100,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.8,2.8,71,102000,311,1415,286,159,485,51,16300,38700,7800,940,30,2.1,2,1,6.4,77777,9,999999999,110,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.8,4.4,57,102100,538,1415,313,318,594,91,33000,55700,11800,1770,0,0.0,2,2,8.0,77777,9,999999999,120,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,5.0,43,102100,710,1415,345,453,597,152,46600,58100,17300,3090,260,3.1,7,5,8.0,3660,9,999999999,129,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,6.7,47,102000,814,1415,362,412,367,199,43500,37400,21900,4570,340,3.6,8,8,11.3,3660,9,999999999,139,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,8.9,49,101900,845,1415,381,333,68,292,36500,6900,32400,9190,260,4.1,10,9,16.1,3660,9,999999999,160,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.0,9.4,51,101800,799,1415,393,226,11,219,25800,900,25300,9090,260,5.2,10,10,16.1,1370,9,999999999,160,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.0,59,101800,679,1415,385,208,8,204,23500,700,23200,7850,330,4.6,10,10,16.1,1220,9,999999999,170,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,10.6,61,101800,495,1415,385,146,12,141,16300,800,16000,5100,290,5.7,10,10,16.1,3660,9,999999999,179,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,10.6,67,101800,259,1415,377,58,4,57,6500,100,6500,2010,320,4.1,10,10,16.1,3660,9,999999999,170,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,11.1,70,101800,31,696,377,11,1,11,1300,0,1300,400,310,3.1,10,10,12.9,760,9,999999999,179,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,15.0,10.6,75,101800,0,0,368,0,0,0,0,0,0,0,340,4.1,10,10,12.9,760,9,999999999,179,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.9,10.0,78,101900,0,0,362,0,0,0,0,0,0,0,330,3.1,10,10,11.3,3660,9,999999999,170,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,13.3,7.2,67,102000,0,0,355,0,0,0,0,0,0,0,360,6.7,10,10,16.1,3660,9,999999999,139,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.8,5.0,59,102000,0,0,350,0,0,0,0,0,0,0,10,5.2,10,10,16.1,3660,9,999999999,129,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,12.2,3.9,57,102100,0,0,346,0,0,0,0,0,0,0,360,5.2,10,10,16.1,3660,9,999999999,120,0.0760,0,88,999.000,999.0,99.0
+1980,12,29,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.7,3.9,59,102100,0,0,316,0,0,0,0,0,0,0,360,5.7,6,5,16.1,7620,9,999999999,120,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,10.0,3.3,64,102100,0,0,296,0,0,0,0,0,0,0,360,3.6,3,1,16.1,77777,9,999999999,120,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.9,3.3,68,102100,0,0,291,0,0,0,0,0,0,0,350,3.6,2,1,16.1,77777,9,999999999,110,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.8,3.3,74,102100,0,0,281,0,0,0,0,0,0,0,360,4.1,0,0,16.1,77777,9,999999999,120,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,2.8,76,102200,0,0,276,0,0,0,0,0,0,0,360,3.6,0,0,16.1,77777,9,999999999,110,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.1,73,102200,0,0,270,0,0,0,0,0,0,0,340,3.1,0,0,12.9,77777,9,999999999,100,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,2.2,82,102200,0,0,269,0,0,0,0,0,0,0,350,3.6,0,0,12.9,77777,9,999999999,110,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.0,2.2,82,102300,0,0,269,0,0,0,0,0,0,0,350,3.6,0,0,12.9,77777,9,999999999,110,0.0760,0,88,999.000,999.0,99.0
+1980,12,30,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,4.4,1.7,82,102400,62,979,266,33,148,18,2900,7000,2400,320,330,2.6,0,0,6.4,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,7.2,1.7,68,102400,310,1415,277,174,597,42,17800,48800,7000,820,330,4.1,0,0,8.0,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,10.6,2.2,57,102500,537,1415,292,351,765,59,37000,72300,9400,1260,20,4.6,0,0,9.7,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,12.2,2.2,51,102400,710,1415,298,505,859,72,52700,83700,10600,1560,20,3.6,0,0,12.9,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,14.4,2.2,44,102300,815,1415,307,596,893,80,62200,88000,11300,1800,350,3.1,0,0,16.1,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,102200,846,1415,317,627,909,81,65300,89900,11400,1870,300,4.1,0,0,19.3,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.2,1.1,34,102100,801,1415,318,587,896,78,61300,88200,11100,1760,350,5.7,0,0,19.3,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.3,0.0,29,102000,682,1415,322,484,857,70,50700,83100,10500,1500,330,4.1,0,0,24.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,17.8,0.0,30,102000,498,1415,320,324,762,56,34200,70900,9100,1180,280,2.6,0,0,24.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,1.1,36,102000,262,1415,314,137,537,38,14000,41500,6300,720,310,2.6,0,0,24.1,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,11.7,1.7,51,102000,33,719,296,23,83,13,1900,2800,1700,220,340,3.1,0,0,24.1,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,8.3,1.7,63,101900,0,0,282,0,0,0,0,0,0,0,320,1.5,0,0,24.1,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.1,2.2,76,101900,0,0,273,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,110,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,5.6,1.7,76,101900,0,0,271,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,4.4,1.7,82,101900,0,0,266,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.9,1.1,82,101900,0,0,264,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,30,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,3.3,0.6,82,101800,0,0,261,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,100,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.2,0.0,85,101700,0,0,256,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.0,89,101700,0,0,255,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.7,0.0,89,101700,0,0,255,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,101700,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,-0.6,89,101600,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,1.1,0.0,92,101600,0,0,252,0,0,0,0,0,0,0,0,0.0,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,2.8,-1.1,76,101600,0,0,258,0,0,0,0,0,0,0,220,2.1,0,0,16.1,77777,9,999999999,89,0.0690,0,88,999.000,999.0,99.0
+1980,12,31,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,5.6,0.0,68,101600,62,979,269,38,232,15,3200,11100,2400,280,230,3.6,0,0,12.9,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,8.9,1.7,61,101600,309,1415,284,184,693,31,19400,57900,6700,750,240,4.1,0,0,16.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,13.9,2.2,46,101700,537,1415,305,369,850,44,38900,80000,8400,1120,250,7.2,0,0,19.3,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.7,1.7,37,101700,710,1415,317,518,921,54,54600,89900,9300,1400,240,5.7,0,0,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,18.9,1.7,32,101600,816,1415,327,614,957,60,64600,94600,9800,1600,250,8.8,0,0,24.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,1.1,28,101400,848,1415,334,641,965,61,67400,95600,9900,1650,220,7.2,0,0,24.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,1.7,27,101400,803,1415,339,601,952,59,63300,94000,9800,1570,260,6.2,0,0,24.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,22.2,1.7,26,101300,684,1415,342,495,914,52,52300,88900,9100,1350,250,5.7,0,0,24.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,21.7,1.7,27,101300,501,1415,339,337,833,42,35800,77500,8200,1070,250,5.7,0,0,24.1,77777,9,999999999,100,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,20.6,2.2,30,101300,265,1415,335,148,639,28,15700,51200,6100,670,250,4.1,0,0,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9?9*9*9*9*9*9,16.1,2.8,41,101400,34,719,315,26,144,11,1900,6100,1600,210,270,2.1,0,0,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.3,59,101400,0,0,295,0,0,0,0,0,0,0,270,2.1,0,0,24.1,77777,9,999999999,110,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,11.1,3.9,61,101500,0,0,295,0,0,0,0,0,0,0,330,2.6,0,0,24.1,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,9.4,3.9,69,101500,0,0,288,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,7.2,3.9,80,101600,0,0,279,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,101600,0,0,277,0,0,0,0,0,0,0,0,0.0,0,0,24.1,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
+1980,12,31,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9?9?9?9*_*9*9*9*9*9,6.7,3.3,80,101600,0,0,277,0,0,0,0,0,0,0,0,0.0,0,0,19.3,77777,9,999999999,120,0.0370,0,88,999.000,999.0,99.0
diff --git a/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.stat b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.stat
new file mode 100644
index 000000000..8e823be46
--- /dev/null
+++ b/example_project/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.stat
@@ -0,0 +1,553 @@
+ -EnergyPlus Weather Converter V7.2.0.007
+ Statistics for USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3
+ Location -- Houston Bush Intercontinental TX USA
+ {N 30° 0'} {W 95° 22'} {GMT -6.0 Hours}
+ Elevation -- 29m above sea level
+ Standard Pressure at Elevation -- 100977Pa
+ Data Source -- TMY3
+
+ WMO Station 722430
+
+ - Displaying Design Conditions from "Climate Design Data 2009 ASHRAE Handbook"
+ - ASHRAE design conditions are carefully generated from a period of record
+ - (typically 30 years) to be representative of that location and to be suitable
+ - for use in heating/cooling load calculations.
+
+ Design Stat ColdestMonth DB996 DB990 DP996 HR_DP996 DB_DP996 DP990 HR_DP990 DB_DP990 WS004c DB_WS004c WS010c DB_WS010c WS_DB996 WD_DB996
+ Units {} {°C} {°C} {°C} {} {°C} {°C} {} {°C} {m/s} {°C} {m/s} {°C} {m/s} {deg}
+ Heating 1 -1.6 0.5 -9.5 1.7 3.3 -6.5 2.2 5.5 9.9 13.9 8.9 14.1 2.8 0
+
+ Design Stat HottestMonth DBR DB004 WB_DB004 DB010 WB_DB010 DB020 WB_DB020 WB004 DB_WB004 WB010 DB_WB010 WB020 DB_WB020 WS_DB004 WD_DB004 DP004 HR_DP004 DB_DP004 DP010 HR_DP010 DB_DP010 DP020 HR_DP020 DB_DP020 EN004 DB_EN004 EN010 DB_EN010 EN020 DB_EN020 #Hrs_8-4_&_DB-12.8/20.6
+ Units {} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {m/s} {deg} {°C} {} {°C} {°C} {} {°C} {°C} {} {°C} {kJ/kg} {°C} {kJ/kg} {°C} {kJ/kg} {°C} {}
+ Cooling 7 10.1 36 24.8 35 24.8 34 24.8 26.7 31.7 26.3 31.2 25.9 30.8 3.5 170 25.5 20.8 28.3 25.1 20.3 28 24.7 19.8 27.9 83.2 31.4 81.5 31.2 80.2 30.9 655
+
+ Design Stat WS010 WS025 WS050 WBmax DBmin_mean DBmax_mean DBmin_stddev DBmax_stddev DBmin05years DBmax05years DBmin10years DBmax10years DBmin20years DBmax20years DBmin50years DBmax50years
+ Units {m/s} {m/s} {m/s} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C} {°C}
+ Extremes 8.6 7.8 7.2 28.8 -4.4 37.9 3.5 1.7 -7 39.1 -9 40.1 -11 41.1 -13.5 42.4
+
+ - Displaying Monthly Design Conditions "Climate Design Data 2009 ASHRAE Handbook"
+ - Monthly Optical Sky Depth Beam (taub) and Diffuse (taud)
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ taub (beam) 0.358 0.379 0.396 0.410 0.436 0.478 0.499 0.503 0.452 0.383 0.364 0.350
+ taud (diffuse) 2.317 2.230 2.190 2.181 2.145 2.028 1.970 1.959 2.116 2.345 2.370 2.400
+
+ taub = Clear Sky Optical Depth for Beam Irradiance
+ taud = Clear Sky Optical Depth for Diffuse Irradiance
+
+ - Monthly Solar Irradiance Wh/m² (noon on 21st of month)
+ ib (beam) 868 881 889 885 859 818 800 793 823 866 857 861
+ id (diffuse) 113 131 144 149 155 174 183 183 152 116 106 101
+
+ ib = Clear Sky Noon Beam Normal Irradiance on 21st Day
+ id = Clear Sky Noon Diffuse Horizontal Irradiance on 21st Day
+
+ - Monthly Drybulb and Mean Coincident Wetbulb Temperatures °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Drybulb 0.4% 25.7 27.8 28.7 31.8 34.1 35.7 37.3 37.5 36.4 32.9 29.3 26.3
+ Coincident Wetbulb 0.4% 19.4 18.7 20.8 21.0 23.9 24.9 24.4 24.7 24.3 23.4 22.3 21.0
+ Drybulb 2.0% 23.8 25.1 26.9 29.7 32.4 34.4 35.7 36.2 34.4 31.3 27.5 24.6
+ Coincident Wetbulb 2.0% 18.6 19.1 19.7 21.6 24.0 24.7 24.8 24.8 24.0 23.1 21.4 20.2
+ Drybulb 5.0% 22.3 23.2 25.4 28.3 31.3 33.5 34.7 35.1 33.1 29.8 25.9 23.1
+ Coincident Wetbulb 5.0% 18.5 18.0 19.2 21.1 23.7 24.7 25.0 24.9 24.0 22.4 20.8 19.8
+ Drybulb 10.% 20.7 21.6 23.8 27.0 30.1 32.5 33.7 33.9 31.9 28.2 24.4 21.5
+ Coincident Wetbulb 10.% 17.7 17.8 18.6 20.6 23.2 24.7 25.0 25.0 23.9 21.9 20.5 18.6
+
+ Drybulb 0.4% = 0.4% Monthly Design Drybulb Temperature
+ Coincident Wetbulb 0.4% = 0.4% Monthly Mean Coincident Wetbulb Temperature
+ Drybulb 2.0% = 2.0% Monthly Design Drybulb Temperature
+ Coincident Wetbulb 2.0% = 2.0% Monthly Mean Coincident Wetbulb Temperature
+ Drybulb 5.0% = 5.0% Monthly Design Drybulb Temperature
+ Coincident Wetbulb 5.0% = 5.0% Monthly Mean Coincident Wetbulb Temperature
+ Drybulb 10.% = 10.% Monthly Design Drybulb Temperature
+ Coincident Wetbulb 10.% = 10.% Monthly Mean Coincident Wetbulb Temperature
+
+ - Monthly Drybulb and Wetbulb Daily Ranges delta°C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Drybulb 10.5 10.4 10.9 10.8 10.0 9.7 10.1 10.6 10.8 11.1 10.9 10.5
+ Drybulb range - DB 5% 11.9 11.9 11.1 11.2 10.5 10.8 11.4 12.0 11.8 11.5 11.3 10.8
+ Wetbulb range - DB 5% 7.8 6.6 5.6 5.0 3.9 3.3 3.0 3.1 3.7 4.7 6.4 7.1
+
+ Drybulb = Mean Daily Dry Bulb Temperature Range
+ Drybulb range - DB 5% = Mean Daily Dry Bulb Temperature Range Coincident with 5% Design Dry Bulb Temperature
+ Wetbulb range - DB 5% = Mean Daily Wet Bulb Temperature Range Coincident with 5% Design Dry Bulb Temperature
+
+ - Displaying Heating/Cooling Degree Days/Hours from "Climate Design Data 2009 ASHRAE Handbook"
+ - Monthly Standard Heating/Cooling Degree Days/Hours
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ HDD base 10°C 43 23 6 0 0 0 0 0 0 1 7 41
+ HDD base 18.3°C 214 152 82 23 1 0 0 0 1 17 93 203
+
+ CDD base 10°C 96 118 219 317 454 522 580 580 486 360 201 111
+ CDD base 18.3°C 8 13 37 90 196 272 322 322 237 118 38 14
+
+ CDH base 23.3°C 25 60 178 636 1746 2917 3778 3730 2340 961 226 44
+ CDH base 26.7°C 1 8 20 146 612 1293 1846 1866 1022 291 32 2
+
+ - 4043 annual (standard) cooling degree-days (10°C baseline)
+ - 121 annual (standard) heating degree-days (10°C baseline)
+
+ - 1667 annual (standard) cooling degree-days (18.3°C baseline)
+ - 786 annual (standard) heating degree-days (18.3°C baseline)
+
+ - Monthly Statistics for Dry Bulb temperatures °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Maximum 25.0 27.8 29.4 31.7 32.8 34.4 36.1 39.4 35.6 33.3 27.2 27.8
+ Day:Hour 29:14 19:16 26:14 29:13 12:16 23:16 14:16 1:15 14:14 1:13 2:13 18:15
+
+ Minimum -2.8 -6.1 0.0 5.6 13.3 16.1 22.2 22.2 14.4 3.3 0.6 -1.1
+ Day:Hour 23:04 11:06 15:05 7:06 19:05 7:05 1:22 1:05 8:06 13:04 30:05 25:07
+
+ Daily Avg 10.5 12.8 16.2 20.5 24.0 27.0 28.3 28.2 26.4 20.3 17.1 12.5
+
+ - Maximum Dry Bulb temperature of 39.4°C on Aug 1
+ - Minimum Dry Bulb temperature of -6.1°C on Feb 11
+
+ - Monthly Statistics for Extreme Dry Bulb temperatures °C
+ #Days Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Max >= 32 3 16 27 26 24 2
+ Max <= 0
+ Min <= 0 6 6 2 3
+ Min <=-18
+
+ - Monthly Statistics for Dew Point temperatures °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Maximum 17.2 18.3 20.6 23.3 23.3 25.0 25.0 26.1 25.6 25.6 23.3 20.0
+ Day:Hour 28:11 10:03 24:10 30:19 24:07 4:17 8:23 26:09 17:04 2:10 26:12 8:09
+
+ Minimum -10.6 -15.6 -10.6 -1.1 10.0 13.9 16.7 13.3 8.9 -1.1 -7.2 -10.0
+ Day:Hour 22:18 11:10 14:11 7:10 3:09 7:12 17:17 1:13 25:16 12:15 29:14 20:08
+
+ Daily Avg 5.3 6.4 9.5 15.3 18.8 22.1 22.7 22.9 19.8 14.1 12.1 6.5
+
+ - Maximum Dew Point temperature of 26.1°C on Aug 26
+ - Minimum Dew Point temperature of -15.6°C on Feb 11
+
+ - Average Hourly Statistics for Dry Bulb temperatures °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 8.2 10.1 13.6 17.9 21.3 24.0 25.3 25.1 22.9 16.3 14.5 10.1
+ 1:01- 2:00 7.5 9.9 13.4 17.5 21.2 23.7 24.8 24.7 22.2 15.9 14.1 9.5
+ 2:01- 3:00 7.3 9.8 13.1 17.4 20.9 23.6 24.5 24.4 21.9 15.5 13.7 9.2
+ 3:01- 4:00 7.1 9.7 12.9 17.1 20.7 23.4 24.3 24.0 21.7 15.3 13.5 8.9
+ 4:01- 5:00 7.1 9.4 12.5 17.0 20.5 23.1 24.0 23.8 21.4 15.1 13.2 8.7
+ 5:01- 6:00 7.0 8.7 12.3 17.0 20.5 23.4 24.1 24.0 21.3 14.9 13.0 8.4
+ 6:01- 7:00 7.1 9.0 12.3 17.5 21.6 25.1 25.6 25.1 22.0 15.3 13.2 8.6
+ 7:01- 8:00 7.4 9.5 13.8 18.8 22.9 26.6 27.5 27.1 24.4 18.0 14.4 9.4
+ 8:01- 9:00 9.2 11.2 15.4 20.3 24.6 28.0 29.1 28.8 26.8 20.9 16.5 11.3
+ 9:01-10:00 10.6 13.1 17.1 21.7 26.0 28.8 30.6 30.3 28.7 23.5 18.9 13.2
+ 10:01-11:00 12.2 14.6 18.6 22.7 27.0 29.6 31.7 31.8 30.0 25.0 20.3 15.0
+ 11:01-12:00 13.6 16.0 19.7 23.9 27.4 30.3 32.6 32.3 30.9 25.8 21.3 16.4
+ 12:01-13:00 14.4 17.1 20.4 24.6 27.8 30.3 32.5 32.4 31.5 26.6 22.1 17.4
+ 13:01-14:00 15.1 18.0 20.7 24.7 27.8 30.9 32.6 33.2 32.1 27.1 22.5 18.2
+ 14:01-15:00 15.3 18.3 20.7 24.6 27.3 31.0 32.6 33.4 32.1 27.3 22.4 18.3
+ 15:01-16:00 15.3 18.1 20.4 24.5 27.1 30.7 32.1 32.9 31.7 26.7 22.1 17.9
+ 16:01-17:00 14.6 17.4 19.9 23.8 26.8 30.3 31.2 31.6 31.0 25.4 20.7 16.6
+ 17:01-18:00 13.0 15.8 19.2 23.0 26.2 29.3 30.2 30.4 29.7 22.6 18.9 14.5
+ 18:01-19:00 11.6 13.9 17.3 21.4 25.1 28.0 29.3 29.0 27.8 20.6 17.4 13.1
+ 19:01-20:00 10.7 12.7 16.5 20.3 23.9 26.8 27.9 27.8 26.6 19.5 16.7 12.3
+ 20:01-21:00 10.2 11.9 15.7 19.7 23.2 26.2 27.4 26.9 25.6 18.9 16.0 11.7
+ 21:01-22:00 9.7 11.2 15.0 19.2 22.7 25.5 26.7 26.5 24.7 18.0 15.4 11.3
+ 22:01-23:00 9.3 10.6 14.3 18.7 22.3 25.2 26.2 25.9 24.1 17.1 14.9 10.6
+ 23:01-24:00 8.9 10.4 13.9 18.5 21.9 24.6 25.7 25.4 23.3 16.6 14.6 10.3
+ Max Hour 15 15 14 14 13 15 15 15 15 15 14 15
+ Min Hour 6 6 7 6 5 5 5 5 6 6 6 6
+
+ - Average Hourly Statistics for Dew Point temperatures °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 5.5 6.8 10.2 15.3 18.9 22.4 23.0 23.4 20.3 13.9 12.4 6.7
+ 1:01- 2:00 5.2 6.8 10.0 15.3 18.8 22.4 23.0 23.2 20.2 13.7 12.0 6.4
+ 2:01- 3:00 5.0 6.7 9.9 15.2 18.7 22.4 23.0 23.2 20.1 13.3 11.7 6.2
+ 3:01- 4:00 4.8 6.6 9.9 15.1 18.5 22.2 22.9 23.1 20.0 13.1 11.7 5.9
+ 4:01- 5:00 4.8 6.3 9.5 15.2 18.4 22.2 22.8 23.0 20.0 13.0 11.4 5.8
+ 5:01- 6:00 4.8 5.9 9.4 15.1 18.3 22.1 22.9 23.3 20.0 12.8 11.5 5.7
+ 6:01- 7:00 4.9 6.0 9.2 15.2 18.8 22.9 23.6 23.8 20.3 13.0 11.4 5.6
+ 7:01- 8:00 5.0 6.1 9.8 15.6 19.2 22.8 23.9 24.2 20.8 14.3 12.2 5.7
+ 8:01- 9:00 5.6 6.5 10.1 15.0 19.2 22.5 23.6 23.9 20.7 15.1 13.1 6.1
+ 9:01-10:00 5.2 6.5 9.5 14.4 19.2 22.1 23.0 23.5 20.3 15.3 13.1 6.3
+ 10:01-11:00 5.0 6.6 9.0 14.7 19.1 21.8 22.6 22.9 19.5 14.8 12.2 6.3
+ 11:01-12:00 5.0 6.4 9.0 14.9 18.9 21.7 22.1 22.4 19.1 14.4 11.9 6.4
+ 12:01-13:00 5.1 5.9 8.8 15.0 18.8 21.3 21.8 22.0 18.7 14.0 11.6 6.3
+ 13:01-14:00 5.0 5.9 8.8 15.0 18.4 21.4 21.9 21.7 18.5 13.8 11.3 6.5
+ 14:01-15:00 5.0 6.0 8.8 15.0 18.5 21.5 21.6 21.7 18.3 13.7 11.5 6.7
+ 15:01-16:00 5.0 5.9 8.9 15.1 18.3 21.6 21.5 21.8 18.6 13.5 11.8 6.8
+ 16:01-17:00 5.2 6.0 8.8 15.3 18.3 21.8 21.7 22.1 19.0 13.8 12.0 6.9
+ 17:01-18:00 5.5 6.3 8.9 15.5 18.7 22.2 22.0 22.5 19.2 14.6 12.6 7.2
+ 18:01-19:00 5.9 6.4 9.4 16.1 19.0 22.3 22.4 22.5 19.5 15.0 12.8 7.3
+ 19:01-20:00 6.0 6.6 9.9 16.3 19.1 22.3 22.8 23.0 19.9 14.8 12.8 7.3
+ 20:01-21:00 6.1 7.0 10.3 16.1 19.2 22.2 23.0 23.3 20.3 14.8 12.6 7.1
+ 21:01-22:00 6.3 6.9 10.1 16.3 19.1 22.4 23.1 23.1 20.3 14.6 12.6 7.1
+ 22:01-23:00 6.1 6.8 10.0 16.0 19.1 22.5 23.1 23.2 20.4 14.4 12.5 6.9
+ 23:01-24:00 6.0 6.8 10.2 15.8 19.1 22.6 23.1 23.3 20.3 14.1 12.3 6.8
+ Max Hour 22 21 21 20 9 7 8 8 8 10 10 20
+ Min Hour 6 14 14 10 16 13 16 14 15 6 14 7
+
+ - Monthly Statistics for Relative Humidity %
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Maximum 100 100 100 100 97 100 97 100 100 100 100 100
+ Day:Hour 6:24 4:07 1:07 2:04 11:08 2:03 1:22 1:03 2:23 19:02 1:02 16:03
+
+ Minimum 18 17 15 26 33 40 34 23 21 20 18 26
+ Day:Hour 30:15 23:15 12:18 3:15 12:16 23:15 20:15 1:13 25:16 16:16 29:14 31:15
+
+ Daily Avg 74 69 69 75 75 77 74 76 71 71 76 70
+
+ - Average Hourly Relative Humidity %
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 84 81 82 86 86 91 88 91 86 86 88 81
+ 1:01- 2:00 86 82 82 87 86 93 90 92 89 87 88 82
+ 2:01- 3:00 86 82 82 87 87 93 92 93 90 87 89 83
+ 3:01- 4:00 86 83 83 88 88 93 92 95 91 87 89 83
+ 4:01- 5:00 87 82 83 89 88 94 93 95 92 88 90 83
+ 5:01- 6:00 87 84 84 89 87 93 93 96 93 87 91 84
+ 6:01- 7:00 86 83 83 87 85 88 89 92 90 86 90 83
+ 7:01- 8:00 85 80 78 82 80 80 81 84 81 80 87 79
+ 8:01- 9:00 80 75 72 73 73 72 72 76 71 70 81 72
+ 9:01-10:00 72 67 64 65 67 67 64 68 62 62 70 64
+ 10:01-11:00 65 63 58 63 63 63 59 61 55 55 62 58
+ 11:01-12:00 60 58 54 59 61 61 55 58 51 51 57 53
+ 12:01-13:00 57 52 52 57 59 60 55 57 49 48 54 50
+ 13:01-14:00 55 49 51 57 58 58 55 53 47 47 52 48
+ 14:01-15:00 54 49 52 58 61 58 54 53 47 46 53 49
+ 15:01-16:00 54 49 53 58 61 59 55 55 50 47 55 51
+ 16:01-17:00 57 52 55 61 62 61 59 60 52 51 60 55
+ 17:01-18:00 63 57 57 65 65 66 63 65 56 62 69 63
+ 18:01-19:00 70 63 64 73 70 71 67 70 63 71 76 69
+ 19:01-20:00 74 69 68 78 75 77 74 76 69 75 79 73
+ 20:01-21:00 77 73 72 80 79 79 77 81 74 78 81 75
+ 21:01-22:00 80 76 74 83 81 83 81 83 78 81 84 77
+ 22:01-23:00 82 78 77 84 83 86 84 86 81 85 86 79
+ 23:01-24:00 83 79 80 85 84 89 86 89 84 85 87 81
+ Max Hour 6 6 6 5 5 5 6 6 6 5 6 6
+ Min Hour 15 15 14 13 14 14 15 15 15 15 14 14
+
+ - Monthly Indicators for Precipitation/Moisture (kPa)
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 1.0 1.1 1.3 1.8 2.2 2.6 2.6 2.6 2.2 1.7 1.5 1.1
+
+ - Monthly Statistics for Wind Chill/Heat Index temperatures °C **
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Minimum WC -10 -21 -5 2 4 -3 -7
+ Day:Hour 25:05 11:05 14:05 7:02 12:07 30:06 25:04
+
+ Average WC 1 0 2 6 7 4 2
+ Avg Del WC 4 5 5 2 1 3 4
+ # Hours WC 264 202 97 14 14 62 215
+
+ Maximum HI 28 31 34 36 39 42 43 39 39 30
+ Day:Hour 19:16 26:14 29:14 24:13 18:15 31:12 4:16 20:16 1:13 26:12
+
+ Average HI 28 29 30 31 33 35 35 33 31 29
+ Avg Del HI 0 1 1 2 3 4 4 3 2 1
+ # Hours HI 1 13 59 179 342 397 364 223 92 9
+
+ - **WindChill/HeatIndex Temps -- statistics...only those different from Air Temps
+
+ - Monthly Wind Direction % {N=0 or 360,E=90,S=180,W=270}
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ North 22 20 22 17 16 17 26 40 23 30 24 32
+ NorthEast 8 10 6 7 12 5 5 8 16 14 11 8
+ East 15 13 7 9 10 5 5 11 16 16 12 11
+ SouthEast 11 14 22 32 25 19 14 10 17 13 23 15
+ South 8 16 22 24 22 40 22 13 15 12 15 11
+ SouthWest 9 8 7 5 4 9 11 4 7 6 2 5
+ West 5 10 3 2 3 3 11 7 3 6 3 7
+ NorthWest 21 9 11 4 8 2 6 7 4 4 11 11
+
+ - Monthly Statistics for Wind Speed m/s
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Maximum 10.3 11.8 10.3 9.3 9.8 9.8 7.2 10.8 10.3 8.2 9.3 9.3
+ Day:Hour 22:12 10:23 18:12 11:08 17:19 10:15 19:15 21:16 15:15 12:11 4:11 7:15
+
+ Minimum 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+ Day:Hour 1:01 2:21 5:01 1:04 1:18 1:04 1:01 1:01 5:24 2:01 5:22 10:22
+
+ Daily Avg 3.8 3.9 4.6 3.9 3.7 2.9 2.7 2.1 3.5 2.9 3.7 3.6
+
+ - Maximum Wind Speed of 11.8 m/s on Feb 10
+ - Minimum Wind Speed of 0.0 m/s on Jan 1
+
+ - Average Hourly Statistics for Wind Speed m/s
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 2.8 2.8 3.6 2.9 2.6 1.6 1.4 0.8 2.5 1.8 2.8 2.7
+ 1:01- 2:00 3.0 3.1 3.6 2.8 2.5 1.4 1.4 0.8 1.9 1.6 2.9 2.6
+ 2:01- 3:00 2.9 2.9 3.6 2.8 2.3 1.3 0.9 0.6 2.0 1.6 3.0 2.9
+ 3:01- 4:00 2.6 3.2 3.5 2.9 2.6 1.5 0.8 0.6 2.1 1.7 2.8 2.8
+ 4:01- 5:00 2.9 3.1 3.0 2.8 2.4 1.3 0.8 0.7 2.2 1.9 2.9 2.6
+ 5:01- 6:00 2.7 3.2 3.5 3.2 2.8 1.4 1.0 1.2 2.4 2.2 2.7 2.5
+ 6:01- 7:00 3.4 3.5 3.7 3.2 3.3 1.9 1.5 0.9 2.6 2.3 3.0 2.8
+ 7:01- 8:00 3.3 3.3 4.3 4.2 3.8 3.1 2.4 2.0 3.6 2.9 3.0 3.2
+ 8:01- 9:00 3.7 3.7 4.6 4.7 4.2 3.5 3.3 2.7 4.1 3.5 4.0 4.2
+ 9:01-10:00 4.6 4.6 5.1 4.8 4.5 3.5 3.7 2.8 4.7 4.0 4.5 4.4
+ 10:01-11:00 4.8 4.5 5.5 4.8 4.4 3.7 3.8 2.8 4.4 3.7 4.8 4.4
+ 11:01-12:00 4.9 5.1 5.7 4.8 4.6 3.8 3.3 3.1 4.6 3.6 4.8 4.5
+ 12:01-13:00 5.2 5.4 5.8 5.1 4.8 3.7 3.6 3.1 5.0 3.9 4.7 4.7
+ 13:01-14:00 5.1 5.3 5.9 5.2 4.6 3.8 3.8 3.1 4.7 3.7 5.0 4.8
+ 14:01-15:00 5.2 5.1 6.1 5.2 5.0 4.3 4.1 2.8 4.6 4.2 4.8 4.7
+ 15:01-16:00 5.2 5.0 5.9 4.8 4.7 4.3 4.3 3.7 4.6 4.4 5.1 4.9
+ 16:01-17:00 4.9 4.7 5.5 5.3 4.6 4.2 4.6 3.2 4.9 4.2 4.8 4.1
+ 17:01-18:00 4.2 4.1 5.2 4.7 4.5 4.2 4.2 4.0 4.6 3.7 4.2 3.5
+ 18:01-19:00 3.9 3.9 4.6 4.3 4.3 3.8 3.5 2.6 3.8 3.4 3.8 3.6
+ 19:01-20:00 3.7 3.5 4.4 3.6 3.5 3.3 3.3 2.6 3.6 3.2 3.5 3.6
+ 20:01-21:00 3.5 3.2 4.4 3.3 3.2 3.1 3.2 2.1 3.2 2.9 3.4 3.4
+ 21:01-22:00 3.3 3.4 4.3 3.1 3.0 2.5 2.6 1.7 3.0 2.4 3.0 3.0
+ 22:01-23:00 3.1 3.1 4.1 2.8 2.9 2.3 2.4 1.5 3.0 2.1 3.2 2.9
+ 23:01-24:00 2.8 2.7 3.7 3.1 2.6 1.8 1.8 1.1 2.5 1.8 3.1 2.6
+ Max Hour 15 13 15 17 15 16 17 18 13 16 16 16
+ Min Hour 4 24 5 2 3 5 5 4 2 2 6 6
+
+ - Average Hourly Statistics for Wind Direction ° {N=0 or 360,E=90,S=180,W=270}
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 178 164 173 124 153 101 102 51 133 76 129 152
+ 1:01- 2:00 151 168 162 149 167 100 135 41 109 98 145 141
+ 2:01- 3:00 148 181 177 127 135 79 63 31 99 92 144 144
+ 3:01- 4:00 138 162 165 125 109 98 70 33 129 96 122 141
+ 4:01- 5:00 156 183 150 144 105 106 57 59 115 80 167 140
+ 5:01- 6:00 143 168 163 130 138 91 73 91 131 90 122 130
+ 6:01- 7:00 167 157 163 113 146 120 116 43 98 106 126 151
+ 7:01- 8:00 163 158 164 139 185 154 160 158 112 97 114 170
+ 8:01- 9:00 183 164 179 137 155 171 187 160 146 120 149 151
+ 9:01-10:00 162 195 171 153 156 180 206 162 134 150 168 149
+ 10:01-11:00 194 181 178 165 148 183 203 184 126 144 165 191
+ 11:01-12:00 189 183 178 169 169 173 175 160 143 147 163 190
+ 12:01-13:00 213 178 180 168 151 173 183 140 158 180 168 201
+ 13:01-14:00 220 155 197 168 134 164 173 119 155 156 190 215
+ 14:01-15:00 206 195 195 165 160 157 185 118 176 156 159 221
+ 15:01-16:00 210 173 193 168 162 157 188 122 165 146 122 207
+ 16:01-17:00 201 175 190 186 142 147 173 138 137 162 123 183
+ 17:01-18:00 188 166 195 160 145 151 165 142 143 159 129 191
+ 18:01-19:00 205 176 202 157 147 129 164 113 139 140 155 199
+ 19:01-20:00 179 173 207 147 153 130 137 123 123 134 150 191
+ 20:01-21:00 168 137 195 154 150 137 129 122 117 136 148 144
+ 21:01-22:00 169 135 177 157 151 133 153 112 149 143 128 143
+ 22:01-23:00 184 145 155 144 140 136 174 107 145 106 157 161
+ 23:01-24:00 161 138 172 148 145 119 97 69 130 105 153 131
+ Max Hour 14 10 20 17 8 11 10 11 15 13 14 15
+ Min Hour 4 22 5 7 5 3 5 3 7 1 8 6
+
+ - Monthly Statistics for Liquid Precipitation mm
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Total 0 0 0 0 0 73 26 98 0 0 0 0
+ Max Hourly 0 0 0 0 0 18 15 22 0 0 0 0
+
+ - Monthly Statistics for Albedo
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Average 0.000 0.000 0.000 0.000 0.000 0.170 0.160 0.160 0.000 0.000 0.000 0.000
+
+ - Monthly Statistics for Solar Radiation (Direct Normal, Diffuse, Global Horizontal) Wh/m²
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ Direct Avg 3230 3158 3888 3428 3986 4440 4347 4287 4527 4546 3622 3073
+
+ Direct Max 8540 9025 9593 8810 10405 7722 7493 7418 9147 8986 8081 8100
+ Day 26 23 10 7 20 24 14 1 7 12 10 31
+
+ Diffuse Avg 1296 1565 1848 2474 2553 2724 2982 2386 2087 1573 1348 1231
+
+ Global Avg 2827 3280 4272 4917 5436 5949 6176 5467 5061 4250 3188 2608
+ - Maximum Direct Normal Solar of 10405 Wh/m² on May 20
+
+ - Average Hourly Statistics for Direct Normal Solar Radiation Wh/m²
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 5:01- 6:00 0 0 0 1 14 42 8 0 0 0 0 0
+ 6:01- 7:00 0 0 18 55 156 169 160 50 75 33 9 0
+ 7:01- 8:00 71 79 160 188 252 351 301 287 296 262 138 58
+ 8:01- 9:00 219 186 282 221 297 373 364 396 403 348 297 233
+ 9:01-10:00 293 253 351 298 352 434 445 457 454 482 359 265
+ 10:01-11:00 350 329 353 366 394 429 398 494 454 513 449 332
+ 11:01-12:00 379 352 442 409 380 436 481 423 464 531 510 393
+ 12:01-13:00 365 352 426 400 399 415 385 422 498 547 476 387
+ 13:01-14:00 429 424 425 354 409 381 379 428 493 549 428 418
+ 14:01-15:00 432 403 430 349 345 379 423 404 439 479 378 403
+ 15:01-16:00 369 352 386 321 379 376 381 335 391 430 325 343
+ 16:01-17:00 250 290 354 265 291 269 309 285 350 288 223 216
+ 17:01-18:00 73 134 230 170 217 241 217 232 196 85 31 26
+ 18:01-19:00 0 4 31 32 100 146 93 75 14 0 0 0
+ 19:01-20:00 0 0 0 0 1 0 3 0 0 0 0 0
+ 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
+ Max Hour* 15 14 12 12 14 12 12 11* 13 14 12 14
+ Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
+
+ - Average Hourly Statistics for Diffuse Horizontal Solar Radiation Wh/m²
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 5:01- 6:00 0 0 0 1 11 2 5 0 0 0 0 0
+ 6:01- 7:00 0 0 11 36 59 93 64 61 27 18 3 0
+ 7:01- 8:00 20 31 56 95 125 151 132 118 83 64 40 21
+ 8:01- 9:00 66 92 130 173 200 218 202 165 147 125 100 69
+ 9:01-10:00 114 142 171 246 261 255 261 214 201 154 149 124
+ 10:01-11:00 154 183 236 276 268 282 321 240 249 196 170 165
+ 11:01-12:00 190 219 238 285 301 302 339 272 255 199 185 180
+ 12:01-13:00 202 218 231 303 303 291 348 286 269 207 194 194
+ 13:01-14:00 176 202 220 290 280 299 355 270 254 189 183 171
+ 14:01-15:00 159 178 196 260 252 268 293 264 230 173 148 142
+ 15:01-16:00 122 156 177 219 209 208 268 229 182 140 108 106
+ 16:01-17:00 71 104 114 169 157 190 205 153 121 82 57 49
+ 17:01-18:00 21 39 55 95 94 116 130 90 58 27 11 9
+ 18:01-19:00 0 2 13 27 33 49 56 25 11 0 0 0
+ 19:01-20:00 0 0 0 0 1 0 3 0 0 0 0 0
+ 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
+ Max Hour 13 12 12 13 13 12 14 13 13 13 13 13
+ Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
+
+ - Average Hourly Statistics for Global Horizontal Solar Radiation Wh/m²
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 1:01- 2:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 2:01- 3:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 3:01- 4:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 4:01- 5:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 5:01- 6:00 0 0 0 1 12 3 6 0 0 0 0 0
+ 6:01- 7:00 0 0 13 43 92 131 96 68 36 22 5 0
+ 7:01- 8:00 28 40 87 158 230 301 253 219 170 126 60 27
+ 8:01- 9:00 116 146 245 292 381 449 417 384 348 273 199 124
+ 9:01-10:00 231 261 377 456 532 593 599 545 505 437 324 228
+ 10:01-11:00 339 382 492 581 618 668 672 662 612 558 438 334
+ 11:01-12:00 421 463 598 659 666 726 802 668 660 606 521 409
+ 12:01-13:00 435 473 593 677 693 703 728 691 710 631 510 426
+ 13:01-14:00 439 498 567 608 665 665 718 667 670 587 447 406
+ 14:01-15:00 388 429 510 542 544 599 663 602 558 470 343 333
+ 15:01-16:00 271 330 407 432 478 487 551 464 416 341 227 223
+ 16:01-17:00 131 199 262 297 313 344 384 302 264 163 98 86
+ 17:01-18:00 29 56 103 141 166 207 213 164 98 37 15 12
+ 18:01-19:00 0 3 17 31 46 74 72 33 13 0 0 0
+ 19:01-20:00 0 0 0 0 1 0 3 0 0 0 0 0
+ 20:01-21:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 21:01-22:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 22:01-23:00 0 0 0 0 0 0 0 0 0 0 0 0
+ 23:01-24:00 0 0 0 0 0 0 0 0 0 0 0 0
+ Max Hour 14 14 12 13 13 12 12 13 13 13 12 13
+ Min Hour 1 1 1 1 1 1 1 1 1 1 1 1
+
+ - Average Hourly Statistics for Total Sky Cover %
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 63 69 64 67 56 35 41 44 27 29 50 55
+ 1:01- 2:00 63 66 65 67 62 36 42 47 31 30 56 55
+ 2:01- 3:00 62 70 65 71 63 36 39 45 33 30 55 52
+ 3:01- 4:00 60 69 61 66 61 38 38 44 36 39 55 53
+ 4:01- 5:00 58 71 62 67 62 46 38 44 38 39 55 55
+ 5:01- 6:00 62 72 61 68 67 54 52 48 51 47 54 58
+ 6:01- 7:00 64 75 64 75 65 45 48 54 44 51 57 64
+ 7:01- 8:00 66 76 68 73 68 61 53 62 43 47 65 68
+ 8:01- 9:00 70 75 66 75 69 63 61 62 46 53 62 65
+ 9:01-10:00 69 75 65 77 68 61 59 57 48 46 64 70
+ 10:01-11:00 65 71 66 71 69 58 59 59 50 48 59 66
+ 11:01-12:00 64 70 62 68 72 59 63 65 53 49 58 63
+ 12:01-13:00 66 70 61 70 69 64 69 68 53 48 58 63
+ 13:01-14:00 61 64 62 69 70 63 67 68 53 47 58 57
+ 14:01-15:00 60 64 60 69 71 66 67 70 57 48 56 55
+ 15:01-16:00 62 70 60 70 65 62 65 72 54 51 58 55
+ 16:01-17:00 65 65 56 74 65 63 66 73 48 50 51 55
+ 17:01-18:00 64 67 57 71 63 64 61 74 47 49 45 55
+ 18:01-19:00 61 64 56 67 63 84 65 77 43 41 41 55
+ 19:01-20:00 63 61 58 63 61 52 59 60 35 35 42 59
+ 20:01-21:00 58 58 53 65 57 48 51 54 36 35 38 60
+ 21:01-22:00 55 57 53 63 57 41 48 52 32 37 46 60
+ 22:01-23:00 57 64 53 64 55 37 40 48 32 39 48 62
+ 23:01-24:00 60 66 55 66 57 36 39 53 33 34 50 54
+ Max Hour 9 8 8 10 12 19 13 19 15 9 8 10
+ Min Hour 22 22 21 22 23 1 4 5 1 1 21 3
+
+ - Average Hourly Statistics for Opaque Sky Cover %
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0:01- 1:00 55 64 58 61 54 29 24 38 24 26 41 53
+ 1:01- 2:00 55 64 60 62 58 30 28 40 28 25 47 54
+ 2:01- 3:00 56 68 59 65 55 28 26 40 29 26 47 50
+ 3:01- 4:00 57 68 58 59 55 31 26 41 34 33 48 51
+ 4:01- 5:00 55 69 60 62 56 42 27 40 35 33 50 52
+ 5:01- 6:00 58 69 59 62 61 51 37 44 46 39 49 55
+ 6:01- 7:00 61 71 62 66 59 41 39 48 37 43 53 57
+ 7:01- 8:00 60 73 66 67 62 59 42 57 37 41 60 64
+ 8:01- 9:00 66 70 63 70 62 61 49 58 42 49 53 61
+ 9:01-10:00 66 71 61 67 61 58 50 55 44 40 56 65
+ 10:01-11:00 61 66 62 63 63 54 50 56 46 42 49 61
+ 11:01-12:00 58 65 58 57 65 56 52 61 49 43 48 57
+ 12:01-13:00 61 64 58 61 62 61 61 63 49 41 50 57
+ 13:01-14:00 55 56 58 62 62 59 61 65 48 41 52 52
+ 14:01-15:00 52 58 56 61 66 60 56 66 53 41 51 50
+ 15:01-16:00 55 62 58 60 60 55 56 68 48 44 51 51
+ 16:01-17:00 56 57 54 60 59 53 53 69 43 43 44 50
+ 17:01-18:00 57 60 53 56 58 54 50 71 39 42 38 49
+ 18:01-19:00 52 56 53 52 53 82 51 73 35 35 34 49
+ 19:01-20:00 55 53 54 55 53 44 44 57 30 30 35 54
+ 20:01-21:00 52 50 49 56 51 41 30 51 31 29 32 54
+ 21:01-22:00 52 51 51 54 52 35 32 49 28 31 39 55
+ 22:01-23:00 53 59 51 56 52 32 27 43 28 31 40 59
+ 23:01-24:00 55 63 54 60 54 28 26 46 27 28 42 53
+ Max Hour 9 8 8 9 15 19 13 19 15 9 8 10
+ Min Hour 22 21 21 19 21 3 1 1 1 2 21 18
+
+ - Monthly Calculated "undisturbed" Ground Temperatures** °C
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ 0.5 m 15.8 13.0 12.3 12.9 16.6 20.8 24.7 27.5 28.4 27.0 23.8 19.8
+ 2.0 m 18.2 15.7 14.4 14.4 16.4 19.2 22.3 24.9 26.2 26.0 24.2 21.4
+ 4.0 m 19.9 17.9 16.6 16.3 17.0 18.6 20.7 22.7 24.1 24.4 23.6 22.0
+
+ - **These ground temperatures should NOT BE USED in the GroundTemperatures object to compute building floor losses.
+ - The temperatures for 0.5 m depth can be used for GroundTemperatures:Surface.
+ - The temperatures for 4.0 m depth can be used for GroundTemperatures:Deep.
+ - Calculations use a standard soil diffusivity of 2.3225760E-03 {m**2/day}
+
+ - Heating/Cooling Degree Days/Hours calculated from this weather file.
+ - Heating/Cooling Degree Days/Hours from design conditions shown earlier in this report.
+ - Monthly Weather File Heating/Cooling Degree Days/Hours
+ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
+ HDD base 10C 53 42 7 0 0 0 0 0 0 0 1 31
+ HDD base 18C 234 159 89 18 0 0 0 0 0 20 71 183
+
+ CDD base 10C 69 120 199 315 435 511 566 564 493 320 214 109
+ CDD base 18C 2 13 34 93 187 271 318 316 253 92 44 14
+
+ CDH base 20C 88 328 649 1621 3283 5075 6153 6105 4775 1973 926 341
+ CDH base 23C 11 79 184 634 1641 3023 3932 3878 2925 978 282 90
+ CDH base 27C 0 1 11 79 393 1004 1607 1758 1161 246 2 1
+
+ - 3915 annual (wthr file) cooling degree-days (10°C baseline)
+ - 134 annual (wthr file) heating degree-days (10°C baseline)
+
+ - 1635 annual (wthr file) cooling degree-days (18°C baseline)
+ - 774 annual (wthr file) heating degree-days (18°C baseline)
+
+ - Climate type "Cfa" (Köppen classification)**
+ - Humid subtropical (mild with no dry season, hot summer, lat. 20-35°N)
+ - **Note that the Köppen classification shown here is derived algorithmically from the source weather data.
+ - It may not be indicative of the long term climate for this location.
+
+ - Climate type "2A" (ASHRAE Standard 196-2006 Climate Zone)**
+ - Hot - Humid, Probable Köppen classification=Cfa, Humid Subtropical (Warm Summer)
+ - **Note that the ASHRAE classification shown here is derived algorithmically from the source weather data.
+ - It may not be indicative of the long term climate for this location.
+
+ - Typical/Extreme Period Determination
+
+ - Summer is Jul:Sep
+ Extreme Summer Week (nearest maximum temperature for summer)
+ Extreme Hot Week Period selected: Jul 29:Aug 4, Maximum Temp= 39.40°C, Deviation=| 9.680|°C
+ Typical Summer Week (nearest average temperature for summer)
+ Typical Week Period selected: Jul 22:Jul 28, Average Temp= 27.65°C, Deviation=| 0.063|°C
+
+ - Winter is Jan:Mar
+ Extreme Winter Week (nearest minimum temperature for winter)
+ Extreme Cold Week Period selected: Jan 15:Jan 21, Minimum Temp= -6.10°C, Deviation=|14.714|°C
+ Typical Winter Week (nearest average temperature for winter)
+ Typical Week Period selected: Mar 12:Mar 18, Average Temp= 13.17°C, Deviation=| 0.831|°C
+
+ - Autumn is Oct:Dec
+ Typical Autumn Week (nearest average temperature for autumn)
+ Typical Week Period selected: Nov 26:Dec 2, Average Temp= 16.65°C, Deviation=| 0.393|°C
+
+ - Spring is Apr:Jun
+ Typical Spring Week (nearest average temperature for spring)
+ Typical Week Period selected: May 13:May 19, Average Temp= 23.85°C, Deviation=| 0.433|°C