urbanopt-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +2 -2
- data/CHANGELOG.md +15 -0
- data/Gemfile +11 -11
- data/README.md +1 -1
- data/example_files/Gemfile +3 -3
- data/example_files/mappers/Baseline.rb +233 -204
- data/example_files/mappers/HighEfficiency.rb +41 -8
- data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
- data/example_files/resources/hpxml-measures/.gitignore +1 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
- data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
- data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
- data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
- data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
- data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
- data/example_files/resources/hpxml-measures/tasks.rb +101 -175
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
- data/lib/uo_cli.rb +40 -22
- data/lib/uo_cli/version.rb +1 -1
- data/uo_cli.gemspec +3 -4
- metadata +149 -27
- data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
data/lib/uo_cli.rb
CHANGED
@@ -186,6 +186,9 @@ module URBANopt
|
|
186
186
|
opt :reopt_feature, "\nOptimize for each building individually with REopt\n" \
|
187
187
|
'Example: uo process --reopt-feature'
|
188
188
|
|
189
|
+
opt :with_database, "\nInclude a sql database output of post-processed results\n" \
|
190
|
+
'Example: uo process --default --with-database'
|
191
|
+
|
189
192
|
opt :scenario, "\nSelect which scenario to optimize", default: 'baseline_scenario.csv', required: true
|
190
193
|
|
191
194
|
opt :feature, "\nSelect which FeatureFile to use", default: 'example_project.json', required: true
|
@@ -198,13 +201,13 @@ module URBANopt
|
|
198
201
|
@subopts = Optimist.options do
|
199
202
|
banner "\nURBANopt #{cmd}:\n \n"
|
200
203
|
|
201
|
-
opt :
|
202
|
-
"Provide the FeatureFile
|
203
|
-
|
204
|
+
opt :feature, "\nVisualize results for all scenarios for a feature file\n" \
|
205
|
+
"Provide the FeatureFile to visualize each associated scenario\n" \
|
206
|
+
"Example: uo visualize --feature example_project.json\n", type: String, short: :f
|
204
207
|
|
205
|
-
opt :
|
206
|
-
"Provide the
|
207
|
-
|
208
|
+
opt :scenario, "\nVisualize results for all features in a scenario\n" \
|
209
|
+
"Provide the scenario CSV file to visualize each feature in the scenario\n" \
|
210
|
+
"Example: uo visualize --scenario baseline_scenario.csv\n", type: String, short: :s
|
208
211
|
end
|
209
212
|
end
|
210
213
|
|
@@ -681,8 +684,13 @@ module URBANopt
|
|
681
684
|
default_post_processor = URBANopt::Scenario::ScenarioDefaultPostProcessor.new(run_func)
|
682
685
|
scenario_report = default_post_processor.run
|
683
686
|
scenario_report.save
|
684
|
-
scenario_report.feature_reports.each(&:
|
685
|
-
|
687
|
+
scenario_report.feature_reports.each(&:save_json_report)
|
688
|
+
scenario_report.feature_reports.each(&:save_csv_report)
|
689
|
+
|
690
|
+
if @opthash.subopts[:with_database] == true
|
691
|
+
default_post_processor.create_scenario_db_file
|
692
|
+
end
|
693
|
+
|
686
694
|
if @opthash.subopts[:default] == true
|
687
695
|
puts "\nDone\n"
|
688
696
|
results << { "process_type": 'default', "status": 'Complete', "timestamp": Time.now.strftime('%Y-%m-%dT%k:%M:%S.%L') }
|
@@ -721,12 +729,16 @@ module URBANopt
|
|
721
729
|
end
|
722
730
|
|
723
731
|
if @opthash.command == 'visualize'
|
724
|
-
|
732
|
+
|
733
|
+
if @opthash.subopts[:feature] == false && @opthash.subopts[:scenario] == false
|
725
734
|
abort("\nERROR: No valid process type entered. Must enter a valid process type\n")
|
726
735
|
end
|
727
736
|
|
728
|
-
if @opthash.subopts[:
|
729
|
-
|
737
|
+
if @opthash.subopts[:feature]
|
738
|
+
if !@opthash.subopts[:feature].to_s.include? (".json")
|
739
|
+
abort("\nERROR: No Feature File specified. Please specify Feature File for creating scenario visualizations.\n")
|
740
|
+
end
|
741
|
+
@feature_path = File.split(File.absolute_path(@opthash.subopts[:feature]))[0]
|
730
742
|
run_dir = File.join(@feature_path, 'run')
|
731
743
|
scenario_folders = []
|
732
744
|
scenario_report_exists = false
|
@@ -748,22 +760,27 @@ module URBANopt
|
|
748
760
|
end
|
749
761
|
html_in_path = File.join(vis_file_path, 'input_visualization_scenario.html')
|
750
762
|
if !File.exist?(html_in_path)
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
763
|
+
$LOAD_PATH.each do |path_item|
|
764
|
+
if path_item.to_s.end_with?('example_files')
|
765
|
+
FileUtils.cp(File.join(path_item, 'visualization', 'input_visualization_scenario.html'), html_in_path)
|
766
|
+
end
|
767
|
+
end
|
755
768
|
end
|
756
769
|
html_out_path = File.join(@feature_path, '/run/scenario_comparison.html')
|
757
770
|
FileUtils.cp(html_in_path, html_out_path)
|
758
771
|
puts "\nDone\n"
|
759
772
|
end
|
773
|
+
end
|
760
774
|
|
761
|
-
|
762
|
-
|
775
|
+
if @opthash.subopts[:scenario]
|
776
|
+
if !@opthash.subopts[:scenario].to_s.include? (".csv")
|
777
|
+
abort("\nERROR: No Scenario File specified. Please specify Scenario File for feature visualizations.\n")
|
778
|
+
end
|
779
|
+
@root_dir, @scenario_file_name = File.split(File.absolute_path(@opthash.subopts[:scenario]))
|
763
780
|
name = File.basename(@scenario_file_name, File.extname(@scenario_file_name))
|
764
781
|
run_dir = File.join(@root_dir, 'run', name.downcase)
|
765
782
|
feature_report_exists = false
|
766
|
-
feature_id = CSV.read(File.absolute_path(@opthash.subopts[:
|
783
|
+
feature_id = CSV.read(File.absolute_path(@opthash.subopts[:scenario]), headers: true)
|
767
784
|
feature_folders = []
|
768
785
|
# loop through building feature ids from scenario csv
|
769
786
|
feature_id['Feature Id'].each do |feature|
|
@@ -784,10 +801,11 @@ module URBANopt
|
|
784
801
|
end
|
785
802
|
html_in_path = File.join(vis_file_path, 'input_visualization_feature.html')
|
786
803
|
if !File.exist?(html_in_path)
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
804
|
+
$LOAD_PATH.each do |path_item|
|
805
|
+
if path_item.to_s.end_with?('example_files')
|
806
|
+
FileUtils.cp(File.join(path_item, 'visualization', 'input_visualization_feature.html'), html_in_path)
|
807
|
+
end
|
808
|
+
end
|
791
809
|
end
|
792
810
|
html_out_path = File.join(@root_dir, 'run', name, 'feature_comparison.html')
|
793
811
|
FileUtils.cp(html_in_path, html_out_path)
|
data/lib/uo_cli/version.rb
CHANGED
data/uo_cli.gemspec
CHANGED
@@ -32,13 +32,12 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.require_paths = ['lib', 'example_files']
|
33
33
|
spec.required_ruby_version = '~> 2.5.0'
|
34
34
|
|
35
|
-
#
|
35
|
+
# use specific versions of urbanopt and openstudio dependencies while under heavy development
|
36
36
|
spec.add_runtime_dependency 'optimist', '~> 3'
|
37
37
|
spec.add_runtime_dependency 'pycall', '1.3.1'
|
38
38
|
spec.add_runtime_dependency 'urbanopt-geojson', '~> 0.4.0'
|
39
|
-
spec.add_runtime_dependency 'urbanopt-reopt', '~> 0.4.
|
40
|
-
spec.add_runtime_dependency 'urbanopt-
|
41
|
-
spec.add_runtime_dependency 'urbanopt-scenario', '~> 0.4.2'
|
39
|
+
spec.add_runtime_dependency 'urbanopt-reopt', '~> 0.4.1'
|
40
|
+
spec.add_runtime_dependency 'urbanopt-scenario', '~> 0.4.4'
|
42
41
|
|
43
42
|
spec.add_development_dependency 'bundler', '~> 2.1'
|
44
43
|
spec.add_development_dependency 'rake', '~> 13.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: urbanopt-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Moore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: optimist
|
@@ -58,42 +58,28 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.4.
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 0.4.0
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: urbanopt-reporting
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: 0.2.0
|
61
|
+
version: 0.4.1
|
76
62
|
type: :runtime
|
77
63
|
prerelease: false
|
78
64
|
version_requirements: !ruby/object:Gem::Requirement
|
79
65
|
requirements:
|
80
66
|
- - "~>"
|
81
67
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
68
|
+
version: 0.4.1
|
83
69
|
- !ruby/object:Gem::Dependency
|
84
70
|
name: urbanopt-scenario
|
85
71
|
requirement: !ruby/object:Gem::Requirement
|
86
72
|
requirements:
|
87
73
|
- - "~>"
|
88
74
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.4.
|
75
|
+
version: 0.4.4
|
90
76
|
type: :runtime
|
91
77
|
prerelease: false
|
92
78
|
version_requirements: !ruby/object:Gem::Requirement
|
93
79
|
requirements:
|
94
80
|
- - "~>"
|
95
81
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.4.
|
82
|
+
version: 0.4.4
|
97
83
|
- !ruby/object:Gem::Dependency
|
98
84
|
name: bundler
|
99
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -178,7 +164,6 @@ files:
|
|
178
164
|
- bin/uo
|
179
165
|
- developer_nrel_key.rb
|
180
166
|
- example_files/Gemfile
|
181
|
-
- example_files/Gemfile.lock
|
182
167
|
- example_files/base_workflow_res.osw
|
183
168
|
- example_files/example_floorspace_project.json
|
184
169
|
- example_files/example_project.json
|
@@ -233,6 +218,135 @@ files:
|
|
233
218
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb
|
234
219
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb
|
235
220
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb
|
221
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb
|
222
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md
|
223
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv
|
224
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv
|
225
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv
|
226
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv
|
227
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv
|
228
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv
|
229
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml
|
230
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv
|
231
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv
|
232
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv
|
233
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv
|
234
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv
|
235
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv
|
236
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv
|
237
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv
|
238
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv
|
239
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv
|
240
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv
|
241
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv
|
242
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv
|
243
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv
|
244
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv
|
245
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv
|
246
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv
|
247
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv
|
248
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv
|
249
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv
|
250
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv
|
251
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv
|
252
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv
|
253
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv
|
254
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv
|
255
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv
|
256
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv
|
257
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv
|
258
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv
|
259
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv
|
260
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv
|
261
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv
|
262
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv
|
263
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv
|
264
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv
|
265
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv
|
266
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv
|
267
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv
|
268
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv
|
269
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv
|
270
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv
|
271
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv
|
272
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv
|
273
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv
|
274
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv
|
275
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv
|
276
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv
|
277
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv
|
278
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv
|
279
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv
|
280
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv
|
281
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv
|
282
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv
|
283
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv
|
284
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv
|
285
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv
|
286
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv
|
287
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv
|
288
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv
|
289
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv
|
290
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv
|
291
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv
|
292
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv
|
293
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv
|
294
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv
|
295
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv
|
296
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv
|
297
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv
|
298
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv
|
299
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv
|
300
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv
|
301
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv
|
302
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv
|
303
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv
|
304
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv
|
305
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv
|
306
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv
|
307
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv
|
308
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv
|
309
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv
|
310
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv
|
311
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv
|
312
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv
|
313
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv
|
314
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv
|
315
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv
|
316
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv
|
317
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv
|
318
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv
|
319
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv
|
320
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv
|
321
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv
|
322
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv
|
323
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv
|
324
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv
|
325
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv
|
326
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv
|
327
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv
|
328
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv
|
329
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv
|
330
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv
|
331
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv
|
332
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv
|
333
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv
|
334
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv
|
335
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv
|
336
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv
|
337
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv
|
338
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv
|
339
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv
|
340
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv
|
341
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv
|
342
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv
|
343
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv
|
344
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv
|
345
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv
|
346
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv
|
347
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv
|
348
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv
|
349
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv
|
236
350
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw
|
237
351
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw
|
238
352
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw
|
@@ -364,11 +478,10 @@ files:
|
|
364
478
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw
|
365
479
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw
|
366
480
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw
|
481
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-AMY-2012.osw
|
367
482
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw
|
368
483
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw
|
369
484
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw
|
370
|
-
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-epw-filepath-AMY-2012.osw
|
371
|
-
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-epw-filepath.osw
|
372
485
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw
|
373
486
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw
|
374
487
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw
|
@@ -388,6 +501,9 @@ files:
|
|
388
501
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw
|
389
502
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw
|
390
503
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw
|
504
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw
|
505
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-user-specified.osw
|
506
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw
|
391
507
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw
|
392
508
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw
|
393
509
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw
|
@@ -399,11 +515,14 @@ files:
|
|
399
515
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw
|
400
516
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw
|
401
517
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw
|
518
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw
|
519
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw
|
402
520
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw
|
403
521
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw
|
404
522
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw
|
405
523
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw
|
406
524
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw
|
525
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw
|
407
526
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw
|
408
527
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw
|
409
528
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw
|
@@ -427,6 +546,8 @@ files:
|
|
427
546
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw
|
428
547
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw
|
429
548
|
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw
|
549
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv
|
550
|
+
- example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv
|
430
551
|
- example_files/resources/hpxml-measures/Gemfile
|
431
552
|
- example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb
|
432
553
|
- example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml
|
@@ -529,7 +650,6 @@ files:
|
|
529
650
|
- example_files/resources/hpxml-measures/weather/USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw
|
530
651
|
- example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv
|
531
652
|
- example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw
|
532
|
-
- example_files/resources/hpxml-measures/weather/data.csv
|
533
653
|
- example_files/resources/hpxml-measures/workflow/run_simulation.rb
|
534
654
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml
|
535
655
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml
|
@@ -715,11 +835,10 @@ files:
|
|
715
835
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml
|
716
836
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml
|
717
837
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml
|
838
|
+
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml
|
718
839
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml
|
719
840
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml
|
720
841
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml
|
721
|
-
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-epw-filepath-AMY-2012.xml
|
722
|
-
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-epw-filepath.xml
|
723
842
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml
|
724
843
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml
|
725
844
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml
|
@@ -747,6 +866,9 @@ files:
|
|
747
866
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml
|
748
867
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml
|
749
868
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml
|
869
|
+
- example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml
|
870
|
+
- example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml
|
871
|
+
- example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml
|
750
872
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml
|
751
873
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml
|
752
874
|
- example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml
|
@@ -815,6 +937,7 @@ files:
|
|
815
937
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml
|
816
938
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml
|
817
939
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml
|
940
|
+
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-calendar-year.xml
|
818
941
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml
|
819
942
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml
|
820
943
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml
|
@@ -826,7 +949,6 @@ files:
|
|
826
949
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml
|
827
950
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml
|
828
951
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml
|
829
|
-
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-wmo.xml
|
830
952
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml
|
831
953
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml
|
832
954
|
- example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml
|
@@ -1,1012 +0,0 @@
|
|
1
|
-
wmo,station_name,state,latitude,longitude,timezone,elevation,class,filename
|
2
|
-
690150,Twentynine_Palms,CA,34.3,-116.17,-8,626,II,USA_CA_Twentynine.Palms.690150_TMY3.epw
|
3
|
-
690190,Abilene_Dyess_Afb,TX,32.43,-99.85,-6,545,II,USA_TX_Abilene-Dyess.AFB.690190_TMY3.epw
|
4
|
-
690230,Whidbey_Island_Nas,WA,48.35,-122.67,-8,10,II,USA_WA_Whidbey.Island.NAS.690230_TMY3.epw
|
5
|
-
699604,Yuma_Mcas,AZ,32.65,-114.62,-7,65,II,USA_AZ_Yuma.MCAS.699604_TMY3.epw
|
6
|
-
700197,Selawik,AK,66.6,-160,-9,8,III,USA_AK_Selawik.700197_TMY3.epw
|
7
|
-
700260,Barrow_W_Post_W_Rogers_Arpt_N,AK,71.32,-156.62,-9,10,II,USA_AK_Barrow-W.Post-W.Rogers.AP.700260_TMY3.epw
|
8
|
-
700637,Deadhorse,AK,70.2,-148.48,-9,23,II,USA_AK_Deadhorse.700637_TMY3.epw
|
9
|
-
701043,Point_Hope_Awos,AK,68.35,-166.8,-9,4,II,USA_AK_Point.Hope.AWOS.701043_TMY3.epw
|
10
|
-
701195,Shishmaref_Awos,AK,66.27,-166.05,-9,2,II,USA_AK_Shishmaref.AWOS.701195_TMY3.epw
|
11
|
-
701330,Kotzebue_Ralph_Wein_Memorial,AK,66.88,-162.6,-9,3,II,USA_AK_Kotzebue-Ralph.Wein.Mem.AP.701330_TMY3.epw
|
12
|
-
701625,Anaktuvuk_Pass,AK,68.13,-151.73,-9,657,III,USA_AK_Anaktuvuk.Pass.701625_TMY3.epw
|
13
|
-
701718,Ambler,AK,67.1,-157.85,-9,88,II,USA_AK_Ambler.701718_TMY3.epw
|
14
|
-
701740,Bettles_Field,AK,66.92,-151.52,-9,196,II,USA_AK_Bettles.Field.701740_TMY3.epw
|
15
|
-
701780,Tanana_Ralph_M_Calhoun_Mem_Ap,AK,65.17,-152.1,-9,71,II,USA_AK_Tanana-Ralph.Calhoun.AP.701780_TMY3.epw
|
16
|
-
701940,Fort_Yukon,AK,66.57,-145.27,-9,136,III,USA_AK_Fort.Yukon.701940_TMY3.epw
|
17
|
-
702000,Nome_Municipal_Arpt,AK,64.52,-165.45,-9,4,II,USA_AK_Nome.Muni.AP.702000_TMY3.epw
|
18
|
-
702005,Saint_Mary_S_Awos,AK,62.07,-163.3,-9,95,II,USA_AK_Saint.Marys.AWOS.702005_TMY3.epw
|
19
|
-
702035,Savoonga,AK,63.68,-170.5,-9,17,III,USA_AK_Savoonga.702035_TMY3.epw
|
20
|
-
702040,Gambell,AK,63.78,-171.75,-9,8,III,USA_AK_Gambell.702040_TMY3.epw
|
21
|
-
702070,Unalakleet_Field,AK,63.88,-160.8,-9,5,III,USA_AK_Unalakleet.Field.702070_TMY3.epw
|
22
|
-
702075,Anvik,AK,62.65,-160.18,-9,99,III,USA_AK_Anvik.702075_TMY3.epw
|
23
|
-
702084,Emmonak,AK,62.78,-164.5,-9,4,II,USA_AK_Emmonak.702084_TMY3.epw
|
24
|
-
702185,Mekoryuk,AK,60.37,-166.27,-9,15,II,USA_AK_Mekoryuk.702185_TMY3.epw
|
25
|
-
702186,Hooper_Bay,AK,61.52,-166.15,-9,6,II,USA_AK_Hooper.Bay.702186_TMY3.epw
|
26
|
-
702190,Bethel_Airport,AK,60.78,-161.83,-9,38,II,USA_AK_Bethel.AP.702190_TMY3.epw
|
27
|
-
702225,Huslia,AK,65.7,-156.38,-9,55,III,USA_AK_Huslia.702225_TMY3.epw
|
28
|
-
702310,Mcgrath_Arpt,AK,62.95,-155.6,-9,105,II,USA_AK_McGrath.AP.702310_TMY3.epw
|
29
|
-
702320,Aniak_Airport,AK,61.58,-159.53,-9,26,III,USA_AK_Aniak.AP.702320_TMY3.epw
|
30
|
-
702460,Minchumina,AK,63.88,-152.28,-9,213,II,USA_AK_Minchumina.702460_TMY3.epw
|
31
|
-
702495,Hayes_River,AK,61.98,-152.08,-9,305,II,USA_AK_Hayes.River.702495_TMY3.epw
|
32
|
-
702510,Talkeetna_State_Arpt,AK,62.32,-150.1,-9,105,II,USA_AK_Talkeetna.State.AP.702510_TMY3.epw
|
33
|
-
702590,Kenai_Municipal_Ap,AK,60.58,-151.23,-9,26,II,USA_AK_Kenai.Muni.AP.702590_TMY3.epw
|
34
|
-
702595,Soldotna,AK,60.47,-151.03,-9,34,III,USA_AK_Soldotna.702595_TMY3.epw
|
35
|
-
702600,Nenana_Municipal_Ap,AK,64.55,-149.1,-9,109,II,USA_AK_Nenana.Muni.AP.702600_TMY3.epw
|
36
|
-
702606,Chulitna,AK,62.88,-149.83,-9,381,II,USA_AK_Chulitna.702606_TMY3.epw
|
37
|
-
702607,Hoonah,AK,58.08,-135.45,-9,6,II,USA_AK_Hoonah.702607_TMY3.epw
|
38
|
-
702610,Fairbanks_Intl_Arpt,AK,64.82,-147.85,-9,133,II,USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw
|
39
|
-
702647,Healy_River_Airport,AK,63.88,-149.02,-9,396,II,USA_AK_Healy.River.AP.702647_TMY3.epw
|
40
|
-
702650,Fairbanks_Eielson_A,AK,64.65,-147.1,-9,167,II,USA_AK_Eielson.AFB.702650_TMY3.epw
|
41
|
-
702670,Big_Delta_Allen_Aaf,AK,64,-145.72,-9,386,II,USA_AK_Big.Delta-Allen.AAF.702670_TMY3.epw
|
42
|
-
702710,Gulkana_Intermediate_Field,AK,62.15,-145.45,-9,478,II,USA_AK_Gulkana.702710_TMY3.epw
|
43
|
-
702720,Anchorage_Elmendorf,AK,61.25,-149.8,-9,59,II,USA_AK_Anchorage-Elmendorf.AFB.702720_TMY3.epw
|
44
|
-
702725,Lake_Hood_Seaplane,AK,61.18,-149.97,-9,22,III,USA_AK_Anchorage-Lake.Hood.Seaplane.Base.702725_TMY3.epw
|
45
|
-
702730,Anchorage_Intl_Ap,AK,61.18,-150,-9,35,II,USA_AK_Anchorage.Intl.AP.702730_TMY3.epw
|
46
|
-
702735,Anchorage_Merrill_Field,AK,61.22,-149.85,-9,42,II,USA_AK_Anchorage-Merrill.Field.702735_TMY3.epw
|
47
|
-
702740,Palmer_Municipal,AK,61.6,-149.08,-9,71,II,USA_AK_Palmer.Muni.AP.702740_TMY3.epw
|
48
|
-
702746,Birchwood,AK,61.42,-149.52,-9,30,III,USA_AK_Birchwood.702746_TMY3.epw
|
49
|
-
702750,Valdez_Wso,AK,61.13,-146.35,-9,7,II,USA_AK_Valdez.702750_TMY3.epw
|
50
|
-
702756,Valdez_Pioneer_Fiel,AK,61.13,-146.27,-9,38,II,USA_AK_Valdez-Pioneer.Field.702756_TMY3.epw
|
51
|
-
702757,Whittier,AK,60.77,-148.68,-9,9,II,USA_AK_Whittier.702757_TMY3.epw
|
52
|
-
702770,Seward,AK,60.12,-149.45,-9,18,II,USA_AK_Seward.702770_TMY3.epw
|
53
|
-
702910,Northway_Airport,AK,62.97,-141.93,-9,522,II,USA_AK_Northway.AP.702910_TMY3.epw
|
54
|
-
702960,Cordova,AK,60.5,-145.5,-9,12,II,USA_AK_Cordova.702960_TMY3.epw
|
55
|
-
702986,Big_River_Lake,AK,60.82,-152.3,-9,12,II,USA_AK_Big.River.Lake.702986_TMY3.epw
|
56
|
-
703080,St_Paul_Island_Arpt,AK,57.17,-170.22,-9,7,II,USA_AK_St.Paul.Island.AP.703080_TMY3.epw
|
57
|
-
703160,Cold_Bay_Arpt,AK,55.2,-162.72,-9,29,II,USA_AK_Cold.Bay.AP.703160_TMY3.epw
|
58
|
-
703165,Sand_Point,AK,55.32,-160.52,-9,7,II,USA_AK_Sand.Point.703165_TMY3.epw
|
59
|
-
703210,Dillingham_Amos,AK,59.05,-158.52,-9,29,II,USA_AK_Dillingham.AWOS.703210_TMY3.epw
|
60
|
-
703260,King_Salmon_Arpt,AK,58.68,-156.65,-9,15,II,USA_AK_King.Salmon.AP.703260_TMY3.epw
|
61
|
-
703330,Port_Heiden,AK,56.95,-158.62,-9,29,II,USA_AK_Port.Heiden.703330_TMY3.epw
|
62
|
-
703400,Iliamna_Arpt,AK,59.75,-154.92,-9,57,II,USA_AK_Iliamna.AP.703400_TMY3.epw
|
63
|
-
703407,Sleetmute,AK,61.72,-157.15,-9,54,III,USA_AK_Sleetmute.703407_TMY3.epw
|
64
|
-
703410,Homer_Arpt,AK,59.65,-151.48,-9,27,II,USA_AK_Homer.AP.703410_TMY3.epw
|
65
|
-
703430,Middleton_Island_Aut,AK,59.47,-146.32,-9,14,II,USA_AK_Middleton.Island.703430_TMY3.epw
|
66
|
-
703500,Kodiak_Airport,AK,57.75,-152.5,-9,5,II,USA_AK_Kodiak.AP.703500_TMY3.epw
|
67
|
-
703606,Togiac_Village_Awos,AK,59.05,-160.4,-9,6,II,USA_AK_Togiak.Village.AWOS.703606_TMY3.epw
|
68
|
-
703610,Yakutat_State_Arpt,AK,59.52,-139.63,-9,8,II,USA_AK_Yakutat.State.AP.703610_TMY3.epw
|
69
|
-
703620,Skagway_Airport,AK,59.47,-135.3,-9,9,II,USA_AK_Skagway.AP.703620_TMY3.epw
|
70
|
-
703670,Gustavus,AK,58.42,-135.7,-9,12,II,USA_AK_Gustavus.703670_TMY3.epw
|
71
|
-
703710,Sitka_Japonski_Ap,AK,57.05,-135.37,-9,4,II,USA_AK_Sitka-Japonski.Island.AP.703710_TMY3.epw
|
72
|
-
703810,Juneau_IntL_Arpt,AK,58.35,-134.58,-9,4,II,USA_AK_Juneau.Intl.AP.703810_TMY3.epw
|
73
|
-
703855,Kake_Seaplane_Base,AK,56.97,-133.95,-9,0,II,USA_AK_Kake.Seaplane.Base.703855_TMY3.epw
|
74
|
-
703860,Petersburg,AK,56.8,-132.95,-9,33,II,USA_AK_Petersburg.703860_TMY3.epw
|
75
|
-
703870,Wrangell,AK,56.48,-132.37,-9,13,II,USA_AK_Wrangell.703870_TMY3.epw
|
76
|
-
703884,Hydaburg_Seaplane,AK,55.2,-132.83,-9,0,III,USA_AK_Hydaburg.Seaplane.Base.703884_TMY3.epw
|
77
|
-
703950,Ketchikan_Intl_Ap,AK,55.37,-131.72,-9,23,II,USA_AK_Ketchikan.Intl.AP.703950_TMY3.epw
|
78
|
-
703980,Annette_Island_Ap,AK,55.05,-131.57,-9,33,II,USA_AK_Annette.Island.AP.703980_TMY3.epw
|
79
|
-
704140,Shemya_Afb,AK,52.72,174.12,-10,31,II,USA_AK_Shemya.AFB.704140_TMY3.epw
|
80
|
-
704540,Adak_Nas,AK,51.88,-176.65,-10,5,III,USA_AK_Adak.NAS.704540_TMY3.epw
|
81
|
-
704890,Dutch_Harbor,AK,53.9,-166.55,-9,4,II,USA_AK_Unalaska-Dutch.Harbor.Field.704890_TMY3.epw
|
82
|
-
722010,Key_West_Intl_Arpt,FL,24.55,-81.75,-5,1,I,USA_FL_Key.West.Intl.AP.722010_TMY3.epw
|
83
|
-
722015,Key_West_Nas,FL,24.58,-81.68,-5,7,II,USA_FL_Key.West.NAS.722015_TMY3.epw
|
84
|
-
722016,Marathon_Airport,FL,24.73,-81.05,-5,2,II,USA_FL_Marathon.AP.722016_TMY3.epw
|
85
|
-
722020,Miami_Intl_Ap,FL,25.82,-80.3,-5,11,I,USA_FL_Miami.Intl.AP.722020_TMY3.epw
|
86
|
-
722024,Miami_Opa_Locka,FL,25.9,-80.28,-5,3,II,USA_FL_Miami-Opa.Locka.AP.722024_TMY3.epw
|
87
|
-
722025,Fort_Lauderdale_Hollywood_Int,FL,26.07,-80.15,-5,3,II,USA_FL_Fort.Lauderdale.Intl.AP.722025_TMY3.epw
|
88
|
-
722026,Homestead_Afb,FL,25.48,-80.38,-5,5,II,USA_FL_Homestead.AFB.722026_TMY3.epw
|
89
|
-
722029,Miami_Kendall_Tamia,FL,25.65,-80.43,-5,3,II,USA_FL_Miami-Kendall-Tamiami.Executive.AP.722029_TMY3.epw
|
90
|
-
722030,West_Palm_Beach_Intl_Arpt,FL,26.68,-80.1,-5,6,II,USA_FL_West.Palm.Beach.Intl.AP.722030_TMY3.epw
|
91
|
-
722038,Naples_Municipal,FL,26.15,-81.77,-5,3,III,USA_FL_Naples.Muni.AP.722038_TMY3.epw
|
92
|
-
722039,Fort_Lauderdale,FL,26.2,-80.17,-5,4,II,USA_FL_Fort.Lauderdale.Executive.AP.722039_TMY3.epw
|
93
|
-
722040,Melbourne_Regional_Ap,FL,28.12,-80.65,-5,11,II,USA_FL_Melbourne.Rgnl.AP.722040_TMY3.epw
|
94
|
-
722045,Vero_Beach_Municipal_Arpt,FL,27.65,-80.42,-5,7,I,USA_FL_Vero.Beach.Muni.AP.722045_TMY3.epw
|
95
|
-
722050,Orlando_Intl_Arpt,FL,28.43,-81.33,-5,29,I,USA_FL_Orlando.Intl.AP.722050_TMY3.epw
|
96
|
-
722053,Orlando_Executive_Ap,FL,28.55,-81.33,-5,33,II,USA_FL_Orlando.Executive.AP.722053_TMY3.epw
|
97
|
-
722055,Ocala_Muni_Awos,FL,29.17,-82.22,-5,27,II,USA_FL_Ocala.Muni.AWOS.722055_TMY3.epw
|
98
|
-
722056,Daytona_Beach_Intl_Ap,FL,29.18,-81.07,-5,9,I,USA_FL_Daytona.Beach.Intl.AP.722056_TMY3.epw
|
99
|
-
722057,Orlando_Sanford_Airport,FL,28.78,-81.25,-5,17,II,USA_FL_Orlando-Sanford.AP.722057_TMY3.epw
|
100
|
-
722060,Jacksonville_Intl_Arpt,FL,30.5,-81.7,-5,8,I,USA_FL_Jacksonville.Intl.AP.722060_TMY3.epw
|
101
|
-
722065,Jacksonville_Nas,FL,30.23,-81.67,-5,9,II,USA_FL_Jacksonville.NAS.722065_TMY3.epw
|
102
|
-
722066,Mayport_Ns,FL,30.4,-81.42,-5,5,II,USA_FL_Mayport.NS.722066_TMY3.epw
|
103
|
-
722068,Jacksonville_Craig,FL,30.33,-81.52,-5,12,II,USA_FL_Jacksonville-Craig.Field.722068_TMY3.epw
|
104
|
-
722070,Savannah_Intl_Ap,GA,32.12,-81.2,-5,14,I,USA_GA_Savannah.Intl.AP.722070_TMY3.epw
|
105
|
-
722080,Charleston_Intl_Arpt,SC,32.9,-80.03,-5,12,I,USA_SC_Charleston.Intl.AP.722080_TMY3.epw
|
106
|
-
722085,Beaufort_Mcas,SC,32.48,-80.72,-5,10,II,USA_SC_Beaufort.MCAS.722085_TMY3.epw
|
107
|
-
722103,St_Lucie_Co_Intl,FL,27.48,-80.37,-5,7,II,USA_FL_Fort.Pierce-St.Lucie.County.AP.722103_TMY3.epw
|
108
|
-
722104,St_Petersburg_Albert_Whitted,FL,27.77,-82.63,-5,2,II,USA_FL_St.Petersburg-Albert.Whitted.Station.722104_TMY3.epw
|
109
|
-
722106,Fort_Myers_Page_Field,FL,26.58,-81.87,-5,5,I,USA_FL_Fort.Myers-Page.Field.722106_TMY3.epw
|
110
|
-
722108,Southwest_Florida_I,FL,26.53,-81.75,-5,9,II,USA_FL_Southwest.Florida.Intl.AP.722108_TMY3.epw
|
111
|
-
722110,Tampa_International_Ap,FL,27.97,-82.53,-5,6,I,USA_FL_Tampa.Intl.AP.722110_TMY3.epw
|
112
|
-
722115,Sarasota_Bradenton,FL,27.38,-82.55,-5,10,II,USA_FL_Sarasota-Bradenton.Intl.AP.722115_TMY3.epw
|
113
|
-
722116,St_Petersburg_Clear,FL,27.9,-82.68,-5,3,II,USA_FL_St.Petersburg-Clearwater.Intl.AP.722116_TMY3.epw
|
114
|
-
722119,Lakeland_Linder_Rgn,FL,27.98,-82.02,-5,43,II,USA_FL_Lakeland.Linder.Rgnl.AP.722119_TMY3.epw
|
115
|
-
722135,Alma_Bacon_County_Ap,GA,31.53,-82.5,-5,63,II,USA_GA_Alma-Bacon.County.AP.722135_TMY3.epw
|
116
|
-
722136,Brunswick_Golden_Is,GA,31.25,-81.47,-5,8,II,USA_GA_Brunswick-Golden.Isles.AP.722136_TMY3.epw
|
117
|
-
722137,Brunswick_Malcolm_Mckinnon_Ap,GA,31.15,-81.38,-5,4,II,USA_GA_Brunswick-Malcolm.McKinnon.AP.722137_TMY3.epw
|
118
|
-
722140,Tallahassee_Regional_Ap_Isis,FL,30.38,-84.37,-5,21,I,USA_FL_Tallahassee.Rgnl.AP.722140_TMY3.epw
|
119
|
-
722146,Gainesville_Regional_Ap,FL,29.7,-82.28,-5,41,I,USA_FL_Gainesville.Rgnl.AP.722146_TMY3.epw
|
120
|
-
722160,Albany_Dougherty_County_Ap,GA,31.53,-84.18,-5,58,II,USA_GA_Albany-Dougherty.County.AP.722160_TMY3.epw
|
121
|
-
722166,Valdosta_Wb_Airport,GA,30.78,-83.28,-5,61,II,USA_GA_Valdosta.Rgnl.AP.722166_TMY3.epw
|
122
|
-
722170,Macon_Middle_Ga_Regional_Ap,GA,32.68,-83.65,-5,108,I,USA_GA_Macon-Middle.Georgia.Rgnl.AP.722170_TMY3.epw
|
123
|
-
722175,Warner_Robins_Afb,GA,32.63,-83.6,-5,92,II,USA_GA_Warner.Robins.AFB.722175_TMY3.epw
|
124
|
-
722180,Augusta_Bush_Field,GA,33.37,-81.97,-5,40,I,USA_GA_Augusta-Bush-Field.722180_TMY3.epw
|
125
|
-
722190,Atlanta_Hartsfield_Intl_Ap,GA,33.63,-84.43,-5,308,I,USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.epw
|
126
|
-
722195,Fulton_Co_Arpt_Brow,GA,33.77,-84.52,-5,263,II,USA_GA_Fulton.County.AP.722195_TMY3.epw
|
127
|
-
722196,Dekalb_Peachtree,GA,33.87,-84.3,-5,313,II,USA_GA_Dekalb.Peachtree.AP.722196_TMY3.epw
|
128
|
-
722210,Valparaiso_Elgin_Afb,FL,30.48,-86.52,-6,20,II,USA_FL_Valparaiso-Elgin.AFB.722210_TMY3.epw
|
129
|
-
722215,Crestview_Bob_Sikes_Ap,FL,30.78,-86.52,-6,58,II,USA_FL_Crestview-Bob.Sikes.AP.722215_TMY3.epw
|
130
|
-
722223,Pensacola_Regional_Ap,FL,30.48,-87.18,-6,34,I,USA_FL_Pensacola.Rgnl.AP.722223_TMY3.epw
|
131
|
-
722225,Pensacola_Forest_Sherman_Nas,FL,30.35,-87.32,-6,10,II,USA_FL_Pensacola-Forest.Sherman.NAS.722225_TMY3.epw
|
132
|
-
722226,Whiting_Field_Naas,FL,30.72,-87.02,-6,54,II,USA_FL_Whiting.Field.NAS.722226_TMY3.epw
|
133
|
-
722230,Mobile_Regional_Ap,AL,30.68,-88.25,-6,66,I,USA_AL_Mobile-Rgnl.AP.722230_TMY3.epw
|
134
|
-
722235,Mobile_Downtown_Ap,AL,30.63,-88.07,-6,8,II,USA_AL_Mobile-Downtown.AP.722235_TMY3.epw
|
135
|
-
722245,Panama_City_Bay_Co,FL,30.2,-85.68,-6,6,II,USA_FL_Panama.City-Bay.County.AP.722245_TMY3.epw
|
136
|
-
722250,Fort_Benning_Lawson,GA,32.35,-85,-6,88,II,USA_GA_Fort.Benning-Lawson.Field.722250_TMY3.epw
|
137
|
-
722255,Columbus_Metropolitan_Arpt,GA,32.52,-84.95,-6,120,I,USA_GA_Columbus.Metro.AP.722255_TMY3.epw
|
138
|
-
722260,Montgomery_Dannelly_Field,AL,32.3,-86.4,-6,62,I,USA_AL_Montgomery-Dannelly.Field.722260_TMY3.epw
|
139
|
-
722265,Maxwell_Afb,AL,32.38,-86.35,-6,53,II,USA_AL_Maxwell.AFB.722265_TMY3.epw
|
140
|
-
722267,Troy_Af,AL,31.87,-86.02,-6,120,II,USA_AL_Troy.Air.Field.722267_TMY3.epw
|
141
|
-
722268,Dothan_Municipal_Ap,AL,31.23,-85.43,-6,98,II,USA_AL_Dothan.Muni.AP.722268_TMY3.epw
|
142
|
-
722269,Cairns_Field_Fort_Rucker,AL,31.27,-85.72,-6,91,II,USA_AL_Fort.Rucker-Cairns.Field.722269_TMY3.epw
|
143
|
-
722270,Marietta_Dobbins_Afb,GA,33.92,-84.52,-5,330,II,USA_GA_Marietta-Dobbins.AFB.722270_TMY3.epw
|
144
|
-
722280,Birmingham_Municipal_Ap,AL,33.57,-86.75,-6,189,I,USA_AL_Birmingham.Muni.AP.722280_TMY3.epw
|
145
|
-
722284,Auburn_Opelika_Apt,AL,32.62,-85.43,-6,236,III,USA_AL_Auburn-Opelika.AP.722284_TMY3.epw
|
146
|
-
722285,Gadsen_Muni_Awos,AL,33.97,-86.08,-6,173,III,USA_AL_Gadsen.Muni.AWOS.722285_TMY3.epw
|
147
|
-
722286,Tuscaloosa_Municipal_Ap,AL,33.22,-87.62,-6,51,II,USA_AL_Tuscaloosa.Muni.AP.722286_TMY3.epw
|
148
|
-
722287,Anniston_Metropolitan_Ap,AL,33.58,-85.85,-6,186,II,USA_AL_Anniston.Metro.AP.722287_TMY3.epw
|
149
|
-
722310,New_Orleans_Intl_Arpt,LA,30,-90.25,-6,1,I,USA_LA_New.Orleans.Intl.AP.722310_TMY3.epw
|
150
|
-
722314,New_Iberia_Naas,LA,30.03,-91.88,-6,8,II,USA_LA_New.Iberia.722314_TMY3.epw
|
151
|
-
722315,New_Orleans_Lakefront_Ap,LA,30.05,-90.03,-6,3,II,USA_LA_New.Orleans-Lakefront.AP.722315_TMY3.epw
|
152
|
-
722316,New_Orleans_Alvin_Callender_F,LA,29.82,-90.02,-6,2,II,USA_LA_New.Orleans-Alvin.Callender.Field.722316_TMY3.epw
|
153
|
-
722317,Baton_Rouge_Ryan_Arpt,LA,30.53,-91.15,-6,20,II,USA_LA_Baton.Rouge-Ryan.AP.722317_TMY3.epw
|
154
|
-
722329,Patterson_Memorial,LA,29.72,-91.33,-6,3,II,USA_LA_Patterson.Mem.AP.722329_TMY3.epw
|
155
|
-
722340,Meridian_Key_Field,MS,32.33,-88.75,-6,90,I,USA_MS_Meridian-Key.Field.722340_TMY3.epw
|
156
|
-
722345,Meridian_Naas,MS,32.55,-88.57,-6,83,II,USA_MS_Meridian.NAS.722345_TMY3.epw
|
157
|
-
722348,Hattiesburg_Laurel,MS,31.47,-89.33,-6,93,II,USA_MS_Hattiesburg-Laurel.AP.722348_TMY3.epw
|
158
|
-
722350,Jackson_International_Ap,MS,32.32,-90.08,-6,94,I,USA_MS_Jackson.Intl.AP.722350_TMY3.epw
|
159
|
-
722356,Greenville_Municipal,MS,33.48,-90.98,-6,42,II,USA_MS_Greenville.Muni.AP.722356_TMY3.epw
|
160
|
-
722357,Natchez_Hardy_Awos,MS,31.62,-91.3,-6,83,II,USA_MS_Natchez-Hardy.Anders.Field.722357_TMY3.epw
|
161
|
-
722358,Mccomb_Pike_County_Ap,MS,31.23,-90.47,-6,126,II,USA_MS_McComb-Pike.Co.AP.722358_TMY3.epw
|
162
|
-
722359,Greenwood_Leflore_Arpt,MS,33.5,-90.08,-6,47,II,USA_MS_Greenwood-Leflore.AP.722359_TMY3.epw
|
163
|
-
722390,Fort_Polk_Aaf,LA,31.05,-93.18,-6,102,II,USA_LA_Fort.Polk.722390_TMY3.epw
|
164
|
-
722400,Lake_Charles_Regional_Arpt,LA,30.12,-93.23,-6,5,I,USA_LA_Lake.Charles.Rgnl.AP.722400_TMY3.epw
|
165
|
-
722404,Lake_Charles_Wb_Airp,LA,30.22,-93.17,-6,5,III,USA_LA_Lake.Charles.AP.722404_TMY3.epw
|
166
|
-
722405,Lafayette_Regional_Ap,LA,30.2,-91.98,-6,12,II,USA_LA_Lafayette.RgnlAP.722405_TMY3.epw
|
167
|
-
722406,Houma_Terrebonne,LA,29.57,-90.67,-6,3,II,USA_LA_Houma-Terrebonne.AP.722406_TMY3.epw
|
168
|
-
722410,Port_Arthur_Jefferson_County,TX,29.95,-94.02,-6,5,I,USA_TX_Port.Arthur-Jefferson.Co.AP.722410_TMY3.epw
|
169
|
-
722420,Galveston_Scholes,TX,29.3,-94.8,-6,16,II,USA_TX_Galveston.722420_TMY3.epw
|
170
|
-
722429,Houston_D_W_Hooks,TX,30.07,-95.55,-6,46,II,USA_TX_Houston-D.W.Hooks.AP.722429_TMY3.epw
|
171
|
-
722430,Houston_Bush_Intercontinental,TX,30,-95.37,-6,29,I,USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
|
172
|
-
722435,Houston_William_P_Hobby_Ap,TX,29.65,-95.28,-6,13,II,USA_TX_Houston-William.P.Hobby.AP.722435_TMY3.epw
|
173
|
-
722436,Houston_Ellington_Afb_Clear_L,TX,29.57,-95.09,-6,6,II,USA_TX_Houston-Ellington.AFB.722436_TMY3.epw
|
174
|
-
722445,College_Station_Easterwood_Fl,TX,30.58,-96.37,-6,96,II,USA_TX_College.Station-Easterwood.Field.722445_TMY3.epw
|
175
|
-
722446,Lufkin_Angelina_Co,TX,31.23,-94.75,-6,86,I,USA_TX_Lufkin-Angelina.Co.AP.722446_TMY3.epw
|
176
|
-
722448,Tyler_Pounds_Fld,TX,32.35,-95.4,-6,166,II,USA_TX_Tyler-Pounds.Field.722448_TMY3.epw
|
177
|
-
722470,Longview_Gregg_County_Ap_Over,TX,32.29,-94.98,-6,146,II,USA_TX_Longview-Gregg.County.AP.722470_TMY3.epw
|
178
|
-
722480,Shreveport_Regional_Arpt,LA,32.45,-93.82,-6,77,I,USA_LA_Shreveport.Rgnl.AP.722480_TMY3.epw
|
179
|
-
722484,Shreveport_Downtown,LA,32.53,-93.75,-6,55,III,USA_LA_Shreveport.Downtown.722484_TMY3.epw
|
180
|
-
722485,Barksdale_Afb,LA,32.5,-93.67,-6,54,II,USA_LA_Barksdale.AFB.722485_TMY3.epw
|
181
|
-
722486,Monroe_Regional_Ap,LA,32.52,-92.03,-6,40,II,USA_LA_Monroe.Rgnl.AP.722486_TMY3.epw
|
182
|
-
722487,Alexandria_Esler_Regional_Ap,LA,31.4,-92.3,-6,34,II,USA_LA_Alexandria-Esler.Rgnl.AP.722487_TMY3.epw
|
183
|
-
722499,Nacogdoches_Awos,TX,31.58,-94.72,-6,108,III,USA_TX_Nacogdoches.AWOS.722499_TMY3.epw
|
184
|
-
722500,Brownsville_S_Padre_Isl_Intl,TX,25.9,-97.43,-6,6,I,USA_TX_Brownsville-South.Padre.Island.AP.722500_TMY3.epw
|
185
|
-
722505,Harlingen_Rio_Grande_Valley_I,TX,26.23,-97.65,-6,10,II,USA_TX_Harlingen-Valley.Intl.AP.722505_TMY3.epw
|
186
|
-
722506,Mcallen_Miller_Intl_Ap_Edinbu,TX,26.31,-98.17,-6,30,II,USA_TX_McAllen-Miller.Intl.AP.722506_TMY3.epw
|
187
|
-
722510,Corpus_Christi_Intl_Arpt_Ut,TX,27.88,-97.63,-6,6,I,USA_TX_Corpus.Christi.Intl.AP.722510_TMY3.epw
|
188
|
-
722515,Corpus_Christi_Nas,TX,27.68,-97.28,-6,6,II,USA_TX_Corpus.Christi.NAS.722515_TMY3.epw
|
189
|
-
722516,Kingsville,TX,27.5,-97.82,-6,17,II,USA_TX_Kingsville.722516_TMY3.epw
|
190
|
-
722517,Alice_Intl_Ap,TX,27.73,-98.03,-6,53,II,USA_TX_Alice.Intl.AP.722517_TMY3.epw
|
191
|
-
722520,Laredo_Intl_Ap_Ut,TX,27.57,-99.49,-6,142,II,USA_TX_Laredo.Intl.AP.722520_TMY3.epw
|
192
|
-
722523,San_Antonio_Stinson,TX,29.33,-98.47,-6,176,III,USA_TX_San.Antonio-Stinson.AP.722523_TMY3.epw
|
193
|
-
722524,Rockport_Aransas_Co,TX,28.08,-97.05,-6,8,II,USA_TX_Rockport-Aransas.Co.AP.722524_TMY3.epw
|
194
|
-
722526,Cotulla_Faa_Ap,TX,28.45,-99.22,-6,141,II,USA_TX_Cotulla.AP.722526_TMY3.epw
|
195
|
-
722530,San_Antonio_Intl_Ap,TX,29.53,-98.47,-6,247,I,USA_TX_San.Antonio.Intl.AP.722530_TMY3.epw
|
196
|
-
722533,Hondo_Municipal_Ap,TX,29.37,-99.17,-6,280,III,USA_TX_Hondo.Muni.AP.722533_TMY3.epw
|
197
|
-
722535,San_Antonio_Kelly_Field_Afb,TX,29.38,-98.58,-6,208,II,USA_TX_San.Antonio-Kelly.AFB.722535_TMY3.epw
|
198
|
-
722536,Randolph_Afb,TX,29.53,-98.28,-6,232,II,USA_TX_Randolph.AFB.722536_TMY3.epw
|
199
|
-
722540,Austin_Mueller_Municipal_Ap_U,TX,30.29,-97.74,-6,213,I,USA_TX_Austin-Mueller.Muni.AP.722540_TMY3.epw
|
200
|
-
722544,Camp_Mabry,TX,30.32,-97.77,-6,198,III,USA_TX_Austin-Camp.Mabry.722544_TMY3.epw
|
201
|
-
722547,Georgetown_Awos,TX,30.68,-97.68,-6,240,III,USA_TX_Georgetown.AWOS.722547_TMY3.epw
|
202
|
-
722550,Victoria_Regional_Ap,TX,28.87,-96.93,-6,35,I,USA_TX_Victoria.Rgnl.AP.722550_TMY3.epw
|
203
|
-
722555,Palacios_Municipal_Ap,TX,28.72,-96.25,-6,5,II,USA_TX_Palacios.Muni.AP.722555_TMY3.epw
|
204
|
-
722560,Waco_Regional_Ap,TX,31.62,-97.23,-6,152,I,USA_TX_Waco.Rgnl.AP.722560_TMY3.epw
|
205
|
-
722563,Mc_Gregor_Awos,TX,31.48,-97.32,-6,180,III,USA_TX_McGregor.AWOS.722563_TMY3.epw
|
206
|
-
722570,Fort_Hood,TX,31.13,-97.72,-6,280,II,USA_TX_Fort.Hood.722570_TMY3.epw
|
207
|
-
722575,Killeen_Muni_Awos,TX,31.08,-97.68,-6,258,II,USA_TX_Killeen.Muni.AWOS.722575_TMY3.epw
|
208
|
-
722576,Robert_Gray_Aaf,TX,31.07,-97.83,-6,312,II,USA_TX_Killeen-Fort.Hood.Rgnl.AP.722576_TMY3.epw
|
209
|
-
722577,Draughon_Miller_Cen,TX,31.15,-97.4,-6,213,II,USA_TX_Draughon-Miller.Central.Texas.AP.722577_TMY3.epw
|
210
|
-
722583,Dallas_Love_Field,TX,32.85,-96.85,-6,134,II,USA_TX_Dallas-Love.Field.722583_TMY3.epw
|
211
|
-
722587,Cox_Fld,TX,33.63,-95.45,-6,171,III,USA_TX_Cox.Field.722587_TMY3.epw
|
212
|
-
722588,Greenville_Majors,TX,33.07,-96.07,-6,163,II,USA_TX_Greenville.Muni.AP.722588_TMY3.epw
|
213
|
-
722590,Dallas_Fort_Worth_Intl_Ap,TX,32.9,-97.02,-6,171,I,USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw
|
214
|
-
722594,Fort_Worth_Alliance,TX,32.98,-97.32,-6,226,II,USA_TX_Fort.Worth-Alliance.AP.722594_TMY3.epw
|
215
|
-
722595,Fort_Worth_Nas,TX,32.77,-97.45,-6,185,II,USA_TX_Fort.Worth.NAS.722595_TMY3.epw
|
216
|
-
722596,Fort_Worth_Meacham,TX,32.82,-97.37,-6,209,II,USA_TX_Fort.Worth-Meacham.AP.722596_TMY3.epw
|
217
|
-
722597,Mineral_Wells_Municipal_Ap,TX,32.78,-98.07,-6,284,II,USA_TX_Mineral.Wells.Muni.AP.722597_TMY3.epw
|
218
|
-
722598,Dallas_Addison_Arpt,TX,32.97,-96.83,-6,196,II,USA_TX_Dallas-Addison.AP.722598_TMY3.epw
|
219
|
-
722599,Dallas_Redbird_Arpt,TX,32.68,-96.87,-6,201,II,USA_TX_Dallas-Redbird.AP.722599_TMY3.epw
|
220
|
-
722610,Del_Rio_Ut,TX,29.38,-100.91,-6,308,II,USA_TX_Del.Rio.722610_TMY3.epw
|
221
|
-
722615,Del_Rio_Laughlin_Afb,TX,29.37,-100.78,-6,327,II,USA_TX_Del.Rio-Laughlin.AFB.722615_TMY3.epw
|
222
|
-
722630,San_Angelo_Mathis_Field,TX,31.35,-100.5,-6,584,I,USA_TX_San.Angelo-Mathis.AP.722630_TMY3.epw
|
223
|
-
722636,Dalhart_Municipal_Ap,TX,36.02,-102.55,-6,1216,II,USA_TX_Dalhart.Muni.AP.722636_TMY3.epw
|
224
|
-
722640,Marfa_Ap,TX,30.37,-104.02,-6,1473,III,USA_TX_Marfa.AP.722640_TMY3.epw
|
225
|
-
722650,Midland_International_Ap,TX,31.95,-102.18,-6,872,I,USA_TX_Midland.Intl.AP.722650_TMY3.epw
|
226
|
-
722656,Wink_Winkler_County_Ap,TX,31.78,-103.2,-6,856,II,USA_TX_Wink-Winkler.County.AP.722656_TMY3.epw
|
227
|
-
722660,Abilene_Regional_Ap_Ut,TX,32.47,-99.71,-6,530,I,USA_TX_Abilene.Rgnl.AP.722660_TMY3.epw
|
228
|
-
722670,Lubbock_International_Ap,TX,33.67,-101.82,-6,992,I,USA_TX_Lubbock.Intl.AP.722670_TMY3.epw
|
229
|
-
722680,Roswell_Industrial_Air_Park,NM,33.3,-104.53,-7,1112,I,USA_NM_Roswell.Industrial.Air.Park.722680_TMY3.epw
|
230
|
-
722683,Sierra_Blanca_Rgnl,NM,33.47,-105.53,-7,2078,III,USA_NM_Ruidoso-Sierra.Blanca.Rgnl.AP.722683_TMY3.epw
|
231
|
-
722686,Clovis_Cannon_Afb,NM,34.38,-103.32,-7,1309,II,USA_NM_Clovis-Cannon.AFB.722686_TMY3.epw
|
232
|
-
722687,Carlsbad_Cavern_City_Air_Term,NM,32.33,-104.27,-7,985,II,USA_NM_Carlsbad.Cavern.City.Air.Terminal.722687_TMY3.epw
|
233
|
-
722689,Clovis_Muni_Awos,NM,34.43,-103.08,-7,1284,III,USA_NM_Clovis.Muni.AWOS.722689_TMY3.epw
|
234
|
-
722695,Las_Cruces_Intl,NM,32.28,-106.92,-7,1393,II,USA_NM_Las.Cruces.Intl.AP.722695_TMY3.epw
|
235
|
-
722700,El_Paso_International_Ap_Ut,TX,31.77,-106.5,-7,1186,I,USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
|
236
|
-
722710,Truth_Or_Consequences_Muni_Ap,NM,33.23,-107.27,-7,1478,II,USA_NM_Truth.or.Consequences.Muni.AP.722710_TMY3.epw
|
237
|
-
722725,Deming_Muni,NM,32.25,-107.72,-7,1348,II,USA_NM_Deming.Muni.AP.722725_TMY3.epw
|
238
|
-
722735,Douglas_Bisbee_Douglas_Intl_A,AZ,31.47,-109.6,-7,1249,II,USA_AZ_Douglas-Bisbee.Douglas.Intl.AP.722735_TMY3.epw
|
239
|
-
722740,Tucson_International_Ap,AZ,32.13,-110.95,-7,777,I,USA_AZ_Tucson.Intl.AP.722740_TMY3.epw
|
240
|
-
722745,Davis_Monthan_Afb,AZ,32.17,-110.88,-7,809,II,USA_AZ_Davis-Monthan.AFB.722745_TMY3.epw
|
241
|
-
722747,Safford_Amos,AZ,32.82,-109.68,-7,950,III,USA_AZ_Safford.AWOS.722747_TMY3.epw
|
242
|
-
722748,Casa_Granda_Awos,AZ,32.95,-111.77,-7,446,III,USA_AZ_Casa.Grande.AWOS.722748_TMY3.epw
|
243
|
-
722780,Phoenix_Sky_Harbor_Intl_Ap,AZ,33.45,-111.98,-7,337,I,USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw
|
244
|
-
722784,Deer_Valley_Phoenix,AZ,33.68,-112.08,-7,450,II,USA_AZ_Phoenix-Deer.Valley.AP.722784_TMY3.epw
|
245
|
-
722785,Luke_Afb,AZ,33.55,-112.37,-7,331,II,USA_AZ_Luke.AFB.722785_TMY3.epw
|
246
|
-
722789,Scottsdale_Muni,AZ,33.62,-111.92,-7,460,II,USA_AZ_Scottsdale.Muni.AP.722789_TMY3.epw
|
247
|
-
722800,Yuma_Intl_Arpt,AZ,32.67,-114.6,-7,63,II,USA_AZ_Yuma.Intl.AP.722800_TMY3.epw
|
248
|
-
722860,March_Afb,CA,33.9,-117.25,-8,462,II,USA_CA_March.AFB.722860_TMY3.epw
|
249
|
-
722868,Palm_Springs_Intl,CA,33.83,-116.5,-8,145,II,USA_CA_Palm.Springs.Intl.AP.722868_TMY3.epw
|
250
|
-
722869,Riverside_Muni,CA,33.95,-117.45,-8,256,II,USA_CA_Riverside.Muni.AP.722869_TMY3.epw
|
251
|
-
722880,Burbank_Glendale_Passadena_Ap,CA,34.2,-118.35,-8,226,II,USA_CA_Burbank-Glendale-Passadena.Bob.Hope.AP.722880_TMY3.epw
|
252
|
-
722885,Santa_Monica_Muni,CA,34.02,-118.45,-8,53,II,USA_CA_Santa.Monica.Muni.AP.722885_TMY3.epw
|
253
|
-
722886,Van_Nuys_Airport,CA,34.22,-118.48,-8,235,II,USA_CA_Van.Nuys.AP.722886_TMY3.epw
|
254
|
-
722895,Lompoc_Awos,CA,34.67,-120.47,-8,27,III,USA_CA_Lompoc.AWOS.722895_TMY3.epw
|
255
|
-
722897,San_Luis_Co_Rgnl,CA,35.23,-120.63,-8,66,II,USA_CA_San.Luis.Obispo.AP.722897_TMY3.epw
|
256
|
-
722899,Chino_Airport,CA,33.97,-117.63,-8,198,III,USA_CA_Chino.AP.722899_TMY3.epw
|
257
|
-
722900,San_Diego_Lindbergh_Field,CA,32.73,-117.17,-8,4,I,USA_CA_San.Diego-Lindbergh.Field.722900_TMY3.epw
|
258
|
-
722903,San_Diego_Montgomer,CA,32.82,-117.13,-8,129,II,USA_CA_San.Diego-Montgomery.Field.722903_TMY3.epw
|
259
|
-
722904,Chula_Vista_Brown_Field_Naas,CA,32.58,-116.98,-8,159,II,USA_CA_Chula.Vista-Brown.Field.Muni.AP.722904_TMY3.epw
|
260
|
-
722906,San_Diego_North_Island_Nas,CA,32.7,-117.2,-8,15,II,USA_CA_San.Diego-North.Island.NAS.722906_TMY3.epw
|
261
|
-
722926,Camp_Pendleton_Mcas,CA,33.3,-117.35,-8,23,II,USA_CA_Camp.Pendleton.MCAS.722926_TMY3.epw
|
262
|
-
722927,Carlsbad_Palomar,CA,33.13,-117.28,-8,100,II,USA_CA_Carlsbad.722927_TMY3.epw
|
263
|
-
722930,San_Diego_Miramar_Nas,CA,32.87,-117.13,-8,140,II,USA_CA_San.Diego-Miramar.NAS.722930_TMY3.epw
|
264
|
-
722950,Los_Angeles_Intl_Arpt,CA,33.93,-118.4,-8,30,I,USA_CA_Los.Angeles.Intl.AP.722950_TMY3.epw
|
265
|
-
722956,Jack_Northrop_Fld_H,CA,33.92,-118.33,-8,21,II,USA_CA_Hawthorne-Jack.Northrop.Field.722956_TMY3.epw
|
266
|
-
722970,Long_Beach_Daugherty_Fld,CA,33.83,-118.17,-8,8,I,USA_CA_Long.Beach-Daugherty.Field.722970_TMY3.epw
|
267
|
-
722976,Fullerton_Municipal,CA,33.87,-117.98,-8,29,II,USA_CA_Fullerton.Muni.AP.722976_TMY3.epw
|
268
|
-
722977,Santa_Ana_John_Wayne_Ap,CA,33.68,-117.87,-8,16,II,USA_CA_Santa.Ana-John.Wayne.AP.722977_TMY3.epw
|
269
|
-
723013,Wilmington_International_Arpt,NC,34.27,-77.9,-5,9,I,USA_NC_Wilmington.Intl.AP.723013_TMY3.epw
|
270
|
-
723030,Fayetteville_Pope_Afb,NC,35.17,-79.02,-5,66,II,USA_NC_Fayetteville-Pope.AFB.723030_TMY3.epw
|
271
|
-
723035,Fayetteville_Rgnl_G,NC,34.98,-78.88,-5,59,II,USA_NC_Fayetteville.Muni.AP.723035_TMY3.epw
|
272
|
-
723040,Cape_Hatteras_Nws_Bldg,NC,35.27,-75.55,-5,3,I,USA_NC_Cape.Hatteras.723040_TMY3.epw
|
273
|
-
723046,Dare_Co_Rgnl,NC,35.92,-75.7,-5,4,II,USA_NC_Manteo-Dare.County.Rgnl.AP.723046_TMY3.epw
|
274
|
-
723060,Raleigh_Durham_International,NC,35.87,-78.78,-5,127,I,USA_NC_Raleigh-Durham.Intl.AP.723060_TMY3.epw
|
275
|
-
723065,Pitt_Greenville_Arp,NC,35.63,-77.4,-5,8,III,USA_NC_Pitt.Greenville.AP.723065_TMY3.epw
|
276
|
-
723066,Goldsboro_Seymour_Johnson_Afb,NC,35.35,-77.97,-5,33,II,USA_NC_Goldsboro-Seymour.Johnson.AFB.723066_TMY3.epw
|
277
|
-
723067,Kinston_Stallings_Afb,NC,35.32,-77.63,-5,29,II,USA_NC_Kinston.Stallings.AFB.723067_TMY3.epw
|
278
|
-
723068,Rocky_Mount_Wilson,NC,35.85,-77.9,-5,50,II,USA_NC_Rocky.Mount-Wilson.AP.723068_TMY3.epw
|
279
|
-
723069,Jacksonville_Awos,NC,34.83,-77.62,-5,29,II,USA_NC_Jacksonville.AWOS.723069_TMY3.epw
|
280
|
-
723075,Oceana_Nas,VA,36.82,-76.03,-5,8,II,USA_VA_Oceana.NAS.723075_TMY3.epw
|
281
|
-
723080,Norfolk_International_Ap,VA,36.9,-76.2,-5,7,I,USA_VA_Norfolk.Intl.AP.723080_TMY3.epw
|
282
|
-
723083,Franklin_Naas,VA,36.7,-76.9,-5,12,III,USA_VA_Franklin.Muni.AP.723083_TMY3.epw
|
283
|
-
723085,Norfolk_Nas,VA,36.95,-76.28,-5,10,II,USA_VA_Norfolk.NAS.723085_TMY3.epw
|
284
|
-
723086,Newport_News,VA,37.13,-76.5,-5,13,II,USA_VA_Newport.News.723086_TMY3.epw
|
285
|
-
723090,Cherry_Point_Mcas,NC,34.9,-76.88,-5,11,II,USA_NC_Cherry.Point.MCAS.723090_TMY3.epw
|
286
|
-
723095,New_Bern_Craven_Co_Regl_Ap,NC,35.07,-77.05,-5,5,II,USA_NC_New.Bern-Craven.County.Rgnl.AP.723095_TMY3.epw
|
287
|
-
723096,New_River_Mcaf,NC,34.7,-77.38,-5,5,II,USA_NC_New.River.MCAS.723096_TMY3.epw
|
288
|
-
723100,Columbia_Metro_Arpt,SC,33.95,-81.12,-5,65,I,USA_SC_Columbia.Metro.AP.723100_TMY3.epw
|
289
|
-
723106,Florence_Regional_Ap,SC,34.18,-79.73,-5,44,II,USA_SC_Florence.Rgnl.AP.723106_TMY3.epw
|
290
|
-
723110,Athens_Ben_Epps_Ap,GA,33.95,-83.33,-5,244,I,USA_GA_Athens-Ben.Epps.AP.723110_TMY3.epw
|
291
|
-
723119,Greenville_Downtown_Ap,SC,34.85,-82.35,-5,319,II,USA_SC_Greenville-Downtown.AP.723119_TMY3.epw
|
292
|
-
723120,Greer_GreenvL_Spartanbrg_Ap,SC,34.9,-82.22,-5,292,I,USA_SC_Greer.Greenville-Spartanburg.AP.723120_TMY3.epw
|
293
|
-
723125,Anderson_County_Ap,SC,34.5,-82.72,-5,232,II,USA_SC_Anderson.County.AP.723125_TMY3.epw
|
294
|
-
723140,Charlotte_Douglas_Intl_Arpt,NC,35.22,-80.95,-5,222,I,USA_NC_Charlotte-Douglas.Intl.AP.723140_TMY3.epw
|
295
|
-
723143,Southern_Pines_Awos,NC,35.23,-79.4,-5,141,III,USA_NC_Southern.Pines-Moore.County.AP.723143_TMY3.epw
|
296
|
-
723145,Hickory_Regional_Ap,NC,35.73,-81.38,-5,348,II,USA_NC_Hickory.Rgnl.AP.723145_TMY3.epw
|
297
|
-
723150,Asheville_Regional_Arpt,NC,35.43,-82.53,-5,652,I,USA_NC_Asheville.Rgnl.AP.723150_TMY3.epw
|
298
|
-
723170,Greensboro_Piedmont_Triad_Int,NC,36.1,-79.95,-5,273,I,USA_NC_Greensboro-Piedmont.Triad.Intl.AP.723170_TMY3.epw
|
299
|
-
723183,Bristol_Tri_City_Airport,TN,36.47,-82.4,-5,457,I,USA_TN_Bristol-TriCities.Rgnl.AP.723183_TMY3.epw
|
300
|
-
723193,Winston_Salem_Reynolds_Ap,NC,36.13,-80.22,-5,296,II,USA_NC_Winston.Salem-Smith.Reynolds.AP.723193_TMY3.epw
|
301
|
-
723200,Rome_R_B_Russell_Ap,GA,34.35,-85.17,-5,195,III,USA_GA_Rome-Richard.B.Russell.AP.723200_TMY3.epw
|
302
|
-
723230,Huntsville_Intl_Jones_Field,AL,34.65,-86.78,-6,190,I,USA_AL_Huntsville.Intl.AP-Jones.Field.723230_TMY3.epw
|
303
|
-
723235,Muscle_Shoals_Regional_Ap,AL,34.75,-87.6,-6,165,II,USA_AL_Muscle.Shoals.Rgnl.AP.723235_TMY3.epw
|
304
|
-
723240,Chattanooga_Lovell_Field_Ap,TN,35.03,-85.2,-5,204,I,USA_TN_Chattanooga-Lovell.Field.AP.723240_TMY3.epw
|
305
|
-
723260,Knoxville_Mcghee_Tyson_Ap,TN,35.82,-83.98,-5,293,I,USA_TN_Knoxville-McGhee.Tyson.AP.723260_TMY3.epw
|
306
|
-
723265,Crossville_Memorial_Ap,TN,35.95,-85.08,-6,569,II,USA_TN_Crossville.Mem.AP.723265_TMY3.epw
|
307
|
-
723270,Nashville_International_Ap,TN,36.12,-86.68,-6,177,I,USA_TN_Nashville.Intl.AP.723270_TMY3.epw
|
308
|
-
723300,Poplar_Bluff_Amos,MO,36.77,-90.47,-6,146,III,USA_MO_Poplar.Bluff.AWOS.723300_TMY3.epw
|
309
|
-
723306,Columbus_Afb,MS,33.65,-88.45,-6,68,II,USA_MS_Columbus.AFB.723306_TMY3.epw
|
310
|
-
723307,Golden_Tri_Awos,MS,33.45,-88.58,-6,80,II,USA_MS_Golden.Triangle.Rgnl.AWOS.723307_TMY3.epw
|
311
|
-
723320,Tupelo_C_D_Lemons_Arpt,MS,34.27,-88.77,-6,110,II,USA_MS_Tupelo.Muni-C.D.Lemons.AP.723320_TMY3.epw
|
312
|
-
723340,Memphis_International_Ap,TN,35.07,-89.98,-6,81,I,USA_TN_Memphis.Intl.AP.723340_TMY3.epw
|
313
|
-
723346,Jackson_Mckellar_Sipes_Regl_A,TN,35.6,-88.92,-6,132,II,USA_TN_Jackson-McKellar.Sipes.Rgnl.AP.723346_TMY3.epw
|
314
|
-
723347,Dyersburg_Municipal_Ap,TN,36.02,-89.4,-6,103,II,USA_TN_Dyersburg.Muni.AP.723347_TMY3.epw
|
315
|
-
723403,Little_Rock_Adams_Field,AR,34.75,-92.23,-6,78,I,USA_AR_Little.Rock-Adams.Field.723403_TMY3.epw
|
316
|
-
723405,Little_Rock_Afb,AR,34.92,-92.15,-6,103,II,USA_AR_Little.Rock.AFB.723405_TMY3.epw
|
317
|
-
723406,Walnut_Ridge_Awos,AR,36.13,-90.92,-6,83,II,USA_AR_Walnut.Ridge.AWOS.723406_TMY3.epw
|
318
|
-
723407,Jonesboro_Muni,AR,35.83,-90.65,-6,82,II,USA_AR_Jonesboro.Muni.AP.723407_TMY3.epw
|
319
|
-
723415,Memorial_Fld,AR,34.47,-93.1,-6,169,II,USA_AR_Hot.Springs.Mem.AP.723415_TMY3.epw
|
320
|
-
723416,Stuttgart_Awos,AR,34.6,-91.57,-6,68,II,USA_AR_Stuttgart.AWOS.723416_TMY3.epw
|
321
|
-
723417,Pine_Bluff_Faa_Ap,AR,34.17,-91.93,-6,63,II,USA_AR_Pine.Bluff.AP.723417_TMY3.epw
|
322
|
-
723418,Texarkana_Webb_Field,AR,33.45,-94,-6,110,II,USA_AR_Texarkana-Webb.Field.723418_TMY3.epw
|
323
|
-
723419,El_Dorado_Goodwin_Field,AR,33.22,-92.82,-6,77,II,USA_AR_El.Dorado-Goodwin.Field.723419_TMY3.epw
|
324
|
-
723434,Springdale_Muni,AR,36.18,-94.12,-6,412,III,USA_AR_Springdale.Muni.AP.723434_TMY3.epw
|
325
|
-
723440,Fort_Smith_Regional_Ap,AR,35.33,-94.37,-6,137,II,USA_AR_Fort.Smith.Rgnl.AP.723440_TMY3.epw
|
326
|
-
723443,Siloam_Spring_Awos,AR,36.18,-94.48,-6,364,III,USA_AR_Siloam.Spring.AWOS.723443_TMY3.epw
|
327
|
-
723444,Bentonville_Awos,AR,36.35,-94.22,-6,395,III,USA_AR_Bentonville.AWOS.723444_TMY3.epw
|
328
|
-
723445,Fayetteville_Drake_Field,AR,36,-94.17,-6,381,II,USA_AR_Fayetteville-Drake.Field.723445_TMY3.epw
|
329
|
-
723446,Harrison_Faa_Ap,AR,36.27,-93.15,-6,419,II,USA_AR_Harrison.AP.723446_TMY3.epw
|
330
|
-
723447,Flippin_Awos,AR,36.3,-92.47,-6,350,III,USA_AR_Flippin.AWOS.723447_TMY3.epw
|
331
|
-
723448,Batesville_Awos,AR,35.73,-91.65,-6,141,III,USA_AR_Batesville.AWOS.723448_TMY3.epw
|
332
|
-
723449,Rogers_Awos,AR,36.37,-94.1,-6,415,III,USA_AR_Rogers.AWOS.723449_TMY3.epw
|
333
|
-
723489,Cape_Girardeau_Municipal_Ap,MO,37.23,-89.57,-6,103,II,USA_MO_Cape.Girardeau.Muni.AP.723489_TMY3.epw
|
334
|
-
723495,Joplin_Municipal_Ap,MO,37.15,-94.5,-6,297,II,USA_MO_Joplin.Muni.AP.723495_TMY3.epw
|
335
|
-
723510,Wichita_Falls_Municipal_Arpt,TX,33.98,-98.5,-6,314,II,USA_TX_Wichita.Falls.Muni.AP.723510_TMY3.epw
|
336
|
-
723520,Altus_Afb,OK,34.65,-99.27,-6,414,II,USA_OK_Altus.AFB.723520_TMY3.epw
|
337
|
-
723525,Hobart_Municipal_Ap,OK,35,-99.05,-6,478,II,USA_OK_Hobart.Muni.AP.723525_TMY3.epw
|
338
|
-
723526,Clinton_Sherman,OK,35.33,-99.2,-6,586,III,USA_OK_Clinton.Sherman.AP.723526_TMY3.epw
|
339
|
-
723527,Gage_Airport,OK,36.3,-99.77,-6,668,II,USA_OK_Gage.AP.723527_TMY3.epw
|
340
|
-
723530,Oklahoma_City_Will_Rogers_Wor,OK,35.38,-97.6,-6,398,II,USA_OK_Oklahoma.City-Will.Rogers.World.AP.723530_TMY3.epw
|
341
|
-
723535,Vance_Afb,OK,36.33,-97.92,-6,408,II,USA_OK_Vance.AFB.723535_TMY3.epw
|
342
|
-
723540,Oklahoma_City_Tinker_Afb,OK,35.42,-97.38,-6,384,II,USA_OK_Oklahoma.City-Tinker.AFB.723540_TMY3.epw
|
343
|
-
723544,Oklahoma_City_Wiley,OK,35.53,-97.65,-6,396,II,USA_OK_Oklahoma.City-Wiley.Post.Field.723544_TMY3.epw
|
344
|
-
723545,Stillwater_Rgnl,OK,36.15,-97.08,-6,308,II,USA_OK_Stillwater.Rgnl.AP.723545_TMY3.epw
|
345
|
-
723546,Ponca_City_Municipal_Ap_Sgp,OK,36.61,-97.49,-6,318,II,USA_OK_Ponca.City.Muni.AP.723546_TMY3.epw
|
346
|
-
723550,Fort_Sill_Post_Field_Af,OK,34.65,-98.4,-6,369,II,USA_OK_Fort.Sill-Henry.Post.AAF.723550_TMY3.epw
|
347
|
-
723560,Tulsa_International_Airport,OK,36.2,-95.88,-6,198,II,USA_OK_Tulsa.Intl.AP.723560_TMY3.epw
|
348
|
-
723565,Bartlesville_Philli,OK,36.77,-96.02,-6,218,II,USA_OK_Bartlesville-Phillips.Field.723565_TMY3.epw
|
349
|
-
723566,Mcalester_Municipal_Ap,OK,34.9,-95.78,-6,232,II,USA_OK_McAlester.Rgnl.AP.723566_TMY3.epw
|
350
|
-
723575,Lawton_Municipal,OK,34.57,-98.42,-6,338,II,USA_OK_Lawton.Muni.AP.723575_TMY3.epw
|
351
|
-
723600,Clayton_Municipal_Airpark,NM,36.45,-103.15,-7,1512,II,USA_NM_Clayton.Muni.AP.723600_TMY3.epw
|
352
|
-
723604,Childress_Municipal_Ap,TX,34.43,-100.28,-6,595,II,USA_TX_Childress.Muni.AP.723604_TMY3.epw
|
353
|
-
723627,Gallup_Sen_Clarke_Fld,NM,35.52,-108.78,-7,1971,I,USA_NM_Gallup-Sen.Clarke.Field.723627_TMY3.epw
|
354
|
-
723630,Amarillo_International_Ap_Can,TX,34.99,-101.9,-6,1068,II,USA_TX_Amarillo.Intl.AP.723630_TMY3.epw
|
355
|
-
723650,Albuquerque_Intl_Arpt_Isis,NM,35.04,-106.62,-7,1619,I,USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
|
356
|
-
723656,Sata_Fe_County_Municipal_Ap,NM,35.62,-106.08,-7,1934,II,USA_NM_Santa.Fe.County.Muni.AP.723656_TMY3.epw
|
357
|
-
723658,Farmington_Four_Corners_Regl,NM,36.75,-108.23,-7,1675,II,USA_NM_Farmington-Four.Corners.Rgnl.AP.723658_TMY3.epw
|
358
|
-
723663,Taos_Muni_Apt_Awos,NM,36.45,-105.67,-7,2161,III,USA_NM_Taos.Muni.AP.723663_TMY3.epw
|
359
|
-
723676,Tucumcari_Faa_Ap,NM,35.18,-103.6,-7,1235,II,USA_NM_Tucumcari.AP.723676_TMY3.epw
|
360
|
-
723677,Las_Vegas_Municipal_Arpt,NM,35.65,-105.15,-7,2093,II,USA_NM_Las.Vegas-Muni.AP.723677_TMY3.epw
|
361
|
-
723700,Kingman_Amos,AZ,35.27,-113.95,-7,1033,II,USA_AZ_Kingman.AWOS.723700_TMY3.epw
|
362
|
-
723710,Page_Muni_Amos,AZ,36.93,-111.45,-7,1304,III,USA_AZ_Page.Muni.AWOS.723710_TMY3.epw
|
363
|
-
723723,Prescott_Love_Field,AZ,34.65,-112.42,-7,1537,I,USA_AZ_Prescott-Love.Field.723723_TMY3.epw
|
364
|
-
723740,Winslow_Municipal_Ap,AZ,35.03,-110.72,-7,1490,II,USA_AZ_Winslow.Muni.AP.723740_TMY3.epw
|
365
|
-
723747,Show_Low_Municipal,AZ,34.27,-110,-7,1954,II,USA_AZ_Show.Low.Muni.AP.723747_TMY3.epw
|
366
|
-
723755,Flagstaff_Pulliam_Arpt,AZ,35.13,-111.67,-7,2132,III,USA_AZ_Flagstaff-Pulliam.AP.723755_TMY3.epw
|
367
|
-
723783,Grand_Canyon_Natl_P,AZ,35.95,-112.15,-7,2065,II,USA_AZ_Grand.Canyon.National.Park.AP.723783_TMY3.epw
|
368
|
-
723805,Needles_Airport,CA,34.77,-114.62,-8,279,II,USA_CA_Needles.AP.723805_TMY3.epw
|
369
|
-
723810,Edwards_Afb,CA,34.9,-117.87,-8,706,II,USA_CA_Edwards.AFB.723810_TMY3.epw
|
370
|
-
723815,Daggett_Barstow_Daggett_Ap,CA,34.85,-116.8,-8,586,I,USA_CA_Barstow.Daggett.AP.723815_TMY3.epw
|
371
|
-
723816,Lancaster_Gen_Wm_Fox_Field,CA,34.73,-118.22,-8,713,II,USA_CA_Lancaster-Gen.Wm.Fox.Field.723816_TMY3.epw
|
372
|
-
723820,Palmdale_Airport,CA,34.63,-118.08,-8,769,II,USA_CA_Palmdale.AP.723820_TMY3.epw
|
373
|
-
723830,Sandberg,CA,34.75,-118.72,-8,1377,III,USA_CA_Sandberg.723830_TMY3.epw
|
374
|
-
723840,Bakersfield_Meadows_Field,CA,35.43,-119.05,-8,149,I,USA_CA_Bakersfield-Meadows.Field.723840_TMY3.epw
|
375
|
-
723860,Las_Vegas_Mccarran_Intl_Ap,NV,36.08,-115.15,-8,648,I,USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3.epw
|
376
|
-
723865,Nellis_Afb,NV,36.25,-115.03,-8,573,II,USA_NV_Nellis.AFB.723865_TMY3.epw
|
377
|
-
723870,Mercury_Desert_Rock_Ap_Surfra,NV,36.63,-116.02,-8,935,I,USA_NV_Mercury-Desert.Rock.AP.723870_TMY3.epw
|
378
|
-
723890,Fresno_Yosemite_Intl_Ap,CA,36.78,-119.72,-8,102,I,USA_CA_Fresno.Air.Terminal.723890_TMY3.epw
|
379
|
-
723895,Porterville_Awos,CA,36.03,-119.07,-8,135,III,USA_CA_Porterville.AWOS.723895_TMY3.epw
|
380
|
-
723896,Visalia_Muni_Awos,CA,36.32,-119.4,-8,89,II,USA_CA_Visalia.Muni.AWOS.723896_TMY3.epw
|
381
|
-
723910,Point_Mugu_Nf,CA,34.12,-119.12,-8,3,II,USA_CA_Point.Mugu.NAS.723910_TMY3.epw
|
382
|
-
723925,Santa_Barbara_Municipal_Ap,CA,34.43,-119.85,-8,3,I,USA_CA_Santa.Barbara.Muni.AP.723925_TMY3.epw
|
383
|
-
723926,Camarillo_Awos,CA,34.22,-119.08,-8,23,III,USA_CA_Camarillo.AWOS.723926_TMY3.epw
|
384
|
-
723927,Oxnard_Airport,CA,34.2,-119.2,-8,11,II,USA_CA_Oxnard.AP.723927_TMY3.epw
|
385
|
-
723940,Santa_Maria_Public_Arpt,CA,34.92,-120.47,-8,77,I,USA_CA_Santa.Maria.Public.AP.723940_TMY3.epw
|
386
|
-
723965,Paso_Robles_Municipal_Arpt,CA,35.67,-120.63,-8,244,II,USA_CA_Paso.Robles.Muni.AP.723965_TMY3.epw
|
387
|
-
724010,Richmond_International_Ap,VA,37.52,-77.32,-5,50,I,USA_VA_Richmond.Intl.AP.724010_TMY3.epw
|
388
|
-
724014,Dinwiddie_Co,VA,37.18,-77.52,-5,60,III,USA_VA_Petersburg.Muni.AP.724014_TMY3.epw
|
389
|
-
724016,Charlottesville_Faa,VA,38.13,-78.45,-5,190,II,USA_VA_Charlottesville-Albemarle.County.AP.724016_TMY3.epw
|
390
|
-
724017,Farmville,VA,37.35,-78.43,-5,125,III,USA_VA_Farmville.Muni.AP.724017_TMY3.epw
|
391
|
-
724026,Melfa_Accomack_Arpt,VA,37.65,-75.77,-5,15,III,USA_VA_Melfa-Accomack.County.AP.724026_TMY3.epw
|
392
|
-
724030,Washington_Dc_Dulles_IntL_Ar,VA,38.98,-77.47,-5,82,I,USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3.epw
|
393
|
-
724033,Shannon_Arpt,VA,38.27,-77.45,-5,26,III,USA_VA_Fredericksburg-Shannon.AP.724033_TMY3.epw
|
394
|
-
724035,Quantico_Mcas,VA,38.5,-77.3,-5,4,II,USA_VA_Quantico.MCAS.724035_TMY3.epw
|
395
|
-
724036,Manassas_Muni_Awos,VA,38.72,-77.52,-5,59,III,USA_VA_Manassas.Muni.AWOS.724036_TMY3.epw
|
396
|
-
724037,Davison_Aaf,VA,38.72,-77.18,-5,27,II,USA_VA_Davison.AAF.724037_TMY3.epw
|
397
|
-
724040,Patuxent_River_Nas,MD,38.3,-76.42,-5,14,II,USA_MD_Patuxent.River.NAS.724040_TMY3.epw
|
398
|
-
724045,Salisbury_Wicomico_Co_Ap,MD,38.33,-75.52,-5,15,II,USA_MD_Salisbury-Wicomico.County.Rgnl.AP.724045_TMY3.epw
|
399
|
-
724050,Washington_Dc_Reagan_Ap,VA,38.87,-77.03,-5,3,I,USA_VA_Arlington-Ronald.Reagan.Washington.Natl.AP.724050_TMY3.epw
|
400
|
-
724053,Winchester_Rgnl,VA,39.15,-78.15,-5,222,III,USA_VA_Winchester.Rgnl.AP.724053_TMY3.epw
|
401
|
-
724055,Leesburg_Godfrey,VA,39.08,-77.57,-5,119,III,USA_VA_Leesburg.Muni.AP-Godfrey.Field.724055_TMY3.epw
|
402
|
-
724056,Marion_Wytheville,VA,36.9,-81.35,-5,780,III,USA_VA_Marion-Wytheville-Mountain.Empire.AP.724056_TMY3.epw
|
403
|
-
724058,Abington,VA,36.68,-82.03,-5,631,III,USA_VA_Abingdon-Virgina.Highlands.AP.724058_TMY3.epw
|
404
|
-
724060,Baltimore_Blt_Washngtn_IntL,MD,39.17,-76.68,-5,45,I,USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw
|
405
|
-
724066,Hagerstown_Rgnl_Ric,MD,39.7,-77.73,-5,220,II,USA_MD_Hagerstown-Washington.County.Rgnl.AP.724066_TMY3.epw
|
406
|
-
724070,Atlantic_City_Intl_Ap,NJ,39.45,-74.57,-5,18,I,USA_NJ_Atlantic.City.Intl.AP.724070_TMY3.epw
|
407
|
-
724075,Millville_Municipal_Ap,NJ,39.37,-75.08,-5,21,II,USA_NJ_Millville.Muni.AP.724075_TMY3.epw
|
408
|
-
724080,Philadelphia_International_Ap,PA,39.87,-75.23,-5,2,I,USA_PA_Philadelphia.Intl.AP.724080_TMY3.epw
|
409
|
-
724084,Belmar_Asc,NJ,40.18,-74.07,-5,26,III,USA_NJ_Belmar-Monmouth.County.AP.724084_TMY3.epw
|
410
|
-
724085,Philadelphia_Ne_Philadelphia,PA,40.08,-75.02,-5,30,II,USA_PA_Philadelphia-NE.Philadelphia.AP.724085_TMY3.epw
|
411
|
-
724086,Willow_Grove_Nas,PA,40.2,-75.15,-5,102,II,USA_PA_Willow.Grove.NAS.724086_TMY3.epw
|
412
|
-
724088,Dover_Afb,DE,39.13,-75.47,-5,7,II,USA_DE_Dover.AFB.724088_TMY3.epw
|
413
|
-
724089,Wilmington_New_Castle_Cnty_Ap,DE,39.67,-75.6,-5,23,I,USA_DE_Wilmington-New.Castle.County.AP.724089_TMY3.epw
|
414
|
-
724094,Caldwell_Essex_Co,NJ,40.88,-74.28,-5,53,II,USA_NJ_Caldwell-Essex.County.AP.724094_TMY3.epw
|
415
|
-
724095,Trenton_Mercer_County_Ap,NJ,40.28,-74.82,-5,65,II,USA_NJ_Trenton-Mercer.County.AP.724095_TMY3.epw
|
416
|
-
724096,Mcguire_Afb,NJ,40.02,-74.6,-5,45,II,USA_NJ_McGuire.AFB.724096_TMY3.epw
|
417
|
-
724100,Lynchburg_Regional_Arpt,VA,37.33,-79.2,-5,286,I,USA_VA_Lynchburg.Rgnl.AP-Preston.Glen.Field.724100_TMY3.epw
|
418
|
-
724105,Staunton_Shenandoah,VA,38.27,-78.9,-5,366,II,USA_VA_Staunton-Shenandoah.Valley.Rgnl.AP.724105_TMY3.epw
|
419
|
-
724106,Danville_Faa_Ap,VA,36.57,-79.33,-5,176,II,USA_VA_Danville.Rgnl.AP.724106_TMY3.epw
|
420
|
-
724107,Hillsville,VA,36.77,-80.82,-5,834,III,USA_VA_Hillsville-Twin.County.AP.724107_TMY3.epw
|
421
|
-
724110,Roanoke_Regional_Ap,VA,37.32,-79.97,-5,350,I,USA_VA_Roanoke.Rgnl.AP-Woodrum.Field.724110_TMY3.epw
|
422
|
-
724113,Virginia_Tech_Arpt,VA,37.22,-80.42,-5,650,III,USA_VA_Blacksburg-Virginia.Tech.AP.724113_TMY3.epw
|
423
|
-
724115,Hot_Springs_Ingalls,VA,37.95,-79.83,-5,1156,III,USA_VA_Hot.Springs-Ingalls.Field.724115_TMY3.epw
|
424
|
-
724116,Pulaski,VA,37.13,-80.68,-5,642,III,USA_VA_Pulaski-New.River.Valley.AP.724116_TMY3.epw
|
425
|
-
724117,Wise_Lonesome_Pine,VA,36.98,-82.53,-5,817,III,USA_VA_Wise-Lonesome.Pine.AP.724117_TMY3.epw
|
426
|
-
724120,Beckley_Raleigh_Co_Mem_Ap,WV,37.8,-81.12,-5,763,I,USA_WV_Beckley-Raleigh.County.Mem.AP.724120_TMY3.epw
|
427
|
-
724125,Bluefield_Mercer_Co_Nrel,WV,37.27,-81.24,-5,803,II,USA_WV_Bluefield-Mercer.County.AP.724125_TMY3.epw
|
428
|
-
724127,Lewisburg_Greenbrie,WV,37.87,-80.4,-5,702,II,USA_WV_Lewisburg-Greenbrier.Valley.AP.724127_TMY3.epw
|
429
|
-
724140,Charleston_Yeager_Arpt,WV,38.38,-81.58,-5,310,I,USA_WV_Charleston-Yeager.AP.724140_TMY3.epw
|
430
|
-
724170,Elkins_Elkins_Randolph_Co_Arp,WV,38.88,-79.85,-5,594,I,USA_WV_Elkins-Randolph.County.AP.724170_TMY3.epw
|
431
|
-
724175,Harrison_Marion_Rgn,WV,39.28,-80.23,-5,380,II,USA_WV_Clarksburg-Harrison.Marion.Rgnl.AP.724175_TMY3.epw
|
432
|
-
724176,Morgantown_Hart_Field,WV,39.65,-79.92,-5,378,II,USA_WV_Morgantown.Muni-Hart.Field.724176_TMY3.epw
|
433
|
-
724177,Martinsburg_Eastern_Wv_Reg_Ap,WV,39.4,-77.98,-5,162,II,USA_WV_Martinsburg-Eastern.WV.Rgnl.AP.724177_TMY3.epw
|
434
|
-
724210,Cincinnati_Northern_Ky_Ap,KY,39.05,-84.67,-5,265,I,USA_KY_Cincinnati-Northern.Kentucky.AP.724210_TMY3.epw
|
435
|
-
724220,Lexington_Bluegrass_Ap,KY,38.03,-84.6,-5,294,I,USA_KY_Lexington-Bluegrass.AP.724220_TMY3.epw
|
436
|
-
724230,Louisville_Standiford_Field,KY,38.18,-85.73,-5,147,I,USA_KY_Louisville-Standiford.Field.724230_TMY3.epw
|
437
|
-
724235,Louisville_Bowman_Field,KY,38.23,-85.67,-5,165,II,USA_KY_Louisville-Bowman.Field.724235_TMY3.epw
|
438
|
-
724236,Jackson_Julian_Carroll_Ap,KY,37.58,-83.32,-5,416,I,USA_KY_Jackson-Julian.Carroll.AP.724236_TMY3.epw
|
439
|
-
724238,Henderson_City,KY,37.82,-87.68,-6,117,III,USA_KY_Henderson.City.County.AP.724238_TMY3.epw
|
440
|
-
724240,Fort_Knox_Godman_Aaf,KY,37.9,-85.97,-5,239,II,USA_KY_Fort.Knox-Godman.AAF.724240_TMY3.epw
|
441
|
-
724243,London_Corbin_Ap,KY,37.08,-84.08,-5,362,II,USA_KY_London-Corbin-Magee.Field.724243_TMY3.epw
|
442
|
-
724250,Huntington_Tri_State_Arpt,WV,38.38,-82.55,-5,253,I,USA_WV_Huntington-Tri.State.Walker.Long.Field.724250_TMY3.epw
|
443
|
-
724273,Parkersburg_Wood_County_Ap,WV,39.35,-81.43,-5,253,II,USA_WV_Parkersburg-Wood.County-Gill.Robb.Wilson.AP.724273_TMY3.epw
|
444
|
-
724275,Wheeling_Ohio_County_Ap,WV,40.18,-80.65,-5,359,II,USA_WV_Wheeling-Ohio.County.AP.724275_TMY3.epw
|
445
|
-
724280,Columbus_Port_Columbus_Intl_A,OH,39.98,-82.88,-5,247,I,USA_OH_Columbus-Port.Columbus.Intl.AP.724280_TMY3.epw
|
446
|
-
724286,Zanesville_Municipal_Ap,OH,39.95,-81.9,-5,268,II,USA_OH_Zanesville.Muni.AP.724286_TMY3.epw
|
447
|
-
724288,Ohio_State_Universi,OH,40.07,-83.07,-5,283,II,USA_OH_Ohio.State.University.AP.724288_TMY3.epw
|
448
|
-
724290,Dayton_International_Airport,OH,39.9,-84.22,-5,305,I,USA_OH_Dayton.Intl.AP.724290_TMY3.epw
|
449
|
-
724297,Cincinnati_Municipal_Ap_Lunki,OH,39.1,-84.42,-5,149,II,USA_OH_Cincinnati.Muni.AP-Lunken.Field.724297_TMY3.epw
|
450
|
-
724320,Evansville_Regional_Ap,IN,38.05,-87.53,-6,116,I,USA_IN_Evansville.Rgnl.AP.724320_TMY3.epw
|
451
|
-
724335,Mount_Vernon_Awos,IL,38.32,-88.87,-6,146,II,USA_IL_Mount.Vernon.AWOS.724335_TMY3.epw
|
452
|
-
724336,Southern_Illinois,IL,37.77,-89.25,-6,128,II,USA_IL_Carbondale-Southern.Illinois.AP.724336_TMY3.epw
|
453
|
-
724338,Belleville_Scott_Afb,IL,38.55,-89.85,-6,135,II,USA_IL_Belleville-Scott.AFB.724338_TMY3.epw
|
454
|
-
724339,Marion_Regional,IL,37.75,-89.02,-6,144,II,USA_IL_Marion-Williamson.County.Rgnl.AP.724339_TMY3.epw
|
455
|
-
724340,St_Louis_Lambert_IntL_Arpt,MO,38.75,-90.37,-6,173,I,USA_MO_St.Louis-Lambert.Intl.AP.724340_TMY3.epw
|
456
|
-
724345,St_Louis_Spirit_Of_St_Louis_A,MO,38.65,-90.65,-6,141,I,USA_MO_St.Louis-Spirit.of.St.Louis.AP.724345_TMY3.epw
|
457
|
-
724350,Paducah_Barkley_Regional_Ap,KY,37.05,-88.77,-6,124,I,USA_KY_Paducah-Barkley.Rgnl.AP.724350_TMY3.epw
|
458
|
-
724354,Somerset_Awos,KY,38,-84.6,-5,283,III,USA_KY_Somerset-Pulaski.County.AWOS.724354_TMY3.epw
|
459
|
-
724365,Huntingburg,IN,38.25,-86.95,-5,161,III,USA_IN_Huntingburg.Muni.AP.724365_TMY3.epw
|
460
|
-
724373,Terre_Haute_Hulman_Regional_A,IN,39.45,-87.3,-5,175,II,USA_IN_Terre.Haute-Hulman.Rgnl.AP.724373_TMY3.epw
|
461
|
-
724375,Monroe_Co,IN,39.13,-86.62,-5,264,II,USA_IN_Monroe.County.AP.724375_TMY3.epw
|
462
|
-
724380,Indianapolis_Intl_Ap,IN,39.72,-86.27,-5,241,I,USA_IN_Indianapolis.Intl.AP.724380_TMY3.epw
|
463
|
-
724386,Lafayette_Purdue_Univ_Ap,IN,40.42,-86.93,-5,183,II,USA_IN_Lafayette-Purdue.University.AP.724386_TMY3.epw
|
464
|
-
724390,Springfield_Capital_Ap,IL,39.85,-89.68,-6,179,I,USA_IL_Springfield-Capital.AP.724390_TMY3.epw
|
465
|
-
724396,Quincy_Muni_Baldwin_Fld,IL,39.93,-91.2,-6,233,II,USA_IL_Quincy.Muni.AP.724396_TMY3.epw
|
466
|
-
724397,Central_Illinois_Rg,IL,40.47,-88.92,-6,272,II,USA_IL_Bloomington.Normal-Central.Illinois.Rgnl.AP.724397_TMY3.epw
|
467
|
-
724400,Springfield_Regional_Arpt,MO,37.23,-93.38,-6,384,I,USA_MO_Springfield.Rgnl.AP.724400_TMY3.epw
|
468
|
-
724450,Columbia_Regional_Airport,MO,38.82,-92.22,-6,272,I,USA_MO_Columbia.Rgnl.AP.724450_TMY3.epw
|
469
|
-
724454,Farmington,MO,37.77,-90.4,-6,274,III,USA_MO_Farmington.Rgnl.AP.724454_TMY3.epw
|
470
|
-
724455,Kirksville_Regional_Ap,MO,40.1,-92.55,-6,294,II,USA_MO_Kirksville.Muni.AP.724455_TMY3.epw
|
471
|
-
724456,Vichy_Rolla_Natl_Arpt,MO,38.13,-91.77,-6,336,II,USA_MO_Rolla.National.AP.724456_TMY3.epw
|
472
|
-
724457,Ft_Lnrd_Wd_Aaf,MO,37.75,-92.15,-6,351,II,USA_MO_Fort.Leonard.Wood-Forney.AAF.724457_TMY3.epw
|
473
|
-
724458,Jefferson_City_Mem,MO,38.58,-92.15,-6,167,II,USA_MO_Jefferson.City.Mem.AP.724458_TMY3.epw
|
474
|
-
724459,Kaiser_Mem_Awos,MO,38.1,-92.55,-6,265,II,USA_MO_Kaiser-Lee.Fine.Mem.AWOS.724459_TMY3.epw
|
475
|
-
724460,Kansas_City_IntL_Arpt,MO,39.3,-94.72,-6,298,I,USA_MO_Kansas.City.Intl.AP.724460_TMY3.epw
|
476
|
-
724463,Kansas_City_Downtown_Ap,MO,39.12,-94.6,-6,226,II,USA_MO_Kansas.City.Downtown.AP.724463_TMY3.epw
|
477
|
-
724467,Whiteman_Afb,MO,38.72,-93.55,-6,255,II,USA_MO_Whiteman.AFB.724467_TMY3.epw
|
478
|
-
724468,Olathe_Johnson_Co,KS,38.85,-94.73,-6,334,II,USA_KS_Olathe-Johnson.County.Executive.AP.724468_TMY3.epw
|
479
|
-
724475,Olathe_Johnson_Co_Industrial,KS,38.83,-94.88,-6,331,II,USA_KS_Olathe-Johnson.County.Industrial.AP.724475_TMY3.epw
|
480
|
-
724490,St_Joseph_Rosecrans_Memorial,MO,39.77,-94.9,-6,247,II,USA_MO_St.Joseph-Rosecrans.Mem.AP.724490_TMY3.epw
|
481
|
-
724500,Wichita_Mid_Continent_Ap,KS,37.65,-97.43,-6,402,II,USA_KS_Wichita-Mid.Continent.AP.724500_TMY3.epw
|
482
|
-
724504,Wichita_Col_Jabara,KS,37.75,-97.22,-6,433,III,USA_KS_Wichita-Col.Jabara.Field.724504_TMY3.epw
|
483
|
-
724505,Mcconnell_Afb,KS,37.62,-97.27,-6,414,II,USA_KS_Wichita-McConnell.AFB.724505_TMY3.epw
|
484
|
-
724506,Hutchinson_Municipal_Ap,KS,38.07,-97.87,-6,463,II,USA_KS_Hutchinson.Muni.AP.724506_TMY3.epw
|
485
|
-
724507,Chanute_Martin_Johnson_Ap,KS,37.67,-95.48,-6,298,II,USA_KS_Chanute-Martin.Johnson.AP.724507_TMY3.epw
|
486
|
-
724509,Newton_Awos,KS,38.05,-97.28,-6,467,III,USA_KS_Newton.AWOS.724509_TMY3.epw
|
487
|
-
724510,Dodge_City_Regional_Ap,KS,37.77,-99.97,-6,785,II,USA_KS_Dodge.City.Rgnl.AP.724510_TMY3.epw
|
488
|
-
724515,Garden_City_Municipal_Ap,KS,37.93,-100.72,-6,878,II,USA_KS_Garden.City.Muni.AP.724515_TMY3.epw
|
489
|
-
724516,Liberal_Muni,KS,37.03,-100.97,-6,901,II,USA_KS_Liberal.Muni.AP.724516_TMY3.epw
|
490
|
-
724517,Great_Bend_Awos,KS,38.35,-98.87,-6,575,II,USA_KS_Great.Bend.AWOS.724517_TMY3.epw
|
491
|
-
724518,Hays_Muni_Awos,KS,38.85,-99.27,-6,609,II,USA_KS_Hays.Muni.AWOS.724518_TMY3.epw
|
492
|
-
724550,Fort_Riley_Marshall_Aaf,KS,39.05,-96.77,-6,324,III,USA_KS_Fort.Riley-Marshall.AAF.724550_TMY3.epw
|
493
|
-
724555,Manhattan_Rgnl,KS,39.13,-96.67,-6,330,II,USA_KS_Manhattan.Rgnl.AP.724555_TMY3.epw
|
494
|
-
724556,Emporia_Municipal_Ap,KS,38.33,-96.18,-6,368,II,USA_KS_Emporia.Muni.AP.724556_TMY3.epw
|
495
|
-
724560,Topeka_Municipal_Ap,KS,39.07,-95.63,-6,269,II,USA_KS_Topeka-Phillip.Billard.Muni.AP.724560_TMY3.epw
|
496
|
-
724565,Topeka_Forbes_Field,KS,38.95,-95.67,-6,325,II,USA_KS_Topeka-Forbes.AFB.724565_TMY3.epw
|
497
|
-
724580,Concordia_Blosser_Muni_Ap,KS,39.55,-97.65,-6,448,II,USA_KS_Concordia-Blosser.Muni.AP.724580_TMY3.epw
|
498
|
-
724585,Russell_Municipal_Ap,KS,38.88,-98.82,-6,566,I,USA_KS_Russell.Muni.AP.724585_TMY3.epw
|
499
|
-
724586,Salina_Municipal_Ap,KS,38.82,-97.67,-6,385,II,USA_KS_Salina.Muni.AP.724586_TMY3.epw
|
500
|
-
724620,Alamosa_San_Luis_Valley_Rgnl,CO,37.43,-105.87,-7,2296,II,USA_CO_Alamosa.Muni.AP.724620_TMY3.epw
|
501
|
-
724625,Durango_La_Plata_Co,CO,37.15,-107.75,-7,2038,II,USA_CO_Durango-La.Plata.County.AP.724625_TMY3.epw
|
502
|
-
724635,La_Junta_Municipal_Ap,CO,38.05,-103.53,-7,1281,II,USA_CO_La.Junta.Muni.AP.724635_TMY3.epw
|
503
|
-
724636,Lamar_Municipal,CO,38.07,-102.68,-7,1129,III,USA_CO_Lamar.Muni.AP.724636_TMY3.epw
|
504
|
-
724640,Pueblo_Memorial_Ap,CO,38.28,-104.5,-7,1428,II,USA_CO_Pueblo.Mem.AP.724640_TMY3.epw
|
505
|
-
724645,Trinidad_Las_Animas_County_Ap,CO,37.27,-104.33,-7,1751,II,USA_CO_Trinidad-Las.Animas.County.AP.724645_TMY3.epw
|
506
|
-
724650,Goodland_Renner_Field,KS,39.37,-101.7,-7,1111,II,USA_KS_Goodland-Renner.Field.724650_TMY3.epw
|
507
|
-
724655,Hill_City_Municipal_Ap,KS,39.38,-99.83,-6,667,II,USA_KS_Hill.City.Muni.AP.724655_TMY3.epw
|
508
|
-
724660,Colorado_Springs_Muni_Ap,CO,38.82,-104.72,-7,1872,II,USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3.epw
|
509
|
-
724665,Limon,CO,39.18,-103.72,-7,1695,I,USA_CO_Limon.Muni.AP.724665_TMY3.epw
|
510
|
-
724666,Denver_Centennial_Golden_Nr,CO,39.74,-105.18,-7,1829,II,USA_CO_Golden-NREL.724666_TMY3.epw
|
511
|
-
724673,Leadville_Lake_Co,CO,39.22,-106.32,-7,3026,II,USA_CO_Leadville-Lake.County.AP.724673_TMY3.epw
|
512
|
-
724675,Eagle_County_Ap,CO,39.65,-106.92,-7,1980,II,USA_CO_Eagle.County.Rgnl.AP.724675_TMY3.epw
|
513
|
-
724676,Aspen_Pitkin_Co_Sar,CO,39.22,-106.87,-7,2444,II,USA_CO_Aspen-Pitkin.County-Sardy.Field.724676_TMY3.epw
|
514
|
-
724677,Gunnison_Co_Awos,CO,38.53,-106.93,-7,2339,II,USA_CO_Gunnison.County.AWOS.724677_TMY3.epw
|
515
|
-
724695,Aurora_Buckley_Field_Angb,CO,39.72,-104.75,-7,1726,II,USA_CO_Aurora-Buckley.Field.ANGB.724695_TMY3.epw
|
516
|
-
724698,Akron_Washington_Co_Ap,CO,40.17,-103.23,-7,1421,II,USA_CO_Akron-Washington.County.AP.724698_TMY3.epw
|
517
|
-
724699,Broomfield_Jeffco_Boulder_S,CO,40.13,-105.24,-7,1689,III,USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
|
518
|
-
724723,Blanding,UT,37.62,-109.48,-7,1841,II,USA_UT_Blanding.Muni.AP.724723_TMY3.epw
|
519
|
-
724735,Hanksville,UT,38.37,-110.72,-7,1313,II,USA_UT_Hanksville.AP.724735_TMY3.epw
|
520
|
-
724754,Saint_George_Awos,UT,37.08,-113.6,-7,896,II,USA_UT_Saint.George.AWOS.724754_TMY3.epw
|
521
|
-
724755,Cedar_City_Municipal_Ap,UT,37.7,-113.1,-7,1703,I,USA_UT_Cedar.City.Muni.AP.724755_TMY3.epw
|
522
|
-
724756,Bryce_Cnyn_Faa_Ap,UT,37.7,-112.15,-7,2312,II,USA_UT_Bryce.Canyon.AP.724756_TMY3.epw
|
523
|
-
724760,Grand_Junction_Walker_Field,CO,39.13,-108.53,-7,1475,I,USA_CO_Grand.Junction-Walker.Field.724760_TMY3.epw
|
524
|
-
724765,Montrose_Co_Arpt,CO,38.5,-107.9,-7,1755,II,USA_CO_Montrose.County.AP.724765_TMY3.epw
|
525
|
-
724767,Cortez_Montezuma_Co,CO,37.3,-108.63,-7,1803,II,USA_CO_Cortez-Montezuma.County.AP.724767_TMY3.epw
|
526
|
-
724768,Greeley_Weld_Awos,CO,40.43,-104.63,-7,1420,II,USA_CO_Greeley-Weld.County.AWOS.724768_TMY3.epw
|
527
|
-
724769,Fort_Collins_Awos,CO,40.45,-105.02,-7,1529,II,USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
|
528
|
-
724776,Moab_Canyonlands_Uo,UT,38.58,-109.54,-7,1000,III,USA_UT_Moab-Canyonlands.Field.724776_TMY3.epw
|
529
|
-
724795,Delta,UT,39.33,-112.58,-7,1414,II,USA_UT_Delta.Muni.AP.724795_TMY3.epw
|
530
|
-
724800,Bishop_Airport,CA,37.37,-118.35,-8,1250,II,USA_CA_Bishop.AP.724800_TMY3.epw
|
531
|
-
724815,Merced_Macready_Fld,CA,37.28,-120.52,-8,47,II,USA_CA_Merced-Macready.Field.724815_TMY3.epw
|
532
|
-
724830,Sacramento_Executive_Arpt,CA,38.5,-121.5,-8,5,I,USA_CA_Sacramento.Exec.AP.724830_TMY3.epw
|
533
|
-
724837,Beale_Afb,CA,39.13,-121.43,-8,38,II,USA_CA_Beale.AFB.724837_TMY3.epw
|
534
|
-
724838,Yuba_Co,CA,39.1,-121.57,-8,19,II,USA_CA_Yuba.County.AP.724838_TMY3.epw
|
535
|
-
724839,Sacramento_Metropolitan_Ap,CA,38.7,-121.58,-8,7,II,USA_CA_Sacramento.Metro.AP.724839_TMY3.epw
|
536
|
-
724855,Tonopah_Airport,NV,38.07,-117.08,-8,1655,I,USA_NV_Tonopah.AP.724855_TMY3.epw
|
537
|
-
724860,Ely_Yelland_Field,NV,39.3,-114.85,-8,1909,I,USA_NV_Ely-Yelland.Field.724860_TMY3.epw
|
538
|
-
724880,Reno_Tahoe_International_Ap,NV,39.48,-119.77,-8,1342,I,USA_NV_Reno-Tahoe.Intl.AP.724880_TMY3.epw
|
539
|
-
724885,Fallon_Naas,NV,39.42,-118.72,-8,1199,II,USA_NV_Fallon.NAS.724885_TMY3.epw
|
540
|
-
724915,Monterey_Naf,CA,36.6,-121.87,-8,50,II,USA_CA_Monterey.NAF.724915_TMY3.epw
|
541
|
-
724917,Salinas_Municipal_Ap,CA,36.67,-121.6,-8,21,II,USA_CA_Salinas.Muni.AP.724917_TMY3.epw
|
542
|
-
724920,Stockton_Metropolitan_Arpt,CA,37.9,-121.23,-8,7,II,USA_CA_Stockton.Metro.AP.724920_TMY3.epw
|
543
|
-
724926,Modesto_City_County_Ap,CA,37.63,-120.95,-8,30,II,USA_CA_Modesto.Muni.AP.724926_TMY3.epw
|
544
|
-
724927,Livermore_Municipal,CA,37.7,-121.82,-8,121,II,USA_CA_Livermore.Muni.AP.724927_TMY3.epw
|
545
|
-
724930,Oakland_Metropolitan_Arpt,CA,37.72,-122.22,-8,2,II,USA_CA_Oakland.Intl.AP.724930_TMY3.epw
|
546
|
-
724935,Hayward_Air_Term,CA,37.67,-122.12,-8,14,II,USA_CA_Hayward.Air.Terminal.724935_TMY3.epw
|
547
|
-
724936,Concord_Concord_Buchanan_Fiel,CA,38,-122.05,-8,7,II,USA_CA_Concord-Buchanan.Field.724936_TMY3.epw
|
548
|
-
724940,San_Francisco_Intl_Ap,CA,37.62,-122.4,-8,2,I,USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
|
549
|
-
724945,San_Jose_Intl_Ap,CA,37.37,-121.93,-8,16,II,USA_CA_San.Jose.Intl.AP.724945_TMY3.epw
|
550
|
-
724955,Napa_Co_Airport,CA,38.22,-122.28,-8,10,II,USA_CA_Napa.County.AP.724955_TMY3.epw
|
551
|
-
724957,Santa_Rosa_Awos,CA,38.52,-122.82,-8,38,II,USA_CA_Santa.Rosa.AWOS.724957_TMY3.epw
|
552
|
-
725020,Newark_International_Arpt,NJ,40.72,-74.18,-5,3,I,USA_NJ_Newark.Intl.AP.725020_TMY3.epw
|
553
|
-
725025,Teterboro_Airport,NJ,40.85,-74.07,-5,3,II,USA_NJ_Teterboro.AP.725025_TMY3.epw
|
554
|
-
725029,Oxford_Awos,CT,41.48,-73.13,-5,222,III,USA_CT_Oxford.AWOS.725029_TMY3.epw
|
555
|
-
725030,New_York_Laguardia_Arpt,NY,40.78,-73.88,-5,3,I,USA_NY_New.York-LaGuardia.AP.725030_TMY3.epw
|
556
|
-
725033,New_York_Central_Prk_Obs_Belv,NY,40.78,-73.97,-5,40,III,USA_NY_New.York-Central.Park.725033_TMY3.epw
|
557
|
-
725035,Islip_Long_Isl_Macarthur_Ap,NY,40.78,-73.1,-5,26,I,USA_NY_Islip-Long.Island.MacArthur.AP.725035_TMY3.epw
|
558
|
-
725036,Poughkeepsie_Dutchess_Co_Ap,NY,41.63,-73.88,-5,47,II,USA_NY_Poughkeepsie-Dutchess.County.AP.725036_TMY3.epw
|
559
|
-
725037,White_Plains_Westchester_Co_A,NY,41.07,-73.72,-5,122,II,USA_NY_White.Plains-Westchester.County.AP.725037_TMY3.epw
|
560
|
-
725038,Stewart_Field,NY,41.5,-74.1,-5,177,II,USA_NY_Newburgh-Stewart.Intl.AP.725038_TMY3.epw
|
561
|
-
725040,Bridgeport_Sikorsky_Memorial,CT,41.18,-73.15,-5,3,I,USA_CT_Bridgeport-Sikorsky.Mem.AP.725040_TMY3.epw
|
562
|
-
725045,New_Haven_Tweed_Airport,CT,41.27,-72.88,-5,2,II,USA_CT_New.Haven-Tweed.AP.725045_TMY3.epw
|
563
|
-
725046,Groton_New_London_Ap,CT,41.33,-72.05,-5,3,II,USA_CT_Groton-New.London.AP.725046_TMY3.epw
|
564
|
-
725054,Pawtucket_Awos,RI,41.92,-71.5,-5,134,II,USA_RI_Pawtucket.AWOS.725054_TMY3.epw
|
565
|
-
725058,Block_Island_State_Arpt,RI,41.17,-71.58,-5,34,II,USA_RI_Block.Island.State.AP.725058_TMY3.epw
|
566
|
-
725060,Otis_Angb,MA,41.65,-70.52,-5,40,II,USA_MA_Otis.ANGB.725060_TMY3.epw
|
567
|
-
725063,Nantucket_Memorial_Ap,MA,41.25,-70.07,-5,14,II,USA_MA_Nantucket.Mem.AP.725063_TMY3.epw
|
568
|
-
725064,Plymouth_Municipal,MA,41.92,-70.73,-5,45,III,USA_MA_Plymouth.Muni.AP.725064_TMY3.epw
|
569
|
-
725065,New_Bedford_Rgnl,MA,41.67,-70.95,-5,25,II,USA_MA_New.Bedford.Rgnl.AP.725065_TMY3.epw
|
570
|
-
725066,Marthas_Vineyard,MA,41.4,-70.62,-5,21,II,USA_MA_Marthas.Vineyard.AP.725066_TMY3.epw
|
571
|
-
725067,Barnstable_Muni_Boa,MA,41.67,-70.28,-5,17,II,USA_MA_Barnstable-Boardman.Poland.AP.725067_TMY3.epw
|
572
|
-
725070,Providence_T_F_Green_State_Ar,RI,41.72,-71.43,-5,16,I,USA_RI_Providence-T.F.Green.State.AP.725070_TMY3.epw
|
573
|
-
725073,Provincetown_Awos,MA,42.07,-70.22,-5,2,II,USA_MA_Provincetown.AWOS.725073_TMY3.epw
|
574
|
-
725075,North_Adams,MA,42.7,-73.17,-5,201,III,USA_MA_North.Adams.AP.725075_TMY3.epw
|
575
|
-
725080,Hartford_Bradley_Intl_Ap,CT,41.93,-72.68,-5,49,I,USA_CT_Hartford-Bradley.Intl.AP.725080_TMY3.epw
|
576
|
-
725086,Danbury_Municipal,CT,41.37,-73.48,-5,139,II,USA_CT_Danbury.Muni.AP.725086_TMY3.epw
|
577
|
-
725087,Hartford_Brainard_Fd,CT,41.73,-72.65,-5,6,II,USA_CT_Hartford-Brainard.Field.725087_TMY3.epw
|
578
|
-
725088,Beverly_Muni,MA,42.58,-70.92,-5,34,II,USA_MA_Beverly.Muni.AP.725088_TMY3.epw
|
579
|
-
725090,Boston_Logan_IntL_Arpt,MA,42.37,-71.02,-5,6,I,USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw
|
580
|
-
725095,Worchester_Regional_Arpt,MA,42.27,-71.88,-5,300,I,USA_MA_Worcester.Rgnl.AP.725095_TMY3.epw
|
581
|
-
725098,Norwood_Memorial,MA,42.18,-71.18,-5,15,II,USA_MA_Norwood.Mem.AP.725098_TMY3.epw
|
582
|
-
725103,Reading_Spaatz_Field,PA,40.37,-75.97,-5,104,II,USA_PA_Reading.Mem.AP-Spaatz.Field.725103_TMY3.epw
|
583
|
-
725115,Middletown_Harrisburg_Intl_Ap,PA,40.2,-76.77,-5,92,I,USA_PA_Harrisburg.Intl.AP.725115_TMY3.epw
|
584
|
-
725116,Lancaster,PA,40.12,-76.3,-5,126,II,USA_PA_Lancaster.AP.725116_TMY3.epw
|
585
|
-
725117,Washington_Awos,PA,40.13,-80.28,-5,361,II,USA_PA_Washington.AWOS.725117_TMY3.epw
|
586
|
-
725118,Harrisburg_Capital_City_Arpt,PA,40.22,-76.85,-5,104,II,USA_PA_Harrisburg-Capital.City.AP.725118_TMY3.epw
|
587
|
-
725124,Butler_Co_Awos,PA,40.78,-79.95,-5,380,III,USA_PA_Butler.County.AWOS.725124_TMY3.epw
|
588
|
-
725125,Dubois_Faa_Ap,PA,41.18,-78.9,-5,553,II,USA_PA_DuBois-Jefferson.County.AP.725125_TMY3.epw
|
589
|
-
725126,Altoona_Blair_Co_Arpt,PA,40.3,-78.32,-5,451,II,USA_PA_Altoona-Blair.County.AP.725126_TMY3.epw
|
590
|
-
725127,Johnstown_Cambria_County_Ap,PA,40.32,-78.83,-5,695,II,USA_PA_Johnstown-Cambria.County.AP.725127_TMY3.epw
|
591
|
-
725128,State_College_Penn_State_Su,PA,40.72,-77.93,-5,376,II,USA_PA_State.College-Penn.State.University.725128_TMY3.epw
|
592
|
-
725130,Wilkes_Barre_Scranton_Intl_Ap,PA,41.33,-75.73,-5,284,I,USA_PA_Wilkes-Barre-Scranton.Intl.AP.725130_TMY3.epw
|
593
|
-
725140,Williamsport_Regional_Ap,PA,41.25,-76.92,-5,158,I,USA_PA_Williamsport.Rgnl.AP.725140_TMY3.epw
|
594
|
-
725145,Monticello_Awos,NY,41.7,-74.8,-5,428,II,USA_NY_Monticello.AWOS.725145_TMY3.epw
|
595
|
-
725150,Binghamton_Edwin_A_Link_Field,NY,42.2,-75.98,-5,488,I,USA_NY_Binghamton-Edwin.A.Link.Field.725150_TMY3.epw
|
596
|
-
725156,Elmira_Corning_Regional_Ap,NY,42.17,-76.9,-5,291,II,USA_NY_Elmira.Rgnl.AP.725156_TMY3.epw
|
597
|
-
725165,Rutland_State,VT,43.52,-72.95,-5,246,II,USA_VT_Rutland.State.AP.725165_TMY3.epw
|
598
|
-
725170,Allentown_Lehigh_Valley_Intl,PA,40.65,-75.45,-5,119,I,USA_PA_Allentown-Lehigh.Valley.Intl.AP.725170_TMY3.epw
|
599
|
-
725180,Albany_County_Ap,NY,42.75,-73.8,-5,84,I,USA_NY_Albany.County.AP.725180_TMY3.epw
|
600
|
-
725185,Glens_Falls_Ap,NY,43.35,-73.62,-5,98,II,USA_NY_Glens.Falls-Bennett.Mem.AP.725185_TMY3.epw
|
601
|
-
725190,Syracuse_Hancock_IntL_Arpt,NY,43.12,-76.1,-5,125,I,USA_NY_Syracuse-Hancock.Intl.AP.725190_TMY3.epw
|
602
|
-
725197,Utica_Oneida_County_Ap,NY,43.15,-75.38,-5,217,II,USA_NY_Utica-Oneida.County.AP.725197_TMY3.epw
|
603
|
-
725200,Pittsburgh_International_Ap,PA,40.5,-80.23,-5,350,I,USA_PA_Pittsburgh.Intl.AP.725200_TMY3.epw
|
604
|
-
725205,Pittsburgh_Allegheny_Co_Ap,PA,40.35,-79.92,-5,380,II,USA_PA_Pittsburgh-Allegheny.County.AP.725205_TMY3.epw
|
605
|
-
725210,Akron_Akron_Canton_Reg_Ap,OH,40.92,-81.43,-5,368,I,USA_OH_Akron.Canton.Rgnl.AP.725210_TMY3.epw
|
606
|
-
725235,Jamestown_Awos,NY,42.15,-79.27,-5,525,II,USA_NY_Jamestown.AWOS.725235_TMY3.epw
|
607
|
-
725240,Cleveland_Hopkins_Intl_Ap,OH,41.4,-81.85,-5,235,I,USA_OH_Cleveland-Hopkins.Intl.AP.725240_TMY3.epw
|
608
|
-
725245,Burke_Lakefront,OH,41.52,-81.68,-5,182,II,USA_OH_Cleveland-Burke.Lakefront.AP.725245_TMY3.epw
|
609
|
-
725246,Mansfield_Lahm_Municipal_Arpt,OH,40.82,-82.52,-5,395,I,USA_OH_Mansfield-Lahm.Muni.AP.725246_TMY3.epw
|
610
|
-
725250,Youngstown_Regional_Airport,OH,41.25,-80.67,-5,360,I,USA_OH_Youngstown.Rgnl.AP.725250_TMY3.epw
|
611
|
-
725260,Erie_International_Ap,PA,42.08,-80.18,-5,222,I,USA_PA_Erie.Intl.AP.725260_TMY3.epw
|
612
|
-
725266,Bradford_Regional_Ap,PA,41.8,-78.63,-5,645,I,USA_PA_Bradford.Rgnl.AP.725266_TMY3.epw
|
613
|
-
725267,Franklin,PA,41.38,-79.87,-5,470,II,USA_PA_Franklin-Chess.Lemberton.AP.725267_TMY3.epw
|
614
|
-
725280,Buffalo_Niagara_Intl_Ap,NY,42.93,-78.73,-5,215,I,USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw
|
615
|
-
725287,Niagara_Falls_Af,NY,43.1,-78.95,-5,180,II,USA_NY_Niagara.Falls.Intl.AP.725287_TMY3.epw
|
616
|
-
725290,Rochester_Greater_Rochester_I,NY,43.12,-77.68,-5,183,I,USA_NY_Rochester-Greater.Rochester.Intl.AP.725290_TMY3.epw
|
617
|
-
725300,Chicago_Ohare_Intl_Ap,IL,41.98,-87.92,-6,201,I,USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
|
618
|
-
725305,W_Chicago_Du_Page,IL,41.92,-88.25,-6,231,II,USA_IL_Du.Page.AP.725305_TMY3.epw
|
619
|
-
725314,Cahokia_St_Louis,IL,38.57,-90.15,-6,126,II,USA_IL_Cahokia.AP.725314_TMY3.epw
|
620
|
-
725315,Univ_Of_Illinois_Wi_Bondville,IL,40.06,-88.37,-6,213,II,USA_IL_University.of.Illinois-Willard.AP.725315_TMY3.epw
|
621
|
-
725316,Decatur,IL,39.83,-88.87,-6,213,II,USA_IL_Decatur.AP.725316_TMY3.epw
|
622
|
-
725320,Peoria_Greater_Peoria_Ap,IL,40.67,-89.68,-6,199,I,USA_IL_Peoria-Greater.Peoria.AP.725320_TMY3.epw
|
623
|
-
725326,Sterling_Rockfalls,IL,41.75,-89.67,-6,197,II,USA_IL_Sterling-Rock.Falls-Whiteside.County.AP.725326_TMY3.epw
|
624
|
-
725330,Fort_Wayne_Intl_Ap,IN,41,-85.2,-5,241,I,USA_IN_Fort.Wayne.Intl.AP.725330_TMY3.epw
|
625
|
-
725335,Grissom_Arb,IN,40.65,-86.15,-5,253,II,USA_IN_Grissom.AFB.725335_TMY3.epw
|
626
|
-
725336,Delaware_Co_Johnson,IN,40.23,-85.4,-5,293,II,USA_IN_Delaware.County-Johnson.Field.725336_TMY3.epw
|
627
|
-
725340,Chicago_Midway_Ap,IL,41.78,-87.75,-6,186,II,USA_IL_Chicago-Midway.AP.725340_TMY3.epw
|
628
|
-
725347,Chicago_Waukegan,IL,42.42,-87.87,-6,222,II,USA_IL_Waukegan.Rgnl.AP.725347_TMY3.epw
|
629
|
-
725350,South_Bend_Michiana_Rgnl_Ap,IN,41.7,-86.33,-5,236,I,USA_IN_South.Bend-Michiana.Rgnl.AP.725350_TMY3.epw
|
630
|
-
725360,Toledo_Express_Airport,OH,41.58,-83.8,-5,204,I,USA_OH_Toledo.Express.AP.725360_TMY3.epw
|
631
|
-
725366,Findlay_Airport,OH,41.02,-83.67,-5,244,II,USA_OH_Findlay.AP.725366_TMY3.epw
|
632
|
-
725370,Detroit_Metropolitan_Arpt,MI,42.22,-83.35,-5,194,I,USA_MI_Detroit.Metro.AP.725370_TMY3.epw
|
633
|
-
725374,Ann_Arbor_Municipal,MI,42.22,-83.75,-5,256,II,USA_MI_Ann.Arbor.Muni.AP.725374_TMY3.epw
|
634
|
-
725375,Detroit_City_Airport,MI,42.4,-83,-5,190,I,USA_MI_Detroit-City.AP.725375_TMY3.epw
|
635
|
-
725376,Detroit_Willow_Run_Ap,MI,42.23,-83.53,-5,218,II,USA_MI_Detroit-Willow.Run.AP.725376_TMY3.epw
|
636
|
-
725377,Mount_Clemens_Selfridge_Fld,MI,42.62,-82.83,-5,177,II,USA_MI_Mount.Clemens-Selfridge.ANGB.725377_TMY3.epw
|
637
|
-
725378,Howell,MI,42.63,-83.98,-5,293,III,USA_MI_Howell-Livingston.County.AP.725378_TMY3.epw
|
638
|
-
725384,St_Clair_County_Int,MI,42.92,-82.53,-5,198,III,USA_MI_St.Clair.County.Intl.AP.725384_TMY3.epw
|
639
|
-
725390,Lansing_Capital_City_Arpt,MI,42.78,-84.58,-5,256,I,USA_MI_Lansing-Capital.City.AP.725390_TMY3.epw
|
640
|
-
725395,Jackson_Reynolds_Field,MI,42.27,-84.47,-5,304,II,USA_MI_Jackson-Reynolds.Field.725395_TMY3.epw
|
641
|
-
725396,Battle_Creek_Kellogg_Ap,MI,42.3,-85.25,-5,283,II,USA_MI_Battle.Creek-Kellogg.AP.725396_TMY3.epw
|
642
|
-
725430,Rockford_Greater_Rockford_Ap,IL,42.2,-89.1,-6,223,I,USA_IL_Rockford-Greater.Rockford.AP.725430_TMY3.epw
|
643
|
-
725440,Moline_Quad_City_Intl_Ap,IL,41.47,-90.52,-6,180,I,USA_IL_Moline-Quad.City.Intl.AP.725440_TMY3.epw
|
644
|
-
725450,Cedar_Rapids_Municipal_Ap,IA,41.88,-91.72,-6,256,II,USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3.epw
|
645
|
-
725453,Atlantic,IA,41.4,-95.05,-6,360,III,USA_IA_Atlantic.Muni.AP.725453_TMY3.epw
|
646
|
-
725454,Washington,IA,41.28,-91.67,-6,230,III,USA_IA_Washington.Muni.AP.725454_TMY3.epw
|
647
|
-
725455,Burlington_Municipal_Ap,IA,40.78,-91.12,-6,211,II,USA_IA_Burlington.Muni.AP.725455_TMY3.epw
|
648
|
-
725456,Keokuk_Muni,IA,40.47,-91.43,-6,205,III,USA_IA_Keokuk.Muni.AP.725456_TMY3.epw
|
649
|
-
725457,Algona,IA,43.08,-94.27,-6,372,III,USA_IA_Algona.Muni.AP.725457_TMY3.epw
|
650
|
-
725460,Des_Moines_Intl_Ap,IA,41.53,-93.67,-6,292,I,USA_IA_Des.Moines.Intl.AP.725460_TMY3.epw
|
651
|
-
725463,Charles_City,IA,43.07,-92.62,-6,343,III,USA_IA_Charles.City.Muni.AP.725463_TMY3.epw
|
652
|
-
725464,Newton_Muni,IA,41.68,-93.02,-6,290,III,USA_IA_Newton.Muni.AP.725464_TMY3.epw
|
653
|
-
725465,Ottumwa_Industrial_Ap,IA,41.1,-92.45,-6,257,II,USA_IA_Ottumwa.Industrial.AP.725465_TMY3.epw
|
654
|
-
725467,Shenandoah_Muni,IA,40.75,-95.42,-6,296,III,USA_IA_Shenandoah.Muni.AP.725467_TMY3.epw
|
655
|
-
725468,Carroll,IA,42.05,-94.78,-6,375,III,USA_IA_Carroll.Muni.AP.725468_TMY3.epw
|
656
|
-
725469,Chariton,IA,41.03,-93.37,-6,320,III,USA_IA_Chariton.Muni.AP.725469_TMY3.epw
|
657
|
-
725470,Dubuque_Regional_Ap,IA,42.4,-90.7,-6,322,I,USA_IA_Dubuque.Rgnl.AP.725470_TMY3.epw
|
658
|
-
725473,Clinton_Muni_Awos,IA,41.83,-90.33,-6,216,II,USA_IA_Clinton.Muni.AWOS.725473_TMY3.epw
|
659
|
-
725474,Creston,IA,41.02,-94.37,-6,394,III,USA_IA_Creston.Muni.AP.725474_TMY3.epw
|
660
|
-
725475,Monticello_Muni,IA,42.23,-91.17,-6,259,III,USA_IA_Monticello.Muni.AP.725475_TMY3.epw
|
661
|
-
725476,Decorah,IA,43.28,-91.73,-6,353,III,USA_IA_Decorah.Muni.AP.725476_TMY3.epw
|
662
|
-
725477,Denison,IA,41.98,-95.38,-6,388,III,USA_IA_Denison.Muni.AP.725477_TMY3.epw
|
663
|
-
725478,Webster_City,IA,42.43,-93.87,-6,342,III,USA_IA_Webster.City.Muni.AP.725478_TMY3.epw
|
664
|
-
725479,Clarinda,IA,40.72,-95.03,-6,303,III,USA_IA_Clarinda.Muni.AP.725479_TMY3.epw
|
665
|
-
725480,Waterloo_Municipal_Ap,IA,42.55,-92.4,-6,264,I,USA_IA_Waterloo.Muni.AP.725480_TMY3.epw
|
666
|
-
725483,Fort_Madison,IA,40.67,-91.33,-6,221,III,USA_IA_Fort.Madison.Muni.AP.725483_TMY3.epw
|
667
|
-
725484,Le_Mars,IA,42.78,-96.2,-6,365,III,USA_IA_Le.Mars.Muni.AP.725484_TMY3.epw
|
668
|
-
725485,Mason_City_Municipal_Arpt,IA,43.15,-93.33,-6,364,I,USA_IA_Mason.City.Muni.AP.725485_TMY3.epw
|
669
|
-
725486,Boone_Muni,IA,42.05,-93.85,-6,354,III,USA_IA_Boone.Muni.AP.725486_TMY3.epw
|
670
|
-
725487,Muscatine,IA,41.37,-91.15,-6,167,III,USA_IA_Muscatine.Muni.AP.725487_TMY3.epw
|
671
|
-
725488,Oelwen,IA,42.68,-91.97,-6,328,III,USA_IA_Oelwein.Muni.AP.725488_TMY3.epw
|
672
|
-
725489,Orange_City,IA,42.98,-96.07,-6,431,III,USA_IA_Orange.City.Muni.AP.725489_TMY3.epw
|
673
|
-
725490,Fort_Dodge_Awos,IA,42.55,-94.18,-6,355,II,USA_IA_Fort.Dodge.AWOS.725490_TMY3.epw
|
674
|
-
725493,Knoxville,IA,41.3,-93.12,-6,283,III,USA_IA_Knoxville.Muni.AP.725493_TMY3.epw
|
675
|
-
725494,Red_Oak,IA,41.02,-95.27,-6,318,III,USA_IA_Red.Oak.Muni.AP.725494_TMY3.epw
|
676
|
-
725495,Sheldon,IA,43.22,-95.83,-6,432,III,USA_IA_Sheldon.Muni.AP.725495_TMY3.epw
|
677
|
-
725496,Storm_Lake,IA,42.6,-95.23,-6,454,III,USA_IA_Storm.Lake.Muni.AP.725496_TMY3.epw
|
678
|
-
725497,Council_Bluffs,IA,41.27,-95.77,-6,382,III,USA_IA_Council.Bluffs.Muni.AP.725497_TMY3.epw
|
679
|
-
725500,Omaha_Eppley_Airfield,NE,41.32,-95.9,-6,299,I,USA_NE_Omaha-Eppley.Airfield.725500_TMY3.epw
|
680
|
-
725510,Lincoln_Municipal_Arpt,NE,40.83,-96.77,-6,357,II,USA_NE_Lincoln.Muni.AP.725510_TMY3.epw
|
681
|
-
725515,Beatrice_Municipal,NE,40.3,-96.75,-6,403,III,USA_NE_Beatrice.Muni.AP.725515_TMY3.epw
|
682
|
-
725520,Grand_Island_Central_Ne_Regio,NE,40.97,-98.32,-6,561,II,USA_NE_Grand.Island-Central.Nebraska.Rgnl.AP.725520_TMY3.epw
|
683
|
-
725524,Ord_Sharp_Field,NE,41.62,-98.95,-6,631,II,USA_NE_Ord-Sharp.Field.725524_TMY3.epw
|
684
|
-
725525,Hastings_Municipal,NE,40.6,-98.43,-6,596,II,USA_NE_Hastings.Muni.AP.725525_TMY3.epw
|
685
|
-
725526,Kearney_Muni_Awos,NE,40.73,-99,-6,649,II,USA_NE_Kearney.Muni.AWOS.725526_TMY3.epw
|
686
|
-
725527,Tekamah_Asos,NE,41.77,-96.17,-6,312,III,USA_NE_Tekamah.AWOS.725527_TMY3.epw
|
687
|
-
725530,Omaha_Wsfo,NE,41.37,-96.02,-6,399,III,USA_NE_Omaha.WSFO.725530_TMY3.epw
|
688
|
-
725533,Falls_City_Brenner,NE,40.08,-95.6,-6,300,II,USA_NE_Falls.City-Brenner.Field.725533_TMY3.epw
|
689
|
-
725540,Bellevue_Offutt_Afb,NE,41.12,-95.92,-6,319,II,USA_NE_Bellevue-Offutt.AFB.725540_TMY3.epw
|
690
|
-
725555,Broken_Bow_Muni,NE,41.43,-99.65,-6,776,II,USA_NE_Broken.Bow.Muni.AP.725555_TMY3.epw
|
691
|
-
725556,Ainsworth_Municipal,NE,42.58,-100,-6,789,II,USA_NE_Ainsworth.Muni.AP.725556_TMY3.epw
|
692
|
-
725560,Norfolk_Karl_Stefan_Mem_Arpt,NE,41.98,-97.43,-6,472,I,USA_NE_Norfolk-Karl.Stefan.Mem.AP.725560_TMY3.epw
|
693
|
-
725564,Fremont_Muni_Arpt,NE,41.45,-96.52,-6,379,III,USA_NE_Fremont.Muni.AP.725564_TMY3.epw
|
694
|
-
725565,Columbus_Muni,NE,41.45,-97.33,-6,451,II,USA_NE_Columbus.Muni.AP.725565_TMY3.epw
|
695
|
-
725566,O_Neill_Baker_Field,NE,42.47,-98.68,-6,619,III,USA_NE_ONeill-Baker.Field.725566_TMY3.epw
|
696
|
-
725570,Sioux_City_Sioux_Gateway_Ap,IA,42.38,-96.38,-6,333,I,USA_IA_Sioux.City-Sioux.Gateway.AP.725570_TMY3.epw
|
697
|
-
725610,Sidney_Municipal_Ap,NE,41.1,-102.98,-7,1313,II,USA_NE_Sidney.Muni.AP.725610_TMY3.epw
|
698
|
-
725620,North_Platte_Regional_Ap,NE,41.12,-100.67,-6,847,I,USA_NE_North.Platte.Rgnl.AP.725620_TMY3.epw
|
699
|
-
725625,Mccook_Municipal,NE,40.2,-100.58,-6,786,II,USA_NE_McCook.Muni.AP.725625_TMY3.epw
|
700
|
-
725626,Imperial_Faa_Ap,NE,40.52,-101.62,-7,998,II,USA_NE_Imperial.Muni.AP.725626_TMY3.epw
|
701
|
-
725628,Brewster_Field_Arpt,NE,40.45,-99.33,-6,704,III,USA_NE_Holdrege-Brewster.Field.725628_TMY3.epw
|
702
|
-
725635,Alliance_Municipal,NE,42.05,-102.8,-7,1198,II,USA_NE_Alliance.Muni.AP.725635_TMY3.epw
|
703
|
-
725636,Chadron_Municipal_Ap,NE,42.83,-103.08,-7,1011,II,USA_NE_Chadron.Muni.AP.725636_TMY3.epw
|
704
|
-
725640,Cheyenne_Municipal_Arpt,WY,41.15,-104.8,-7,1867,I,USA_WY_Cheyenne.Muni.AP.725640_TMY3.epw
|
705
|
-
725645,Laramie_General_Brees_Field,WY,41.32,-105.68,-7,2215,II,USA_WY_Laramie-General.Brees.Field.725645_TMY3.epw
|
706
|
-
725650,Denver_Intl_Ap,CO,39.83,-104.65,-7,1650,I,USA_CO_Denver.Intl.AP.725650_TMY3.epw
|
707
|
-
725660,Scottsbluff_W_B_Heilig_Field,NE,41.87,-103.6,-7,1202,I,USA_NE_Scottsbluff-W.B.Heilig.Field.725660_TMY3.epw
|
708
|
-
725670,Valentine_Miller_Field,NE,42.87,-100.55,-6,789,I,USA_NE_Valentine-Miller.Field.725670_TMY3.epw
|
709
|
-
725690,Casper_Natrona_Co_Intl_Ap,WY,42.9,-106.47,-7,1627,I,USA_WY_Casper-Natrona.County.Intl.AP.725690_TMY3.epw
|
710
|
-
725700,Craig_Moffat,CO,40.5,-107.53,-7,1915,II,USA_CO_Craig.Moffat.AP.725700_TMY3.epw
|
711
|
-
725705,Vernal,UT,40.43,-109.52,-7,1608,II,USA_UT_Vernal.AP.725705_TMY3.epw
|
712
|
-
725715,Hayden_Yampa_Awos,CO,40.48,-107.22,-7,2012,II,USA_CO_Hayden-Yampa.AWOS.725715_TMY3.epw
|
713
|
-
725717,Rifle_Garfield_Rgnl,CO,39.53,-107.72,-7,1691,III,USA_CO_Rifle-Garfield.County.Rgnl.AP.725717_TMY3.epw
|
714
|
-
725720,Salt_Lake_City_IntL_Arpt_Isis,UT,40.77,-111.97,-7,1288,I,USA_UT_Salt.Lake.City.Intl.AP.725720_TMY3.epw
|
715
|
-
725724,Provo_Muni_Awos,UT,40.22,-111.72,-7,1369,II,USA_UT_Provo.Muni.AWOS.725724_TMY3.epw
|
716
|
-
725744,Rock_Springs_Arpt_Green_River,WY,41.46,-109.44,-7,1000,I,USA_WY_Green.River-Greater.Green.River.Intergalactic.Spaceport.725744_TMY3.epw
|
717
|
-
725745,Rawlins_Municipal_Ap,WY,41.8,-107.2,-7,2053,II,USA_WY_Rawlins.Muni.AP.725745_TMY3.epw
|
718
|
-
725750,Ogden_Hinkley_Airport,UT,41.2,-112.02,-7,1362,II,USA_UT_Ogden-Hinkley.AP.725750_TMY3.epw
|
719
|
-
725755,Ogden_Hill_Afb,UT,41.12,-111.97,-7,1459,II,USA_UT_Ogden-Hill.AFB.725755_TMY3.epw
|
720
|
-
725760,Lander_Hunt_Field,WY,42.82,-108.73,-7,1694,I,USA_WY_Lander-Hunt.Field.725760_TMY3.epw
|
721
|
-
725765,Riverton_Municipl_Ap,WY,43.05,-108.45,-7,1663,II,USA_WY_Riverton.Rgnl.AP.725765_TMY3.epw
|
722
|
-
725775,Evanston_Burns_Fld,WY,41.28,-111.03,-7,2183,II,USA_WY_Evanston-Uinta.County.AP-Burns.Field.725775_TMY3.epw
|
723
|
-
725776,Jackson_Hole,WY,43.6,-110.73,-7,2016,II,USA_WY_Jackson.Hole.AP.725776_TMY3.epw
|
724
|
-
725780,Pocatello_Regional_Ap,ID,42.92,-112.57,-7,1353,I,USA_ID_Pocatello.Muni.AP.725780_TMY3.epw
|
725
|
-
725785,Idaho_Falls_Fanning_Field,ID,43.52,-112.07,-7,1441,II,USA_ID_Idaho.Falls-Fanning.Field.725785_TMY3.epw
|
726
|
-
725786,Malad_City,ID,42.15,-112.28,-7,1362,II,USA_ID_Malad.City.AP.725786_TMY3.epw
|
727
|
-
725805,Lovelock_Derby_Field,NV,40.07,-118.55,-8,1189,I,USA_NV_Lovelock-Derby.Field.725805_TMY3.epw
|
728
|
-
725810,Wendover_Usaf_Auxiliary_Field,UT,40.72,-114.03,-8,1291,II,USA_UT_Wendover.USAF.Auxiliary.Field.725810_TMY3.epw
|
729
|
-
725825,Elko_Municipal_Arpt,NV,40.83,-115.8,-8,1548,II,USA_NV_Elko.Muni.AP.725825_TMY3.epw
|
730
|
-
725830,Winnemucca_Municipal_Arpt,NV,40.9,-117.8,-8,1310,I,USA_NV_Winnemucca.Muni.AP.725830_TMY3.epw
|
731
|
-
725845,Blue_Canyon_Ap,CA,39.3,-120.72,-8,1609,II,USA_CA_Blue.Canyon.AP.725845_TMY3.epw
|
732
|
-
725846,Truckee_Tahoe,CA,39.32,-120.13,-8,1798,II,USA_CA_Truckee.Tahoe.AP.725846_TMY3.epw
|
733
|
-
725847,South_Lake_Tahoe,CA,38.9,-120,-8,1909,II,USA_CA_South.Lake.Tahoe-Lake.Tahoe.AP.725847_TMY3.epw
|
734
|
-
725865,Hailey_Friedman_Mem,ID,43.5,-114.3,-7,1620,II,USA_ID_Hailey-Sun.Valley.AP.725865_TMY3.epw
|
735
|
-
725866,Joslin_Fld_Magic_Va_Twin_Fall,ID,42.55,-114.35,-7,1200,II,USA_ID_Twin.Falls-Magic.Valley.Rgnl.AP-Joslin.Field.725866_TMY3.epw
|
736
|
-
725867,Burley_Municipal_Arpt,ID,42.53,-113.77,-7,1267,II,USA_ID_Burley.Muni.AP.725867_TMY3.epw
|
737
|
-
725868,Soda_Springs_Tigert,ID,42.65,-111.58,-7,1780,II,USA_ID_Soda.Springs-Tigert.AP.725868_TMY3.epw
|
738
|
-
725895,Klamath_Falls_Intl_Ap_Uo,OR,42.22,-121.74,-8,1220,II,USA_OR_Klamath.Falls.Intl.AP.725895_TMY3.epw
|
739
|
-
725905,Ukiah_Municipal_Ap,CA,39.13,-123.2,-8,189,II,USA_CA_Ukiah.Muni.AP.725905_TMY3.epw
|
740
|
-
725910,Red_Bluff_Municipal_Arpt,CA,40.15,-122.25,-8,106,II,USA_CA_Red.Bluff.Muni.AP.725910_TMY3.epw
|
741
|
-
725920,Redding_Municipal_Arpt,CA,40.52,-122.32,-8,153,I,USA_CA_Redding.Muni.AP.725920_TMY3.epw
|
742
|
-
725945,Arcata_Airport,CA,40.98,-124.1,-8,62,I,USA_CA_Arcata.AP.725945_TMY3.epw
|
743
|
-
725946,Crescent_City_Faa_Ai,CA,41.78,-124.23,-8,17,II,USA_CA_Crescent.City-Jack.McNamara.Field.725946_TMY3.epw
|
744
|
-
725955,Montague_Siskiyou_County_Ap,CA,41.78,-122.47,-8,803,II,USA_CA_Montague-Siskiyou.County.AP.725955_TMY3.epw
|
745
|
-
725958,Alturas,CA,41.5,-120.53,-8,1341,II,USA_CA_Alturas.725958_TMY3.epw
|
746
|
-
725970,Medford_Rogue_Valley_Intl_Ap,OR,42.19,-122.7,-8,595,I,USA_OR_Medford-Rogue.Valley.Intl.AP.725970_TMY3.epw
|
747
|
-
725975,Sexton_Summit,OR,42.6,-123.37,-8,1168,II,USA_OR_Sexton.Summit.725975_TMY3.epw
|
748
|
-
725976,Lakeview_Awos,OR,42.17,-120.4,-8,1441,II,USA_OR_Lakeview.AWOS.725976_TMY3.epw
|
749
|
-
726050,Concord_Municipal_Arpt,NH,43.2,-71.5,-5,106,I,USA_NH_Concord.Muni.AP.726050_TMY3.epw
|
750
|
-
726055,Pease_Intl_Tradepor,NH,43.08,-70.82,-5,31,II,USA_NH_Pease.Intl.Tradeport.726055_TMY3.epw
|
751
|
-
726060,Portland_Intl_Jetport,ME,43.65,-70.3,-5,14,I,USA_ME_Portland.Intl.Jetport.726060_TMY3.epw
|
752
|
-
726064,Sanford_Muni_Awos,ME,43.4,-70.72,-5,74,II,USA_ME_Sanford.Muni.AWOS.726064_TMY3.epw
|
753
|
-
726073,Waterville_Awos,ME,44.53,-69.68,-5,101,II,USA_ME_Waterville.AWOS.726073_TMY3.epw
|
754
|
-
726077,Bar_Harbor_Awos,ME,44.45,-68.37,-5,26,II,USA_ME_Bar.Harbor.AWOS.726077_TMY3.epw
|
755
|
-
726079,Rockland_Knox_Awos,ME,44.07,-69.1,-5,17,II,USA_ME_Rockland-Knox.AWOS.726079_TMY3.epw
|
756
|
-
726083,Northern_Aroostook,ME,47.28,-68.32,-5,309,III,USA_ME_Edmundston-Northern.Aroostook.Rgnl.AP.726083_TMY3.epw
|
757
|
-
726088,Bangor_International_Ap,ME,44.8,-68.82,-5,56,I,USA_ME_Bangor.Intl.AP.726088_TMY3.epw
|
758
|
-
726115,Springfield_Hartnes,VT,43.35,-72.52,-5,176,III,USA_VT_Springfield-Hartnes.State.AP.726115_TMY3.epw
|
759
|
-
726116,Lebanon_Municipal,NH,43.63,-72.3,-5,182,II,USA_NH_Lebanon.Muni.AP.726116_TMY3.epw
|
760
|
-
726130,Mount_Washington,NH,44.27,-71.3,-5,1910,II,USA_NH_Mount.Washington.726130_TMY3.epw
|
761
|
-
726145,Montpelier_Ap,VT,44.2,-72.57,-5,343,II,USA_VT_Montpelier.AP.726145_TMY3.epw
|
762
|
-
726155,Laconia_Muni_Awos,NH,43.57,-71.42,-5,166,II,USA_NH_Laconia.Muni.AWOS.726155_TMY3.epw
|
763
|
-
726160,Berlin_Municipal,NH,44.58,-71.18,-5,353,III,USA_NH_Berlin.Muni.AP.726160_TMY3.epw
|
764
|
-
726165,Dillant_Hopkins,NH,42.9,-72.27,-5,153,II,USA_NH_Keene-Dillant.Hopkins.AP.726165_TMY3.epw
|
765
|
-
726170,Burlington_International_Ap,VT,44.47,-73.15,-5,101,I,USA_VT_Burlington.Intl.AP.726170_TMY3.epw
|
766
|
-
726184,Auburn_Lewiston,ME,44.05,-70.28,-5,88,II,USA_ME_Auburn-Lewiston.Muni.AP.726184_TMY3.epw
|
767
|
-
726185,Augusta_Airport,ME,44.32,-69.8,-5,107,II,USA_ME_Augusta.AP.726185_TMY3.epw
|
768
|
-
726196,Millinocket_Municipal_Ap,ME,45.65,-68.68,-5,124,III,USA_ME_Millinocket.Muni.AP.726196_TMY3.epw
|
769
|
-
726223,Massena_Ap,NY,44.93,-74.85,-5,65,I,USA_NY_Massena.AP.726223_TMY3.epw
|
770
|
-
726227,Watertown_Ap,NY,44,-76.02,-5,97,II,USA_NY_Watertown.AP.726227_TMY3.epw
|
771
|
-
726228,Adirondack_Rgnl,NY,44.38,-74.2,-5,520,II,USA_NY_Saranac.Lake-Adirondack.Rgnl.AP.726228_TMY3.epw
|
772
|
-
726350,Grand_Rapids_Kent_County_Int,MI,42.88,-85.52,-5,242,I,USA_MI_Grand.Rapids-Kent.County.Intl.AP.726350_TMY3.epw
|
773
|
-
726355,Benton_Harbor_Ross,MI,42.13,-86.43,-5,196,II,USA_MI_Benton.Harbor-Ross.Field-Twin.Cities.AP.726355_TMY3.epw
|
774
|
-
726357,Kalamazoo_Battle_Cr,MI,42.23,-85.55,-5,273,II,USA_MI_Kalamazoo-Battle.Creek.Intl.AP.726357_TMY3.epw
|
775
|
-
726360,Muskegon_County_Arpt,MI,43.17,-86.23,-5,190,I,USA_MI_Muskegon.County.AP.726360_TMY3.epw
|
776
|
-
726370,Flint_Bishop_Intl_Arpt,MI,42.97,-83.75,-5,234,I,USA_MI_Flint-Bishop.Intl.AP.726370_TMY3.epw
|
777
|
-
726375,Oakland_Co_Intl,MI,42.67,-83.42,-5,306,II,USA_MI_Oakland.County.Intl.AP.726375_TMY3.epw
|
778
|
-
726379,Saginaw_Tri_City_Intl_Ap,MI,43.53,-84.08,-5,201,II,USA_MI_Saginaw-Tri.City.Intl.AP.726379_TMY3.epw
|
779
|
-
726380,Houghton_Lake_Roscommon_Co_Ar,MI,44.37,-84.68,-5,351,I,USA_MI_Houghton-Lake.Roscommon.County.AP.726380_TMY3.epw
|
780
|
-
726384,Cadillac_Wexford_Co_Ap,MI,44.28,-85.42,-5,396,III,USA_MI_Cadillac-Wexford.County.AP.726384_TMY3.epw
|
781
|
-
726385,Manistee_Awos,MI,44.27,-86.25,-5,189,II,USA_MI_Manistee.AWOS.726385_TMY3.epw
|
782
|
-
726387,Traverse_City_Cherry_Capital,MI,44.73,-85.58,-5,188,I,USA_MI_Traverse.City-Cherry.Capital.AP.726387_TMY3.epw
|
783
|
-
726390,Alpena_County_Regional_Ap,MI,45.07,-83.58,-5,210,I,USA_MI_Alpena.County.Rgnl.AP.726390_TMY3.epw
|
784
|
-
726395,Oscoda_Wurtsmith_Afb,MI,44.45,-83.4,-5,188,III,USA_MI_Oscoda-Wurtsmith.AFB.726395_TMY3.epw
|
785
|
-
726400,Milwaukee_Mitchell_Intl_Ap,WI,42.95,-87.9,-6,205,I,USA_WI_Milwaukee-Mitchell.Intl.AP.726400_TMY3.epw
|
786
|
-
726404,Minocqua_Woodruff,WI,45.93,-89.73,-6,496,II,USA_WI_Minocqua-Woodruff-Lee.Field.726404_TMY3.epw
|
787
|
-
726410,Madison_Dane_Co_Regional_Arpt,WI,43.13,-89.33,-6,262,I,USA_WI_Madison-Dane.County.Rgnl.AP.726410_TMY3.epw
|
788
|
-
726415,Janesville_Rock_Co,WI,42.62,-89.03,-6,246,III,USA_WI_Janesville-Rock.County.AP.726415_TMY3.epw
|
789
|
-
726416,Lone_Rock_Faa_Ap,WI,43.2,-90.18,-6,219,II,USA_WI_Lone.Rock.AP.726416_TMY3.epw
|
790
|
-
726430,La_Crosse_Municipal_Arpt,WI,43.87,-91.25,-6,198,I,USA_WI_La.Crosse.Muni.AP.726430_TMY3.epw
|
791
|
-
726435,Eau_Claire_County_Ap,WI,44.87,-91.48,-6,271,I,USA_WI_Eau.Claire.County.AP.726435_TMY3.epw
|
792
|
-
726440,Rochester_International_Arpt,MN,43.9,-92.5,-6,398,I,USA_MN_Rochester.Intl.AP.726440_TMY3.epw
|
793
|
-
726450,Green_Bay_Austin_Straubel_Int,WI,44.48,-88.13,-6,209,I,USA_WI_Green.Bay-Austin.Straubel.Intl.AP.726450_TMY3.epw
|
794
|
-
726455,Manitowac_Muni_Awos,WI,44.13,-87.68,-6,198,II,USA_WI_Manitowac.Muni.AWOS.726455_TMY3.epw
|
795
|
-
726456,Wittman_Rgnl,WI,43.98,-88.55,-6,253,II,USA_WI_Wittman.Rgnl.AP.726456_TMY3.epw
|
796
|
-
726457,Appleton_Outagamie,WI,44.25,-88.52,-6,280,II,USA_WI_Appleton-Outagamie.County.AP.726457_TMY3.epw
|
797
|
-
726458,Sturgeon_Bay,WI,44.85,-87.42,-5,221,II,USA_WI_Sturgeon.Bay-Door.County.AP.726458_TMY3.epw
|
798
|
-
726463,Wausau_Municipal_Arpt,WI,44.92,-89.63,-6,366,II,USA_WI_Wausau.Muni.AP.726463_TMY3.epw
|
799
|
-
726464,Watertown,WI,43.17,-88.72,-6,254,III,USA_WI_Watertown.Muni.AP.726464_TMY3.epw
|
800
|
-
726465,Mosinee_Central_Wi,WI,44.78,-89.67,-6,389,II,USA_WI_Mosinee-Central.Wisconsin.AP.726465_TMY3.epw
|
801
|
-
726467,Rice_Lake_Municipal,WI,45.48,-91.72,-6,347,III,USA_WI_Rice.Lake.Muni.AP.726467_TMY3.epw
|
802
|
-
726468,Phillips_Price_Co,WI,45.7,-90.4,-6,449,II,USA_WI_Phillips-Price.County.AP.726468_TMY3.epw
|
803
|
-
726480,Escanaba_Awos,MI,45.75,-87.03,-5,187,II,USA_MI_Escanaba.AWOS.726480_TMY3.epw
|
804
|
-
726487,Menominee_Awos,MI,45.13,-87.63,-6,191,II,USA_MI_Menominee.AWOS.726487_TMY3.epw
|
805
|
-
726498,Fair_Field,IA,41.05,-91.98,-6,244,III,USA_IA_Fairfield.Muni.AP.726498_TMY3.epw
|
806
|
-
726499,Estherville_Muni,IA,43.4,-94.75,-6,401,II,USA_IA_Estherville.Muni.AP.726499_TMY3.epw
|
807
|
-
726500,Spencer,IA,43.17,-95.15,-6,408,II,USA_IA_Spencer.Muni.AP.726500_TMY3.epw
|
808
|
-
726510,Sioux_Falls_Foss_Field,SD,43.58,-96.75,-6,433,I,USA_SD_Sioux.Falls-Foss.Field.726510_TMY3.epw
|
809
|
-
726515,Brookings_Awos,SD,44.3,-96.82,-6,502,II,USA_SD_Brookings.AWOS.726515_TMY3.epw
|
810
|
-
726525,Chan_Gurney_Muni,SD,42.92,-97.38,-6,408,II,USA_SD_Yankton-Chan.Gurney.Muni.AP.726525_TMY3.epw
|
811
|
-
726540,Huron_Regional_Arpt,SD,44.4,-98.22,-6,390,I,USA_SD_Huron.Rgnl.AP.726540_TMY3.epw
|
812
|
-
726544,Orr,MN,48.02,-92.87,-6,397,III,USA_MN_Orr.Rgnl.AP.726544_TMY3.epw
|
813
|
-
726545,Mitchell_Awos,SD,43.77,-98.03,-6,397,II,USA_SD_Mitchell.AWOS.726545_TMY3.epw
|
814
|
-
726546,Watertown_Municipal_Ap,SD,44.93,-97.15,-6,532,II,USA_SD_Watertown.Muni.AP.726546_TMY3.epw
|
815
|
-
726547,Glenwood_Asos,MN,45.65,-95.32,-6,425,III,USA_MN_Glenwood.AWOS.726547_TMY3.epw
|
816
|
-
726550,St_Cloud_Regional_Arpt,MN,45.55,-94.05,-6,311,I,USA_MN_St.Cloud.Muni.AP.726550_TMY3.epw
|
817
|
-
726555,Brainerd_Wieland,MN,46.4,-94.13,-6,374,II,USA_MN_Brainerd-Crow.Wing.County.AP.726555_TMY3.epw
|
818
|
-
726556,Redwood_Falls_Muni,MN,44.55,-95.08,-6,312,II,USA_MN_Redwood.Falls.Muni.AP.726556_TMY3.epw
|
819
|
-
726557,Alexandria_Municipal_Ap,MN,45.88,-95.4,-6,433,II,USA_MN_Alexandria.Muni.AP.726557_TMY3.epw
|
820
|
-
726558,Cloquet_Awos,MN,46.7,-92.5,-6,390,III,USA_MN_Cloquet.AWOS.726558_TMY3.epw
|
821
|
-
726559,Marshall_Ryan_Awos,MN,44.45,-95.82,-6,359,II,USA_MN_Marshall.Muni-Ryan.Field.AWOS.726559_TMY3.epw
|
822
|
-
726560,Fergus_Falls_Awos,MN,46.28,-96.15,-6,361,II,USA_MN_Fergus.Falls.AWOS.726560_TMY3.epw
|
823
|
-
726563,Faribault_Muni_Awos,MN,44.33,-93.32,-6,322,II,USA_MN_Faribault.Muni.AWOS.726563_TMY3.epw
|
824
|
-
726564,Red_Wing,MN,44.58,-92.48,-6,239,II,USA_MN_Red.Wing.Muni.AP.726564_TMY3.epw
|
825
|
-
726565,Morris_Muni_Awos,MN,45.57,-95.97,-6,344,II,USA_MN_Morris.Muni.AWOS.726565_TMY3.epw
|
826
|
-
726566,Pipestone_Awos,MN,43.98,-96.32,-6,529,II,USA_MN_Pipestone.AWOS.726566_TMY3.epw
|
827
|
-
726567,New_Ulm_Muni_Awos,MN,44.32,-94.5,-6,308,II,USA_MN_New.Ulm.Muni.AWOS.726567_TMY3.epw
|
828
|
-
726568,Owatonna_Awos,MN,44.12,-93.25,-6,350,III,USA_MN_Owatonna.AWOS.726568_TMY3.epw
|
829
|
-
726569,Hutchinson_Awos,MN,44.87,-94.38,-6,323,III,USA_MN_Hutchinson.AWOS.726569_TMY3.epw
|
830
|
-
726574,Marshfield_Muni,WI,44.63,-90.18,-6,389,III,USA_WI_Marshfield.Muni.AP.726574_TMY3.epw
|
831
|
-
726575,Minneapolis_Crystal,MN,45.07,-93.35,-6,265,II,USA_MN_Minneapolis-Crystal.AP.726575_TMY3.epw
|
832
|
-
726576,Willmar,MN,45.12,-95.08,-6,345,II,USA_MN_Willmar.Muni.AP.726576_TMY3.epw
|
833
|
-
726578,Little_Falls_Awos,MN,45.95,-94.35,-6,342,III,USA_MN_Little.Falls.AWOS.726578_TMY3.epw
|
834
|
-
726579,Flying_Cloud,MN,44.82,-93.45,-6,283,II,USA_MN_Edin.Prairie-Flying.Cloud.AP.726579_TMY3.epw
|
835
|
-
726580,Minneapolis_St_Paul_IntL_Arp,MN,44.88,-93.23,-6,254,I,USA_MN_Minneapolis-St.Paul.Intl.AP.726580_TMY3.epw
|
836
|
-
726583,Litchfield_Muni,MN,45.1,-94.5,-6,347,II,USA_MN_Litchfield.Muni.AP.726583_TMY3.epw
|
837
|
-
726584,St_Paul_Downtown_Ap,MN,44.93,-93.05,-6,220,II,USA_MN_St.Paul-Downtown.AP.726584_TMY3.epw
|
838
|
-
726585,Mankato_Awos,MN,44.22,-93.92,-6,311,II,USA_MN_Mankato.AWOS.726585_TMY3.epw
|
839
|
-
726586,Fairmont_Muni_Awos,MN,43.65,-94.42,-6,354,II,USA_MN_Fairmont.Muni.AWOS.726586_TMY3.epw
|
840
|
-
726587,Worthington_Awos,MN,43.65,-95.58,-6,480,II,USA_MN_Worthington.AWOS.726587_TMY3.epw
|
841
|
-
726588,Winona_Muni_Awos,MN,44.08,-91.7,-6,200,II,USA_MN_Winona.Muni.AWOS.726588_TMY3.epw
|
842
|
-
726589,Albert_Lea_Awos,MN,43.68,-93.37,-6,383,II,USA_MN_Albert.Lea.AWOS.726589_TMY3.epw
|
843
|
-
726590,Aberdeen_Regional_Arpt,SD,45.45,-98.42,-6,398,I,USA_SD_Aberdeen.Rgnl.AP.726590_TMY3.epw
|
844
|
-
726603,South_St_Paul_Muni,MN,44.85,-93.15,-6,250,III,USA_MN_South.St.Paul.Muni.AP.726603_TMY3.epw
|
845
|
-
726620,Rapid_City_Regional_Arpt,SD,44.05,-103.05,-7,963,I,USA_SD_Rapid.City.Rgnl.AP.726620_TMY3.epw
|
846
|
-
726625,Ellsworth_Afb,SD,44.15,-103.1,-7,980,II,USA_SD_Ellsworth.AFB.726625_TMY3.epw
|
847
|
-
726626,Antigo_Lang_Awos,WI,45.15,-87.15,-5,464,III,USA_WI_Ephraim.AWOS.726626_TMY3.epw
|
848
|
-
726650,Gillette_Gillette_C,WY,44.35,-105.53,-7,1230,II,USA_WY_Gillette-Gillette.County.AP.726650_TMY3.epw
|
849
|
-
726660,Sheridan_County_Arpt,WY,44.77,-106.97,-7,1208,I,USA_WY_Sheridan.County.AP.726660_TMY3.epw
|
850
|
-
726665,Worland_Municipal,WY,43.97,-107.95,-7,1294,II,USA_WY_Worland.Muni.AP.726665_TMY3.epw
|
851
|
-
726676,Glendive_Awos,MT,47.13,-104.8,-7,749,II,USA_MT_Glendive.AWOS.726676_TMY3.epw
|
852
|
-
726685,Mobridge,SD,45.53,-100.43,-7,508,II,USA_SD_Mobridge.Muni.AP.726685_TMY3.epw
|
853
|
-
726686,Pierre_Municipal_Ap,SD,44.38,-100.28,-7,528,I,USA_SD_Pierre.Muni.AP.726686_TMY3.epw
|
854
|
-
726700,Cody_Muni_Awos,WY,44.52,-109.02,-7,1553,II,USA_WY_Cody.Muni.AWOS.726700_TMY3.epw
|
855
|
-
726770,Billings_Logan_IntL_Arpt,MT,45.8,-108.55,-7,1087,I,USA_MT_Billings-Logan.Intl.AP.726770_TMY3.epw
|
856
|
-
726776,Lewistown_Municipal_Arpt,MT,47.05,-109.45,-7,1263,II,USA_MT_Lewistown.Muni.AP.726776_TMY3.epw
|
857
|
-
726785,Butte_Bert_Mooney_Arpt,MT,45.95,-112.5,-7,1689,II,USA_MT_Butte-Bert.Mooney.AP.726785_TMY3.epw
|
858
|
-
726797,Bozeman_Gallatin_Field,MT,45.8,-111.15,-7,1349,II,USA_MT_Bozeman-Gallatin.Field.726797_TMY3.epw
|
859
|
-
726798,Livingston_Mission_Field,MT,45.7,-110.45,-7,1418,II,USA_MT_Livingston-Mission.Field.726798_TMY3.epw
|
860
|
-
726810,Boise_Air_Terminal_Uo,ID,43.62,-116.21,-7,701,I,USA_ID_Boise.Air.Terminal.726810_TMY3.epw
|
861
|
-
726813,Caldwell_Awos,ID,43.63,-116.63,-7,740,III,USA_ID_Caldwell.AWOS.726813_TMY3.epw
|
862
|
-
726815,Mountain_Home_Afb,ID,43.05,-115.87,-7,912,II,USA_ID_Mountain.Home.AFB.726815_TMY3.epw
|
863
|
-
726830,Burns_Municipal_Arpt_Uo,OR,43.52,-119.02,-8,1271,II,USA_OR_Burns.Muni.AP.726830_TMY3.epw
|
864
|
-
726835,Redmond_Roberts_Field,OR,44.25,-121.17,-8,933,II,USA_OR_Redmond-Roberts.Field.726835_TMY3.epw
|
865
|
-
726865,Salmon_Lemhi_Awos,ID,45.12,-113.88,-7,1233,III,USA_ID_Salmon-Lemhi.AWOS.726865_TMY3.epw
|
866
|
-
726880,Pendleton_E_Or_Regional_Ap,OR,45.7,-118.83,-8,452,I,USA_OR_Pendleton-Eastern.Oregon.Rgnl.AP.726880_TMY3.epw
|
867
|
-
726884,La_Grande_Muni_Ap,OR,45.28,-118,-8,827,II,USA_OR_La.Grande.Muni.AP.726884_TMY3.epw
|
868
|
-
726886,Baker_Municipal_Ap,OR,44.83,-117.82,-8,1027,II,USA_OR_Baker.Muni.AP.726886_TMY3.epw
|
869
|
-
726904,Roseburg_Regional_Ap,OR,43.23,-123.35,-8,160,II,USA_OR_Roseburg.Rgnl.AP.726904_TMY3.epw
|
870
|
-
726917,North_Bend_Muni_Airport,OR,43.42,-124.25,-8,2,II,USA_OR_North.Bend.Muni.AP.726917_TMY3.epw
|
871
|
-
726930,Eugene_Mahlon_Sweet_Arpt_Uo,OR,44.05,-123.07,-8,109,I,USA_OR_Eugene-Mahlon.Sweet.AP.726930_TMY3.epw
|
872
|
-
726940,Salem_Mcnary_Field,OR,44.9,-123,-8,60,I,USA_OR_Salem-McNary.Field.726940_TMY3.epw
|
873
|
-
726945,Corvallis_Muni,OR,44.48,-123.28,-8,77,II,USA_OR_Corvallis.Muni.AP.726945_TMY3.epw
|
874
|
-
726959,Aurora_State,OR,45.25,-122.77,-8,60,III,USA_OR_Aurora.State.AP.726959_TMY3.epw
|
875
|
-
726980,Portland_International_Ap,OR,45.6,-122.62,-8,6,I,USA_OR_Portland.Intl.AP.726980_TMY3.epw
|
876
|
-
726985,Portland_Troutdale,OR,45.55,-122.4,-8,11,II,USA_OR_Portland-Troutdale.AP.726985_TMY3.epw
|
877
|
-
726986,Portland_Hillsboro,OR,45.53,-122.95,-8,62,II,USA_OR_Portland-Hillsboro.AP.726986_TMY3.epw
|
878
|
-
726988,The_Dalles_Municipal_Arpt,WA,45.62,-121.15,-8,73,II,USA_WA_The.Dalles.Muni.AP.726988_TMY3.epw
|
879
|
-
727033,Houlton_Intl_Arpt,ME,46.12,-67.8,-5,150,II,USA_ME_Houlton.Intl.AP.727033_TMY3.epw
|
880
|
-
727120,Caribou_Municipal_Arpt,ME,46.87,-68.03,-5,190,I,USA_ME_Caribou.Muni.AP.727120_TMY3.epw
|
881
|
-
727130,Presque_Isle_Municip,ME,46.68,-68.05,-5,163,II,USA_ME_Presque.Isle.Muni.AP.727130_TMY3.epw
|
882
|
-
727135,Wiscasset,ME,43.97,-69.72,-5,21,III,USA_ME_Wiscasset.AP.727135_TMY3.epw
|
883
|
-
727340,Sault_Ste_Marie_Sanderson_Fie,MI,46.47,-84.35,-5,219,I,USA_MI_Sault.Ste.Marie-Sanderson.Field.727340_TMY3.epw
|
884
|
-
727344,Chippewa_Co_Intl,MI,46.25,-84.47,-5,250,II,USA_MI_Chippewa.County.Intl.AP.727344_TMY3.epw
|
885
|
-
727347,Pellston_Emmet_County_Ap,MI,45.57,-84.78,-5,218,II,USA_MI_Pellston-Emmet.County.AP.727347_TMY3.epw
|
886
|
-
727415,Rhinelander_Oneida,WI,45.63,-89.47,-6,507,II,USA_MI_Rhinelander-Oneida.County.AP.727415_TMY3.epw
|
887
|
-
727437,Iron_Mountain_Ford,MI,45.82,-88.12,-6,360,II,USA_MI_Iron.Mountain-Ford.Field.727437_TMY3.epw
|
888
|
-
727440,Hancock_Houghton_Co_Ap,MI,47.17,-88.5,-5,327,II,USA_MI_Hancock-Houghton.County.AP.727440_TMY3.epw
|
889
|
-
727444,Two_Harbors,MN,47.05,-91.75,-6,328,III,USA_MN_Two.Harbors.Muni.AP.727444_TMY3.epw
|
890
|
-
727445,Ironwood_Awos,MI,46.53,-90.13,-6,375,II,USA_MI_Ironwood.AWOS.727445_TMY3.epw
|
891
|
-
727450,Duluth_International_Arpt,MN,46.83,-92.22,-6,433,I,USA_MN_Duluth.Intl.AP.727450_TMY3.epw
|
892
|
-
727452,Crookston_Muni_Fld,MN,47.85,-96.62,-6,273,III,USA_MN_Crookston.Muni.Field.727452_TMY3.epw
|
893
|
-
727453,Park_Rapids_Municipal_Ap,MN,46.9,-95.07,-6,437,II,USA_MN_Park.Rapids.Muni.AP.727453_TMY3.epw
|
894
|
-
727455,Hibbing_Chisholm_Hibbing_Ap,MN,47.38,-92.85,-6,411,II,USA_MN_Hibbing-Chisholm.Hibbing.AP.727455_TMY3.epw
|
895
|
-
727457,Detroit_Lakes_Awos,MN,46.83,-95.88,-6,426,II,USA_MN_Detroit.Lakes.AWOS.727457_TMY3.epw
|
896
|
-
727458,Grand_Rapids_Awos,MN,47.22,-93.52,-6,413,II,USA_MN_Grand.Rapids.AWOS.727458_TMY3.epw
|
897
|
-
727459,Ely_Muni,MN,47.82,-91.83,-6,455,II,USA_MN_Ely.Muni.AP.727459_TMY3.epw
|
898
|
-
727470,International_Falls_Intl_Ap,MN,48.57,-93.4,-6,359,I,USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
|
899
|
-
727473,Crane_Lake_Awos,MN,46.27,-92.57,-6,350,II,USA_MN_Crane.Lake.AWOS.727473_TMY3.epw
|
900
|
-
727474,Eveleth_Muni_Awos,MN,47.4,-92.5,-6,421,III,USA_MN_Eveleth.Muni.AWOS.727474_TMY3.epw
|
901
|
-
727475,Mora_Muni_Awos,MN,45.88,-93.27,-6,309,II,USA_MN_Mora.Muni.AWOS.727475_TMY3.epw
|
902
|
-
727476,Baudette_International_Ap,MN,48.72,-94.6,-6,330,III,USA_MN_Baudette.Intl.AP.727476_TMY3.epw
|
903
|
-
727477,Roseau_Muni_Awos,MN,48.85,-95.7,-6,323,II,USA_MN_Roseau.Muni.AWOS.727477_TMY3.epw
|
904
|
-
727478,Hallock,MN,48.78,-96.95,-6,250,III,USA_MN_Hallock.727478_TMY3.epw
|
905
|
-
727503,Cambridge_Muni,MN,45.57,-93.27,-6,287,III,USA_MN_Cambridge.Muni.AP.727503_TMY3.epw
|
906
|
-
727504,Aitkin_Ndb_Awos,MN,46.55,-93.68,-6,367,III,USA_MN_Aitkin.AWOS.727504_TMY3.epw
|
907
|
-
727505,Fosston_Awos,MN,47.58,-95.77,-6,388,III,USA_MN_Fosston.AWOS.727505_TMY3.epw
|
908
|
-
727507,Benson_Muni,MN,45.32,-95.65,-6,317,III,USA_MN_Benson.Muni.AP.727507_TMY3.epw
|
909
|
-
727530,Fargo_Hector_International_Ap,ND,46.93,-96.82,-6,274,I,USA_ND_Fargo-Hector.Intl.AP.727530_TMY3.epw
|
910
|
-
727533,Wheaton_Ndb_Awos,MN,45.7,-96.5,-6,313,III,USA_MN_Wheaton.AWOS.727533_TMY3.epw
|
911
|
-
727535,Jamestown_Municipal_Arpt,ND,46.92,-98.68,-6,455,II,USA_ND_Jamestown.Muni.AP.727535_TMY3.epw
|
912
|
-
727550,Bemidji_Municipal,MN,47.5,-94.93,-6,420,II,USA_MN_Bemidji.Muni.AP.727550_TMY3.epw
|
913
|
-
727555,Thief_River_Awos,MN,48.07,-96.18,-6,340,II,USA_MN_Thief.River.AWOS.727555_TMY3.epw
|
914
|
-
727556,Silver_Bay,MN,47.2,-91.4,-6,331,III,USA_MN_Silver.Bay.Muni.AP.727556_TMY3.epw
|
915
|
-
727566,Austin_Muni,MN,43.67,-92.93,-6,375,III,USA_MN_Austin.Muni.AP.727566_TMY3.epw
|
916
|
-
727573,Devils_Lake_Awos,ND,48.12,-98.92,-6,443,II,USA_ND_Devils.Lake.AWOS.727573_TMY3.epw
|
917
|
-
727575,Grand_Forks_Af,ND,47.97,-97.4,-6,276,II,USA_ND_Grand.Forks.AFB.727575_TMY3.epw
|
918
|
-
727576,Grand_Forks_International_Ap,ND,47.95,-97.18,-6,256,II,USA_ND_Grand.Forks.Intl.AP.727576_TMY3.epw
|
919
|
-
727640,Bismarck_Municipal_Arpt_Isis,ND,46.77,-100.77,-7,502,I,USA_ND_Bismarck.Muni.AP.727640_TMY3.epw
|
920
|
-
727645,Dickinson_Municipal_Ap,ND,46.8,-102.8,-7,788,II,USA_ND_Dickinson.Muni.AP.727645_TMY3.epw
|
921
|
-
727670,Williston_Sloulin_Intl_Ap,ND,48.2,-103.65,-6,580,I,USA_ND_Williston-Sloulin.Field.Intl.AP.727670_TMY3.epw
|
922
|
-
727675,Minot_Afb,ND,48.42,-101.35,-6,497,II,USA_ND_Minot.AFB.727675_TMY3.epw
|
923
|
-
727676,Minot_Faa_Ap,ND,48.27,-101.28,-6,523,I,USA_ND_Minot.Intl.AP.727676_TMY3.epw
|
924
|
-
727680,Glasgow_Intl_Arpt,MT,48.22,-106.62,-7,699,I,USA_MT_Glasgow.Intl.AP.727680_TMY3.epw
|
925
|
-
727686,Wolf_Point_Intl_Fort_Peck_S,MT,48.31,-105.1,-7,634,II,USA_MT_Wolf.Point.Intl.AP.727686_TMY3.epw
|
926
|
-
727687,Sidney_Richland,MT,47.7,-104.2,-7,605,II,USA_MT_Sidney-Richland.Muni.AP.727687_TMY3.epw
|
927
|
-
727720,Helena_Regional_Airport,MT,46.6,-111.97,-7,1167,I,USA_MT_Helena.Rgnl.AP.727720_TMY3.epw
|
928
|
-
727730,Missoula_International_Ap,MT,46.92,-114.1,-7,973,I,USA_MT_Missoula.Intl.AP.727730_TMY3.epw
|
929
|
-
727750,Great_Falls_Intl_Arpt,MT,47.47,-111.38,-7,1117,I,USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
|
930
|
-
727770,Havre_City_County_Ap,MT,48.55,-109.77,-7,788,II,USA_MT_Havre.City-County.AP.727770_TMY3.epw
|
931
|
-
727790,Kalispell_Glacier_Pk_IntL_Ar,MT,48.32,-114.25,-7,906,I,USA_MT_Kalispell-Glacier.Park.Intl.AP.727790_TMY3.epw
|
932
|
-
727796,Cut_Bank_Muni_Ap,MT,48.6,-112.37,-7,1170,II,USA_MT_Cut.Bank.Muni.AP.727796_TMY3.epw
|
933
|
-
727810,Yakima_Air_Terminal,WA,46.57,-120.55,-8,324,I,USA_WA_Yakima.Air.Terminal-McAllister.Field.727810_TMY3.epw
|
934
|
-
727815,Stampede_Pass,WA,47.28,-121.33,-8,1206,II,USA_WA_Stampede.Pass.727815_TMY3.epw
|
935
|
-
727825,Wenatchee_Pangborn,WA,47.4,-120.2,-8,379,II,USA_WA_Wenatchee-Pangborn.Mem.AP.727825_TMY3.epw
|
936
|
-
727826,Ephrata_Ap_Fcwos,WA,47.3,-119.52,-8,384,II,USA_WA_Ephrata.Muni.AP.727826_TMY3.epw
|
937
|
-
727827,Moses_Lake_Grant_County_Ap,WA,47.2,-119.32,-8,364,II,USA_WA_Moses.Lake-Grant.County.AP.727827_TMY3.epw
|
938
|
-
727830,Lewiston_Nez_Perce_Cnty_Ap,ID,46.37,-117.02,-8,438,I,USA_ID_Lewiston-Nez.Perce.County.AP.727830_TMY3.epw
|
939
|
-
727834,Coeur_D_Alene_Awos,ID,47.77,-116.82,-8,707,II,USA_ID_Coeur.dAlene.AWOS.727834_TMY3.epw
|
940
|
-
727840,Hanford,WA,46.57,-119.6,-8,223,II,USA_WA_Hanford.727840_TMY3.epw
|
941
|
-
727845,Pasco,WA,46.27,-119.12,-8,136,II,USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw
|
942
|
-
727846,Walla_Walla_City_County_Ap,WA,46.1,-118.28,-8,355,II,USA_WA_Walla.Walla.City-County.AP.727846_TMY3.epw
|
943
|
-
727850,Spokane_International_Ap_Chen,WA,47.49,-117.59,-8,777,I,USA_WA_Spokane.Intl.AP.727850_TMY3.epw
|
944
|
-
727855,Fairchild_Afb,WA,47.63,-117.65,-8,743,II,USA_WA_Fairchild.AFB.727855_TMY3.epw
|
945
|
-
727856,Felts_Fld,WA,47.68,-117.32,-8,610,II,USA_WA_Spokane-Felts.Field.727856_TMY3.epw
|
946
|
-
727857,Pullman_Moscow_Rgnl,WA,46.75,-117.12,-8,778,II,USA_WA_Pullman-Moscow.Rgnl.AP.727857_TMY3.epw
|
947
|
-
727885,William_R_Fairchild,WA,48.12,-123.5,-8,91,III,USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
|
948
|
-
727910,Astoria_Regional_Airport,OR,46.15,-123.88,-8,3,II,USA_OR_Astoria.Rgnl.AP.727910_TMY3.epw
|
949
|
-
727920,Olympia_Airport,WA,46.97,-122.9,-8,63,I,USA_WA_Olympia.AP.727920_TMY3.epw
|
950
|
-
727923,Hoquiam_Ap,WA,46.98,-123.93,-8,4,II,USA_WA_Hoquiam.AP.727923_TMY3.epw
|
951
|
-
727924,Kelso_Wb_Ap,WA,46.13,-122.9,-8,5,II,USA_WA_Kelso.AP.727924_TMY3.epw
|
952
|
-
727926,Toledo_Winlock_Mem,WA,46.48,-122.8,-8,113,II,USA_WA_Toledo-Winlock-Ed.Carlson.Mem.AP.727926_TMY3.epw
|
953
|
-
727928,Bremerton_National,WA,47.48,-122.75,-8,137,II,USA_WA_Bremerton.National.AP.727928_TMY3.epw
|
954
|
-
727930,Seattle_Seattle_Tacoma_Intl_A,WA,47.47,-122.32,-8,122,I,USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
|
955
|
-
727934,Renton_Muni,WA,47.48,-122.22,-8,10,II,USA_WA_Renton.Muni.AP.727934_TMY3.epw
|
956
|
-
727935,Seattle_Boeing_Field_Isis,WA,47.68,-122.25,-8,20,II,USA_WA_Seattle-Boeing.Field.727935_TMY3.epw
|
957
|
-
727937,Snohomish_Co,WA,47.9,-122.28,-8,189,II,USA_WA_Snohomish.County.AP.727937_TMY3.epw
|
958
|
-
727938,Tacoma_Narrows,WA,47.27,-122.58,-8,91,II,USA_WA_Tacoma.Narrows.AP.727938_TMY3.epw
|
959
|
-
727970,Quillayute_State_Airport,WA,47.93,-124.57,-8,55,I,USA_WA_Quillayute.State.AP.727970_TMY3.epw
|
960
|
-
727976,Bellingham_Intl_Ap,WA,48.8,-122.53,-8,45,II,USA_WA_Bellingham.Intl.AP.727976_TMY3.epw
|
961
|
-
742060,Tacoma_Mcchord_Afb,WA,47.15,-122.48,-8,88,II,USA_WA_Tacoma-McChord.AFB.742060_TMY3.epw
|
962
|
-
742070,Gray_Aaf,WA,47.08,-122.58,-8,90,II,USA_WA_Fort.Lewis-Gray.AAF.742070_TMY3.epw
|
963
|
-
742300,Miles_City_Municipal_Arpt,MT,46.43,-105.88,-7,801,II,USA_MT_Miles.City.Muni.AP.742300_TMY3.epw
|
964
|
-
743700,Fort_Drum_Wheeler_S,NY,44.05,-75.72,-5,211,II,USA_NY_Fort.Drum-Wheeler.Sack.AAF.743700_TMY3.epw
|
965
|
-
743920,Naval_Air_Station,ME,43.9,-69.93,-5,21,II,USA_ME_Brunswick.NAS.743920_TMY3.epw
|
966
|
-
743945,Manchester_Airport,NH,42.93,-71.43,-5,69,II,USA_NH_Manchester.Muni.AP.743945_TMY3.epw
|
967
|
-
744655,Aurora_Municipal,IL,41.77,-88.47,-6,215,II,USA_IL_Aurora.Muni.AP.744655_TMY3.epw
|
968
|
-
744860,New_York_J_F_Kennedy_IntL_Ar,NY,40.65,-73.8,-5,5,I,USA_NY_New.York-J.F.Kennedy.Intl.AP.744860_TMY3.epw
|
969
|
-
744864,Republic,NY,40.72,-73.42,-5,26,II,USA_NY_Republic.AP.744864_TMY3.epw
|
970
|
-
744865,Westhampton_Gabreski_Ap,NY,40.85,-72.63,-5,20,II,USA_NY_Westhampton-Suffolk.County.AP.744865_TMY3.epw
|
971
|
-
744904,Lawrence_Muni,MA,42.72,-71.12,-5,46,II,USA_MA_Lawrence.Muni.AP.744904_TMY3.epw
|
972
|
-
744910,Chicopee_Falls_Westo,MA,42.2,-72.53,-5,75,II,USA_MA_Chicopee.Falls-Westover.AFB.744910_TMY3.epw
|
973
|
-
744915,Westfield_Barnes_Muni_Ap,MA,42.15,-72.72,-5,83,II,USA_MA_Westfield-Barnes.Muni.AP.744915_TMY3.epw
|
974
|
-
745090,Mountain_View_Moffett_Fld_Nas,CA,37.4,-122.05,-8,12,III,USA_CA_Mountain.View-Moffett.Field.NAS.745090_TMY3.epw
|
975
|
-
745160,Travis_Field_Afb,CA,38.27,-121.93,-8,18,II,USA_CA_Fairfield-Travis.AFB.745160_TMY3.epw
|
976
|
-
745700,Dayton_Wright_Patterson_Afb,OH,39.83,-84.05,-5,250,II,USA_OH_Dayton-Wright.Patterson.AFB.745700_TMY3.epw
|
977
|
-
745940,Andrews_Afb,MD,38.82,-76.87,-5,86,II,USA_MD_Andrews.AFB.745940_TMY3.epw
|
978
|
-
745966,Cape_May_Co,NJ,39,-74.92,-5,7,III,USA_NJ_Cape.May.County.AP.745966_TMY3.epw
|
979
|
-
745980,Langley_Afb,VA,37.08,-76.35,-5,3,II,USA_VA_Langley.AFB.745980_TMY3.epw
|
980
|
-
745985,Martinsville,VA,36.63,-80.02,-5,287,III,USA_VA_Martinsville-Blue.Ridge.AP.745985_TMY3.epw
|
981
|
-
746120,China_Lake_Naf,CA,35.68,-117.68,-8,677,II,USA_CA_China.Lake.NAF.746120_TMY3.epw
|
982
|
-
746710,Fort_Campbell_Aaf,KY,36.67,-87.48,-6,173,II,USA_KY_Fort.Campbell.AAF.746710_TMY3.epw
|
983
|
-
746716,Bowling_Green_Warren_Co_Ap,KY,36.98,-86.43,-6,161,II,USA_KY_Bowling.Green-Warren.County.AP.746716_TMY3.epw
|
984
|
-
746930,Fort_Bragg_Simmons_Aaf,NC,35.13,-78.93,-5,93,II,USA_NC_Fort.Bragg-Simmons.AAF.746930_TMY3.epw
|
985
|
-
746943,Elizabeth_City_Coast_Guard_Ai,NC,36.3,-76.25,-5,4,III,USA_NC_Elizabeth.City.CGAS.746943_TMY3.epw
|
986
|
-
747020,Lemoore_Reeves_Nas,CA,36.33,-119.95,-8,73,II,USA_CA_Lemoore.NAS.747020_TMY3.epw
|
987
|
-
747185,Imperial,CA,32.83,-115.58,-8,-17,II,USA_CA_Imperial.County.AP.747185_TMY3.epw
|
988
|
-
747187,Palm_Springs_Thermal_Ap,CA,33.63,-116.17,-8,-34,II,USA_CA_Palm.Springs-Thermal.AP.747187_TMY3.epw
|
989
|
-
747188,Blythe_Riverside_Co_Arpt,CA,33.62,-114.72,-8,119,II,USA_CA_Blythe-Riverside.County.AP.747188_TMY3.epw
|
990
|
-
747320,Holloman_Afb,NM,32.85,-106.1,-7,1248,II,USA_NM_Holloman.AFB.747320_TMY3.epw
|
991
|
-
747540,England_Afb,LA,31.32,-92.55,-6,27,III,USA_LA_Alexandria-England.AFB.747540_TMY3.epw
|
992
|
-
747685,Gulfport_Biloxi_Int,MS,30.4,-89.07,-6,9,II,USA_MS_Gulfport-Biloxi.Intl.AP.747685_TMY3.epw
|
993
|
-
747686,Keesler_Afb,MS,30.42,-88.92,-6,8,II,USA_MS_Biloxi-Keesler.AFB.747686_TMY3.epw
|
994
|
-
747750,Tyndall_Afb,FL,30.07,-85.58,-6,7,II,USA_FL_Tyndall.AFB.747750_TMY3.epw
|
995
|
-
747770,Valparaiso_Hurlburt,FL,30.42,-86.68,-6,12,II,USA_FL_Fort.Walton.Beach-Hurlburt.Field.747770_TMY3.epw
|
996
|
-
747804,Hunter_Aaf,GA,32,-81.15,-5,13,II,USA_GA_Savannah-Hunter.AAF.747804_TMY3.epw
|
997
|
-
747810,Moody_Afb_Valdosta,GA,30.97,-83.2,-5,71,II,USA_GA_Valdosta-Moody.AFB.747810_TMY3.epw
|
998
|
-
747880,Macdill_Afb,FL,27.85,-82.52,-5,8,II,USA_FL_MacDill.AFB.747880_TMY3.epw
|
999
|
-
747900,Sumter_Shaw_Afb,SC,33.97,-80.47,-5,74,II,USA_SC_Shaw.AFB.747900_TMY3.epw
|
1000
|
-
747910,Myrtle_Beach_Afb,SC,33.68,-78.93,-5,8,II,USA_SC_Myrtle.Beach.AFB.747910_TMY3.epw
|
1001
|
-
747915,North_Myrtle_Beach_Grand_Stra,SC,33.82,-78.72,-5,10,II,USA_SC_North.Myrtle.Beach-Grand.Strand.Field.747915_TMY3.epw
|
1002
|
-
747946,Nasa_Shuttle_Fclty,FL,28.62,-80.72,-5,3,III,USA_FL_NASA.Shuttle.Landing.Facility.747946_TMY3.epw
|
1003
|
-
911650,Lihue_Airport,HI,21.98,-159.33,-10,31,I,USA_HI_Lihue.AP.911650_TMY3.epw
|
1004
|
-
911760,Kaneohe_Bay_Mcas,HI,21.45,-157.78,-10,3,II,USA_HI_Kailua-Kaneohe.Bay.MCAS.911760_TMY3.epw
|
1005
|
-
911780,Barbers_Point_Nas,HI,21.32,-158.07,-10,15,II,USA_HI_Barbers.Point.NAS.911780_TMY3.epw
|
1006
|
-
911820,Honolulu_Intl_Arpt,HI,21.32,-157.93,-10,2,I,USA_HI_Honolulu.Intl.AP.911820_TMY3.epw
|
1007
|
-
911860,Molokai_Amos,HI,21.15,-157.1,-10,137,II,USA_HI_Molokai.AWOS.911860_TMY3.epw
|
1008
|
-
911900,Kahului_Airport,HI,20.9,-156.43,-10,16,I,USA_HI_Kahului.AP.911900_TMY3.epw
|
1009
|
-
911904,Kapalua,HI,20.95,-156.63,-10,80,II,USA_HI_Kapalua-West.Maui.AP.911904_TMY3.epw
|
1010
|
-
911905,Lanai,HI,20.78,-156.95,-10,409,II,USA_HI_Lanai.AP.911905_TMY3.epw
|
1011
|
-
911975,Kona_Intl_At_Keahol,HI,19.73,-156.05,-10,15,III,USA_HI_Keahole-Kona.Intl.AP.911975_TMY3.epw
|
1012
|
-
912850,Hilo_International_Ap,HI,19.72,-155.05,-10,9,I,USA_HI_Hilo.Intl.AP.912850_TMY3.epw
|